button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none !important; }

a, button, input, textarea, label {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

body {
  font-family: 'Roboto Condensed', sans-serif; }
  body:not(.indexBody) {
    background: #f2f4f7; }
  body.fixed {
    width: 100%;
    overflow: hidden;
    position: fixed; }
  body.flexBody {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.flexBody section {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 40px 0; }

header {
  background: #fff; }
  header .topBlock {
    padding: 15px;
    border-top: 9px solid #e9f2f7;
    border-bottom: 1px solid #eff0f6;
    margin-bottom: 1px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header .topBlock .logotype {
      width: 641px; }
      header .topBlock .logotype img {
        max-width: 100%; }
  header .topBanner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 300px;
    height: 60px;
    text-align: center;
    color: #48392b;
    font-family: 'Caveat', cursive;
    font-style: italic;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 2px 2px 2px #c1b7b2;
            box-shadow: 2px 2px 2px #c1b7b2;
    pointer-events: none; }
  header .loginBlock {
    font-size: 15px;
    letter-spacing: 0.25px;
    color: #4a4d50; }
    header .loginBlock .unauthorized {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header .loginBlock .unauthorized .login {
        -webkit-border-radius: 25px;
                border-radius: 25px;
        text-align: center;
        min-width: 110px;
        text-align: center;
        padding: 10px;
        color: #4a4d50;
        background-color: #f0f4f5;
        margin-left: 15px; }
        header .loginBlock .unauthorized .login:hover {
          background-color: #f9a123;
          color: #fff; }
  header .bottomBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    header .bottomBlock .sectionBlock {
      background-color: #009ee0;
      width: 31%; }
      header .bottomBlock .sectionBlock .dropDownBlock li a {
        font-weight: 700; }
      header .bottomBlock .sectionBlock .dropDownBlock li:nth-last-of-type(-n+3) {
        padding-left: 0px; }
        header .bottomBlock .sectionBlock .dropDownBlock li:nth-last-of-type(-n+3) a {
          font-weight: 700; }
      header .bottomBlock .sectionBlock .titleBlock {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
    header .bottomBlock .communityBlock {
      background-color: #00ade9;
      width: 30%; }
    header .bottomBlock .schoolBlock {
      background-color: #4b4b4b;
      width: 17%; }
    header .bottomBlock .teachersBlock {
      background-color: #f9a123;
      width: 12%; }
    header .bottomBlock .aboutUsBlock {
      background-color: #00ade9;
      width: 17%; }
    header .bottomBlock .searchBlock {
      width: 55px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background-color: #21bef5;
     }
      header .bottomBlock .searchBlock .searchBtn {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
              display: none;}
        header .bottomBlock .searchBlock .searchBtn:before {
          content: '\f002';
          font-family: FontAwesome;
          color: #fff;
          font-size: 18px;
          line-height: 1; }
      header .bottomBlock .searchBlock.active .searchBtn:before {
        content: '\f00d'; }
  header .flexBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    header .flexBlock .titleBlock {
      width: 100%;
      font-size: 18px;
      color: #fff;
      padding: 15px 25px;
      text-align: center; }
    header .flexBlock.subBlock .titleBlock:after {
      content: '\f0d7';
      font-family: FontAwesome;
      margin-left: 8px;
      color: #fff; }
    header .flexBlock.subBlock .titleBlock.active:after {
      content: '\f0d8'; }
    header .flexBlock.subBlock.active .titleBlock:after {
      content: '\f0d8'; }
  header .hotkeys {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(100%);
        -ms-transform: translateY(-50%) translateX(100%);
            transform: translateY(-50%) translateX(100%);
    right: 0;
    z-index: 11;
    border-right: none;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border-bottom: 1px solid #ddeeee;
    list-style-type: none;
    right: 0; }
    header .hotkeys.active {
      right: 49px; }
    header .hotkeys:last-child {
      border-bottom: none; }
    header .hotkeys li {
      margin-bottom: 2px; }
      header .hotkeys li:last-child {
        margin-bottom: 0; }
    header .hotkeys a {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      header .hotkeys a:hover div:after {
        opacity: 1; }
      header .hotkeys a div {
        width: 47px;
        height: 47px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        padding: 0;
        margin-right: 2px;
        background-color: #ffac2a; }
        header .hotkeys a div i {
          position: relative;
          display: inline-block;
          z-index: 1;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s;
          font-size: 20px;
          color: #fff; }
      header .hotkeys a span {
        line-height: 47px;
        padding: 0 20px;
        color: #fff;
        background-color: #ffac2a; }
    header .hotkeys .basket {
      padding-top: 0; }
  header .dropDownBlock {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    padding: 50px 35px;
    margin: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, 0.11);
            box-shadow: 0 0 54px rgba(0, 0, 0, 0.11);
    font-size: 18px;
    color: #1f1f1f;
    list-style-type: none;
    display: none; }
    header .dropDownBlock a {
      color: #1f1f1f;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      header .dropDownBlock a span {
        background-color: #fff;
        position: relative;
        padding-right: 10px; }
      header .dropDownBlock a i {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: 15px;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        padding-left: 10px; }
      header .dropDownBlock a:before {
        content: '';
        height: 1px;
        border-bottom: 1px dotted #707070;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 7px; }
      header .dropDownBlock a:hover {
        color: #f9a123; }
    header .dropDownBlock li {
      margin-bottom: 15px;
      position: relative; }
      header .dropDownBlock li:last-child {
        margin-bottom: 0; }
      header .dropDownBlock li:nth-child(1) a:hover, header .dropDownBlock li:nth-child(1) i {
        color: #f7687f; }
      header .dropDownBlock li:nth-child(1):before {
        background-color: #f7687f; }
      header .dropDownBlock li:nth-child(2) a:hover, header .dropDownBlock li:nth-child(2) i {
        color: #7a82b0; }
      header .dropDownBlock li:nth-child(2):before {
        background-color: #7a82b0; }
      header .dropDownBlock li:nth-child(3) a:hover, header .dropDownBlock li:nth-child(3) i {
        color: #a9bc62; }
      header .dropDownBlock li:nth-child(3):before {
        background-color: #a9bc62; }
      header .dropDownBlock li:nth-child(4) a:hover, header .dropDownBlock li:nth-child(4) i {
        color: #95b7c3; }
      header .dropDownBlock li:nth-child(4):before {
        background-color: #95b7c3; }
      header .dropDownBlock li:nth-child(5) a:hover, header .dropDownBlock li:nth-child(5) i {
        color: #e6a85d; }
      header .dropDownBlock li:nth-child(5):before {
        background-color: #e6a85d; }
      header .dropDownBlock li:nth-child(6) a:hover, header .dropDownBlock li:nth-child(6) i {
        color: #6d8c7d; }
      header .dropDownBlock li:nth-child(6):before {
        background-color: #6d8c7d; }
      header .dropDownBlock li:nth-child(7) a:hover, header .dropDownBlock li:nth-child(7) i {
        color: #1993ba; }
      header .dropDownBlock li:nth-child(7):before {
        background-color: #1993ba; }
      header .dropDownBlock li:nth-child(8) a:hover, header .dropDownBlock li:nth-child(8) i {
        color: #6a7287; }
      header .dropDownBlock li:nth-child(8):before {
        background-color: #6a7287; }
      header .dropDownBlock li.done a {
        color: #959595; }

.indexBody .scene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.dashboardSection {
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 675px;
  background-position: 50% 25%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 0 120px;
  min-height: 80vh; }
  .dashboardSection:before, .dashboardSection:after {
    display: none; }
  .dashboardSection:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 1;
    /*background-image: url("../images/calendarBefore.png");*/
    pointer-events: none;
    -webkit-background-size: cover;
            background-size: cover; }
  .dashboardSection .flightImg {
    position: absolute;
    pointer-events: none; }
  .dashboardSection .flightFirst {
    right: 0;
    bottom: -15%; }
  .dashboardSection .flightSecond {
    bottom: -30%;
    right: 25%; }
  .dashboardSection .item {
    padding: 0 170px;
    z-index: 1;
    position: relative; }
    .dashboardSection .item:focus {
      outline: none; }
  .dashboardSection .dashboardSlider {
    padding-bottom: 60px; }
  .dashboardSection .slick-arrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    background-color: #f9a123;
    border: none;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dashboardSection .slick-arrow:before {
      content: '';
      font-family: FontAwesome;
      font-size: 15px;
      color: #fff; }
    .dashboardSection .slick-arrow:hover {
      background-color: #00ade9; }
    .dashboardSection .slick-arrow.slick-prev {
      left: 120px; }
      .dashboardSection .slick-arrow.slick-prev:before {
        content: '\f060'; }
    .dashboardSection .slick-arrow.slick-next {
      right: 120px; }
      .dashboardSection .slick-arrow.slick-next:before {
        content: '\f061'; }
  .dashboardSection .slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dashboardSection .slick-dots li {
      list-style-type: none;
      font-size: 0;
      margin: 0 10px; }
      .dashboardSection .slick-dots li:first-child {
        margin-left: 0; }
      .dashboardSection .slick-dots li:last-child {
        margin-right: 0; }
    .dashboardSection .slick-dots button {
      border: none;
      background-color: #fff;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      height: 5px;
      width: 30px; }
    .dashboardSection .slick-dots .slick-active button {
      width: 50px;
      background-color: #f9a123; }
  .dashboardSection .bigBlock {
    position: relative;
    width: 100%; }
    .dashboardSection .bigBlock .inside {
      width: 70%;
      padding: 20px 25px;
      position: relative; }
      .dashboardSection .bigBlock .inside:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url("../images/border-1.png");
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%;
        pointer-events: none; }
    .dashboardSection .bigBlock .controlsBlock {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .dashboardSection .bigBlock .controlsBlock:before {
        content: '\f04b';
        font-family: FontAwesome;
        font-size: 26px;
        color: #4b4b4b;
        border: 3px solid #4b4b4b;
        width: 50px;
        height: 50px;
        overflow: hidden;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 1px 0 0 4px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .dashboardSection .bigBlock .controlsBlock:hover:before {
        border-color: #fff;
        color: #fff; }
      .dashboardSection .bigBlock .controlsBlock.play:before {
        content: '\f04c';
        padding: 0;
        font-size: 16px;
        opacity: .5; }
    .dashboardSection .bigBlock video {
      width: 100%; }
    .dashboardSection .bigBlock .authorizedBlock {
      position: absolute;
      top: 65px;
      left: 70%;
      padding-left: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 16px;
      color: #d4d9dc; }
      .dashboardSection .bigBlock .authorizedBlock:before {
        content: '';
        background-image: url("../images/authorizedArrow.png");
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        left: 15px;
        top: -10px;
        width: 66px;
        height: 44px; }
      .dashboardSection .bigBlock .authorizedBlock .registration {
        border: 1px solid #fff;
        background-color: #f9a123;
        color: #fff;
        font-size: 18px;
        padding: 13px 19px;
        margin-bottom: 15px; }
        .dashboardSection .bigBlock .authorizedBlock .registration:hover {
          background-color: #00ade9; }
      .dashboardSection .bigBlock .authorizedBlock .testHref {
        color: #f9a123;
        text-decoration: underline; }
        .dashboardSection .bigBlock .authorizedBlock .testHref:hover {
          color: #00ade9; }
  .dashboardSection .contentBlock {
    background-image: url("../images/border-2.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    background-position: 50% 50%;
    width: 540px;
    min-height: 190px;
    padding: 30px 40px;
    float: right;
    margin: -18% -5% 0 0;
    position: relative;
    z-index: 1; }
    .dashboardSection .contentBlock > * {
      margin-bottom: 20px; }
      .dashboardSection .contentBlock > *:first-child {
        margin-top: 0; }
      .dashboardSection .contentBlock > *:last-child {
        margin-bottom: 0; }
    .dashboardSection .contentBlock .title {
      font-size: 32px;
      line-height: 36px;
      color: #313236; }
      .dashboardSection .contentBlock .title span {
        color: #f9a123; }
    .dashboardSection .contentBlock .text {
      font-size: 16px;
      line-height: 24px;
      color: #2c2d31; }
    .dashboardSection .contentBlock .details {
      font-size: 14px;
      color: #2c2d31;
      text-decoration: underline; }
      .dashboardSection .contentBlock .details:hover {
        color: #f9a123; }

.calendarSection {
  background-position: 50% 50%;
  position: relative;
  padding: 50px 0 150px;
  overflow: hidden; }
  .calendarSection .calendarLayer {
    position: absolute;
    pointer-events: none; }
    .calendarSection .calendarLayer.layer-1 {
      left: -10%;
      top: 5%; }
    .calendarSection .calendarLayer.layer-2 {
      top: 40%;
      right: -13%; }
  .calendarSection .sectionTitle {
    text-align: center;
    font-size: 42px;
    color: #5a5b5f;
    margin: 0 0 10px; }
  .calendarSection .sectionDescrp {
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
    margin: 0; }
  .calendarSection .calendarSlider {
    margin-top: 35px; }
  .calendarSection .item {
    margin: 0 10px;
    padding-top: 10px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .calendarSection .item:focus {
      outline: none; }
    .calendarSection .item .headerBlock {
      min-height: 125px;
      width: 100%;
      background-image: url("../images/calendarHeader.png");
      background-position: 50% 50%;
      position: relative;
      padding: 25px 25px 15px 25px; }
      .calendarSection .item .headerBlock:before {
        content: '';
        background-image: url("../images/clip.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 35px;
        height: 99px;
        position: absolute;
        right: 40px;
        top: -10px; }
      .calendarSection .item .headerBlock .title {
        margin: 0;
        color: #fff;
        font-size: 65px;
        font-weight: 700; }
        .calendarSection .item .headerBlock .title span {
          font-weight: 400;
          font-size: 20px;
          letter-spacing: 1.5px; }
      .calendarSection .item .headerBlock .theme {
        width: 100%;
        font-size: 17px;
        color: #fff; }
        .calendarSection .item .headerBlock .theme a {
          color: #ff7200;
          margin-left: 5px; }
          .calendarSection .item .headerBlock .theme a:hover {
            color: #00ade9; }
        .calendarSection .item .headerBlock .theme:before {
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          background-color: #ff7200;
          margin-right: 10px; }
    .calendarSection .item.slick-current {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .calendarSection .contentUl {
    width: 100%;
    background-color: #fff;
    padding: 25px 20px;
    -webkit-box-shadow: 0 2px 32px rgba(92, 84, 71, 0.17);
            box-shadow: 0 2px 32px rgba(92, 84, 71, 0.17);
    margin: 0;
    min-height: 260px; }
    .calendarSection .contentUl li {
      border-bottom: 1px solid #eee;
      padding: 10px 35px 10px 0;
      position: relative;
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: 'Candara'; }
      .calendarSection .contentUl li:first-child {
        border-top: 1px solid #eee; }
      .calendarSection .contentUl li:before {
        content: '';
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 36px;
        height: 39px;
        -webkit-background-size: 36px 36px;
                background-size: 36px 36px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 20px; }
      .calendarSection .contentUl li:after {
        content: attr(data-time);
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        color: #fff;
        background-color: #f9a123;
        font-weight: 700;
        padding: 1px 7px; }
      .calendarSection .contentUl li.seminar:before {
        background-image: url("../images/seminar-img.png"); }
      .calendarSection .contentUl li.test:before {
        background-image: url("../images/test-img.png");
        -webkit-background-size: 31px 39px;
                background-size: 31px 39px; }
  .calendarSection .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    background-color: #f9a123;
    border: none;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .calendarSection .slick-arrow:before {
      content: '';
      font-family: FontAwesome;
      font-size: 15px;
      color: #fff; }
    .calendarSection .slick-arrow:hover {
      background-color: #00ade9; }
    .calendarSection .slick-arrow.slick-prev {
      left: -80px; }
      .calendarSection .slick-arrow.slick-prev:before {
        content: '\f060'; }
    .calendarSection .slick-arrow.slick-next {
      right: -80px; }
      .calendarSection .slick-arrow.slick-next:before {
        content: '\f061'; }
  .calendarSection .showAll {
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    .calendarSection .showAll a {
      font-size: 18px;
      display: inline-block;
      background-color: #f9a123;
      width: 360px;
      padding: 14px 15px;
      color: #fff; }
      .calendarSection .showAll a:hover {
        background-color: #00ade9; }

.mapSection {
  background-color: #fff;
  padding: 50px 0 0;
  position: relative; }
  .mapSection:before {
    content: '';
    position: absolute;
    bottom: 96%;
    left: 0;
    right: 0;
    background-image: url("../images/calendarAfter.png");
    height: 128px;
    -webkit-background-size: cover;
            background-size: cover;
    pointer-events: none; }
  .mapSection .sectionTitle {
    text-align: center;
    font-size: 42px;
    color: #5a5b5f;
    margin: 0 0 10px; }
  .mapSection .sectionDescrp {
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
    margin: 0; }
  .mapSection .map-container {
    height: 585px;
    margin-top: 40px;
    position: relative; }
    .mapSection .map-container .map {
      height: 100%; }
    .mapSection .map-container .mapDetails {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 975px;
      margin: 0 auto;
      background-color: rgba(220, 222, 226, 0.75);
      padding: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .mapSection .map-container .mapDetails .item {
        width: 31%;
        background-color: #fff;
        padding: 25px 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
        .mapSection .map-container .mapDetails .item .imgBlock {
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          width: 52px;
          height: 52px;
          overflow: hidden;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 20px; }
          .mapSection .map-container .mapDetails .item .imgBlock img {
            max-width: 90%;
            max-height: 90%; }
        .mapSection .map-container .mapDetails .item.pupils .imgBlock {
          background-color: #78c496; }
        .mapSection .map-container .mapDetails .item.teachers .imgBlock {
          background-color: #74b0da; }
        .mapSection .map-container .mapDetails .item.schools .imgBlock {
          background-color: #ce71e5; }
      .mapSection .map-container .mapDetails .content {
        width: 100%; }
      .mapSection .map-container .mapDetails .mainBlock {
        color: #3c3c3c;
        font-size: 18px;
        margin: 0; }
      .mapSection .map-container .mapDetails .new {
        font-size: 13px;
        color: #9a9a9a;
        margin: 0; }
      .mapSection .map-container .mapDetails .close {
        position: absolute;
        top: 10px;
        right: 10px;
        line-height: 1;
        font-size: 18px;
        cursor: pointer;
        width: 15px;
        height: 15px;
        color: #696969;
        text-shadow: none;
        opacity: 1;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        z-index: 10; }
        .mapSection .map-container .mapDetails .close:hover {
          color: #f9a123; }
  .mapSection .section-footer {
    background-color: #cae4ed;
    padding: 30px 0; }
  .mapSection .map-buttons .title-block {
    float: left;
    font-size: 16px;
    color: #6e6f7a; }
    .mapSection .map-buttons .title-block h4 {
      margin: 8px 15px 0 0; }
  .mapSection .map-buttons a {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    padding: 5px 17px;
    background-color: #fff;
    font-size: 13px;
    color: #4b4e58;
    border: 1px dashed #c8cfd5;
    position: relative;
    margin: 3px 2px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .mapSection .map-buttons a.active {
      border: 1px solid transparent;
    background-color: #f9a123;
    color: #fff;
    }
    .mapSection .map-buttons a.active svg{
      width: 10px;
display: inline-block;
vertical-align: top;
margin: 4px 0 0 5px;
    }
  /* .mapSection .map-buttons .all-cities {
    border: 1px solid transparent;
    background-color: #f9a123;
    color: #fff; } */
    .mapSection .map-buttons .all-cities span {
      display: inline-block;
      vertical-align: top; }
    .mapSection .map-buttons .all-cities svg {
      width: 10px;
      display: inline-block;
      vertical-align: top;
      margin: 4px 0 0 5px; }
    .mapSection .map-buttons .all-cities path {
      fill: #fff; }

.newsSection {
  padding: 90px 0 75px;
  background-color: #f3f4f7;
  background-image: url("../images/newsBg.png");
  overflow: hidden;
  position: relative; }
  .newsSection .absoluteImg {
    pointer-events: none;
    position: absolute;
    left: -250px;
    top: 20%;
    width: 400px; }
  .newsSection .sectionTitle {
    text-align: center;
    font-size: 42px;
    color: #5a5b5f;
    margin: 0 0 10px; }
  .newsSection .sectionDescrp {
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
    margin: 0; }
  .newsSection .newsInside {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .newsSection .newsMain {
    width: 100%; }
  .newsSection .blogMain {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 270px;
    margin-left: 25px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    background-color: #f7f7f7; }
    .newsSection .blogMain .blogTitle {
      text-align: center;
      margin: 0;
      background-color: #cae4ed;
      border-bottom: 1px solid #ddd;
      font-size: 16px;
      color: #242626;
      padding: 12px 15px; }
    .newsSection .blogMain .inside {
      width: 100%;
      padding: 0 20px 50px; }
    .newsSection .blogMain .item {
      text-align: center;
      padding-bottom: 30px;
      border-bottom: 1px solid #ddd; }
    .newsSection .blogMain .theme {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #64656d;
      background-color: #99999a;
      color: #fff;
      padding: 5px 20px;
      margin: 0 auto 10px;
      display: inline-block; }
    .newsSection .blogMain .imgBlock {
      height: 120px;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      margin-bottom: 20px; }
    .newsSection .blogMain .description {
      display: block;
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      color: #242626;
      text-align: left;
      margin-bottom: 10px; }
      .newsSection .blogMain .description:hover {
        color: #f9a123; }
    .newsSection .blogMain .date {
      text-align: left;
      font-size: 14px;
      color: #53535c; }
    .newsSection .blogMain .commentBlock {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .newsSection .blogMain .commentBlock .comment-img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 46px;
        height: 46px;
        border: 1px solid #f9a328;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-right: 20px; }
      .newsSection .blogMain .commentBlock .contentBlock {
        width: 100%;
        text-align: left; }
        .newsSection .blogMain .commentBlock .contentBlock > *:first-child {
          margin-top: 0; }
        .newsSection .blogMain .commentBlock .contentBlock > *:last-child {
          margin-bottom: 0; }
        .newsSection .blogMain .commentBlock .contentBlock .name {
          font-size: 14px;
          color: #6b6b6b;
          margin-bottom: 4px; }
      .newsSection .blogMain .commentBlock .infos {
        width: 100%;
        line-height: 1; }
        .newsSection .blogMain .commentBlock .infos i {
          font-size: 12px;
          color: #b2b2b2;
          margin-right: 15px; }
          .newsSection .blogMain .commentBlock .infos i:last-child {
            margin-right: 0; }
          .newsSection .blogMain .commentBlock .infos i:before {
            margin-right: 5px; }
    .newsSection .blogMain .allBlogs {
      width: 100%;
      margin-top: 50px; }
      .newsSection .blogMain .allBlogs a {
        display: block;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background-color: #009ee0;
        padding: 14px 15px; }
        .newsSection .blogMain .allBlogs a:hover {
          background-color: #f9a123; }
  .newsSection .bigNews {
    background-color: #f7f7f7;
    width: 100%;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    .newsSection .bigNews .imgBlock {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 360px;
      min-height: 360px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .newsSection .bigNews .contentBlock {
      width: 100%;
      padding: 25px 25px 60px;
      position: relative; }
      .newsSection .bigNews .contentBlock > *:first-child {
        margin-top: 0; }
      .newsSection .bigNews .contentBlock > *:last-child {
        margin-bottom: 0; }
    .newsSection .bigNews .theme {
      font-size: 11px;
      letter-spacing: 1px;
      color: #414248;
      text-transform: uppercase; }
    .newsSection .bigNews .newsTitle {
      font-weight: 700;
      margin: 20px 0;
      font-size: 23px;
      color: #414248; }
      .newsSection .bigNews .newsTitle a {
        color: #414248; }
        .newsSection .bigNews .newsTitle a:hover {
          color: #f9a123; }
    .newsSection .bigNews .description {
      font-size: 16px;
      line-height: 24px;
      color: #414248; }
    .newsSection .bigNews .dateBlock {
      font-size: 11px;
      color: #414248;
      border-top: 1px solid #ececec;
      padding-top: 20px;
      position: absolute;
      bottom: 15px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
      .newsSection .bigNews .dateBlock i {
        margin-right: 5px; }
  .newsSection .tabletNews {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .newsSection .tabletNews .item-news {
      padding: 15px 25px; }
      .newsSection .tabletNews .item-news .imgBlock {
        width: 100%;
        height: 165px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-bottom: 52px; }
      .newsSection .tabletNews .item-news .theme {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #64656d; }
      .newsSection .tabletNews .item-news .newsTitle {
        font-weight: 700;
        font-size: 19px;
        line-height: 21px;
        color: #242626;
        margin: 10px 0; }
        .newsSection .tabletNews .item-news .newsTitle a {
          color: #242626; }
          .newsSection .tabletNews .item-news .newsTitle a:hover {
            color: #f9a123; }
      .newsSection .tabletNews .item-news .description {
        font-size: 13px;
        line-height: 19px;
        color: #242626;
        margin-bottom: 15px; }
      .newsSection .tabletNews .item-news .dateBlock {
        font-size: 14px;
        color: #53535c; }
      .newsSection .tabletNews .item-news > *:first-child {
        margin-top: 0; }
      .newsSection .tabletNews .item-news > *:last-child {
        margin-bottom: 0; }
    .newsSection .tabletNews .item-img {
      padding: 0; }
    .newsSection .tabletNews .item-col {
      width: 33%; }
    .newsSection .tabletNews .item-background {
      background-color: #f7f7f7;
      -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
              box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07); }
    .newsSection .tabletNews .item-height {
      text-align: center;
      background-color: #323334;
      padding: 0 25px 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 15px; }
      .newsSection .tabletNews .item-height .theme {
        background-color: #99999a;
        color: #fff;
        padding: 5px 20px; }
      .newsSection .tabletNews .item-height .newsTitle {
        font-size: 23px;
        line-height: 25px;
        margin: 20px 0; }
        .newsSection .tabletNews .item-height .newsTitle a {
          color: #fff; }
      .newsSection .tabletNews .item-height .description {
        font-size: 15px;
        line-height: 23px;
        color: #fff; }
      .newsSection .tabletNews .item-height .details {
        border: 2px solid #fff;
        color: #fff;
        font-size: 13px;
        padding: 8px 30px; }
        .newsSection .tabletNews .item-height .details:hover {
          color: #f9a123;
          border-color: #f9a123; }
  .newsSection .showAll {
    width: 100%;
    text-align: center;
    margin-top: 50px; }
    .newsSection .showAll a {
      font-size: 18px;
      display: inline-block;
      background-color: #f9a123;
      width: 360px;
      padding: 14px 15px;
      color: #fff; }
      .newsSection .showAll a:hover {
        background-color: #00ade9; }

.aboutSection {
  background-color: #f3f4f7;
  padding: 175px 0 75px;
  overflow: hidden;
  position: relative; }
  .aboutSection .flyingBook {
    position: absolute;
    pointer-events: none; }
  .aboutSection .flyingBook-1 {
    top: 10%;
    left: -5%; }
  .aboutSection .flyingBook-2 {
    top: 30%;
    right: 15%; }
  .aboutSection .inside-top {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 0 60px; }
    .aboutSection .inside-top .topBlock {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 40px 0 140px; }
      .aboutSection .inside-top .topBlock .content {
        width: 60%; }
      .aboutSection .inside-top .topBlock .title {
        font-size: 36px;
        color: #1e1f21;
        margin: 0 0 40px; }
        .aboutSection .inside-top .topBlock .title span {
          color: #f9a123; }
      .aboutSection .inside-top .topBlock .firstLetter {
        display: inline; }
      .aboutSection .inside-top .topBlock .subTitle {
        font-size: 18px;
        color: #262626;
        margin-bottom: 30px; }
      .aboutSection .inside-top .topBlock .description {
        font-size: 18px;
        line-height: 25px;
        color: #7d7d7d;
        margin: 0; }
        .aboutSection .inside-top .topBlock .description span {
          color: #333; }
        .aboutSection .inside-top .topBlock .description > *:first-child {
          margin-top: 0; }
        .aboutSection .inside-top .topBlock .description > *:last-child {
          margin-bottom: 0; }
      .aboutSection .inside-top .topBlock .bookImg {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateY(-18%);
            -ms-transform: translateY(-18%);
                transform: translateY(-18%);
        pointer-events: none; }
    .aboutSection .inside-top .bottomBlock {
      padding: 0 40px; }
      .aboutSection .inside-top .bottomBlock .circleBlock {
        width: 100%;
        height: 510px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px dashed #a0a6a7;
        border-bottom: 0;
        -webkit-border-radius: 600px 600px 0 0;
                border-radius: 600px 600px 0 0;
        position: relative; }
      .aboutSection .inside-top .bottomBlock .item {
        position: absolute;
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 5px solid rgba(249, 161, 35, 0.12);
        text-align: center;
        z-index: 1; }
        .aboutSection .inside-top .bottomBlock .item:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #f9a123;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
        .aboutSection .inside-top .bottomBlock .item:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: url("../images/aboutBefore.png");
          background-repeat: no-repeat;
          background-position: 50% 40%; }
        .aboutSection .inside-top .bottomBlock .item .textBlock {
          font-family: 'Candara';
          font-style: italic;
          font-size: 20px;
          line-height: 25px;
          color: #4b4d54;
          position: absolute;
          top: -webkit-calc(100% + 10px);
          top: calc(100% + 10px);
          margin: 0 auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 236px; }
      .aboutSection .inside-top .bottomBlock .item-first {
        top: 40%;
        left: 1%; }
      .aboutSection .inside-top .bottomBlock .item-second {
        top: 5%;
        left: 19%; }
      .aboutSection .inside-top .bottomBlock .item-third {
        top: -45px;
        left: -webkit-calc(50% - 45px);
        left: calc(50% - 45px); }
      .aboutSection .inside-top .bottomBlock .item-fourth {
        top: 5%;
        right: 19%; }
      .aboutSection .inside-top .bottomBlock .item-fifth {
        top: 40%;
        right: 1%; }
      .aboutSection .inside-top .bottomBlock .openBook {
        position: absolute;
        top: 185px;
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        pointer-events: none; }
  .aboutSection .inside-bottom, .community-wrap .inside-bottom {
    width: 100%;
    background-color: #edeef3;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 130px 80px 35px; }
    .community-wrap .inside-bottom  {
      padding: 20px;
    }
    .aboutSection .inside-bottom .textBlock, .community-wrap .inside-bottom .textBlock {
      font-size: 18px;
      line-height: 26px;
      color: #7d7d7d;
      padding-right: 100px;
      position: relative;
      z-index: 1; }
      .aboutSection .inside-bottom .textBlock span, .community-wrap .inside-bottom .textBlock span {
        display: inline-block;
        color: #333; }
    .aboutSection .inside-bottom .registration, .community-wrap .inside-bottom .registration {
      font-size: 16px;
      color: #fff;
      background-color: #f9a123;
      border: 1px solid #fff;
      padding: 10px 15px;
      min-width: 180px;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .aboutSection .inside-bottom .registration:hover, .community-wrap .inside-bottom .registration:hover {
        background-color: #00ade9; }

.projectSection {
  padding: 170px 0 115px;
  background-color: #f4d7a4;
  position: relative; }
  .projectSection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 121px;
   /* background-image: url("../images/projectBefore.png");*/
    -webkit-background-size: cover;
            background-size: cover;
    pointer-events: none; }
  .projectSection .sectionTitle {
    text-align: center;
    font-size: 42px;
    color: #5a5b5f;
    margin: 0 0 10px; }
  .projectSection .sectionDescrp {
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
    margin: 0; }
  .projectSection .projectContainer {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .projectSection .projectContainer .item {
      width: 31%;
      -webkit-box-shadow: 0 8px 36.1px 1.9px rgba(3, 3, 3, 0.08);
              box-shadow: 0 8px 36.1px 1.9px rgba(3, 3, 3, 0.08);
      background-color: #fff;
      text-align: center;
      padding: 20px 40px 60px; }
    .projectSection .projectContainer .imgBlock {
      width: 100%;
      height: 200px;
      background-position: 70% 50%;
      background-repeat: no-repeat; }
    .projectSection .projectContainer .itemTitle {
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -0.2px;
      color: #383b3f;
      margin: -10px 0 20px; }
    .projectSection .projectContainer .description {
      font-size: 13px;
      line-height: 21px;
      color: #5c6571;
      margin: 0; }



.projectSection_index {
  padding: 50px 0 115px;
  background-color: #f4d7a4;
  position: relative; }
  .projectSection_index:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 121px;
   /* background-image: url("../images/projectBefore.png");*/
    -webkit-background-size: cover;
            background-size: cover;
    pointer-events: none; }
  .projectSection_index .sectionTitle {
    text-align: center;
    font-size: 42px;
    color: #5a5b5f;
    margin: 0 0 10px; }
  .projectSection_index .sectionDescrp {
    text-align: center;
    font-size: 20px;
    color: #7d7d7d;
    margin: 0; }
  .projectSection_index .projectContainer {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .projectSection_index .projectContainer .item {
      width: 31%;
      -webkit-box-shadow: 0 8px 36.1px 1.9px rgba(3, 3, 3, 0.08);
              box-shadow: 0 8px 36.1px 1.9px rgba(3, 3, 3, 0.08);
      background-color: #fff;
      text-align: center;
      padding: 20px 40px 60px; }
    .projectSection_index .projectContainer .imgBlock {
      width: 100%;
      height: 200px;
      background-position: 70% 50%;
      background-repeat: no-repeat; }
    .projectSection_index .projectContainer .itemTitle {
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -0.2px;
      color: #383b3f;
      margin: -10px 0 20px; }
    .projectSection_index .projectContainer .description {
      font-size: 13px;
      line-height: 21px;
      color: #5c6571;
      margin: 0; }

.breascrumbs ul {
  margin: 0;
  padding: 20px 0; }
  .breascrumbs ul li {
    display: inline-block; }
    .breascrumbs ul li a {
      font-size: 14px;
      color: #323946;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .breascrumbs ul li a:hover {
        color: #00ade9; }
    .breascrumbs ul li:not(:first-child) a {
      margin-left: 10px; }
    .breascrumbs ul li:not(:first-child):before {
      content: ">";
      margin-left: 10px; }
    .breascrumbs ul li:last-child {
      cursor: not-allowed; }
      .breascrumbs ul li:last-child a {
        color: #737f8f;
        pointer-events: none; }

.block-404 {
  background: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 115px;
  margin-bottom: 60px; }
  .block-404 h2 {
    font-size: 200px;
    color: #42464d;
    font-weight: 900;
    font-family: Roboto; }
  .block-404 h5 {
    color: #5c636c;
    font-size: 24px;
    margin-bottom: 20px; }
  .block-404 p {
    font-size: 16px;
    color: #737f8f;
    margin-top: 30px; }
    .block-404 p a {
      color: #00ade9;
      text-decoration: underline; }
      .block-404 p a:hover {
        text-decoration: none; }
  .block-404 .input {
    width: 440px;
    margin: 35px auto 0; }
    .block-404 .input input {
      padding-right: 50px; }
    .block-404 .input button {
      position: absolute;
      width: 42px;
      top: 0;
      bottom: 0;
      background: #00ade9;
      border: none;
      right: 0; }
      .block-404 .input button:before {
        content: '\f002';
        font-family: FontAwesome;
        color: #fff;
        font-size: 18px;
        line-height: 1; }

.input {
  position: relative; }
  .input label {
    width: 100%;
    margin-bottom: 0;
    font-weight: 400; }
    .input label.active span {
      top: 0;
      -webkit-transform: translateY(-75%);
          -ms-transform: translateY(-75%);
              transform: translateY(-75%); }
  .input input {
    line-height: 37px;
    font-size: 15px;
    color: #838e9d;
    border: none;
    border-bottom: 1px solid #e1e5ee;
    width: 100%; }
  .input span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 15px;
    color: #838e9d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: text; }

.top-nav-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .top-nav-block .sorting span {
    color: #73777d; }
  .top-nav-block .sorting .reload-list {
    display: inline-block; }
    .top-nav-block .sorting .reload-list button {
      background: none;
      border: none;
      color: #323946;
      padding-right: 0; }
      .top-nav-block .sorting .reload-list button:after {
        content: "\f0d7";
        font-family: FontAwesome;
        margin-left: 10px; }
    .top-nav-block .sorting .reload-list ul {
      top: 100%;
      right: 0;
      text-align: right;
      padding: 0;
      margin: 0;
      background: #f2f4f7;
      padding: 5px 0; }
      .top-nav-block .sorting .reload-list ul li {
        list-style-type: none; }
        .top-nav-block .sorting .reload-list ul li a {
          padding: 0 15px;
          color: #323946; }
          .top-nav-block .sorting .reload-list ul li a:hover {
            color: #00ade9; }

.reload-list {
  position: relative; }
  .reload-list ul {
    display: none;
    position: absolute;
    z-index: 1; }

footer {
  position: relative; }
  footer .toTop {
    position: absolute;
    top: -25px;
    right: 10%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #f9a123;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    footer .toTop:before {
      content: '\f106';
      font-family: FontAwesome;
      font-size: 26px;
      font-weight: 700; }
    footer .toTop:hover {
      background-color: #009ee0; }
  footer .top-block {
    padding: 45px 0;
    background-image: url("../images/footerBg.png");
    -webkit-background-size: cover;
            background-size: cover; }
    footer .top-block .inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer .top-block .item {
      width: 22%; }
    footer .top-block .title {
      margin: 0 0 25px;
      font-size: 19px;
      color: #f7f7f7; }
    footer .top-block .description {
      font-size: 13px;
      line-height: 21px;
      color: #ded6d6; }
      footer .top-block .description > *:first-child {
        margin-top: 0; }
      footer .top-block .description > *:last-child {
        margin-top: 0; }
    footer .top-block .contacts {
      padding: 0;
      margin-bottom: 20px;
      font-size: 14px;
      color: #ded6d6; }
      footer .top-block .contacts li {
        list-style-type: none;
        margin-bottom: 5px; }
        footer .top-block .contacts li:last-child {
          margin-bottom: 0; }
      footer .top-block .contacts a {
        color: #ded6d6; }
        footer .top-block .contacts a:before {
          font-family: FontAwesome;
          margin-right: 10px; }
        footer .top-block .contacts a:hover {
          color: #fdb415; }
      footer .top-block .contacts .telephone a:before {
        content: '\f095'; }
      footer .top-block .contacts .email a:before {
        content: '\f1fa'; }
    footer .top-block .social {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      footer .top-block .social li {
        list-style-type: none;
        margin-right: 5px; }
        footer .top-block .social li:last-child {
          margin-right: 0; }
      footer .top-block .social a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: hidden;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #1a1a1a;
        color: #fff;
        font-size: 14px; }
        footer .top-block .social a:before {
          font-family: FontAwesome;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
        footer .top-block .social a:hover {
          background-color: #fdb415; }
          footer .top-block .social a:hover:before {
            color: #1a1a1a; }
      footer .top-block .social .facebook a:before {
        content: '\f09a'; }
      footer .top-block .social .google a:before {
        content: '\f0d5'; }
    footer .top-block .footer-nav {
      font-size: 14px;
      color: #ded6d6;
      padding: 45px 0 0;
      margin: 0; }
      footer .top-block .footer-nav li {
        list-style-type: none;
        margin-bottom: 5px; }
        footer .top-block .footer-nav li:last-child {
          margin-bottom: 0; }
      footer .top-block .footer-nav a {
        color: #ded6d6; }
        footer .top-block .footer-nav a:hover {
          color: #fdb415; }
    footer .top-block .callback {
      width: 25%;
      background-color: #fff; }
    footer .top-block .callback-title {
      width: 100%;
      background-color: #e8ebed;
      font-size: 15px;
      color: #323334;
      margin: 0;
      padding: 20px;
      font-family: 'Candari';
      font-style: italic;
      position: relative; }
      footer .top-block .callback-title:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 38px;
        background-image: url("../images/footerClip.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        top: -21px;
        right: 30px; }
    footer .top-block .callback-body {
      width: 100%;
      padding: 5px 20px; }
      footer .top-block .callback-body textarea {
        width: 100%;
        background-image: url("../images/textareaBg.png");
        background-position: 0 27px;
        border: none;
        min-height: 65px;
        font-size: 14px;
        line-height: 30px;
        color: #323334;
        margin-bottom: 5px;
        resize: vertical; }
      footer .top-block .callback-body .sendTo {
        background-color: transparent;
        border: none;
        font-size: 12px;
        color: #4d4f52;
        padding: 10px 0; }
        footer .top-block .callback-body .sendTo i {
          margin-left: 5px; }
        footer .top-block .callback-body .sendTo:hover {
          color: #fdb415; }
  footer .bottom-block {
    background-color: #161616;
    padding: 25px 0; }
    footer .bottom-block .inside {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer .bottom-block .copyright {
      width: 70%;
      margin: 0;
      font-size: 12px;
      line-height: 21px;
      letter-spacing: 0.2px;
      color: #939292; }
    footer .bottom-block .development {
      font-size: 12px;
      color: #8d8d8e;
      letter-spacing: 0.2px;
      text-transform: uppercase; }
      footer .bottom-block .development span {
        color: #fdb415;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      footer .bottom-block .development:hover {
        color: #fff; }
        footer .bottom-block .development:hover span {
          color: #009ee0; }

.blog-page .blog-wrap {
  background: #fff; }

.blog-page .blog-left {
  padding: 30px 70px 45px; }
  .blog-page .blog-left .filter-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog-page .blog-left .filter-block .reload-list {
      width: -webkit-calc(25% - 30px/4);
      width: calc(25% - 30px/4); }
      .blog-page .blog-left .filter-block .reload-list button {
        width: 100%;
        line-height: 40px;
        border: none;
        background: #edeef3;
        text-align: left;
        padding-left: 15px;
        padding-right: 30px;
        color: #4b4b4b;
        position: relative;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
        .blog-page .blog-left .filter-block .reload-list button:after {
          content: "\f107";
          font-family: FontAwesome;
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .blog-page .blog-left .filter-block .reload-list ul {
        position: absolute;
        top: -webkit-calc(100% + 5px);
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        background: #edeef3;
        padding: 5px 0;
        max-height: 200px; }
        .blog-page .blog-left .filter-block .reload-list ul li {
          list-style-type: none; }
          .blog-page .blog-left .filter-block .reload-list ul li a {
            width: 100%;
            padding: 0 15px;
            color: #4b4b4b;
            line-height: 20px;
            display: inline-block;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden; }
            .blog-page .blog-left .filter-block .reload-list ul li a:hover {
              color: #00ade9; }

#wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page-content {
  background-color: #fff;
  border: 1px solid #edeef3;
  margin-bottom: 55px; }
  .page-content .drag-sign {
    position: relative;
    text-align: center;
    margin: 0 0 5px;
    display: none; }
    .page-content .drag-sign:after {
      content: '\f07e';
      font-family: FontAwesome;
      color: #000;
      font-size: 24px;
      line-height: 1; }

.autorization-container {
  max-width: 700px;
  margin: 45px auto 70px; }
  .autorization-container .nav-tabs > li.active a {
    background-color: #fff;
    border-top: 2px solid #00ade9; }
  .autorization-container .nav-tabs > li > a {
    background-color: #edeef3;
    border-top: 2px solid #e5e6eb;
    border-left: 1px solid #e5e6eb;
    border-right: 1px solid #e5e6eb;
    color: #383023; }
  .autorization-container .tab-pane {
    padding-top: 30px; }
  .autorization-container .autorization-title {
    margin-bottom: 20px; }
    .autorization-container .autorization-title h1 {
      font-size: 28px;
      margin: 0 0 20px; }
    .autorization-container .autorization-title p {
      color: #8c8d8d; }
      .autorization-container .autorization-title p a {
        color: #4b4b4b;
        font-weight: 700;
        color: #f9a123;
        font-size: 15px; }
        .autorization-container .autorization-title p a:hover {
          text-decoration: underline; }
  .autorization-container .form-content {
    border-right: 1px solid #e3e3e3;
    padding-right: 30px;
    margin-bottom: 30px; }
  .autorization-container .border-col .remember-checkbox {
    width: 730px; }
  .autorization-container .radio-row {
    margin: 0 0 20px; }
    .autorization-container .radio-row p {
      text-transform: uppercase;
      color: #3c3d40;
      font-size: 13px;
      margin: 0 0 10px; }
    .autorization-container .radio-row .radio-checkbox {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px;
      position: relative;
      padding-left: 30px;
      padding-top: 2px; }
      .autorization-container .radio-row .radio-checkbox input[type='radio'] {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .autorization-container .radio-row .radio-checkbox input:checked + label:after {
        opacity: 1; }
      .autorization-container .radio-row .radio-checkbox input:checked + label:before {
        border: 1px solid #757575;
        background-color: transparent; }
      .autorization-container .radio-row .radio-checkbox label {
        font-weight: normal;
        cursor: pointer; }
        .autorization-container .radio-row .radio-checkbox label:before {
          content: '';
          width: 21px;
          height: 21px;
          position: absolute;
          top: 1px;
          left: 0;
          border: 1px solid #e6e6e6;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background-color: #e6e6e6; }
        .autorization-container .radio-row .radio-checkbox label:after {
          content: '';
          top: 6px;
          left: 5px;
          position: absolute;
          width: 11px;
          height: 11px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          background-color: #757575;
          opacity: 0; }
  .autorization-container .form-col {
    position: relative;
    padding-bottom: 25px; }
    .autorization-container .form-col .input-label {
      text-transform: uppercase;
      color: #3c3d40;
      font-size: 13px;
      margin: 0 0 4px;
      font-weight: normal; }
    .autorization-container .form-col label.error {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 12px;
      font-weight: normal;
      color: #fb6b31; }
    .autorization-container .form-col .form-control {
      border: 1px solid #d9d9d9;
      -webkit-border-radius: 1px;
              border-radius: 1px;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 47px; }
      .autorization-container .form-col .form-control:focus {
        border: 1px solid #009ee0; }
    .autorization-container .form-col.last-col {
      padding-bottom: 0; }
  .autorization-container .default-select {
    position: relative;
    margin: 0 0 20px; }
    .autorization-container .default-select p {
      font-size: 14px;
      color: #555;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 4px;
      text-transform: uppercase; }
    .autorization-container .default-select .select-button {
      font-size: 14px;
      padding: 0 30px 0 15px;
      text-align: left;
      position: relative;
      outline: none;
      height: 47px;
      line-height: 47px;
      background-color: #fff;
      display: block;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: 1px solid #d9d9d9;
      outline: 0;
      color: #555;
      width: 100%;
      cursor: pointer; }
      .autorization-container .default-select .select-button svg {
        width: 8px;
        fill: #2e353e;
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 3; }
      .autorization-container .default-select .select-button span {
        display: block;
        margin: 0 0 3px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
    .autorization-container .default-select .select-sorting {
      list-style: none;
      width: 100%;
      display: none;
      position: absolute;
      top: -webkit-calc(100% + 7px);
      top: calc(100% + 7px);
      left: 0;
      padding: 0;
      margin: 0;
      z-index: 8;
      max-height: 300px;
      overflow: auto;
      z-index: 100;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
      border: 1px solid #e6e9ed; }
      .autorization-container .default-select .select-sorting li {
        list-style-type: none;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        z-index: 15;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left; }
        .autorization-container .default-select .select-sorting li:first-child {
          -webkit-border-radius: 4px 4px 0 0;
                  border-radius: 4px 4px 0 0; }
        .autorization-container .default-select .select-sorting li a {
          color: #555;
          display: block;
          padding: 5px 12px;
          border: 0;
          font-size: 14px;
          line-height: 1.4; }
          .autorization-container .default-select .select-sorting li a:hover, .autorization-container .default-select .select-sorting li a:focus, .autorization-container .default-select .select-sorting li a:active {
            text-decoration: none;
            background-color: #f9a123;
            color: #fff; }
  .autorization-container .remember-checkbox {
    color: #707173;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px; }
    .autorization-container .remember-checkbox input[type='checkbox'] {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .autorization-container .remember-checkbox input:checked + label:after {
      opacity: 1; }
    .autorization-container .remember-checkbox label {
      font-weight: normal;
      cursor: pointer; }
      .autorization-container .remember-checkbox label:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 1px;
        left: 0;
        border: 1px solid #707173;
        -webkit-border-radius: 2px;
                border-radius: 2px; }
      .autorization-container .remember-checkbox label:after {
        content: '';
        top: 2px;
        left: 2px;
        position: absolute;
        width: 18px;
        height: 8px;
        border-left: 4px solid #707173;
        border-bottom: 4px solid #707173;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        opacity: 0; }
  .autorization-container .form-footer .default-button {
    margin-right: 15px; }
  .autorization-container .form-footer .modal-link {
    color: #929497;
    cursor: pointer; }
  .autorization-container .form-footer.signup-footer {
    width: 730px; }
    .autorization-container .form-footer.signup-footer .default-button {
      margin-top: 0; }
    .autorization-container .form-footer.signup-footer .signin-link {
      float: right;
      margin-top: 5px; }
      .autorization-container .form-footer.signup-footer .signin-link p {
        display: inline-block;
        vertical-align: top;
        margin: 8px 0 0; }
      .autorization-container .form-footer.signup-footer .signin-link a {
        border: 1px solid #c5c7ca;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        color: #757a7f;
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        padding: 7px 30px; }
        .autorization-container .form-footer.signup-footer .signin-link a:focus, .autorization-container .form-footer.signup-footer .signin-link a:hover, .autorization-container .form-footer.signup-footer .signin-link a:active {
          outline: 0;
          background-color: #c5c7ca;
          color: #fff; }
  .autorization-container .social-logins {
    padding: 25px 25px 25px 30px;
    border-left: 1px solid #e6e6e6; }
    .autorization-container .social-logins h3 {
      margin: -2px 0 25px;
      font-size: 16px;
      color: #313131;
      line-height: 1; }
    .autorization-container .social-logins p {
      color: #8c8d8d; }
    .autorization-container .social-logins button,
    .autorization-container .social-logins a {
      display: inline-block;
      width: 33px;
      height: 33px;
      margin-right: 8px;
      margin-top: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 0;
      outline: 0;
      color: #fff;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      line-height: 33px; }
      .autorization-container .social-logins button:after,
      .autorization-container .social-logins a:after {
        font-family: FontAwesome; }
      .autorization-container .social-logins button:hover,
      .autorization-container .social-logins a:hover {
        opacity: 0.7; }
      .autorization-container .social-logins button.facebook-item,
      .autorization-container .social-logins a.facebook-item {
        background-color: #4d8bd9; }
        .autorization-container .social-logins button.facebook-item:after,
        .autorization-container .social-logins a.facebook-item:after {
          content: '\f09a'; }
      .autorization-container .social-logins button.google-item,
      .autorization-container .social-logins a.google-item {
        background-color: #db4437; }
        .autorization-container .social-logins button.google-item:after,
        .autorization-container .social-logins a.google-item:after {
          content: '\f0d5'; }
      .autorization-container .social-logins button.twitter-item,
      .autorization-container .social-logins a.twitter-item {
        background-color: #3fc0f6; }
        .autorization-container .social-logins button.twitter-item:after,
        .autorization-container .social-logins a.twitter-item:after {
          content: '\f099'; }
  .autorization-container .social-autorization h3 {
    font-size: 16px;
    margin: 0 0 15px; }
  .autorization-container .social-autorization p {
    color: #8c8d8d; }
  .autorization-container .social-autorization .social-block {
    margin-top: 15px; }
    .autorization-container .social-autorization .social-block a {
      display: inline-block;
      vertical-align: top;
      width: 33px;
      height: 33px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      text-align: center;
      color: #fff;
      font-size: 15px;
      padding-top: 6px;
      margin-right: 5px; }
      .autorization-container .social-autorization .social-block a:after {
        font-family: FontAwesome; }
      .autorization-container .social-autorization .social-block a.facebook-item {
        background-color: #4d8bd9; }
        .autorization-container .social-autorization .social-block a.facebook-item:after {
          content: '\f09a'; }
      .autorization-container .social-autorization .social-block a.google-item {
        background-color: #DD4B39; }
        .autorization-container .social-autorization .social-block a.google-item:after {
          content: '\f0d5'; }
      .autorization-container .social-autorization .social-block a.twitter-item {
        background-color: #3fc0f6; }
        .autorization-container .social-autorization .social-block a.twitter-item:after {
          content: '\f099'; }
.social-autorization td, .social-autorization th {
  padding: 5px;
}
.remember-modal .modal-header {
  padding: 13px;
  border: 0; }
  .remember-modal .modal-header .close {
    padding: 0;
    opacity: 1;
    width: 26px;
    height: 26px;
    background-color: #e0e0e0;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: relative; }
    .remember-modal .modal-header .close:after {
      content: '\f00d';
      font-family: FontAwesome;
      position: absolute;
      top: 4px;
      left: 7px;
      font-size: 16px; }
    .remember-modal .modal-header .close:hover {
      background-color: #000; }

.remember-modal .modal-body {
  padding: 15px 15px 70px; }
  .remember-modal .modal-body h2 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 21px; }
  .remember-modal .modal-body p {
    text-align: center;
    color: #7d7d7d;
    margin: 0 0 20px; }
  .remember-modal .modal-body .form-wrap {
    max-width: 290px;
    margin: 0 auto;
    text-align: center; }
    .remember-modal .modal-body .form-wrap .form-control {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: 0;
      border: 1px solid #e6e9ed;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      height: 38px;
      text-align: left;
      margin: 0 0 25px; }
      .remember-modal .modal-body .form-wrap .form-control:focus {
        border: 1px solid #009ee0; }
    .remember-modal .modal-body .form-wrap .default-button {
      padding: 8px 35px;
      line-height: 1.4;
      margin-top: 5px; }

.schools-contacts .schools-head {
  position: relative;
  text-align: center;
  padding: 40px 0 20px; }
  .schools-contacts .schools-head h1 {
    font-size: 26px;
    margin: 0 0 20px; }
  .schools-contacts .schools-head .default-button {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0; }

.schools-contacts .schools-content .aside-schools {
  float: left;
  width: 315px;
  background-color: #fafafa;
  height: 520px;
  padding: 10px 10px 35px 25px;
  overflow: hidden; }
  .schools-contacts .schools-content .aside-schools .school-item {
    position: relative; }
    .schools-contacts .schools-content .aside-schools .school-item .school-toggle {
      display: block;
      width: 100%;
      font-size: 15px;
      text-align: left;
      padding: 10px 20px 10px 10px;
      background-color: transparent;
      position: relative;
      outline: 0;
      border: 0;
      color: #595959;
      border-bottom: 1px solid #ebebeb;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .schools-contacts .schools-content .aside-schools .school-item .school-toggle:after {
        content: '';
        width: 10px;
        height: 12px;
        background: url(../images/xs-arrow.png) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain;
        position: absolute;
        top: 14px;
        right: 10px;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .schools-contacts .schools-content .aside-schools .school-item .school-toggle.active {
        background-color: #f5f5f5; }
        .schools-contacts .schools-content .aside-schools .school-item .school-toggle.active:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .schools-contacts .schools-content .aside-schools .school-item .school-toggle:hover {
        background-color: #f5f5f5; }
    .schools-contacts .schools-content .aside-schools .school-item .school-toggle-inner {
      display: block;
      width: 100%;
      font-size: 15px;
      text-align: left;
      padding: 7px 20px 7px 10px;
      background-color: transparent;
      position: relative;
      outline: 0;
      border: 0;
      color: #595959;
      border-bottom: 1px solid #ebebeb;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .schools-contacts .schools-content .aside-schools .school-item .school-toggle-inner:after {
        content: '';
        width: 10px;
        height: 12px;
        background: url(../images/xs-arrow.png) no-repeat center;
        -webkit-background-size: contain;
                background-size: contain;
        position: absolute;
        top: 10px;
        right: 10px;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      .schools-contacts .schools-content .aside-schools .school-item .school-toggle-inner.active {
        background-color: #ededed; }
        .schools-contacts .schools-content .aside-schools .school-item .school-toggle-inner.active:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .schools-contacts .schools-content .aside-schools .school-item .school-toggle-inner:hover {
        background-color: #f5f5f5; }
    .schools-contacts .schools-content .aside-schools .school-item .school-dropdown {
      padding-left: 20px;
      display: none; }
    .schools-contacts .schools-content .aside-schools .school-item .school-dropdown-inner {
      display: none;
      padding-left: 5px; }
      .schools-contacts .schools-content .aside-schools .school-item .school-dropdown-inner a {
        display: block;
        position: relative;
        padding: 3px 5px 3px 20px;
        color: #595959; }
        .schools-contacts .schools-content .aside-schools .school-item .school-dropdown-inner a:before {
          content: '';
          width: 8px;
          height: 1px;
          position: absolute;
          top: 11px;
          left: 0;
          background-color: #595959; }
        .schools-contacts .schools-content .aside-schools .school-item .school-dropdown-inner a:hover {
          color: #ea9a4b; }
          .schools-contacts .schools-content .aside-schools .school-item .school-dropdown-inner a:hover:before {
            background-color: #ea9a4b; }
  .schools-contacts .schools-content .aside-schools .show-all-school a {
    margin-top: 5px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: left;
    padding: 10px 20px 10px 10px;
    background-color: #f0f0f0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    outline: 0;
    border: 0;
    color: #595959;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .schools-contacts .schools-content .aside-schools .show-all-school a.active {
      background-color: #f5f5f5; }
      .schools-contacts .schools-content .aside-schools .show-all-school a.active:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .schools-contacts .schools-content .aside-schools .show-all-school a:hover {
      background-color: #f5f5f5; }

.schools-contacts .schools-content .map-container {
  margin-left: 315px;
  height: 520px; }
  .schools-contacts .schools-content .map-container #map {
    width: 100%;
    height: 100%; }

.schools-contacts .schools-footer {
  background-color: #cae4ed;
  padding: 20px 0 15px; }
  .schools-contacts .schools-footer .footer-item {
    position: relative;
    padding-left: 140px;
    padding-top: 8px; }
    .schools-contacts .schools-footer .footer-item.first-item .item-icon {
      background-color: #78c496; }
    .schools-contacts .schools-footer .footer-item.second-item .item-icon {
      background-color: #74b0da; }
    .schools-contacts .schools-footer .footer-item.third-item .item-icon {
      background-color: #ce71e5; }
    .schools-contacts .schools-footer .footer-item.third-item > i {
      top: -1px;
      right: 40px; }
    .schools-contacts .schools-footer .footer-item > i {
      position: absolute;
      top: 0;
      right: 10px; }
  .schools-contacts .schools-footer .item-icon {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 70px;
    top: 0;
    text-align: center; }
    .schools-contacts .schools-footer .item-icon img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .schools-contacts .schools-footer .item-text h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #3c3c3c; }
  .schools-contacts .schools-footer .item-text p {
    color: #9a9a9a;
    font-size: 13px; }

.schools-contacts .gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 200px !important; }
  .schools-contacts .gm-style .gm-style-iw div {
    overflow: visible !important; }
  .schools-contacts .gm-style .gm-style-iw > div {
    width: 150px !important;
    max-width: 150px !important; }
  .schools-contacts .gm-style .gm-style-iw + div {
    display: none !important; }
  .schools-contacts .gm-style .gm-style-iw .map-school-text {
    padding: 8px 5px 0; }
  .schools-contacts .gm-style .gm-style-iw .school-address {
    color: #9fa2aa; }
    .schools-contacts .gm-style .gm-style-iw .school-address p {
      font-size: 13px;
      margin: 0 0 8px; }
  .schools-contacts .gm-style .gm-style-iw .school-name {
    color: #48494b; }
    .schools-contacts .gm-style .gm-style-iw .school-name p {
      font-size: 13px;
      margin: 0 0 8px; }
  .schools-contacts .gm-style .gm-style-iw .school-people p {
    color: #838e9d;
    display: inline-block; }
    .schools-contacts .gm-style .gm-style-iw .school-people p span {
      color: #f2a641; }
  .schools-contacts .gm-style .gm-style-iw .school-people i {
    font-style: normal;
    margin: 0 3px; }
  .schools-contacts .gm-style .gm-style-iw .map-link a {
    text-decoration: underline;
    color: #272727; }

.schools-contacts .map-school-img img {
  display: block;
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.schools-contacts .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e7e7e7; }

.schools-contacts .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e8b782; }

.mapSection .map-container .mapDetails {
  padding: 40px 40px 50px; }
  .mapSection .map-container .mapDetails > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
  }

  .mapSection .map-container .mapDetails > a span {
    border-radius: 20px;
    border: 1px solid transparent;
    background-color: #f9a123;
    color: #fff;

  }

  .mapSection .map-container .mapDetails > a span {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 2px 15px;
    width: 350px;
    margin: 0 auto;
  }

.schools-page .mapSection {
  padding-top: 30px; }
  .schools-page .mapSection:before {
    display: none; }
  .schools-page .mapSection h1 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #333;
    text-align: center; }
  .schools-page .mapSection .map-container {
    margin-top: 20px; }

.cabinet-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .cabinet-container .cabinet-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 50px; }
    .cabinet-container .cabinet-content .nav-tabs > li.active a {
      background-color: #fff;
      border-top: 2px solid #00ade9; }
    .cabinet-container .cabinet-content .nav-tabs > li > a {
      background-color: #edeef3;
      border-top: 2px solid #e5e6eb;
      border-left: 1px solid #e5e6eb;
      border-right: 1px solid #e5e6eb;
      color: #383023;
      padding: 10px 50px; }
  .cabinet-container .aside-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 295px;
        -ms-flex: 0 0 295px;
            flex: 0 0 295px;
    position: relative;
    padding: 0;
    border-right: 1px solid #dfdfdf; }
    .cabinet-container .aside-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .cabinet-container .aside-nav ul li {
        border-bottom: 1px solid #e6e6e6; }
        .cabinet-container .aside-nav ul li a {
          display: block;
          padding: 16px 50px 16px 20px;
          position: relative;
          color: #4d505a; }
          .cabinet-container .aside-nav ul li a:after {
            content: '';
            width: 1px;
            height: 100%;
            top: 0;
            right: -1px;
            position: absolute;
            background-color: #f9a123;
            opacity: 0; }
          .cabinet-container .aside-nav ul li a .fa {
            margin-right: 12px; }
          .cabinet-container .aside-nav ul li a .num-indicator {
            position: absolute;
            position: absolute;
            background-color: #f7a023;
            width: 18px;
            height: 18px;
            top: 17px;
            right: 25px;
            text-align: center;
            color: #fff;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            font-size: 11px;
            line-height: 19px; }
          .cabinet-container .aside-nav ul li a.active {
            color: #f9a123; }
            .cabinet-container .aside-nav ul li a.active:after {
              opacity: 1; }
  .cabinet-container .cabinet-personal-info {
    max-width: 390px;
    margin: 20px auto 0; }
    .cabinet-container .cabinet-personal-info .radio-row {
      margin: 0 0 20px; }
      .cabinet-container .cabinet-personal-info .radio-row p {
        text-transform: uppercase;
        color: #3c3d40;
        font-size: 13px;
        margin: 0 0 10px; }
      .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
        position: relative;
        padding-left: 30px;
        padding-top: 2px; }
        .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox input[type='radio'] {
          position: absolute;
          top: 0;
          left: 0;
          display: none; }
        .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox input:checked + label:after {
          opacity: 1; }
        .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox input:checked + label:before {
          border: 1px solid #757575;
          background-color: transparent; }
        .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox label {
          font-weight: normal;
          cursor: pointer; }
          .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox label:before {
            content: '';
            width: 21px;
            height: 21px;
            position: absolute;
            top: 1px;
            left: 0;
            border: 1px solid #e6e6e6;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background-color: #e6e6e6; }
          .cabinet-container .cabinet-personal-info .radio-row .radio-checkbox label:after {
            content: '';
            top: 6px;
            left: 5px;
            position: absolute;
            width: 11px;
            height: 11px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            background-color: #757575;
            opacity: 0; }
    .cabinet-container .cabinet-personal-info .form-col {
      position: relative;
      padding-bottom: 25px; }
      .cabinet-container .cabinet-personal-info .form-col .input-label {
        text-transform: uppercase;
        color: #3c3d40;
        font-size: 13px;
        margin: 0 0 4px;
        font-weight: normal; }
      .cabinet-container .cabinet-personal-info .form-col label.error {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        font-weight: normal;
        color: #fb6b31; }
      .cabinet-container .cabinet-personal-info .form-col .form-control {
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 1px;
                border-radius: 1px;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: 47px; }
        .cabinet-container .cabinet-personal-info .form-col .form-control:focus {
          border: 1px solid #009ee0; }
      .cabinet-container .cabinet-personal-info .form-col.last-col {
        padding-bottom: 0; }
    .cabinet-container .cabinet-personal-info .double-col .form-col {
      width: 270px;
      float: left;
      width: 270px; }
    .cabinet-container .cabinet-personal-info .double-col .remember-checkbox {
      margin-bottom: 0;
      margin-top: 37px;
      margin-left: 290px; }
    .cabinet-container .cabinet-personal-info .default-select {
      position: relative;
      margin: 0 0 20px; }
      .cabinet-container .cabinet-personal-info .default-select p {
        font-size: 14px;
        color: #555;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 4px;
        text-transform: uppercase; }
      .cabinet-container .cabinet-personal-info .default-select .select-button {
        font-size: 14px;
        padding: 0 30px 0 15px;
        text-align: left;
        position: relative;
        outline: none;
        height: 47px;
        line-height: 47px;
        background-color: #fff;
        display: block;
        -webkit-border-radius: 0;
                border-radius: 0;
        border: 1px solid #d9d9d9;
        outline: 0;
        color: #555;
        width: 100%;
        cursor: pointer; }
        .cabinet-container .cabinet-personal-info .default-select .select-button svg {
          width: 8px;
          fill: #2e353e;
          position: absolute;
          top: 18px;
          right: 15px;
          z-index: 3; }
        .cabinet-container .cabinet-personal-info .default-select .select-button span {
          display: block;
          margin: 0 0 3px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
      .cabinet-container .cabinet-personal-info .default-select .select-sorting {
        list-style: none;
        width: 100%;
        display: none;
        position: absolute;
        top: -webkit-calc(100% + 7px);
        top: calc(100% + 7px);
        left: 0;
        padding: 0;
        margin: 0;
        z-index: 8;
        max-height: 300px;
        overflow: auto;
        z-index: 100;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
        border: 1px solid #e6e9ed; }
        .cabinet-container .cabinet-personal-info .default-select .select-sorting li {
          list-style-type: none;
          font-size: 13px;
          cursor: pointer;
          position: relative;
          z-index: 15;
          padding: 0 !important;
          margin: 0 !important;
          text-align: left; }
          .cabinet-container .cabinet-personal-info .default-select .select-sorting li:first-child {
            -webkit-border-radius: 4px 4px 0 0;
                    border-radius: 4px 4px 0 0; }
          .cabinet-container .cabinet-personal-info .default-select .select-sorting li a {
            color: #555;
            display: block;
            padding: 5px 12px;
            border: 0;
            font-size: 14px;
            line-height: 1.4; }
            .cabinet-container .cabinet-personal-info .default-select .select-sorting li a:hover, .cabinet-container .cabinet-personal-info .default-select .select-sorting li a:focus, .cabinet-container .cabinet-personal-info .default-select .select-sorting li a:active {
              text-decoration: none;
              background-color: #f9a123;
              color: #fff; }
    .cabinet-container .cabinet-personal-info .textarea-col {
      margin: 0 0 15px; }
      .cabinet-container .cabinet-personal-info .textarea-col label {
        text-transform: uppercase;
        color: #3c3d40;
        font-size: 13px;
        margin: 0 0 4px;
        font-weight: normal; }
      .cabinet-container .cabinet-personal-info .textarea-col textarea {
        width: 100%;
        height: 200px;
        resize: vertical;
        border: 1px solid #d9d9d9;
        padding: 10px; }
    .cabinet-container .cabinet-personal-info .remember-checkbox {
      color: #707173;
      position: relative;
      padding-left: 25px;
      margin-bottom: 20px; }
      .cabinet-container .cabinet-personal-info .remember-checkbox input[type='checkbox'] {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .cabinet-container .cabinet-personal-info .remember-checkbox input:checked + label:after {
        opacity: 1; }
      .cabinet-container .cabinet-personal-info .remember-checkbox label {
        font-weight: normal;
        cursor: pointer; }
        .cabinet-container .cabinet-personal-info .remember-checkbox label:before {
          content: '';
          width: 16px;
          height: 16px;
          position: absolute;
          top: 1px;
          left: 0;
          border: 1px solid #707173;
          -webkit-border-radius: 2px;
                  border-radius: 2px; }
        .cabinet-container .cabinet-personal-info .remember-checkbox label:after {
          content: '';
          top: 2px;
          left: 2px;
          position: absolute;
          width: 18px;
          height: 8px;
          border-left: 4px solid #707173;
          border-bottom: 4px solid #707173;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          opacity: 0; }
    .cabinet-container .cabinet-personal-info .form-footer .default-button {
      margin-right: 15px; }
    .cabinet-container .cabinet-personal-info .form-footer .modal-link {
      color: #929497;
      cursor: pointer; }
    .cabinet-container .cabinet-personal-info .form-footer.signup-footer {
      width: 730px; }
      .cabinet-container .cabinet-personal-info .form-footer.signup-footer .default-button {
        margin-top: 0; }
      .cabinet-container .cabinet-personal-info .form-footer.signup-footer .signin-link {
        float: right;
        margin-top: 5px; }
        .cabinet-container .cabinet-personal-info .form-footer.signup-footer .signin-link p {
          display: inline-block;
          vertical-align: top;
          margin: 8px 0 0; }
        .cabinet-container .cabinet-personal-info .form-footer.signup-footer .signin-link a {
          border: 1px solid #c5c7ca;
          -webkit-border-radius: 5px;
                  border-radius: 5px;
          color: #757a7f;
          display: inline-block;
          vertical-align: top;
          margin-left: 15px;
          padding: 7px 30px; }
          .cabinet-container .cabinet-personal-info .form-footer.signup-footer .signin-link a:focus, .cabinet-container .cabinet-personal-info .form-footer.signup-footer .signin-link a:hover, .cabinet-container .cabinet-personal-info .form-footer.signup-footer .signin-link a:active {
            outline: 0;
            background-color: #c5c7ca;
            color: #fff; }
  .cabinet-container .cabiner-change-pass {
    max-width: 390px;
    margin: 30px auto 0; }
    .cabinet-container .cabiner-change-pass .form-col {
      position: relative;
      padding-bottom: 25px; }
      .cabinet-container .cabiner-change-pass .form-col .input-label {
        text-transform: uppercase;
        color: #3c3d40;
        font-size: 13px;
        margin: 0 0 4px;
        font-weight: normal; }
      .cabinet-container .cabiner-change-pass .form-col label.error {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        font-weight: normal;
        color: #fb6b31; }
      .cabinet-container .cabiner-change-pass .form-col .form-control {
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 1px;
                border-radius: 1px;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: 47px; }
        .cabinet-container .cabiner-change-pass .form-col .form-control:focus {
          border: 1px solid #009ee0; }
    .cabinet-container .cabiner-change-pass .default-button {
      margin-top: 5px; }
  .cabinet-container .avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    margin-bottom: 25px;
    position: relative; }
    .cabinet-container .avatar .input-photo {
      display: none; }
    .cabinet-container .avatar .upload-photo {
      display: inline-block;
      height: 60px;
      width: 60px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      margin-right: 20px; }
    .cabinet-container .avatar label {
      cursor: pointer;
      margin-bottom: 0;
      color: #747677;
      text-decoration: underline;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .cabinet-container .avatar label svg {
        margin-right: 10px; }
      .cabinet-container .avatar label:hover ~ .hover-block-hint {
        opacity: 1; }
    .cabinet-container .avatar .hover-block-hint {
      font: 400 12px/20px Roboto;
      padding: 15px;
      color: #fff;
      background: #aab2bd;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 190px;
      margin-left: 30px;
      opacity: 0;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      width: 250px; }
      .cabinet-container .avatar .hover-block-hint:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #aab2bd;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: -6px;
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px); }
  .cabinet-container .cabinet-message-item {
    margin: 0 0 20px; }
  .cabinet-container .cabinet-message-sender {
    border-top: 1px solid #dee7eb;
    border-bottom: 1px solid #dee7eb;
    position: relative;
    padding: 25px 0 25px 75px; }
    .cabinet-container .cabinet-message-sender .message-sender-img {
      position: absolute;
      top: -12px;
      left: -76px;
      width: 57px;
      height: 57px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border: 1px solid #f7a023; }
      .cabinet-container .cabinet-message-sender .message-sender-img .new-messages-num {
        position: absolute;
        background-color: #f7a023;
        width: 18px;
        height: 18px;
        top: -8px;
        right: -12px;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-size: 11px;
        line-height: 19px; }
    .cabinet-container .cabinet-message-sender .message-sender-name {
      padding-top: 8px; }
      .cabinet-container .cabinet-message-sender .message-sender-name p {
        margin: 0;
        font-size: 16px; }
  .cabinet-container .message-sender-toggle {
    float: left;
    width: 70%;
    position: relative;
    cursor: pointer; }
    .cabinet-container .message-sender-toggle:after {
      content: '\f078';
      font-family: FontAwesome;
      color: #cbcbcb;
      font-size: 15px;
      position: absolute;
      top: 8px;
      right: 0;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .cabinet-container .message-sender-toggle.active:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      color: #000; }
  .cabinet-container .message-sender-link {
    float: left;
    width: 30%;
    text-align: right; }
    .cabinet-container .message-sender-link a {
      padding: 10px;
      margin: 0;
      font-size: 14px;
      line-height: 1; }
  .cabinet-container .message-item .cabinet-message-sender {
    border-bottom: 1px #dee7eb solid;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cabinet-container .message-item .cabinet-message-sender .icoBlock {
      max-width: 230px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cabinet-container .message-item .cabinet-message-sender .icoBlock .picturBlock {
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 80px;
        height: 50px; }
    .cabinet-container .message-item .cabinet-message-sender .textBlock {
      padding-left: 5px; }
      .cabinet-container .message-item .cabinet-message-sender .textBlock span {
        color: #7f828f;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 16px; }
      .cabinet-container .message-item .cabinet-message-sender .textBlock p {
        color: #4d505a;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin: 0; }
    .cabinet-container .message-item .cabinet-message-sender .priceBlock {
      color: #4d505a;
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px; }
    .cabinet-container .message-item .cabinet-message-sender .createdBlock {
      color: #4d505a;
      font-family: 'Roboto', sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px; }
    .cabinet-container .message-item .cabinet-message-sender .buttonBlock button {
      background-color: #e7a713;
      background-image: -webkit-linear-gradient(45deg, #e78613 0%, #ffac2a 100%);
      background-image: -o-linear-gradient(45deg, #e78613 0%, #ffac2a 100%);
      background-image: linear-gradient(45deg, #e78613 0%, #ffac2a 100%);
      -webkit-border-radius: 5px;
              border-radius: 5px;
      color: white;
      border: 0;
      font-family: 'Roboto', sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      padding: 10px 20px; }
  .cabinet-container .message-item .bottomBlock {
    padding: 20px 0;
    padding-left: 60px;
    border-bottom: 1px #dee7eb solid; }
    .cabinet-container .message-item .bottomBlock .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 320px; }
    .cabinet-container .message-item .bottomBlock .textBlock {
      padding-left: 20px;
      padding-top: 15px; }
      .cabinet-container .message-item .bottomBlock .textBlock h2 {
        color: #4d505a;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        margin-bottom: 10px; }
      .cabinet-container .message-item .bottomBlock .textBlock p {
        color: #949798;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px; }
      .cabinet-container .message-item .bottomBlock .textBlock a, .cabinet-container .message-item .bottomBlock .textBlock button {
        color: #4d505a;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        background-color: transparent;
        border: 0;
        text-decoration: underline;
        outline: none;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .cabinet-container .message-item .bottomBlock .textBlock a.active, .cabinet-container .message-item .bottomBlock .textBlock button.active {
          color: #ffc745; }
    .cabinet-container .message-item .bottomBlock .icoBlock {
      position: relative;
      padding-left: 15px;
      padding-top: 15px;
      top: -20px; }
      .cabinet-container .message-item .bottomBlock .icoBlock:before {
        content: '';
        display: inline-block;
        height: 8px;
        width: 8px;
        top: 25px;
        position: absolute;
        left: 2px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #10b1dc;
        background-image: -webkit-linear-gradient(bottom left, #e78613 0%, #ffac2a 100%);
        background-image: -o-linear-gradient(bottom left, #e78613 0%, #ffac2a 100%);
        background-image: -webkit-gradient(linear, left bottom, right top, from(#e78613), to(#ffac2a));
        background-image: linear-gradient(to top right, #e78613 0%, #ffac2a 100%); }
      .cabinet-container .message-item .bottomBlock .icoBlock span {
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        font-weight: 500;
        line-height: 18px;
        height: 18px;
        width: 18px;
        display: inline-block;
        text-align: center;
        position: absolute;
        left: 7px;
        top: 7px;
        background-color: #10b1dc;
        background-image: -webkit-linear-gradient(bottom left, #e78613 0%, #ffac2a 100%);
        background-image: -o-linear-gradient(bottom left, #e78613 0%, #ffac2a 100%);
        background-image: -webkit-gradient(linear, left bottom, right top, from(#e78613), to(#ffac2a));
        background-image: linear-gradient(to top right, #e78613 0%, #ffac2a 100%);
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .cabinet-container .message-item .bottomBlock .icoBlock i {
        font-style: normal;
        height: 61px;
        width: 61px;
        line-height: 61px;
        text-align: center;
        opacity: 0.91;
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 19px;
        font-weight: 700;
        display: inline-block;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #65676d;
        border: 1px solid #f49b1f; }
  .cabinet-container .cabinet-message-container {
    padding-top: 20px;
    display: none; }
    .cabinet-container .cabinet-message-container .messages-count {
      margin: 0 0 15px; }
      .cabinet-container .cabinet-message-container .messages-count p {
        margin: 0;
        color: #4f5b60; }
  .cabinet-container .cabinet-messages h1 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 25px; }
  .cabinet-container .messages-container {
    height: 360px;
    padding: 20px 10px 20px 20px;
    position: relative;
    overflow-y: auto;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 30px; }
    .cabinet-container .messages-container .messages-item {
      margin: 0 0 20px;
      margin-top: 5px; }
    .cabinet-container .messages-container .received-message {
      position: relative;
      padding-left: 100px;
      padding-right: 40px; }
      .cabinet-container .messages-container .received-message .pic-block {
        left: 0; }
      .cabinet-container .messages-container .received-message .message-text {
        background-color: #fff;
        padding: 18px 15px;
        padding: 15px 30px 15px 35px;
        color: #4d505a;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
        float: left;
        clear: both;
        margin-bottom: 7px;
        -webkit-border-radius: 30px;
                border-radius: 30px; }
        .cabinet-container .messages-container .received-message .message-text:nth-of-type(2) {
          -webkit-border-radius: 0 30px 30px 30px;
                  border-radius: 0 30px 30px 30px; }
        .cabinet-container .messages-container .received-message .message-text p {
          font-size: 13px;
          margin: 0; }
      .cabinet-container .messages-container .received-message .message-time {
        color: #5f6263;
        font-size: 12px;
        clear: both;
        padding: 10px 0 0 33px; }
    .cabinet-container .messages-container .sent-message {
      position: relative;
      padding-right: 40px;
      padding-left: 100px; }
      .cabinet-container .messages-container .sent-message .pic-block {
        right: 0; }
      .cabinet-container .messages-container .sent-message .message-text {
        background-color: #6e7078;
        padding: 15px 35px 15px 30px;
        color: #fff;
        -webkit-border-radius: 30px;
                border-radius: 30px;
        margin: 0 0 5px;
        float: right;
        clear: both; }
        .cabinet-container .messages-container .sent-message .message-text p {
          font-size: 13px;
          margin: 0; }
        .cabinet-container .messages-container .sent-message .message-text:first-of-type {
          -webkit-border-radius: 30px 0 30px 30px;
                  border-radius: 30px 0 30px 30px; }
      .cabinet-container .messages-container .sent-message .message-time {
        color: #5f6263;
        font-size: 12px;
        clear: both;
        padding: 8px 35px 0 0;
        text-align: right; }
    .cabinet-container .messages-container .user-pic {
      width: 40px;
      height: 40px;
      margin: 10px auto;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      background-color: #6e7078; }
    .cabinet-container .messages-container .pic-block {
      position: absolute;
      top: -12px;
      width: 90px;
      text-align: center; }
    .cabinet-container .messages-container .message-text {
      position: relative; }
      .cabinet-container .messages-container .message-text:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: 17px; }
    .cabinet-container .messages-container .chat-date {
      clear: both;
      margin: 20px 0 35px; }
      .cabinet-container .messages-container .chat-date p {
        text-align: center;
        margin: 0; }
        .cabinet-container .messages-container .chat-date p span {
          padding: 0 15px;
          background-color: #f5f5f5;
          position: relative;
          display: inline-block;
          color: #6e7078;
          text-transform: uppercase; }
          .cabinet-container .messages-container .chat-date p span:before, .cabinet-container .messages-container .chat-date p span:after {
            content: '';
            width: 300px;
            height: 1px;
            background-color: #c2c4cc;
            position: absolute;
            top: 10px; }
          .cabinet-container .messages-container .chat-date p span:before {
            right: 100%; }
          .cabinet-container .messages-container .chat-date p span:after {
            left: 100%; }
  .cabinet-container .type-container textarea {
    width: 100%;
    height: 45px;
    resize: none;
    border: 1px solid #e2e7ea;
    padding: 10px; }
  .cabinet-container .type-container .default-button {
    width: 100%;
    margin: 0;
    line-height: 43px; }
  .cabinet-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6e7078; }

.cabinet-works table {
  margin-bottom: 35px; }
  .cabinet-works table td {
    vertical-align: middle !important; }
  .cabinet-works table th {
    font-weight: 400;
    border-bottom-width: 1px !important; }
  .cabinet-works table .table-user-pic {
    width: 36px;
    height: 36px;
    border: 1px solid #f9a123;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    margin-right: 10px; }
  .cabinet-works table .table-user-name {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px; }
    .cabinet-works table .table-user-name p {
      margin: 0; }
  .cabinet-works table .status-new p,
  .cabinet-works table .status-checked p {
    margin: 0; }
    /* .cabinet-works table .status-new p.work {
      color: red;
    } */
    .cabinet-works table .status-new p.new {
      color: green;
    }
  .cabinet-works table .status-new {
    color: #f9a123; }
  .cabinet-works table .status-checked {
    color: #519763; }
  .cabinet-works table .see-link,
  .cabinet-works table .download-link {
    color: #5c6164;
    font-size: 16px;
    margin: 0 4px; }

.cabinet-works .cabinet-works-filters {
  text-align: right;
  margin: 0 0 20px; }
  .cabinet-works .cabinet-works-filters .default-select,
  .cabinet-works .cabinet-works-filters .reset-filters,
  .cabinet-works .cabinet-works-filters .default-button {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .cabinet-works .cabinet-works-filters .default-select {
    position: relative;
    margin: 0 0 0 20px; }
    .cabinet-works .cabinet-works-filters .default-select p {
      font-size: 14px;
      color: #959ca2;
      display: inline-block;
      vertical-align: top;
      margin: 6px 5px 0 0; }
    .cabinet-works .cabinet-works-filters .default-select .select-button {
      font-size: 14px;
      padding: 0 30px 0 8px;
      text-align: left;
      position: relative;
      outline: none;
      height: 32px;
      line-height: 31px;
      background-color: #e9ecf1;
      display: inline-block;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: 1px solid #dee3e9;
      outline: 0;
      color: #555;
      width: 100%;
      cursor: pointer;
      width: 120px;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .cabinet-works .cabinet-works-filters .default-select .select-button svg {
        width: 8px;
        fill: #2e353e;
        position: absolute;
        top: 12px;
        right: 11px;
        z-index: 3; }
      .cabinet-works .cabinet-works-filters .default-select .select-button span {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        border-right: 1px solid #dee3e9; }
    .cabinet-works .cabinet-works-filters .default-select .select-sorting {
      list-style: none;
      width: 120px;
      display: none;
      position: absolute;
      top: -webkit-calc(100% + 7px);
      top: calc(100% + 7px);
      right: 0;
      padding: 0;
      margin: 0;
      z-index: 8;
      max-height: 300px;
      overflow: auto;
      z-index: 100;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
      border: 1px solid #e6e9ed; }
      .cabinet-works .cabinet-works-filters .default-select .select-sorting li {
        list-style-type: none;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        z-index: 15;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left; }
        .cabinet-works .cabinet-works-filters .default-select .select-sorting li:first-child {
          -webkit-border-radius: 4px 4px 0 0;
                  border-radius: 4px 4px 0 0; }
        .cabinet-works .cabinet-works-filters .default-select .select-sorting li a {
          color: #555;
          display: block;
          padding: 5px 12px;
          border: 0;
          font-size: 14px;
          line-height: 1.4; }
          .cabinet-works .cabinet-works-filters .default-select .select-sorting li a:hover, .cabinet-works .cabinet-works-filters .default-select .select-sorting li a:focus, .cabinet-works .cabinet-works-filters .default-select .select-sorting li a:active {
            text-decoration: none;
            background-color: #f9a123;
            color: #fff; }
  .cabinet-works .cabinet-works-filters .inverted-button {
    font-size: 15px;
    margin: 0 0 0 15px;
    padding: 7px 13px;
    line-height: 1;
    background-color: #00ade9; }
    .cabinet-works .cabinet-works-filters .inverted-button:hover {
      background-color: #f9a123; }
    .cabinet-works .cabinet-works-filters .inverted-button span {
      margin-right: 3px; }
  .cabinet-works .cabinet-works-filters .reset-filters {
    padding: 0 5px;
    margin-left: 10px;
    line-height: 31px;
    border: 0;
    background-color: transparent;
    color: #959ca4; }
    .cabinet-works .cabinet-works-filters .reset-filters:hover {
      color: #000; }

.cabinet-works .works-active-filters {
  margin: 0 0 23px; }
  .cabinet-works .works-active-filters p {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 0 0; }
  .cabinet-works .works-active-filters .active-item {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background-color: #f9a123;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    line-height: 30px;
    padding: 0 30px;
    border: 0;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-right: 10px; }
    .cabinet-works .works-active-filters .active-item:after {
      content: '\f00d';
      font-family: FontAwesome;
      position: absolute;
      top: -6px;
      right: 12px;
      color: #fff;
      font-size: 12px; }
    .cabinet-works .works-active-filters .active-item:hover, .cabinet-works .works-active-filters .active-item:focus, .cabinet-works .works-active-filters .active-item:active {
      text-decoration: none;
      opacity: 0.8; }

.cabinet-works .table-footer .pull-left .default-select {
  position: relative;
  margin: 0; }
  .cabinet-works .table-footer .pull-left .default-select p {
    font-size: 14px;
    color: #74777f;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 10px; }
  .cabinet-works .table-footer .pull-left .default-select .select-button {
    font-size: 14px;
    padding: 0 22px 0 10px;
    text-align: left;
    position: relative;
    outline: none;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #d9d9d9;
    outline: 0;
    color: #555;
    width: 60px;
    cursor: pointer;
    text-align: center; }
    .cabinet-works .table-footer .pull-left .default-select .select-button:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 5px solid #ced0da;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      top: 15px;
      right: 7px; }
    .cabinet-works .table-footer .pull-left .default-select .select-button span {
      display: block;
      margin: 0 0 3px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .cabinet-works .table-footer .pull-left .default-select .select-sorting {
    list-style: none;
    width: 60px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
    border: 1px solid #e6e9ed; }
    .cabinet-works .table-footer .pull-left .default-select .select-sorting li {
      list-style-type: none;
      font-size: 13px;
      cursor: pointer;
      position: relative;
      z-index: 15;
      padding: 0 !important;
      margin: 0 !important;
      text-align: left; }
      .cabinet-works .table-footer .pull-left .default-select .select-sorting li:first-child {
        -webkit-border-radius: 4px 4px 0 0;
                border-radius: 4px 4px 0 0; }
      .cabinet-works .table-footer .pull-left .default-select .select-sorting li a {
        color: #555;
        display: block;
        padding: 5px 12px;
        border: 0;
        font-size: 14px;
        line-height: 1.4; }
        .cabinet-works .table-footer .pull-left .default-select .select-sorting li a:hover, .cabinet-works .table-footer .pull-left .default-select .select-sorting li a:focus, .cabinet-works .table-footer .pull-left .default-select .select-sorting li a:active {
          text-decoration: none;
          background-color: #f9a123;
          color: #fff; }

.cabinet-works .table-footer .pull-right .pagination {
  margin-top: 0; }
  .cabinet-works .table-footer .pull-right .pagination > li:first-of-type a:after, .cabinet-works .table-footer .pull-right .pagination > li:last-of-type a:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 12px; }
  .cabinet-works .table-footer .pull-right .pagination > li:first-of-type a:after {
    border-right: 5px solid #ced0da;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 14px; }
  .cabinet-works .table-footer .pull-right .pagination > li:last-of-type a:after {
    border-left: 5px solid #ced0da;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: 14px; }
  .cabinet-works .table-footer .pull-right .pagination > li > a,
  .cabinet-works .table-footer .pull-right .pagination > li > span {
    margin-right: 0;
    height: 37px;
    color: #9a9fa8; }
    .cabinet-works .table-footer .pull-right .pagination > li > a.active,
    .cabinet-works .table-footer .pull-right .pagination > li > span.active {
      color: #fff;
      border: 1px solid #f9a123; }
      .cabinet-works .table-footer .pull-right .pagination > li > a.active:hover, .cabinet-works .table-footer .pull-right .pagination > li > a.active:focus, .cabinet-works .table-footer .pull-right .pagination > li > a.active:active,
      .cabinet-works .table-footer .pull-right .pagination > li > span.active:hover,
      .cabinet-works .table-footer .pull-right .pagination > li > span.active:focus,
      .cabinet-works .table-footer .pull-right .pagination > li > span.active:active {
        background-color: #f9a123; }

.cabinet-achievements h1 {
  color: #3c3d40;
  font-size: 18px;
  margin: 0 0 30px; }

.cabinet-achievements .theme-string {
  background-color: #f6f7fa;
  padding: 12px 10px 12px 50px;
  margin-bottom: 2px;
  position: relative; }
  .cabinet-achievements .theme-string p {
    margin: 0; }
  .cabinet-achievements .theme-string:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 15px; }
  .cabinet-achievements .theme-string.success-study:before {
    background: url(../images/green-check-mark.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }
  .cabinet-achievements .theme-string.error-study:before {
    background: url(../images/arrow-point-to-right.svg) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain; }

.cabinet-achievements .achievements-materials {
  margin: 0 -50px 0 0; }
  .cabinet-achievements .achievements-materials h3 {
    font-size: 18px;
    color: #3c3d40;
    margin: 0 0 30px; }
  .cabinet-achievements .achievements-materials .material-item {
    display: inline-block;
    vertical-align: top;
    color: #787878;
    margin-right: 60px; }
    .cabinet-achievements .achievements-materials .material-item span {
      font-size: 42px;
      display: inline-block;
      vertical-align: top;
      line-height: 1;
      margin-right: 10px; }
    .cabinet-achievements .achievements-materials .material-item .item-num {
      font-size: 30px;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
      .cabinet-achievements .achievements-materials .material-item .item-num p {
        margin: 0; }
      .cabinet-achievements .achievements-materials .material-item .item-num sup {
        font-size: 18px; }
        .cabinet-achievements .achievements-materials .material-item .item-num sup span {
          font-size: 13px;
          display: inline-block;
          margin-top: 19px; }
    .cabinet-achievements .achievements-materials .material-item  {
      margin-bottom: 10px;
    }
    .cabinet-achievements .achievements-materials .material-item > p {
      margin-top: 10px; }
    .cabinet-achievements .achievements-materials .material-item > span.text {
      font-size: 12px;
      margin-right: 0px;
      margin-top: 5px;
      display: block;
    }
.cabinet-achievements .results-bar {
  margin-top: 15px;
  margin-bottom: 25px; }

.cabinet-achievements .results-bar h3 {
  font-size: 18px;
  color: #3c3d40;
  margin: 0 0 10px; }

.cabinet-achievements .results-bar .results-line {
  height: 15px;
  margin-top: 15px;
  background: #c2c2c2;
  position: relative; }

.cabinet-achievements .results-bar .results-line:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 8px;
  height: 12px;
  border-top: 6px solid #c2c2c2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.cabinet-achievements .results-bar .results-line:after {
  content: attr(data-question);
  position: absolute;
  right: 0;
  bottom: -30px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 16px;
  color: #8e8e8e; }

.cabinet-achievements .results-bar .results-line .corect-answer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/test-bar.jpg);
  z-index: 1; }

.cabinet-achievements .results-bar .results-line .corect-answer:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 8px;
  height: 12px;
  border-top: 6px solid #00ade9;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.cabinet-achievements .results-bar .results-line .corect-answer:after {
  content: attr(data-answer);
  position: absolute;
  right: 0;
  bottom: -30px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 16px;
  color: #00ade9; }

.cabinet-achievements .marks {
  margin-top: 30px; }
  .cabinet-achievements .marks span {
    font-size: 13px;
    color: #939393; }
    .cabinet-achievements .marks span:before {
      content: "";
      width: 6px;
      height: 6px;
      background: #c2c2c2;
      margin-right: 7px;
      margin-bottom: 2px;
      display: inline-block; }
    .cabinet-achievements .marks span:not(:first-child) {
      margin-left: 20px; }
    .cabinet-achievements .marks span.corect-mark:before {
      background: #00ade9; }

.cabinet-achievements .panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.cabinet-achievements .panel-group .panel-default > .panel-heading {
  padding: 0;
  background-color: #ffe49b;
  border: 1px solid #ffe49b;
  -webkit-border-radius: 0;
          border-radius: 0; }

.cabinet-achievements .panel-group .panel-default .panel-body {
  border: 0;
  padding: 12px 0 7px; }
  .cabinet-achievements .panel-group .panel-default .panel-body table {
    width: 100%; }
    .cabinet-achievements .panel-group .panel-default .panel-body table tr td {
      padding: 10px;
      background-color: #f6f7fa;
      border-bottom: 1px solid #fff;
      font-size: 12px;
      vertical-align: middle; }
      .cabinet-achievements .panel-group .panel-default .panel-body table tr td p {
        margin: 0; }
      .cabinet-achievements .panel-group .panel-default .panel-body table tr td:first-of-type img {
        display: block;
        max-width: 18px; }
  .cabinet-achievements .panel-group .panel-default .panel-body .panel-heading {
    background-color: #f6f7fa;
    border: 1px solid #f6f7fa; }
  .cabinet-achievements .panel-group .panel-default .panel-body .panel-body {
    padding: 18px 0 15px 80px; }
    .cabinet-achievements .panel-group .panel-default .panel-body .panel-body h3 {
      font-size: 15px;
      margin: 0 0 18px; }

.cabinet-achievements .panel-group .panel-default .panel-group {
  margin-bottom: 0; }

.cabinet-achievements .panel-group .panel-default .collapse-raiting {
  display: inline-block; }
  .cabinet-achievements .panel-group .panel-default .collapse-raiting .raiting-item {
    padding-left: 75px;
    position: relative;
    margin-bottom: 5px; }
  .cabinet-achievements .panel-group .panel-default .collapse-raiting .item-img {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    backghround-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    left: 0;
    top: 4px;
    border: 1px solid #f59c20; }
  .cabinet-achievements .panel-group .panel-default .collapse-raiting .item-text {
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px; }
    .cabinet-achievements .panel-group .panel-default .collapse-raiting .item-text h3 {
      margin: 0 0 5px;
      font-size: 16px; }
    .cabinet-achievements .panel-group .panel-default .collapse-raiting .item-text span {
      color: #f9a123; }
  .cabinet-achievements .panel-group .panel-default .collapse-raiting .default-button {
    background-color: #ffe9ac;
    color: #313131;
    margin: 0;
    padding: 5px 12px 5px 15px;
    line-height: 1;
    font-size: 13px;
    position: relative;
    float: right;
    margin-top: 8px; }
    .cabinet-achievements .panel-group .panel-default .collapse-raiting .default-button:after {
      content: '\f054';
      font-family: FontAwesome;
      margin-left: 7px;
      font-size: 11px; }
    .cabinet-achievements .panel-group .panel-default .collapse-raiting .default-button:hover {
      background-color: #f7a023;
      color: #fff; }

.cabinet-achievements .panel-group .panel-heading .points {
  float: right;
  color: #323232;
  font-size: 13px;
  margin-top: 3px;
  margin-left: 10px; }

.cabinet-achievements .panel-group .panel-heading .fa-minus {
  position: absolute;
  right: 26px;
  color: #ba9f55;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .cabinet-achievements .panel-group .panel-heading .fa-minus:before {
    content: '\f068'; }

.cabinet-achievements .panel-group .panel-heading.success-study a:before {
  background: url(../images/green-check-mark.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }

.cabinet-achievements .panel-group .panel-heading.error-study a:before {
  background: url(../images/arrow-point-to-right.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain; }

.cabinet-achievements .panel-group .panel-title a {
  display: block;
  width: 100%;
  padding: 12px 60px 12px 50px;
  font-size: 16px;
  position: relative; }
  .cabinet-achievements .panel-group .panel-title a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 15px; }
  .cabinet-achievements .panel-group .panel-title a.collapsed .fa-minus:before {
    content: '\f067'; }

.cabinet-achievements .panel-group .panel-group .panel-title a {
  display: block;
  width: 100%;
  padding: 12px 70px 12px 50px;
  font-size: 16px;
  position: relative; }
  .cabinet-achievements .panel-group .panel-group .panel-title a .fa-chevron-down {
    position: absolute;
    top: 13px;
    right: 35px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    color: #cbcbcb; }
  .cabinet-achievements .panel-group .panel-group .panel-title a.collapsed .fa-chevron-down {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.cabinet-achievements .materials-collapse h3 {
  font-size: 18px;
  color: #3c3d40;
  margin: 0 0 20px; }

.cabinet-achievements .actual-progress {
  margin-top: 20px;
  padding-left: 80px; }
  .cabinet-achievements .actual-progress h3 {
    font-size: 15px; }

.cabinet-achievements.teacher-achivements .achievements-materials {
  margin-bottom: 30px; }

.cabinet-points h1 {
  font-size: 18px;
  margin: 0 0 25px; }

.cabinet-points .total-points {
  display: inline-block;
  vertical-align: top;
  color: #6e737a;
  background-color: #edeef3;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 15px 30px 10px; }
  .cabinet-points .total-points span {
    font-size: 42px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 10px; }
  .cabinet-points .total-points .item-num {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top; }
    .cabinet-points .total-points .item-num p {
      margin: 0; }
    .cabinet-points .total-points .item-num sup {
      font-size: 18px; }
      .cabinet-points .total-points .item-num sup span {
        font-size: 13px;
        display: inline-block;
        margin-top: 19px; }
  .cabinet-points .total-points > p {
    margin-top: 10px; }

.cabinet-points .points-info {
  margin-top: 35px; }
  .cabinet-points .points-info p {
    margin: 0 0 15px; }

.cabinet-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .cabinet-blog.cabinet-content {
    padding: 0; }
  .cabinet-blog .avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin-bottom: 30px;
    position: relative; }
    .cabinet-blog .avatar .input-photo {
      display: none; }
    .cabinet-blog .avatar .upload-photo {
      display: inline-block;
      height: 100px;
      width: 160px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      -webkit-border-radius: 0;
              border-radius: 0;
      margin-right: 20px; }
    .cabinet-blog .avatar label {
      cursor: pointer;
      margin-bottom: 0;
      color: #747677;
      text-decoration: underline;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .cabinet-blog .avatar label svg {
        margin-right: 10px; }
      .cabinet-blog .avatar label:hover ~ .hover-block-hint {
        opacity: 1; }
    .cabinet-blog .avatar .hover-block-hint {
      font: 400 12px/20px Roboto;
      padding: 15px;
      color: #fff;
      background: #aab2bd;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 300px;
      margin-left: 30px;
      opacity: 0;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      width: 250px;
      z-index: 10; }
      .cabinet-blog .avatar .hover-block-hint:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #aab2bd;
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: -6px;
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px); }
  .cabinet-blog .form-col {
    position: relative;
    padding-bottom: 25px; }
    .cabinet-blog .form-col .input-label {
      text-transform: uppercase;
      color: #3c3d40;
      font-size: 13px;
      margin: 0 0 4px;
      font-weight: normal; }
    .cabinet-blog .form-col label.error {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 12px;
      font-weight: normal;
      color: #fb6b31; }
    .cabinet-blog .form-col .form-control {
      border: 1px solid #d9d9d9;
      -webkit-border-radius: 1px;
              border-radius: 1px;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 47px; }
      .cabinet-blog .form-col .form-control:focus {
        border: 1px solid #009ee0; }
    .cabinet-blog .form-col.last-col {
      padding-bottom: 0; }
  .cabinet-blog .default-select {
    position: relative;
    margin: 0 0 20px; }
    .cabinet-blog .default-select p {
      font-size: 14px;
      color: #555;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 4px;
      text-transform: uppercase; }
    .cabinet-blog .default-select .select-button {
      font-size: 14px;
      padding: 0 30px 0 15px;
      text-align: left;
      position: relative;
      outline: none;
      height: 47px;
      line-height: 47px;
      background-color: #fff;
      display: block;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: 1px solid #d9d9d9;
      outline: 0;
      color: #555;
      width: 100%;
      cursor: pointer; }
      .cabinet-blog .default-select .select-button svg {
        width: 8px;
        fill: #2e353e;
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 3; }
      .cabinet-blog .default-select .select-button span {
        display: block;
        margin: 0 0 3px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
    .cabinet-blog .default-select .select-sorting {
      list-style: none;
      width: 100%;
      display: none;
      position: absolute;
      top: -webkit-calc(100% + 7px);
      top: calc(100% + 7px);
      left: 0;
      padding: 0;
      margin: 0;
      z-index: 8;
      max-height: 300px;
      overflow: auto;
      z-index: 100;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
              box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
      border: 1px solid #e6e9ed; }
      .cabinet-blog .default-select .select-sorting li {
        list-style-type: none;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        z-index: 15;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left; }
        .cabinet-blog .default-select .select-sorting li:first-child {
          -webkit-border-radius: 4px 4px 0 0;
                  border-radius: 4px 4px 0 0; }
        .cabinet-blog .default-select .select-sorting li a {
          color: #555;
          display: block;
          padding: 5px 12px;
          border: 0;
          font-size: 14px;
          line-height: 1.4; }
          .cabinet-blog .default-select .select-sorting li a:hover, .cabinet-blog .default-select .select-sorting li a:focus, .cabinet-blog .default-select .select-sorting li a:active {
            text-decoration: none;
            background-color: #f9a123;
            color: #fff; }
  .cabinet-blog .textarea-col {
    margin: 0 0 15px; }
    .cabinet-blog .textarea-col label {
      text-transform: uppercase;
      color: #3c3d40;
      font-size: 13px;
      margin: 0 0 4px;
      font-weight: normal; }
    .cabinet-blog .textarea-col textarea {
      width: 100%;
      height: 205px;
      resize: vertical;
      border: 1px solid #d9d9d9;
      padding: 10px; }
      .cabinet-blog .textarea-col textarea:focus {
        border: 1px solid #009ee0; }
  .cabinet-blog .cabinet-create-blog {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 60px; }
    .cabinet-blog .cabinet-create-blog .default-button {
      margin-top: 0; }
  .cabinet-blog .cabinet-aside-blog {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 295px;
        -ms-flex: 0 0 295px;
            flex: 0 0 295px;
    border-left: 1px solid #dfdfdf; }
    .cabinet-blog .cabinet-aside-blog .aside-blog-head {
      text-align: center;
      border-bottom: 1px solid #dfdfdf;
      padding: 15px 10px; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-head h2 {
        font-size: 16px;
        margin: 0; }
    .cabinet-blog .cabinet-aside-blog .aside-items-container {
      padding: 20px 15px 30px 30px;
      max-height: 580px; }
    .cabinet-blog .cabinet-aside-blog .aside-blog-item {
      border-top: 1px solid #dfdfdf;
      padding-bottom: 20px; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item:first-of-type {
        border-top: 0; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-img {
        height: 125px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-img a {
          display: block;
          height: 100%;
          width: 100%; }
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-img:hover {
          opacity: 0.8; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-title {
        margin: 10px 0; }
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-title h3 {
          margin: 0;
          font-size: 14px;
          color: #242626;
          line-height: 1.4; }
          .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-title h3 a {
            color: inherit; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-date {
        margin: 0 0 20px; }
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-date P {
          margin: 0;
          color: #53535c; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .author-img {
        float: left;
        width: 46px;
        height: 46px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #f7a023; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .author-name {
        margin-bottom: 5px; }
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .author-name p {
          margin: 0; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .author-text {
        margin-left: 65px;
        color: #6b6b6b; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .post-watched,
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .post-comments {
        display: inline-block;
        color: #b2b2b2; }
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .post-watched p,
        .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .post-comments p {
          display: inline-block; }
      .cabinet-blog .cabinet-aside-blog .aside-blog-item .item-author .post-watched {
        margin-right: 10px; }
    .cabinet-blog .cabinet-aside-blog .item-category {
      text-align: center; }
      .cabinet-blog .cabinet-aside-blog .item-category p {
        background-color: #78797a;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 8px 15px; }
    .cabinet-blog .cabinet-aside-blog .mCSB_scrollTools .mCSB_draggerRail {
      background-color: #e6e6e6;
      width: 3px; }
    .cabinet-blog .cabinet-aside-blog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #7ec6df;
      width: 3px; }

.cabinet-calendar h1 {
  color: #5f6263;
  font-size: 18px;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #dee7eb; }

.cabinet-calendar .create-event {
  position: relative;
  z-index: 10; }
  .cabinet-calendar .create-event .create-event-toggle {
    background-color: #00ade9;
    border: 1px solid #fff;
    padding: 5px 50px 5px 20px;
    position: relative;
    color: #fff; }
    .cabinet-calendar .create-event .create-event-toggle span {
      background-color: #f9a123;
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15px; }
    .cabinet-calendar .create-event .create-event-toggle.active {
      background-color: #f9a123; }
      .cabinet-calendar .create-event .create-event-toggle.active span:before {
        content: '\f068'; }
  .cabinet-calendar .create-event .create-event-dropdown {
    width: 285px;
    position: absolute;
    top: -webkit-calc(100% + 20px);
    top: calc(100% + 20px);
    left: 135px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(75, 75, 75, 0.15);
            box-shadow: 0 0 5px rgba(75, 75, 75, 0.15);
    padding: 25px;
    display: none; }
    .cabinet-calendar .create-event .create-event-dropdown:before {
      content: " ";
      display: block;
      height: 12px;
      width: 12px;
      position: absolute;
      left: 10px;
      top: -6px;
      transform: rotate(-132deg) skew(5deg);
      -moz-transform: rotate(-132deg) skew(5deg);
      -ms-transform: rotate(-132deg) skew(5deg);
      -o-transform: rotate(-132deg) skew(5deg);
      -webkit-transform: rotate(-132deg) skew(5deg);
      -webkit-box-shadow: 2px 2px 2px 0 rgba(75, 75, 75, 0.04);
              box-shadow: 2px 2px 2px 0 rgba(75, 75, 75, 0.04);
      background-color: #fff; }
    .cabinet-calendar .create-event .create-event-dropdown .row {
      margin-right: -5px;
      margin-left: -5px; }
    .cabinet-calendar .create-event .create-event-dropdown .col-xs-6 {
      padding: 0 5px; }
    .cabinet-calendar .create-event .create-event-dropdown .date-col {
      margin: 10px 0; }
    .cabinet-calendar .create-event .create-event-dropdown .date-item label,
    .cabinet-calendar .create-event .create-event-dropdown .hour-item label {
      color: #3c3d40;
      font-size: 13px;
      margin: 0 0 4px;
      font-weight: normal; }
    .cabinet-calendar .create-event .create-event-dropdown .date-item input,
    .cabinet-calendar .create-event .create-event-dropdown .hour-item input {
      border: 1px solid #d9d9d9;
      width: 100%;
      height: 32px;
      display: block;
      padding: 6px 12px; }
    .cabinet-calendar .create-event .create-event-dropdown .form-col {
      position: relative;
      padding-bottom: 10px; }
      .cabinet-calendar .create-event .create-event-dropdown .form-col .input-label {
        color: #3c3d40;
        font-size: 13px;
        margin: 0 0 4px;
        font-weight: normal; }
      .cabinet-calendar .create-event .create-event-dropdown .form-col label.error {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        font-weight: normal;
        color: #fb6b31; }
      .cabinet-calendar .create-event .create-event-dropdown .form-col .form-control {
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 1px;
                border-radius: 1px;
        -webkit-box-shadow: none;
                box-shadow: none;
        height: 32px; }
        .cabinet-calendar .create-event .create-event-dropdown .form-col .form-control:focus {
          border: 1px solid #009ee0; }
      .cabinet-calendar .create-event .create-event-dropdown .form-col.location-col {
        position: relative; }
        .cabinet-calendar .create-event .create-event-dropdown .form-col.location-col:after {
          content: '\f041';
          font-family: FontAwesome;
          position: absolute;
          top: 28px;
          right: 10px;
          color: #828e8f; }
        .cabinet-calendar .create-event .create-event-dropdown .form-col.location-col .form-control {
          padding-right: 23px; }
    .cabinet-calendar .create-event .create-event-dropdown .default-select {
      position: relative;
      margin: 0 0 10px; }
      .cabinet-calendar .create-event .create-event-dropdown .default-select p {
        font-size: 14px;
        color: #555;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 4px;
        text-transform: uppercase; }
      .cabinet-calendar .create-event .create-event-dropdown .default-select .select-button {
        font-size: 14px;
        padding: 0 30px 0 15px;
        text-align: left;
        position: relative;
        outline: none;
        height: 32px;
        line-height: 32px;
        background-color: #fff;
        display: block;
        -webkit-border-radius: 0;
                border-radius: 0;
        border: 1px solid #d9d9d9;
        outline: 0;
        color: #555;
        width: 100%;
        cursor: pointer; }
        .cabinet-calendar .create-event .create-event-dropdown .default-select .select-button svg {
          width: 8px;
          fill: #2e353e;
          position: absolute;
          top: 11px;
          right: 15px;
          z-index: 3; }
        .cabinet-calendar .create-event .create-event-dropdown .default-select .select-button span {
          display: block;
          margin: 0 0 3px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
      .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting {
        list-style: none;
        width: 100%;
        display: none;
        position: absolute;
        top: -webkit-calc(100% + 7px);
        top: calc(100% + 7px);
        left: 0;
        padding: 0;
        margin: 0;
        z-index: 8;
        max-height: 300px;
        overflow: auto;
        z-index: 100;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
        border: 1px solid #e6e9ed; }
        .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting li {
          list-style-type: none;
          font-size: 13px;
          cursor: pointer;
          position: relative;
          z-index: 15;
          padding: 0 !important;
          margin: 0 !important;
          text-align: left; }
          .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting li:first-child {
            -webkit-border-radius: 4px 4px 0 0;
                    border-radius: 4px 4px 0 0; }
          .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting li a {
            color: #555;
            display: block;
            padding: 5px 12px;
            border: 0;
            font-size: 14px;
            line-height: 1.4; }
            .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting li a:hover, .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting li a:focus, .cabinet-calendar .create-event .create-event-dropdown .default-select .select-sorting li a:active {
              text-decoration: none;
              background-color: #f9a123;
              color: #fff; }
    .cabinet-calendar .create-event .create-event-dropdown .textarea-col {
      margin: 0 0 15px; }
      .cabinet-calendar .create-event .create-event-dropdown .textarea-col label {
        color: #3c3d40;
        font-size: 13px;
        margin: 0 0 4px;
        font-weight: normal; }
      .cabinet-calendar .create-event .create-event-dropdown .textarea-col textarea {
        width: 100%;
        height: 105px;
        resize: vertical;
        border: 1px solid #d9d9d9;
        padding: 10px; }
        .cabinet-calendar .create-event .create-event-dropdown .textarea-col textarea:focus {
          border: 1px solid #009ee0; }
    .cabinet-calendar .create-event .create-event-dropdown .default-button {
      font-size: 13px;
      margin: 0;
      padding: 10px 20px;
      line-height: 1;
      background-color: #00ade9; }
      .cabinet-calendar .create-event .create-event-dropdown .default-button:hover {
        background-color: #f69e21; }

#calendar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 0 0 40px; }
  #calendar .header {
    position: relative;
    text-align: center;
    margin: 0 0 20px; }
    #calendar .header h2 {
      margin: 0 20px;
      padding: 0;
      line-height: 40px;
      color: #46484e;
      display: inline-block;
      font-size: 18px;
      font-weight: 100;
      letter-spacing: 1px;
      text-transform: uppercase; }
    #calendar .header .left,
    #calendar .header .right {
      width: 0px;
      height: 0px;
      border-style: solid;
      top: 50%;
      margin-top: -7.5px;
      cursor: pointer;
      display: inline-block; }
    #calendar .header .left {
      border-width: 7.5px 10px 7.5px 0;
      border-color: transparent #a09fa0 transparent transparent;
      left: 20px; }
    #calendar .header .right {
      border-width: 7.5px 0 7.5px 10px;
      border-color: transparent transparent transparent #a09fa0;
      right: 20px; }
  #calendar .month {
    opacity: 0; }
  #calendar .month.new {
    -webkit-animation: fadeIn 1s ease-out;
    opacity: 1; }
  #calendar .month.in.next {
    -webkit-animation: moveFromTopFadeMonth .4s ease-out;
    animation: moveFromTopFadeMonth .4s ease-out;
    opacity: 1; }
  #calendar .month.out.next {
    -webkit-animation: moveToTopFadeMonth .4s ease-in;
    animation: moveToTopFadeMonth .4s ease-in;
    opacity: 1; }
  #calendar .month.in.prev {
    -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
    animation: moveFromBottomFadeMonth .4s ease-out;
    opacity: 1; }
  #calendar .month.out.prev {
    -webkit-animation: moveToBottomFadeMonth .4s ease-in;
    animation: moveToBottomFadeMonth .4s ease-in;
    opacity: 1; }
  #calendar .week {
    background: #fff; }
  #calendar .day {
    width: 13.5%;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: #f2f2f2;
    position: relative;
    z-index: 100;
    height: 100px;
    margin: 0 0.3% 3px;
    float: left; }
  #calendar .day.other {
    color: rgba(69, 76, 77, 0.3); }
  #calendar .day.today {
    color: #9ccaeb;
    background: rgba(227, 230, 232, 0.3); }
  #calendar .day-name {
    color: #454c4d;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: .7px;
    text-align: left;
    padding: 5px;
    background-color: rgba(204, 204, 204, 0.3); }
  #calendar .day-number {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px; }
  #calendar .day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    left: 10px; }
  #calendar .day .day-events span {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    margin: 0 1px; }
  #calendar .blue {
    background: #2980b9; }
  #calendar .red {
    background: #e74c3c; }
  #calendar .green {
    background: #27ae60; }
  #calendar .yellow {
    background: #f1c40f; }
  #calendar .details {
    position: relative;
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    background: #f7f7f7;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    clear: both; }
    #calendar .details .event-color {
      position: absolute;
      width: 10px;
      height: 10px;
      top: 22px;
      left: 13px; }
    #calendar .details .events {
      padding: 0;
      position: relative; }
      #calendar .details .events:before {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #f7f7f7;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0; }
      #calendar .details .events > div {
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px; }
        #calendar .details .events > div:first-of-type .event-title {
          border-top: 0; }
        #calendar .details .events > div:last-of-type {
          border-bottom: 0; }
    #calendar .details .event-title {
      border-top: 1px solid #d9d9d9;
      padding: 17px 15px 0 35px;
      margin-bottom: 15px; }
      #calendar .details .event-title h2, #calendar .details .event-title h3, #calendar .details .event-title h4 {
        font-size: 16px;
        margin: 0; }
    #calendar .details .event-date,
    #calendar .details .event-hour {
      display: inline-block;
      vertical-align: top;
      color: #666666;
      position: relative; }
      #calendar .details .event-date:before,
      #calendar .details .event-hour:before {
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: -1px; }
    #calendar .details .event-date {
      margin-left: 34px;
      margin-right: 25px;
      padding-left: 25px; }
      #calendar .details .event-date:before {
        content: '\f073'; }
    #calendar .details .event-hour {
      padding-left: 18px; }
      #calendar .details .event-hour:before {
        content: '\f017'; }
    #calendar .details .event-location {
      padding-left: 60px;
      position: relative;
      color: #666666; }
      #calendar .details .event-location:before {
        content: '\f041';
        font-family: FontAwesome;
        position: absolute;
        top: -1px;
        left: 35px;
        font-size: 16px; }
    #calendar .details .event-description {
      padding-left: 35px;
      padding-right: 15px;
      margin-bottom: 15px; }
  #calendar .details.in {
    -webkit-animation: moveFromTopFade .5s linear both;
    animation: moveFromTopFade .5s linear both; }
  #calendar .details.out {
    -webkit-animation: moveToTopFade .5s linear both;
    animation: moveToTopFade .5s linear both; }
  #calendar .arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #f7f7f7 transparent;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  #calendar .events {
    padding: 7px 0;
    overflow-y: auto;
    overflow-x: hidden; }
  #calendar .events.in {
    -webkit-animation: fadeIn .3s ease both;
    animation: fadeIn .3s ease both; }
  #calendar .events.in {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  #calendar .details.out .events {
    -webkit-animation: fadeOutShrink .4s ease both;
    animation: fadeOutShink .4s ease both; }
  #calendar .events.out {
    -webkit-animation: fadeOut .3s ease both;
    animation: fadeOut .3s ease both; }
  #calendar .event {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 2px 16px;
    vertical-align: top; }
  #calendar .event.empty {
    color: #eee; }
  #calendar .event-category {
    height: 10px;
    width: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 6px 0 0;
    vertical-align: top; }
  #calendar .event span {
    display: inline-block;
    padding: 0 0 0 7px;
    color: #5f6676;
    font-family: 'Roboto', sans-serif;
    font-size: 16px; }
  #calendar .legend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #fff;
    line-height: 30px; }
  #calendar .entry {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
    background: transparent; }
  #calendar .entry:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 14px;
    width: 10px;
    height: 10px; }
  #calendar .entry.blue:after {
    background: #2980b9; }
  #calendar .entry.red:after {
    background: #e74c3c; }
  #calendar .entry.green:after {
    background: #27ae60; }
  #calendar .entry.yellow:after {
    background: #f1c40f; }

.aside-nav-toggle {
  color: #fff;
  font-size: 20px;
  outline: 0;
  border-left: 0;
  border: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 6px 0;
  width: 40px;
  background-color: #f9a123;
  z-index: 10;
  margin: 10px 0 0 16px;
  display: none; }

.aside-nav-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background-color: transparent;
  border: 0;
  outline: 0;
  display: block;
  font-size: 24px;
  background-color: #dfdfdf;
  display: none; }

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #f9a123;
  background-image: none; }

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #f9a123;
  background-image: none; }

.datetimepicker thead th .icon-arrow-left:after,
.datetimepicker thead th .icon-arrow-right:after {
  font-family: FontAwesome;
  color: #000; }

.datetimepicker thead th .icon-arrow-left:after {
  content: '\f177'; }

.datetimepicker thead th .icon-arrow-right:after {
  content: '\f178'; }

.beta-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .beta-container .beta-img {
    max-width: 500px;
    margin: 0 auto 40px; }
    .beta-container .beta-img img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .beta-container h2 {
    font-size: 24px;
    color: #5c636c; }
  .beta-container p {
    font-size: 16px;
    color: #737f8f;
    max-width: 550px;
    margin: 0 auto 10px; }
  .beta-container .form-container {
    max-width: 550px;
    padding-right: 45px;
    margin: 30px auto 0;
    position: relative; }
    .beta-container .form-container input {
      display: block;
      width: 100%;
      height: 40px;
      border: 0;
      border-bottom: 1px solid #e1e5ee; }
      .beta-container .form-container input:focus {
        border-bottom: 1px solid #00ade9; }
    .beta-container .form-container button {
      height: 40px;
      background-color: #00ade9;
      color: #fff;
      font-size: 18px;
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      border: 0;
      outline: 0; }

@-webkit-keyframes moveFromTopFade {
  from {
    opacity: .3;
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%); } }

@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes moveToTopFade {
  to {
    opacity: .3;
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    -webkit-transform: translateY(-100%); } }

@keyframes moveToTopFade {
  to {
    height: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95); } }

@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%); } }

@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95); } }

@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%); } }

@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95); } }

@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%); } }

@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95); } }

@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  to {
    opacity: 0; } }

@keyframes fadeOut {
  to {
    opacity: 0; } }

@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px; } }

@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px; } }

@media (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; } }

@media (max-width: 1440px) {
  .cabinet-achievements .results-bar h3 {
    margin: 0 0 20px; }
  footer .bottom-block {
    padding: 15px 0; } }

@media (max-width: 1199px) {
  .cabinet-container .aside-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; }
    .cabinet-container .aside-nav ul li a {
      padding: 10px 30px 10px 10px; }
      .cabinet-container .aside-nav ul li a .fa {
        margin-right: 5px; }
      .cabinet-container .aside-nav ul li a .num-indicator {
        top: 10px;
        right: 6px; }
  .cabinet-container .cabinet-content {
    padding: 15px; }
    .cabinet-container .cabinet-content.cabinet-blog {
      padding: 0; }
    .cabinet-container .cabinet-content .cabinet-create-blog {
      padding: 20px 25px; }
  .cabinet-container .cabinet-personal-info {
    max-width: 450px; }
  .cabinet-achievements .achievements-materials .material-item {
    margin-right: 45px; }
    .cabinet-achievements .achievements-materials .material-item span {
      font-size: 24px;
      margin-top: 5px; }
    .cabinet-achievements .achievements-materials .material-item .item-num {
      font-size: 24px; }
  .cabinet-achievements .panel-group .panel-title a {
    font-size: 14px; }
  .cabinet-achievements .panel-group .panel-default .panel-body .panel-body h3 {
    margin: 0 0 5px; }
  .cabinet-achievements .panel-group .panel-group .panel-title a {
    font-size: 14px; }
  .mapSection .map-container {
    height: 500px; }
    .mapSection .map-container .mapDetails {
      padding: 20px 20px 30px; }
      .mapSection .map-container .mapDetails .close {
        top: 3px;
        right: 3px; }
      .mapSection .map-container .mapDetails .item {
        padding: 10px; }
        .mapSection .map-container .mapDetails .item .imgBlock {
          width: 42px;
          height: 42px; }
      .mapSection .map-container .mapDetails .mainBlock {
        font-size: 16px; }
      .mapSection .map-container .mapDetails > a {
        font-size: 14px; }
        .mapSection .map-container .mapDetails > a span {
          bottom: 5px; }
  .mapSection .section-footer {
    padding: 15px 0; }
  .mapSection .map-buttons a {
    padding: 3px 8px; }
  .schools-contacts .schools-head {
    padding: 60px 0 10px; }
    .schools-contacts .schools-head h1 {
      font-size: 20px; }
    .schools-contacts .schools-head .default-button {
      position: absolute;
      top: 15px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      line-height: 36px; }
  .schools-contacts .schools-footer .footer-item {
    padding-left: 100px; }
    .schools-contacts .schools-footer .footer-item .item-icon {
      left: 20px; }
    .schools-contacts .schools-footer .footer-item > i {
      display: none; } }

@media (max-width: 991px) {
  .aboutSection .inside-bottom, .community-wrap .inside-bottom {
    display: flex;
    flex-direction: column;
  }
  .aboutSection .inside-bottom .textBlock, .community-wrap .inside-bottom .textBlock {
    padding-bottom: 15px;
    padding-right: 0;
  }
  .cabinet-container .drag-sign {
    display: block; }
  .cabinet-container .table-responsive {
    width: 490px; }
    .cabinet-container .table-responsive table {
      width: 800px; }
  .cabinet-container .cabinet-blog {
    display: block; }
    .cabinet-container .cabinet-blog .cabinet-create-blog {
      padding: 15px; }
    .cabinet-container .cabinet-blog .cabinet-aside-blog {
      border-left: 0; }
  .cabinet-container .cabinet-message-sender {
    padding: 15px 0 15px 75px; }
    .cabinet-container .cabinet-message-sender .message-sender-name {
      padding-top: 0; }
    .cabinet-container .cabinet-message-sender .message-sender-img {
      top: 8px; }
  .cabinet-container .message-sender-toggle {
    width: 100%;
    float: none;
    min-height: 25px;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
    padding-right: 30px; }
    .cabinet-container .message-sender-toggle:after {
      top: 5px;
      right: 10px; }
  .cabinet-container .message-sender-link {
    float: none;
    width: auto;
    text-align: left; }
  .cabinet-calendar .create-event {
    margin-bottom: 15px; }
  #calendar .header {
    margin: 0 0 10px; }
  #calendar .day {
    height: 70px; }
    #calendar .day .day-events {
      bottom: 0px;
      left: 5px; }
      #calendar .day .day-events span {
        width: 6px;
        height: 6px; }
  #calendar .day-name {
    margin-bottom: 3px;
    font-size: 14px;
    padding: 3px; }
  #calendar .details .event-title h2, #calendar .details .event-title h3, #calendar .details .event-title h4 {
    font-size: 14px; }
  #calendar .details .event-date {
    font-size: 13px; }
  #calendar .details .event-hour {
    font-size: 13px; }
  #calendar .details .event-location {
    font-size: 13px; }
  #calendar .details .event-description {
    font-size: 13px; }
  footer .bottom-block .inside {
    display: block;
    text-align: center; }
  footer .bottom-block .copyright {
    width: 100%;
    text-align: left;
    margin: 0 0 15px; }
    footer .bottom-block .copyright br {
      display: none; }
  .cabinet-achievements .achievements-materials .material-item {
    margin-right: 15px; }
    .cabinet-achievements .achievements-materials .material-item span {
      font-size: 20px;
      margin-top: 5px; }
    .cabinet-achievements .achievements-materials .material-item .item-num {
      font-size: 20px; }
      .cabinet-achievements .achievements-materials .material-item .item-num sup {
        top: -1px; }
        .cabinet-achievements .achievements-materials .material-item .item-num sup span {
          margin-top: 12px;
          font-size: 11px; }
    .cabinet-achievements .achievements-materials .material-item > p {
      color: #333;
      font-size: 12px; }
  .cabinet-achievements .panel-group .panel-title a {
    padding: 12px 30px; }
    .cabinet-achievements .panel-group .panel-title a:before {
      width: 13px;
      height: 13px;
      top: 50%;
      left: 9px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cabinet-achievements .panel-group .panel-heading .fa-minus {
    right: 10px; }
  .cabinet-achievements .panel-group .panel-heading .points {
    float: none;
    display: block;
    margin-left: 0;
    font-weight: 700; }
  .cabinet-achievements .panel-group .panel-default .panel-body .panel-body {
    padding: 5px 0 0 0; }
  .cabinet-achievements .panel-group .panel-default .panel-body table tr td {
    background-color: #efefef; }
  .cabinet-achievements .panel-group .panel-default .panel-body table tr td:first-of-type {
    padding: 5px 5px 5px 10px; }
    .cabinet-achievements .panel-group .panel-default .panel-body table tr td:first-of-type img {
      max-width: 16px; }
  .cabinet-achievements .panel-group .panel-group .panel-title a {
    padding: 12px 30px; }
    .cabinet-achievements .panel-group .panel-group .panel-title a .fa-chevron-down {
      right: 10px; }
  .cabinet-works .cabinet-works-filters .inverted-button {
    margin-top: 12px; }
  .cabinet-works .cabinet-works-filters .reset-filters {
    margin-top: 14px; }
  .cabinet-works .table-footer {
    margin-top: 25px; }
  .autorization-container {
    max-width: none;
    padding: 15px 25px 25px;
    margin: 0; }
    .autorization-container .form-content {
      padding: 0;
      border: 0; }
    .autorization-container .social-logins {
      border-left: 0;
      text-align: center;
      padding: 0;
      margin-bottom: 20px; }
      .autorization-container .social-logins h3 {
        margin: 0 0 10px; }
    .autorization-container .autorization-title {
      margin-bottom: 25px; }
      .autorization-container .autorization-title h1 {
        text-align: center; }
      .autorization-container .autorization-title p {
        text-align: center; }
    .autorization-container .remember-checkbox {
      margin-bottom: 10px; }
    .autorization-container .form-footer .default-button {
      margin-top: 5px; }
    .autorization-container .social-autorization {
      text-align: center;
      margin-bottom: 20px; }
    .autorization-container .form-footer.signup-footer {
      width: 650px; }
  .mapSection .map-container {
    height: 400px; }
    .mapSection .map-container .mapDetails {
      width: auto;
      left: 15px;
      right: 15px; }
  .mapSection .map-buttons a {
    padding: 3px 8px; }
  .schools-contacts .schools-head {
    padding: 50px 0 5px; }
    .schools-contacts .schools-head .default-button {
      font-size: 14px;
      line-height: 32px;
      left: 10px;
      top: 10px; }
    .schools-contacts .schools-head h1 {
      font-size: 16px; }
  .schools-contacts .schools-content .aside-schools {
    width: 280px;
    padding: 10px 10px 35px 10px; }
  .schools-contacts .schools-content .map-container {
    margin-left: 280px; } }

@media (max-width: 767px) {
  .cabinet-container {
    position: static;
    display: block; }
    .cabinet-container .aside-nav {
      padding-top: 40px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      z-index: 100;
      width: 100%;
      height: 100vh;
      max-height: 100vh;
      overflow-y: auto;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .cabinet-container .aside-nav.active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .cabinet-container .aside-nav ul {
        max-height: 100%;
        overflow: hidden; }
    .cabinet-container .avatar .hover-block-hint {
      display: none; }
    .cabinet-container .table-responsive {
      width: 100%; }
  .cabinet-achievements .achievements-materials {
    text-align: center; }
    .cabinet-achievements .achievements-materials .material-item {
      text-align: left; }
  .cabinet-works .cabinet-works-filters .inverted-button {
    display: block;
    width: 125px;
    margin: 15px auto 10px; }
  .cabinet-works .cabinet-works-filters .reset-filters {
    display: block;
    width: 130px;
    margin: 15px auto 10px;
    text-align: center; }
  .cabinet-works .works-active-filters {
    margin-bottom: 10px; }
    .cabinet-works .works-active-filters p {
      display: block;
      margin: 0 0 12px; }
  .cabinet-blog .avatar {
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 15px; }
    .cabinet-blog .avatar .upload-photo {
      margin-right: 0; }
    .cabinet-blog .avatar label {
      display: block;
      width: 150px;
      margin: 20px auto 0; }
  .autorization-container .form-footer.signup-footer {
    width: 100%; }
  .autorization-container .border-col .remember-checkbox {
    width: 100%; }
  footer .top-block .inside {
    display: block;
    text-align: center; }
    footer .top-block .inside .item:nth-of-type(2) {
      margin-bottom: 20px; }
  footer .top-block .item {
    width: 45%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .mapSection .map-container .mapDetails {
    display: block; }
    .mapSection .map-container .mapDetails .item {
      width: 100%;
      margin-bottom: 10px; }
    .mapSection .map-container .mapDetails > a span {
      bottom: 10px; }
  .aside-nav-toggle {
    display: block; }
  .aside-nav-close {
    display: block; }
  .schools-contacts .schools-content .aside-schools {
    float: none;
    width: 100%;
    height: auto; }
  .schools-contacts .schools-content .map-container {
    margin-left: 0;
    height: 400px; }
  .schools-contacts .schools-footer {
    padding: 10px; }
    .schools-contacts .schools-footer .footer-item {
      padding-left: 20px; }
      .schools-contacts .schools-footer .footer-item .item-icon {
        left: 10px;
        display: none; }
      .schools-contacts .schools-footer .footer-item > i {
        display: none; }
    .schools-contacts .schools-footer .item-text h3 {
      font-size: 16px; } }

@media (max-width: 600px) {
  .cabinet-container .cabinet-content {
    padding: 0 0 15px; }
    .cabinet-container .cabinet-content.cabinet-works {
      padding: 15px 15px 0; }
    .cabinet-container .cabinet-content.cabinet-messages {
      padding: 15px 15px 0; }
    .cabinet-container .cabinet-content.cabinet-calendar {
      padding: 15px 15px 0; }
    .cabinet-container .cabinet-content.cabinet-points {
      padding: 15px 15px 0; }
    .cabinet-container .cabinet-content #calendar {
      padding-bottom: 70px; }
      .cabinet-container .cabinet-content #calendar .legend {
        bottom: 20px;
        height: auto; }
      .cabinet-container .cabinet-content #calendar .entry {
        line-height: 1;
        margin-bottom: 5px;
        color: #333;
        font-weight: 400; }
        .cabinet-container .cabinet-content #calendar .entry:after {
          top: 1px; }
    .cabinet-container .cabinet-content .nav-tabs > li {
      width: 50%;
      margin: 0; }
      .cabinet-container .cabinet-content .nav-tabs > li > a {
        text-align: center;
        padding: 10px 5px; }
    .cabinet-container .cabinet-content.cabinet-achievements {
      padding: 15px 15px 0; }
  .cabinet-container .cabiner-change-pass {
    padding: 0 15px; }
    .cabinet-container .cabiner-change-pass .form-col {
      padding-bottom: 18px; }
  .cabinet-container .cabinet-personal-info {
    max-width: 100%;
    padding: 0 15px; }
    .cabinet-container .cabinet-personal-info .double-col .form-col {
      float: none;
      width: 100%;
      padding-bottom: 8px; }
    .cabinet-container .cabinet-personal-info .double-col .remember-checkbox {
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 15px; }
  .cabinet-container .messages-container .received-message {
    padding-left: 60px;
    padding-right: 20px; }
    .cabinet-container .messages-container .received-message .message-text {
      padding: 10px 15px; }
    .cabinet-container .messages-container .received-message .pic-block {
      width: 40px; }
  .cabinet-container .messages-container .sent-message {
    padding-right: 20px;
    padding-left: 20px; }
    .cabinet-container .messages-container .sent-message .message-text {
      padding: 10px 15px; }
  .cabinet-container .messages-container .mCSB_inside > .mCSB_container {
    margin-right: 15px; }
  .cabinet-achievements .achievements-materials .material-item {
    width: 45%;
    margin-bottom: 10px; }
  #calendar .day {
    height: 60px; }
    #calendar .day .day-events {
      bottom: -3px;
      left: 5px; }
      #calendar .day .day-events span {
        width: 3px;
        height: 3px; }
    #calendar .day .day-number {
      font-size: 12px; }
  #calendar .day-name {
    margin-bottom: 3px;
    font-size: 12px;
    padding: 3px; }
  #calendar .entry {
    font-size: 14px; }
  #calendar .details .events > div:first-of-type .event-title {
    padding: 17px 15px 0 25px;
    margin-bottom: 10px; }
  #calendar .details .events .event-color {
    top: 20px;
    left: 8px; }
  #calendar .details .events .event-date {
    margin-left: 25px;
    padding-left: 18px; }
    #calendar .details .events .event-date p {
      margin-bottom: 5px; }
  #calendar .details .events .event-hour {
    padding-left: 18px; }
    #calendar .details .events .event-hour p {
      margin-bottom: 5px; }
  #calendar .details .events .event-location {
    padding-left: 45px; }
    #calendar .details .events .event-location:before {
      left: 25px;
      top: -2px; }
  #calendar .details .events .event-description {
    padding-left: 25px; }
  .cabinet-points h1 {
    margin: 0 0 15px; }
  footer .top-block {
    padding: 25px 0; }
    footer .top-block .title {
      margin: 0 0 10px; }
    footer .top-block .item {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      footer .top-block .item:first-of-type {
        margin-bottom: 20px; }
    footer .top-block .footer-nav {
      padding-top: 0;
      margin-bottom: 15px; }
  .autorization-container .form-footer.signup-footer .default-button {
    width: 100%;
    margin-bottom: 15px; }
  .autorization-container .form-footer.signup-footer .signin-link {
    float: none; }
  .autorization-container.signup-container {
    padding: 15px 15px 15px; }
  .autorization-container .autorization-title h1 {
    font-size: 22px; }
  .autorization-container .nav-tabs {
    margin: 0 -12px; }
    .autorization-container .nav-tabs > li {
      margin: 0;
      width: 50%; }
      .autorization-container .nav-tabs > li > a {
        text-align: center;
        padding: 10px 3px; }
  .aside-nav-toggle {
    margin-bottom: 12px; } }

@media (max-width: 479px) {
  .cabinet-achievements h1 {
    font-size: 16px;
    line-height: 1.4; }
  .cabinet-achievements .achievements-materials {
    margin: 0; }
    .cabinet-achievements .achievements-materials .material-item {
      width: 100%;
      text-align: center; }
      .cabinet-achievements .achievements-materials .material-item > p {
        font-size: 14px; }
  .cabinet-container .cabinet-content.cabinet-calendar {
    padding: 15px 8px 0; }
  .cabinet-container .cabinet-content #calendar .legend {
    bottom: 6px; }
  .cabinet-container .cabinet-content #calendar .details {
    margin-left: 3px;
    width: -webkit-calc(100% - 9px);
    width: calc(100% - 9px); }
  .cabinet-container .cabinet-content #calendar .entry {
    line-height: 1;
    margin-bottom: 5px;
    color: #333;
    font-weight: 400; }
    .cabinet-container .cabinet-content #calendar .entry:after {
      top: 1px; }
  .cabinet-points .total-points {
    width: 100%;
    padding: 10px 10px 0; }
  .autorization-container .form-footer {
    text-align: center; }
    .autorization-container .form-footer .default-button {
      width: 100%;
      margin: 0 0 15px; }
  .schools-contacts .schools-footer {
    padding: 10px 10px 0; }
    .schools-contacts .schools-footer .footer-item {
      padding: 0; }
    .schools-contacts .schools-footer .col-xs-4 {
      width: 100%;
      text-align: center; } }

.default-button {
  outline: 0;
  border: 1px solid transparent;
  color: #fff;
  background-color: #f9a123;
  padding: 10px 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .default-button:hover, .default-button:focus, .default-button:active {
    text-decoration: none;
    background-color: #009ee0; }

@media (min-width: 768px) {
  .modal {
    text-align: center;
    padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; } }
.calendarSection .slick-arrow, .calendarSection .slick-arrow {
  opacity: 0;
}
.dashboardSection .bigBlock .inside  a{
    width: 100%;
    height: 332px;
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.tdFlex {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.tdFlex .td {
  position: relative;
  width: 16.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.td input:checked + label:after {
    background: #00ade9;
}
.td input {
  opacity: 0;
}
.td label:after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #edeef3;
    position: absolute;
    left: 50%;
    top: 5px;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.td label {
position: absolute;
width: 100%;
height: 100%;
}
.td label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #e7e7e7;
    background: #edeef3;
    position: absolute;
    left: 50%;
    top: 0;
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tdFlex.red, .answers.red {
  /* padding: 5px !important; */
  /* border-radius: 4px; */
  border-right: 2px red solid;
}
.tdFlex.green, .answers.green {
  /* padding: 5px !important; */
  /* border-radius: 4px; */
  border-right: 2px green solid;
}
.dn{display:none;}
label {
  font-weight: 400 !important;
}
label b {
  color: red !important;
}
input.red, .select-button.red {
  border-color: red !important;
}
input.green, .select-button.green {
  border-color: green !important;
}
.cabinet-container.red {
	/* padding: 10px !important; */
	border: 1px red solid !important;
}
.cabinet-container.green {
	/* padding: 10px !important; */
	border: 1px green solid !important;
}
.school-inner-page main table  {
  margin-bottom: 15px;
}
.school-inner-page main table p {
  margin: 0
}
.school-inner-page main table td {
  padding: 5px;
}
.slider-for, .slider-nav {
  width: 100%;
}
.blog-page .blog-left {
  width: 800px;
}
@media (max-width: 1200px) {
  .blog-page .blog-left {
    width: 690px;
  }
}

@media (max-width: 991px) {
  .blog-page .blog-left {
    width: 470px;
  }
}

@media (max-width: 768px) {
  .blog-page .blog-left {
    width: 100%;
  }
}
.tetris {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tetris table {
  background-color: #e8e1e1;
}
.tetris table td.lattice {
  border-color: transparent !important;
}
.tetris tbody {
  border: 1px #333 solid;
  display: block;
}
.tetris .color_0 {
  background-color: #009788 !important;
}
.tetris .color_1 {
  background-color: #f6402b !important;
}
.tetris .color_2 {
  background-color: #3e4cb7 !important;
}
.tetris .color_3 {
  background-color: #ffc100 !important;
}
.tetris .color_4 {
  background-color: #9e9e9e !important;
}

.tetris .color_0:before {
  content: '';
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
    border-radius: 50%;
}
.tetris .color_1:before {
  content: '';
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
    border-radius: 50%;
}
.tetris .color_2:before {
  content: '';
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
    border-radius: 50%;
}
.tetris .color_3:before {
  content: '';
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
    border-radius: 50%;
}
.tetris .color_4:before {
  content: '';
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  border-radius: 50%;
}
.tetris td {
  position: relative;
}
.textNo {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.cabinet_user_poll_test .green .text{
  color: green;
}
.cabinet_user_poll_test .red .text{
  color: red;
}

.community-voting .make-voting {
  position: relative;
  float: right;
}

/*.community-voting .make-voting:hover {
  background-color: #10a6d9;
}*/

.community-voting .make-voting .make-inside {
  padding: 10px;
  background-color: #00ade9;
  color: #fff!important;
  padding: 10px 35px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer
}

.community-voting .make-voting.disable .make-inside {
  pointer-events: none;
  opacity: 0.5;
}

.community-voting .make-voting.disable {
  cursor: auto;
}

.community-voting .make-voting .hover-content {
  position: absolute;
  border-radius: 3px;
  background-color: #212121;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  bottom: calc(100% + 10px);
  text-align: center;
  width: 150px;
  padding: 5px;
  transition: 0.25s;
  opacity: 0;
}

.community-voting .make-voting .hover-content:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #212121;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
}

.community-voting .make-voting:hover .hover-content {
  opacity: 1;
}

.default-button.btnPdf {
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.default-button.btnPdf:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -25px;
  width: 39px;
  height: 39px;
  background: url(../images/pdf.png);
  -webkit-background-size: cover;
  background-size: cover;
}

.top-line-1 img {
  width: 200px!important;
}

.top-line-2 img {
  width: 200px!important;
}

.bottom-line-1 img {
  width: 150px!important;
}

.teacher-descr {
  font-size: 13px!important;
}

.stamp-img img {
  width: 160px;
}

@media(max-width: 575px) {
  .certificate-table {
    display: none;
  }

	.video-wrap a {
    width: 275px !important;
    height: 220px !important;
}
	.video-topic .video-wrap-topic a {
    width: 275px !important;
    height: 220px !important;
}
	.teacher-material-page .teacher-material-item img {
        /*width: 100%!important;
        height: auto!important;
         left: 10%; */
}
}

.registration2 {
    border: 1px solid #fff;
    background-color: #f9a123;
    color: #fff;
    font-size: 16px;
    padding: 13px 13px;
    margin-bottom: 15px; }

.cabinet-content .teacher-material-page {
    padding: 5px!important;
}

.cabinet_messages2 .cabinet-container {
    left: -70px!important;
   }

.map-buttons a {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 17px;
    background-color: #fff;
    font-size: 13px;
    color: #4b4e58;
    border: 1px dashed #c8cfd5;
    position: relative;
    margin: 3px 2px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.community_school .map-buttons a {
    padding: 10px 27px !important;
    background-color: #f0f4f5 !important;
    font-size: 16px !important;
}

.video-wrap a {
width: 375px !important;
    height: 220px !important;

   }


.video-topic .video-wrap a{
width: 240px !important;
    height: 135px !important;

   }


.new_vide{
      float: left !important;

   }

.new_vide .video-wrap p {
  font-size: 13px !important;

   }

.new_vide .video-wrap-topic p {
  font-size: 13px !important;

   }

.footer .top-block .contacts img {
 margin: 10px;
}
.cats_teacher{
    width:100%;
    margin:0 0 10px 0;
}
.cats_teacher a{
    width: 100%;
    display: block;
}
.form_poll .row{
    text-align: left;
}
.form_poll .l{
    width:300px;
    display: block;
    float: left;
}
.form_poll input{
    width:250px;
    display: block;
    float: left;
}
@media(max-width:1000px) {
    .chaptertop{
        width: 25%;
        float: left;
        margin: 0 0 60px;
    }
}
.cabinet-content{
    margin: 0 0 30px;
}
@media(max-width: 500px) {
    .chaptertop{
        width: 50%;
        float: left;
        max-height: 100px;
        margin: 16px 0 0 0;
    }
    .teacher-material-page .teacher-material-item img {
        width: 100%!important;
        height: auto!important;
    }
    .newchapter .teacher-material-item {
        height: 125px!important;
    }
    .cabinet-content{
        margin: 0 0 45px;
    }
}