@charset "UTF-8";
.pagination {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination a {
    width: 37px;
    height: 37px;
    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;
    border: 1px solid #e3e3e3;
    margin: 0 3px;
    color: #666666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .pagination a:hover, .pagination a.active {
      background: #f9a123;
      border-color: #f9a123;
      color: #fff; }

.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; }

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

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

.text-page .page-title {
  text-align: center;
  margin-bottom: 20px; }

.text-page p {
  font-size: 14px;
  line-height: 21px; }

.text-page footer {
  margin-top: 30px; }

header {
  position: relative; }

.aboutUsBlock, .teachersBlock {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.searchBlock .active:before {
  content: "\f00d" !important; }

.search-block {
  width: -webkit-calc(34% + 55px);
  width: calc(34% + 55px);
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  background: #fff;
  border-bottom: 3px solid #21bef5;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .search-block form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search-block input {
    line-height: 51px;
    border: none;
    color: #5b5b5b;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    padding: 0 40px;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px); }
  .search-block button {
    width: 55px;
    height: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: none;
    -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: 21px;
    color: #00ade9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .search-block button:hover {
      background: #00ade9;
      color: #fff; }
  .search-block.active {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }

.search-page .empty-search {
  padding: 40px 60px;
  text-align: center; }
  .search-page .empty-search h2 {
    font-size: 24px;
    line-height: 30px;
    color: #34495e; }
    .search-page .empty-search h2 span {
      color: #f9a123; }
  .search-page .empty-search p {
    font-size: 16px;
    color: #a1b1bc;
    margin: 0; }

.search-page .search-wrap {
  background: #fff; }
  .search-page .search-wrap .search-header {
    padding: 40px 60px; }
    .search-page .search-wrap .search-header h2 {
      font-size: 24px;
      line-height: 30px;
      color: #34495e; }
      .search-page .search-wrap .search-header h2 span {
        color: #f9a123; }
    .search-page .search-wrap .search-header p {
      font-size: 16px;
      color: #a1b1bc;
      margin: 0; }
  .search-page .search-wrap .search-filter {
    padding: 20px 40px;
    border-top: 2px solid #edeef3;
    border-bottom: 2px solid #edeef3; }
    .search-page .search-wrap .search-filter a {
      line-height: 35px;
      font-size: 16px;
      color: #34495e;
      line-height: 30px;
      display: inline-block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      margin: 0 20px; }
      .search-page .search-wrap .search-filter a:hover {
        color: #00ade9; }
      .search-page .search-wrap .search-filter a.active {
        background: #f9a123;
        color: #fff;
        padding: 0 20px; }
  .search-page .search-wrap .search-body {
    padding: 35px 65px 50px; }
    .search-page .search-wrap .search-body .search-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;
      margin-bottom: 40px;
      padding-right: 50px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e6e6e6; }
      .search-page .search-wrap .search-body .search-item .search-img {
        height: 105px;
        width: 105px;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 35px;
        position: relative; }
        .search-page .search-wrap .search-body .search-item .search-img:before {
          content: "";
          position: absolute;
          top: -4px;
          bottom: -4px;
          right: -4px;
          left: -4px;
          pointer-events: none;
          border: 1px solid #e0e0e0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .search-page .search-wrap .search-body .search-item .search-desc .search-title {
        font-size: 18px;
        line-height: 23px;
        color: #34495e;
        margin-bottom: 25px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .search-page .search-wrap .search-body .search-item .search-desc .search-subtitle {
        font-size: 12px;
        color: #9fa2aa;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .search-page .search-wrap .search-body .search-item .search-desc p {
        font-size: 14px;
        color: #4b4b4b;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .search-page .search-wrap .search-body .search-item:hover .search-img:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .search-page .search-wrap .search-body .search-item:hover .search-desc .search-title, .search-page .search-wrap .search-body .search-item:hover .search-desc .search-subtitle, .search-page .search-wrap .search-body .search-item:hover .search-desc p {
        color: #00ade9; }

.menu-button {
  width: 25px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: 15px; }
  .menu-button span {
    display: block;
    position: absolute;
    height: 4px;
    width: 25px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-button span:nth-child(1) {
      top: 0px; }
    .menu-button span:nth-child(2), .menu-button span:nth-child(3) {
      top: 9px; }
    .menu-button span:nth-child(4) {
      top: 18px; }
  .menu-button.active span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%; }
  .menu-button.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-button.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-button.active span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%; }

.projectContainer {
  display: block !important;
  position: relative; }
  .projectContainer .item {
    margin: 0 15px;
    outline: none; }
  .projectContainer .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; }
    .projectContainer .slick-arrow:before {
      content: '';
      font-family: FontAwesome;
      font-size: 15px;
      color: #fff; }
  .projectContainer .slick-arrow.slick-prev {
    left: 0; }
    .projectContainer .slick-arrow.slick-prev:before {
      content: '\f060'; }
  .projectContainer .slick-arrow.slick-next {
    right: 0; }
    .projectContainer .slick-arrow.slick-next:before {
      content: '\f061'; }

.calendarSection .slick-arrow, .calendarSection .slick-arrow {
  opacity: 1; }

.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; }

.blog-page .blog-wrap {
  background: #fff;
  padding-bottom: 45px; }

.blog-page .blog-left {
  padding: 30px 70px 0px;
  position: relative; }
  .blog-page .blog-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 150px;
    right: 0;
    width: 1px;
    background: #dfdfdf; }
  .blog-page .blog-left .filter-block {
    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; }
    .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: #f2f4f7;
        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; }

.blog-page .scene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99; }
  .blog-page .scene img {
    bottom: auto !important;
    top: 75% !important;
    left: 70px !important;
    right: auto !important; }

aside {
  padding-left: 15px;
  padding-right: 30px; }
  aside .aside-item {
    padding-top: 35px; }
    .aside-item .links .active{
      font-weight: bold;
    }
    aside .aside-item .aside-title {
    background: #00ade99e;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #555758;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    margin: 3px; }

.m2u a {
    color: #1365ab;
    text-decoration: none;
}
.m2u a.active {
    color: #1365ab;
    text-decoration: none;
}

aside .aside-item .aside-title img {
    vertical-align: middle;
    margin: 0 10px 0 0;
    height: 17px;
}

  aside .date {
    color: #53535c;
    font-family: Regular; }
  aside h2 {
    margin-top: 0px;
    line-height: 18px;
    font-size: 14px;
    color: #242626; }
  aside .user {
    margin-top: 15px; }
    aside .user span {
      width: 100%;
      display: block; }
    aside .user i {
      font-size: 12px;
      color: #b2b2b2; }
      aside .user i:before {
        margin-right: 5px; }
      aside .user i:not(:last-child) {
        margin-right: 10px; }
  aside .aside-tag a {
    display: inline-block;
    line-height: 25px;
    color: #949599;
    background: #ebebeb;
    padding: 0 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    aside .aside-tag a.active, aside .aside-tag a:hover {
      color: #fff; }
    aside .aside-tag a.active {
      background: #f9a123; }
    aside .aside-tag a:hover {
      background: #00ade9; }
  aside .aside-archive a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    line-height: 33px;
    color: #848484;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    aside .aside-archive a.active {
      border-color: #f9a123;
      color: #f9a123; }
    aside .aside-archive a:hover {
      border-color: #00ade9;
      color: #00ade9; }
  aside .aside-popular .blog-item .blog-image {
    height: 115px;
    margin-bottom: 15px; }
  aside .aside-chapter {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    position: relative;
    padding-top: 0; }
    aside .aside-chapter .aside-title {
      background: #78797a;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 24px;
      width: auto;
      -webkit-border-radius: 0;
              border-radius: 0;
      padding: 0 10px;
      display: inline-block;
      margin-bottom: 0; }
    aside .aside-chapter .blog-item {
      margin-top: 0; }
      aside .aside-chapter .blog-item:before, aside .aside-chapter .blog-item:after {
        display: none; }
    aside .aside-chapter:before, aside .aside-chapter:after {
      border: 1px solid transparent;
      width: 0;
      height: 0;
      -webkit-box-sizing: inherit;
              box-sizing: inherit;
      content: '';
      position: absolute;
      pointer-events: none; }
    aside .aside-chapter:before, aside .aside-chapter:after {
      top: -1px;
      left: -14px;
      height: -webkit-calc(100% + 2px);
      height: calc(100% + 2px);
      width: -webkit-calc(100% + 28px);
      width: calc(100% + 28px);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.7s;
      transition: -webkit-transform 0.7s;
      -o-transition: transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s; }
    aside .aside-chapter:before {
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1); }
    aside .aside-chapter:after {
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    aside .aside-chapter:hover:before, aside .aside-chapter:hover:after {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }

.blog-item {
  margin-top: 35px;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  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; }
  .blog-item:before, .blog-item:after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    content: '';
    position: absolute;
    pointer-events: none; }
  .blog-item:before, .blog-item:after {
    top: -14px;
    left: -14px;
    height: -webkit-calc(100% + 28px);
    height: calc(100% + 28px);
    width: -webkit-calc(100% + 28px);
    width: calc(100% + 28px);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s; }
  .blog-item:before {
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1); }
  .blog-item:after {
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); }
  .blog-item:hover:before, .blog-item:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .blog-item .blog-image {
    height: 225px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
  .blog-item img {
    width: 100%;
    height: auto; }
  .blog-item h2 {
    color: #414248;
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 15px; }
  .blog-item p {
    font-size: 14px;
    line-height: 22px;
    color: #414248;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .blog-item .bottom-blog {
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
    color: #414248;
    font-family: Roboto; }
    .blog-item .bottom-blog i {
      margin-right: 5px; }
      .blog-item .bottom-blog i:not(:first-child) {
        margin-left: 10px; }

.user {
  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;
  margin-bottom: 15px; }
  .user .user-avatar {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid #e3d8d8;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    margin-right: 10px; }
  .user span {
    font-size: 14px;
    color: #6b6b6b;
    font-family: Roboto; }

.suggest-post {
  position: relative;
  padding-top: 200px;
  padding-bottom: 50px;
  background: #f4d7a4;
  text-align: center; }
  .suggest-post p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    color: #58514c; }
  .suggest-post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 121px;
    background-image: url(../images/projectBefore.png);
    -webkit-background-size: 100% 100%;
    background-size: cover;
    pointer-events: none; }

.blog-inner-page aside .aside-popular a:first-child {
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 15px; }
  .blog-inner-page aside .aside-popular a:first-child:before, .blog-inner-page aside .aside-popular a:first-child:after {
    height: -webkit-calc(100% + 16px);
    height: calc(100% + 16px); }

.blog-inner-page .blog-wrap {
  padding-bottom: 0;
  border-bottom: 1px solid #edeef3; }

.blog-inner-page .blog-left {
  padding-bottom: 45px; }
  .blog-inner-page .blog-left:before {
    bottom: 0; }
  .blog-inner-page .blog-left .post-info {
    color: #414248;
    font-family: Roboto; }
    .blog-inner-page .blog-left .post-info i {
      margin-right: 5px; }
      .blog-inner-page .blog-left .post-info i:not(:first-child) {
        margin-left: 10px; }
  .blog-inner-page .blog-left h2 {
    font-size: 24px;
    line-height: 32px;
    color: #595b5f; }
  .blog-inner-page .blog-left .subtitle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-inner-page .blog-left .subtitle > span {
      font-size: 13px;
      color: #414248;
      margin: 0 15px; }
    .blog-inner-page .blog-left .subtitle .user {
      margin-bottom: 0; }
      .blog-inner-page .blog-left .subtitle .user span {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .blog-inner-page .blog-left .subtitle .user:hover span {
        color: #00ade9; }
  .blog-inner-page .blog-left .slider-for {
    margin-top: 15px;
    margin-bottom: 25px; }
    .blog-inner-page .blog-left .slider-for .slider-item {
      height: 390px;
      -webkit-background-size: contain;
              background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      outline: none; }
      .blog-inner-page .blog-left .slider-for.style_my .slider-item {
        height: 550px
      }
    .blog-inner-page .blog-left .slider-for .slick-arrow {
      width: 35px;
      height: 35px;
      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;
      background: #f9a123;
      color: #fff;
      border: none;
      outline: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1; }
      .blog-inner-page .blog-left .slider-for .slick-arrow.slick-prev {
        left: -10px; }
      .blog-inner-page .blog-left .slider-for .slick-arrow.slick-next {
        right: -10px; }
      .blog-inner-page .blog-left .slider-for .slick-arrow:hover {
        background: #00ade9; }
  .blog-inner-page .blog-left .slider-nav {
    margin: 0 -5px 30px; }
    .blog-inner-page .blog-left .slider-nav .slider-item {
      height: 70px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      margin: 0 5px;
      outline: none;
      cursor: pointer;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .blog-inner-page .blog-left .slider-nav .slider-item.slick-current, .blog-inner-page .blog-left .slider-nav .slider-item:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
  .blog-inner-page .blog-left p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #848484; }
  .blog-inner-page .blog-left .share span {
    font-size: 15px;
    color: #353535; }
  .blog-inner-page .blog-left .share a {
    display: inline-block;
    background: #2e538f;
    color: #fff;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    line-height: 35px; }
    .blog-inner-page .blog-left .share a:hover i {
      -webkit-animation: swing 500ms ease-in-out;
              animation: swing 500ms ease-in-out; }
  .blog-inner-page .blog-left .page-controls {
    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;
    margin-top: 20px; }
    .blog-inner-page .blog-left .page-controls a {
      font-size: 14px;
      color: #666666;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .blog-inner-page .blog-left .page-controls a:hover {
        color: #f9a123; }

.feedback-input-item label {
  color: #888;
  line-height: 20px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 10px; }

.feedback-input-item input {
  display: block;
  width: 100%;
  background: #fafafa;
  border: 1px solid #e6e9ed;
  line-height: 39px;
  padding: 0 10px;
  color: #888888; }

.feedback-input-item textarea {
  display: block;
  width: 100%;
  background: #fafafa;
  border: 1px solid #e6e9ed;
  line-height: 20px;
  padding: 10px;
  color: #888888;
  resize: vertical;
  height: 160px;
  max-height: 300px; }

.login-form-block {
  padding-bottom: 65px; }
  .login-form-block .login-text {
    color: #676767;
    padding-bottom: 15px; }

.login-form-wrap {
  background: #fff;
  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;
  padding: 40px 50px 65px; }
  .login-form-wrap > div {
    width: 50%; }
  .login-form-wrap .default-button {
    line-height: 30px;
    padding: 0 15px; }
  .login-form-wrap .login-form {
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 15px; }
    .login-form-wrap .login-form .feedback-input-item {
      margin-bottom: 25px; }
    .login-form-wrap .login-form .save-info {
      text-align: left; }
      .login-form-wrap .login-form .save-info input {
        display: none; }
      .login-form-wrap .login-form .save-info label {
        font-size: 13px;
        color: #555;
        position: relative;
        cursor: pointer;
        margin-left: 10px;
        padding-left: 25px;
        font-weight: 400;
        margin-bottom: 0; }
        .login-form-wrap .login-form .save-info label:before {
          content: '';
          position: absolute;
          left: 0px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 15px;
          height: 15px;
          border: 1px solid #d9d9d9; }
      .login-form-wrap .login-form .save-info input:checked + label::after {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 12px;
        color: #141414;
        position: absolute;
        left: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .login-form-wrap .login-form .forgot-password a {
      color: #d64444;
      text-decoration: underline;
      margin-bottom: 30px;
      display: inline-block; }
    .login-form-wrap .login-form .login-buttons {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .login-form-wrap .login-form .login-buttons button {
        margin: 0; }
  .login-form-wrap .registration-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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;
    padding-left: 90px;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative; }
    .login-form-wrap .registration-form:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      background: #efefef; }
    .login-form-wrap .registration-form:after {
      content: attr(data-abo);
      position: absolute;
      left: 0;
      top: 80px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      line-height: 40px;
      background: #fff;
      color: #7e8187; }
    .login-form-wrap .registration-form .registration-title {
      color: #313131;
      margin-bottom: 20px; }
    .login-form-wrap .registration-form p {
      color: #aab2bd;
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 20px; }
    .login-form-wrap .registration-form .social-buttons button {
      color: #fff;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      border: none;
      width: 33px;
      height: 33px;
      margin-right: 10px; }
      .login-form-wrap .registration-form .social-buttons button:hover i {
        -webkit-animation: swing 500ms ease-in-out;
                animation: swing 500ms ease-in-out; }
    .login-form-wrap .registration-form .bottom-registration a {
      margin: 0; }

.default-button {
  background: #f9a123;
  display: inline-block;
  line-height: 1;
  font-size: 17px;
  color: #fff;
  padding: 10px 30px;
  margin-top: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .default-button i {
    margin-right: 10px;
  }
  .default-button:hover {
    background: #00ade9;
    color: #fff; }

.product-feedbacks {
  padding: 40px 70px 60px;
  background: #fff; }
  .product-feedbacks .facebook {
    background: #4d8bd9; }
  .product-feedbacks .twitter {
    background: #3fc0f6; }
  .product-feedbacks .google {
    background: #d84656;
    font-size: 14px; }
  .product-feedbacks .instagram {
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  .product-feedbacks .behance {
    background: #0057ff; }
  .product-feedbacks .pinterest {
    background: #bd081c; }
  .product-feedbacks .leave-feedback {
    background: #edeef3;
    padding: 0 65px; }
    .product-feedbacks .leave-feedback .feedback-head {
      height: 65px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 22px;
      color: #545557;
      position: relative;
      cursor: pointer; }
      .product-feedbacks .leave-feedback .feedback-head img {
        margin-right: 15px; }
      .product-feedbacks .leave-feedback .feedback-head:before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
        line-height: 65px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .product-feedbacks .leave-feedback .feedback-head.active:before {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .product-feedbacks .leave-feedback .feedback-body {
      border-top: 1px solid #d3dde8;
      padding-top: 30px;
      display: none; }
      .product-feedbacks .leave-feedback .feedback-body form {
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .product-feedbacks .leave-feedback .feedback-body.active form {
        opacity: 1; }
      .product-feedbacks .leave-feedback .feedback-body .feedbacks-top-input {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .product-feedbacks .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item {
          width: -webkit-calc(33% - 14px);
          width: calc(33% - 14px); }
          .product-feedbacks .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item:not(:first-child) {
            margin-left: 21px; }
      .product-feedbacks .leave-feedback .feedback-body .user-rating {
        margin-top: 15px;
        margin-bottom: 15px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .product-feedbacks .leave-feedback .feedback-body .user-rating span {
          color: #888888;
          line-height: 20px;
          margin-right: 10px; }
        .product-feedbacks .leave-feedback .feedback-body .user-rating .rating {
          border: none;
          display: inline-block;
          vertical-align: top; }
        .product-feedbacks .leave-feedback .feedback-body .user-rating label {
          cursor: pointer;
          font-size: 14px;
          margin: 0 5px; }
        .product-feedbacks .leave-feedback .feedback-body .user-rating input:checked + label {
          color: #f9a123; }
      .product-feedbacks .leave-feedback .feedback-body .feedback-photos {
        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;
        position: relative; }
        .product-feedbacks .leave-feedback .feedback-body .feedback-photos .input-photo {
          display: none; }
        .product-feedbacks .leave-feedback .feedback-body .feedback-photos .upload-photo {
          display: inline-block;
          height: 40px;
          width: 40px;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: center;
          margin-right: 10px; }
        .product-feedbacks .leave-feedback .feedback-body .feedback-photos label, .product-feedbacks .leave-feedback .feedback-body .feedback-photos .add-photo {
          font: 300 13px/23px Roboto;
          cursor: pointer;
          margin-bottom: 0;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .product-feedbacks .leave-feedback .feedback-body .feedback-photos label i, .product-feedbacks .leave-feedback .feedback-body .feedback-photos .add-photo i {
            color: #32cdc9;
            padding-right: 10px;
            font-size: 16px; }
          .product-feedbacks .leave-feedback .feedback-body .feedback-photos label span, .product-feedbacks .leave-feedback .feedback-body .feedback-photos .add-photo span {
            text-decoration: underline; }
        .product-feedbacks .leave-feedback .feedback-body .feedback-photos .hover-block-hint {
          font: 400 12px/20px Roboto;
          padding: 15px;
          color: #fff;
          background: #32cdc9;
          position: absolute;
          top: -webkit-calc(100% + 15px);
          top: calc(100% + 15px);
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 250px;
          display: none; }
          .product-feedbacks .leave-feedback .feedback-body .feedback-photos .hover-block-hint:before {
            content: "";
            width: 12px;
            height: 12px;
            background: #32cdc9;
            position: absolute;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            top: -6px;
            left: -webkit-calc(50% - 6px);
            left: calc(50% - 6px); }
      .product-feedbacks .leave-feedback .feedback-body .feedback-buttons {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        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;
        padding-top: 25px;
        padding-bottom: 25px; }

.current-feedbacks {
  padding-top: 25px; }
  .current-feedbacks .no-feedbacks {
    text-align: center;
    font-size: 16px;
    color: #3a3c40; }
  .current-feedbacks .feedbacks-title {
    font-size: 18px;
    color: #3a3c40;
    margin-bottom: 20px; }
  .current-feedbacks .feedback-item {
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .current-feedbacks .feedback-item .feedback-description {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .current-feedbacks .feedback-item .feedback-image {
      height: 80px;
      width: 80px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      border: 2px solid #e3d8d8;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      display: inline-block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 20px; }
      .current-feedbacks .feedback-item .feedback-image:hover {
        border-color: #f9a123; }
    .current-feedbacks .feedback-item .feedback-name {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      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; }
      .current-feedbacks .feedback-item .feedback-name a {
        font-size: 18px;
        color: #1a1a1a;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .current-feedbacks .feedback-item .feedback-name a:hover {
          color: #f9a123; }
      .current-feedbacks .feedback-item .feedback-name .raiting {
        color: #ffae00; }
    .current-feedbacks .feedback-item .feedback-date {
      color: #414248;
      margin-top: 10px;
      margin-bottom: 15px; }
      .current-feedbacks .feedback-item .feedback-date i {
        margin-right: 5px; }
        .current-feedbacks .feedback-item .feedback-date i:not(:first-child) {
          margin-left: 10px; }
    .current-feedbacks .feedback-item .feedback-text {
      color: #808080;
      line-height: 21px;
      margin-bottom: 20px; }
    .current-feedbacks .feedback-item .feedback-photo a {
      display: inline-block;
      height: 40px;
      width: 40px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      margin-right: 13px; }
    .current-feedbacks .feedback-item .reply {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 13px;
      color: #f9a123;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      cursor: pointer; }
      .current-feedbacks .feedback-item .reply:hover {
        color: #00ade9; }
      .current-feedbacks .feedback-item .reply span {
        text-decoration: underline;
        margin-left: 5px; }
    .current-feedbacks .feedback-item .reply-form {
      display: none; }
      .current-feedbacks .feedback-item .reply-form .feedbacks-top-input {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 15px; }
        .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item {
          width: -webkit-calc(33% - 14px);
          width: calc(33% - 14px); }
          .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item:not(:first-child) {
            margin-left: 21px; }
      .current-feedbacks .feedback-item .reply-form .feedback-buttons {
        padding-top: 25px;
        padding-bottom: 25px; }
        .current-feedbacks .feedback-item .reply-form .feedback-buttons button {
          margin: 0; }
    .current-feedbacks .feedback-item .reply-items {
      border-top: 1px solid #d3dde8; }
      .current-feedbacks .feedback-item .reply-items .reply-item:not(:last-child) {
        border-bottom: 1px solid #d3dde8; }
      .current-feedbacks .feedback-item .reply-items .reply-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px; }
      .current-feedbacks .feedback-item .reply-items .reply-description {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .current-feedbacks .feedback-item .reply-items .reply-image {
        height: 80px;
        width: 80px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        border: 2px solid #e3d8d8;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        display: inline-block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 20px; }
        .current-feedbacks .feedback-item .reply-items .reply-image:hover {
          border-color: #f9a123; }
      .current-feedbacks .feedback-item .reply-items .reply-name {
        display: inline-block;
        font-size: 18px;
        color: #1a1a1a;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .current-feedbacks .feedback-item .reply-items .reply-name:hover {
          color: #f9a123; }
      .current-feedbacks .feedback-item .reply-items .reply-date {
        color: #808080;
        margin-top: 10px;
        margin-bottom: 25px; }
      .current-feedbacks .feedback-item .reply-items .reply-text {
        color: #808080;
        line-height: 21px;
        margin-bottom: 20px; }
      .current-feedbacks .feedback-item .reply-items .all-reply {
        height: 85px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .current-feedbacks .feedback-item .reply-items .all-reply a {
          color: #f9a123;
          text-decoration: underline;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .current-feedbacks .feedback-item .reply-items .all-reply a:hover {
            color: #00ade9; }
  .current-feedbacks .all-feedbacks {
    text-align: right;
    margin-top: 20px; }
    .current-feedbacks .all-feedbacks a {
      text-decoration: underline;
      color: #545557;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .current-feedbacks .all-feedbacks a:hover {
        color: #00ade9; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.school-inner-page .school-wrap {
  background: #fff;
  margin-bottom: 55px; }

.school-inner-page .left-aside {
  padding-left: 35px !important;
  padding-right: 0 !important;
  padding-top: 35px;
  padding-bottom: 45px; }
  .school-inner-page .left-aside .school-image {
    position: relative; }
    .school-inner-page .left-aside .school-image:before {
      content: "";
      position: absolute;
      top: -5px;
      bottom: -5px;
      right: -5px;
      left: -5px;
      border: 1px solid #d3d3d3; }
    .school-inner-page .left-aside .school-image img {
      width: 100%; }
  .school-inner-page .left-aside .aside-teachers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .school-inner-page .left-aside .aside-teachers:not(:last-child) {
      border-bottom: 1px solid #dadada;
      margin-bottom: 25px;
      padding-bottom: 25px; }
    .school-inner-page .left-aside .aside-teachers .teacheer-image {
      width: 55px;
      height: 80px;
      margin-right: 20px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      position: relative;
      background-position: center;
    background-size: cover;}
      .school-inner-page .left-aside .aside-teachers .teacheer-image:before {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border: 1px solid #d2d2d2; }
    .school-inner-page .left-aside .aside-teachers .teacher-name {
      font-size: 16px;
      text-transform: uppercase;
      color: #3c3c3c;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      line-height: 18px; }
    .school-inner-page .left-aside .aside-teachers .teacher-mail {
      font-size: 13px; }
      .school-inner-page .left-aside .aside-teachers .teacher-mail b {
        font-weight: 400;
        color: #242626;
        margin: 5px 0;
        display: inline-block; }
      .school-inner-page .left-aside .aside-teachers .teacher-mail span {
        color: #4696b7; }
    .school-inner-page .left-aside .aside-teachers:hover .teacher-name {
      color: #f9a123; }
  .school-inner-page .left-aside .aside-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .school-inner-page .left-aside .aside-form:not(:last-child) {
      margin-bottom: 20px; }
    .school-inner-page .left-aside .aside-form span {
      font-size: 16px;
      color: #3c3c3c;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .school-inner-page .left-aside .aside-form b {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-bottom: 1px dashed #ebebeb;
      margin: 0 5px 5px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .school-inner-page .left-aside .aside-form:hover span {
      color: #00ade9; }
    .school-inner-page .left-aside .aside-form:hover b {
      border-bottom-color: #00ade9; }

.school-inner-page main {
  padding: 40px 45px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf; }
  .school-inner-page main .school-title {
    font-size: 26px;
    color: #343537;
    text-align: center;
    margin-bottom: 30px; }
    .school-inner-page main .school-title h1 {
      margin: 0;
      font-size: 26px; }
  .school-inner-page main .school-subtitle {
    font-size: 16px;
    color: #494d51;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .school-inner-page main .pupil-title {
    padding-right: 100px;
    font-family: Roboto;
    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;
    font-size: 11px;
    font-weight: 500;
    color: #9fa2aa;
    margin-bottom: 10px; }
  .school-inner-page main .pupil-item {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 1; }
    .school-inner-page main .pupil-item:first-child {
      border-top: 1px solid #e1e1e1; }
    .school-inner-page main .pupil-item .pupil-header {
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 100px;
      height: 60px;
      position: relative;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .school-inner-page main .pupil-item .pupil-header.active:before {
        background: #f4f4f6; }
      .school-inner-page main .pupil-item .pupil-header.active:after {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .school-inner-page main .pupil-item .pupil-header:hover span {
        color: #00ade9 !important; }
      .school-inner-page main .pupil-item .pupil-header:hover:after {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00ade9; }
      .school-inner-page main .pupil-item .pupil-header:before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -45px;
        right: -45px;
        z-index: -1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .school-inner-page main .pupil-item .pupil-header:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
        font-size: 15px;
        color: #c2c2c2;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .school-inner-page main .pupil-item .pupil-header .user {
        margin-bottom: 0; }
        .school-inner-page main .pupil-item .pupil-header .user span {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          color: #3c3c3c;
          font-size: 16px; }
        .school-inner-page main .pupil-item .pupil-header .user:hover span {
          color: #00ade9; }
      .school-inner-page main .pupil-item .pupil-header > span {
        font-size: 15px;
        transitio: .3s; }
    .school-inner-page main .pupil-item .pupil-body {
      display: none; }
      .school-inner-page main .pupil-item .pupil-body .subject {
        margin-left: 45px;
        padding-right: 100px;
        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;
        height: 35px; }
        .school-inner-page main .pupil-item .pupil-body .subject:not(:first-child) {
          border-top: 1px solid #e1e1e1; }
        .school-inner-page main .pupil-item .pupil-body .subject span {
          font-size: 15px;
          color: #595959; }
          .school-inner-page main .pupil-item .pupil-body .subject span i {
            color: #36c087;
            margin-left: 10px;
            margin-right: 20px; }
  .school-inner-page main .form-item {
    height: 120px;
    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;
    background: #edeef3;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: relative;
    margin-bottom: 15px; }
    .school-inner-page main .form-item span {
      color: #5c5d60;
      margin-left: 15px;
      font-size: 20px; }
    .school-inner-page main .form-item:before {
      content: "";
      width: 15px;
      height: 45px;
      background: url(../images/clip.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 25px;
      top: -15px;
      z-index: 2;
      position: absolute;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .school-inner-page main .form-item:hover:before {
      top: -20px; }
  .school-inner-page main .school-slider {
    position: relative;
    margin-bottom: 50px; }
    .school-inner-page main .school-slider:before {
      content: "";
      position: absolute;
      top: -5px;
      bottom: -5px;
      right: -5px;
      left: -5px;
      border: 1px solid #d3d3d3; }
    .school-inner-page main .school-slider .slider-item {
      height: 275px;
      outline: none; }
    .school-inner-page main .school-slider .slick-dots {
      position: absolute;
      padding: 0;
      margin: 0;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .school-inner-page main .school-slider .slick-dots li {
        display: inline-block; }
        .school-inner-page main .school-slider .slick-dots li.slick-active button {
          background: #86d5f6; }
        .school-inner-page main .school-slider .slick-dots li button {
          border: none;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          height: 7px;
          width: 7px;
          background: #bababe;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          font-size: 0;
          padding: 0;
          margin: 0 2px;
          transition: .3s; }
  .school-inner-page main p {
    font-size: 13px;
    line-height: 19px;
    color: #5f5f5f;
    margin-bottom: 20px; }

.aside-media .nav-tabs {
  border: none;
  text-align: center;
  margin-bottom: 20px; }
  .aside-media .nav-tabs li {
    margin-bottom: 0;
    float: none;
    display: inline-block; }
    .aside-media .nav-tabs li a {
      margin: 0;
      bordeR: none;
      font-size: 22px;
      color: #c2c2c2;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      padding-top: 0;
      padding-bottom: 0; }
      .aside-media .nav-tabs li a:focus {
        background: none; }
    .aside-media .nav-tabs li.active a {
      color: #f9a123;
      border: none; }
    .aside-media .nav-tabs li:not(.active):hover a {
      color: #00ade9;
      background: none; }

.aside-media #picture .picture-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px; }
  .aside-media #picture .picture-wrap .picture {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    -webkit-border-radius: 5px 0 5px 0;
            border-radius: 5px 0 5px 0;
    position: relative; }
    .aside-media #picture .picture-wrap .picture:before {
      content: "";
      position: absolute;
      top: -4px;
      bottom: -4px;
      right: -4px;
      left: -4px;
      border: 1px solid #cfcfcf;
      -webkit-border-radius: 7px 0 7px 0;
              border-radius: 7px 0 7px 0;
      pointer-events: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .aside-media #picture .picture-wrap .picture:hover:before {
      border-color: #f9a123; }

.aside-media #video .video-wrap a {
  width: 75%;
  height: 475px;
  display: inline-block;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative; }
  .aside-media #video .video-wrap a:before {
    content: "\f04b";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .aside-media #video .video-wrap a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .aside-media #video .video-wrap a:hover:before {
    color: #00ade9; }

.aside-media #video .video-wrap p {
  font-size: 14px;
  line-height: 22px;
  color: #414248; }

.aside-media #audio .all-aside {
  margin-top: 15px; }

.aside-media #audio .audioplayer .player {
  background: #fff;
  height: 130px; }

.aside-media #audio .audioplayer .info .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  left: 15px;
  top: 15px;
  font-family: Roboto; }

.aside-media #audio .audioplayer .info .artist {
  font-size: 14px;
  color: #808080;
  top: 35px;
  left: 15px;
  font-family: Roboto; }

.aside-media #audio .audioplayer .timeHolder {
  top: 15px;
  right: 15px;
  width: auto;
  margin: 0;
  height: 20px; }

.aside-media #audio .audioplayer .time-current, .aside-media #audio .audioplayer .time-separator, .aside-media #audio .audioplayer .time-duration {
  color: #000;
  font-weight: 400; }

.aside-media #audio .audioplayer .progressbar {
  top: 63px;
  height: 5px;
  background: #ebebeb;
  margin: 0 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px); }
  .aside-media #audio .audioplayer .progressbar div {
    height: 5px; }
  .aside-media #audio .audioplayer .progressbar .bar-loaded {
    background: #afb2ba; }
  .aside-media #audio .audioplayer .progressbar .bar-played {
    background: #00ade9; }

.aside-media #audio .audioplayer .controls {
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 75px; }
  .aside-media #audio .audioplayer .controls .rew, .aside-media #audio .audioplayer .controls .play, .aside-media #audio .audioplayer .controls .fwd, .aside-media #audio .audioplayer .controls .pause {
    width: 33%;
    margin: 0;
    background-position: center;
    height: 45px; }
  .aside-media #audio .audioplayer .controls .play, .aside-media #audio .audioplayer .controls .pause {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2; }

.aside-media #audio .audioplayer .volume {
  top: 40px;
  left: auto;
  right: 15px;
  width: 100px; }
  .aside-media #audio .audioplayer .volume .volume-btn {
    cursor: pointer; }
  .aside-media #audio .audioplayer .volume .volume-adjust {
    cursor: pointer;
    background: #ebebeb;
    height: 5px;
    margin-top: 3px; }
    .aside-media #audio .audioplayer .volume .volume-adjust > div > div {
      height: 5px;
      background: #00ade9; }

.aside-media #audio .audioplayer .playlist {
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent; }
  .aside-media #audio .audioplayer .playlist li {
    margin: 0;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #e2e7ea;
    position: relative;
    padding: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .aside-media #audio .audioplayer .playlist li.active:before {
      background-image: url(../images/play-active.png); }
    .aside-media #audio .audioplayer .playlist li.active:after {
      color: #00ade9; }
    .aside-media #audio .audioplayer .playlist li.active a {
      color: #00ade9; }
    .aside-media #audio .audioplayer .playlist li:before {
      content: "";
      width: 25px;
      height: 25px;
      background: #fff;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px;
      background-image: url(../images/play.png);
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: 40% 40%;
              background-size: 40%;
      -webkit-transition: .3s !important;
      -o-transition: .3s !important;
      transition: .3s !important; }
    .aside-media #audio .audioplayer .playlist li:after {
      content: attr(data-artist);
      font-size: 14px;
      color: #808080;
      -webkit-transition: .3s !important;
      -o-transition: .3s !important;
      transition: .3s !important; }
    .aside-media #audio .audioplayer .playlist li a {
      font-size: 16px;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 1px;
      left: 15px;
      top: 15px;
      -webkit-transition: .3s !important;
      -o-transition: .3s !important;
      transition: .3s !important; }

.all-aside {
  text-align: right;
  margin-top: 5px; }
  .all-aside a {
    line-height: 26px;
    font-size: 12px;
    color: #313131;
    background: #ffe9ac;
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .all-aside a i {
      margin-left: 10px; }
    .all-aside a:hover {
      background: #f9a123; }

.right-aside {
  padding-right: 30px;
  padding-left: 0;
  padding-bottom: 45px; }
  .right-aside .school-block {
    padding: 15px 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;
    position: relative; }
    .right-aside .school-block:before {
      content: "";
      position: absolute;
      left: -30px;
      right: -30px;
      bottom: 0;
      height: 1px;
      background: #dfdfdf; }
  .right-aside .school-image {
    margin-right: 15px; }
  .right-aside .school-description > span {
    font-family: Roboto;
    font-weight: 500;
    color: #9fa2aa;
    font-size: 12px;
    display: block; }
  .right-aside .school-description b {
    font-size: 13px;
    font-weight: 400;
    color: #48494b; }
  .right-aside .school-description .people-count {
    line-height: 15px; }
    .right-aside .school-description .people-count span {
      font-size: 11px;
      color: #838e9d; }
      .right-aside .school-description .people-count span b {
        color: #f9a123; }
  .right-aside .aside-search {
    position: relative;
    margin-bottom: 20px; }
    .right-aside .aside-search input {
      width: 100%;
      line-height: 29px;
      border: 1px solid #e6e6e6;
      padding-left: 15px;
      padding-right: 40px;
      font-size: 13px;
      color: #414141; }
    .right-aside .aside-search button {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: none;
      border: 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;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 15px; }
      .right-aside .aside-search button i {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .right-aside .aside-search button:hover i {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
  .right-aside .aside-pupil {
    max-height: 330px; }
    .right-aside .aside-pupil .simplebar-scrollbar {
      width: 4px; }
      .right-aside .aside-pupil .simplebar-scrollbar:before {
        background: #86d5f6;
        opacity: 1; }
    .right-aside .aside-pupil .user {
      margin-top: 5px;
      margin-bottom: 5px; }
      .right-aside .aside-pupil .user:first-child {
        margin-top: 0; }
      .right-aside .aside-pupil .user:last-child {
        margin-bottom: 0; }
      .right-aside .aside-pupil .user:hover span {
        color: #00ade9; }
      .right-aside .aside-pupil .user .user-avatar {
        width: 55px;
        height: 55px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .right-aside .aside-pupil .user span {
        font-size: 16px;
        color: #3c3c3c;
        line-height: 55px;
        border-bottom: 1px solid #e1e1e1;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 10px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }

.user-page .blog-wrap {
  margin-bottom: 55px; }
  .user-page .blog-wrap .blog-left {
    padding-top: 45px; }
    .user-page .blog-wrap .blog-left:before {
      bottom: -45px; }
  .user-page .blog-wrap .user-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .user-page .blog-wrap .user-block .user-image {
      width: 225px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      border: 3px solid #d1d1d1;
      padding: 3px;
      margin-right: 45px; }
      .user-page .blog-wrap .user-block .user-image img {
        width: 100%; }
    .user-page .blog-wrap .user-block .user-description .user-name {
      font-size: 21px;
      color: #3c3c3c;
      font-weight: 400;
      padding-bottom: 10px;
      border-bottom: 1px solid #dfdfdf; }
      .user-page .blog-wrap .user-block .user-description .user-name h1 {
        margin: 0;
        font-size: 21px; }
    .user-page .blog-wrap .user-block .user-description b {
      margin-top: 20px;
      font-size: 15px;
      font-weight: 400;
      display: block; }
    .user-page .blog-wrap .user-block .user-description p {
      font-weight: 300;
      font-style: italic;
      margin-top: 15px; }
    .user-page .blog-wrap .user-block .user-description a i {
      margin-right: 5px; }
  .user-page .blog-wrap .blog-title {
    margin-top: 30px;
    font-size: 18px;
    color: #3c3d40; }
  .user-page .blog-wrap .blog-item {
    margin-top: 30px; }

.test-page .test-block {
  background: #fff;
  margin-bottom: 55px;
  position: relative; }
  .test-page .test-block.done:before {
    content: "";
    background: url(../images/label.png);
    height: 86px;
    width: 86px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px; }
  .test-page .test-block .test-header {
    text-align: center;
    border-bottom: 1px solid #edeef3;
    padding: 45px 30px 50px; }
    .test-page .test-block .test-header .subtitle {
      font-size: 13px;
      text-transform: uppercase;
      color: #262626;
      margin-bottom: 15px; }
    .test-page .test-block .test-header .title {
      font-size: 26px;
      color: #343537;
      margin-bottom: 15px; }
  .test-page .test-block .test-body {
    padding: 40px 100px 80px; }
    .test-page .test-block .test-body .test-count {
      color: #00ade9;
      font-size: 18px; }
    .test-page .test-block .test-body .test-question {
      margin-top: 20px;
      margin-bottom: 20px;
      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; }
      .test-page .test-block .test-body .test-question span {
        background: #f9a123;
        color: #fff;
        font-weight: 700;
        width: 40px;
        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;
        min-height: 40px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .test-page .test-block .test-body .test-question p {
        background: #edeef3;
        font-size: 18px;
        color: #424346;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-height: 40px;
        margin: 0;
        padding: 5px 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;
        font-weight: 500; }
    .test-page .test-block .test-body .answers {
      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: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 70px; }
      .test-page .test-block .test-body .answers label {
        font-size: 15px;
        color: #76787f;
        font-weight: 400;
        margin-bottom: 15px;
        padding-left: 35px;
        position: relative;
        cursor: pointer; }
        .test-page .test-block .test-body .answers label:before {
          content: "";
          width: 20px;
          height: 20px;
          border: 1px solid #e7e7e7;
          background: #edeef3;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .test-page .test-block .test-body .answers label:after {
          content: "";
          width: 10px;
          height: 10px;
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          background: #edeef3;
          position: absolute;
          left: 5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-radius: 100%;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .test-page .test-block .test-body .answers input:checked + label:before {
        border-color: #00ade9;
        background: #fff; }
      .test-page .test-block .test-body .answers input:checked + label:after {
        background: #00ade9; }
      .test-page .test-block .test-body .answers button {
        margin-top: 15px;
        background: #00ade9; }
        .test-page .test-block .test-body .answers button:hover {
          background: #f9a123; }
    .test-page .test-block .test-body .back {
      margin-top: 40px;
      display: inline-block;
      font-size: 16px;
      color: #484b4c;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .test-page .test-block .test-body .back i {
        margin-right: 5px; }
      .test-page .test-block .test-body .back:hover {
        color: #00ade9; }
    .test-page .test-block .test-body ul li {
      color: #595959;
      font-size: 15px;
      list-style-type: none;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e1e1e1;
      font-style: italic; }
      .test-page .test-block .test-body ul li:before {
        color: #18bb7c;
        margin-right: 5px; }
      .test-page .test-block .test-body ul li:nth-child(1):before {
        content: "а)"; }
      .test-page .test-block .test-body ul li:nth-child(2):before {
        content: "б)"; }
      .test-page .test-block .test-body ul li:nth-child(3):before {
        content: "в)"; }
      .test-page .test-block .test-body ul li:nth-child(4):before {
        content: "г)"; }
      .test-page .test-block .test-body ul li:nth-child(5):before {
        content: "д)"; }
    .test-page .test-block .test-body p {
      font-size: 16px;
      line-height: 21px;
      color: #5f5f5f;
      font-weight: 400;
      font-family: Roboto; }
    .test-page .test-block .test-body .buttons {
      display: inline-block;
      width: 100%; }
      .test-page .test-block .test-body .buttons button {
        float: right;
        background: #00ade9; }
        .test-page .test-block .test-body .buttons button:hover {
          background: #f9a123; }
    .test-page .test-block .test-body .add_file {
      position: relative;
      float: left;
      margin-left: 20px; }
    .test-page .test-block .test-body .add_file div {
      width: 100%;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      font: 400 15px "Roboto";
      color: #fff;
      background: #f9a123;
      text-align: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .test-page .test-block .test-body .add_file div:hover {
        color: #fff;
        background: #00ade9; }
    .test-page .test-block .test-body .empty_text {
      cursor: pointer;
      font: 400 15px/23px "Roboto Condensed";
      text-align: center; }
        .test-page .test-block .test-body .empty_text i {
          margin-right: 5px;
        }
    .test-page .test-block .test-body .add_file div {
      position: relative; }
    .test-page .test-block .test-body .add_file .file_name,
    .test-page .test-block .test-body .add_file input {
      display: none; }
    .test-page .test-block .test-body .add_file.active .empty_text {
      display: none; }
    .test-page .test-block .test-body .add_file.active .file_name {
      display: block;
      color: #fff;
      background: #f9a123;
      font: 400 15px/45px "Roboto Condensed";
      width: 100%;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      width: 200px; }
    .test-page .test-block .test-body .add_file div .empty_text {
      cursor: pointer;
      width: 200px;
      display: block; }
    .test-page .test-block .test-body .add_file.active div .remove {
      position: absolute;
      cursor: pointer;
      right: 0px;
      top: 0px;
      width: 20px;
      right: 10px;
      top: 5px;
      font-size: 16px; }
    .test-page .test-block .test-body .add_file.active div .remove:before {
      content: "\f00d";
      font-family: 'FontAwesome';
      color: #4d4d4f;
      display: inline-block;
      color: #fff; }
    .test-page .test-block .test-body .default-button.download {
      background: #716f6f;
      float: left; }
      .test-page .test-block .test-body .default-button.download i {
        margin-right: 5px; }
      .test-page .test-block .test-body .default-button.download:hover {
        background: #00ade9; }
    .test-page .test-block .test-body.test-results .results {
      color: #5a5c64; }
    .test-page .test-block .test-body.test-results .mark-block {
      font-family: Roboto;
      font-weight: 700; }
      .test-page .test-block .test-body.test-results .mark-block .count-answers {
        font-size: 30px; }
        .test-page .test-block .test-body.test-results .mark-block .count-answers i {
          margin-right: 5px; }
      .test-page .test-block .test-body.test-results .mark-block .count-questions {
        font-size: 19px;
        vertical-align: top; }
    .test-page .test-block .test-body.test-results .results-bar {
      margin-top: 15px; }
      .test-page .test-block .test-body.test-results .results-bar span {
        font-size: 18px;
        color: #3c3d40; }
      .test-page .test-block .test-body.test-results .results-bar .results-line {
        height: 15px;
        margin-top: 15px;
        background: #c2c2c2;
        position: relative; }
        .test-page .test-block .test-body.test-results .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; }
        .test-page .test-block .test-body.test-results .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; }
        .test-page .test-block .test-body.test-results .results-bar .results-line .corect-answer {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          background: url(../images/test-bar.jpg);
          z-index: 1; }
          .test-page .test-block .test-body.test-results .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; }
          .test-page .test-block .test-body.test-results .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; }
    .test-page .test-block .test-body.test-results .marks {
      margin-top: 20px; }
      .test-page .test-block .test-body.test-results .marks span {
        font-size: 13px;
        color: #939393; }
        .test-page .test-block .test-body.test-results .marks span:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #c2c2c2;
          margin-right: 7px;
          display: inline-block; }
        .test-page .test-block .test-body.test-results .marks span:not(:first-child) {
          margin-left: 20px; }
        .test-page .test-block .test-body.test-results .marks span.corect-mark:before {
          background: #00ade9; }
    .test-page .test-block .test-body.test-results p {
      margin-top: 25px;
      font-size: 15px;
      line-height: 23px;
      color: #939393;
      font-weight: 400; }
      .test-page .test-block .test-body.test-results p a {
        text-transform: uppercase;
        color: #00ade9;
        text-decoration: underline; }
        .test-page .test-block .test-body.test-results p a:hover {
          text-decoration: none; }
    .test-page .test-block .test-body.esse-test {
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-bottom: 20px; }
      .test-page .test-block .test-body.esse-test .left-test {
        width: 225px;
        border-right: 1px solid #e6e6e6; }
        .test-page .test-block .test-body.esse-test .left-test h5 {
          font-size: 16px;
          color: #595959;
          margin-top: 0;
          margin-bottom: 20px; }
        .test-page .test-block .test-body.esse-test .left-test ul {
          margin: 0; }
          .test-page .test-block .test-body.esse-test .left-test ul li {
            margin-top: 10px;
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
            font-weight: 300; }
            .test-page .test-block .test-body.esse-test .left-test ul li:before {
              display: none; }
      .test-page .test-block .test-body.esse-test .right-test {
        padding-left: 50px; }
        .test-page .test-block .test-body.esse-test .right-test ul {
          margin: 0; }
          .test-page .test-block .test-body.esse-test .right-test ul li {
            font-weight: 300;
            padding-left: 13px; }
            .test-page .test-block .test-body.esse-test .right-test ul li i {
              color: #18bb7c; }
            .test-page .test-block .test-body.esse-test .right-test ul li:before {
              display: none; }
  .test-block .textarea-wrap {
    padding: 0 100px;
    margin-bottom: 35px; }
    .test-page .test-block .textarea-wrap label {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 400; }
    .test-block .textarea-wrap textarea {
      display: block;
      width: 100%;
      height: 210px;
      border: 1px solid #e1e1e1;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      resize: vertical;
      padding: 12px; }
      .test-block .textarea-wrap textarea:focus {
        border: 1px solid #00ade9; }
  .test-block .textarea-descr {
    padding: 0 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; }
    .test-block .textarea-descr p {
      font-style: italic;
      color: #595959; }
      .test-block .textarea-descr p span {
        color: #ce1e3f; }
    .test-block .textarea-descr .download-link {
      float: right;
      color: #fff;
      background-color: #716f6f;
      font-size: 15px;
      padding: 0 10px;
      text-align: center;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      min-width: 192px;
      height: 38px;
      line-height: 38px;
      margin-left: 100px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .test-block .textarea-descr .download-link:hover {
        background: #00ade9; }
      .test-block .textarea-descr .download-link span {
        margin-right: 3px; }
  .test-block .test-footer {
    padding: 0 100px 60px; }
    .test-block .test-footer .test-checkbox {
      color: #707173;
      position: relative;
      padding-left: 25px;
      margin-bottom: 20px;
      margin-right: 25px;
      display: inline-block; }
    .test-block .test-footer input[type='checkbox'] {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .test-block .test-footer label {
      font-weight: normal;
      cursor: pointer; }
      .test-block .test-footer label:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 1px;
        left: 0;
        border: 1px solid #707173;
        -webkit-border-radius: 2px;
        border-radius: 2px; }
      .test-block .test-footer 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; }
      .test-page .test-block .test-footer label:hover {
        color: #00ade9; }
    .test-page .test-block .test-footer input:checked + label:after {
      opacity: 1; }
    .test-page .test-block .test-footer .default-button {
      background: #00ade9; }
      .test-page .test-block .test-footer .default-button:hover {
        background: #f9a123; }

.authors-page.how-to-page {
  position: relative;
  overflow-x: hidden; }
  .authors-page.how-to-page:before {
    content: "";
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/how-bg.jpg);
    z-index: -1; }
  .authors-page.how-to-page .scene {
    position: absolute !important;
    pointer-events: none; }
    .authors-page.how-to-page .scene.book {
      right: 100px;
      top: 200px;
      z-index: 0; }
    .authors-page.how-to-page .scene.book-2 {
      left: -150px;
      top: 400px; }
    .authors-page.how-to-page .scene.paper {
      right: 0;
      top: 60%;
      -webkit-transform: translateX(60%) !important;
          -ms-transform: translateX(60%) !important;
              transform: translateX(60%) !important; }
  .authors-page.how-to-page .bg {
    position: absolute;
    pointer-events: none;
    z-index: -1; }
    .authors-page.how-to-page .bg.bg-1 {
      top: -25px;
      right: 0;
      -webkit-transform: translateX(33%);
          -ms-transform: translateX(33%);
              transform: translateX(33%); }
    .authors-page.how-to-page .bg.bg-2 {
      top: 50%;
      right: 0;
      -webkit-transform: translate(15%, -50%);
          -ms-transform: translate(15%, -50%);
              transform: translate(15%, -50%); }
    .authors-page.how-to-page .bg.bg-3 {
      bottom: 0;
      right: 0;
      -webkit-transform: translate(35%, -15%);
          -ms-transform: translate(35%, -15%);
              transform: translate(35%, -15%); }
    .authors-page.how-to-page .bg.bg-4 {
      left: 20px;
      top: 800px; }
    .authors-page.how-to-page .bg.bg-5 {
      bottom: 20%;
      left: 0;
      -webkit-transform: translate(-40%, 0%);
          -ms-transform: translate(-40%, 0%);
              transform: translate(-40%, 0%); }

.authors-page .authors-block {
  background: #fff;
  margin-bottom: 55px; }

.authors-page .authors-head {
  position: relative;
  padding: 55px 0;
  border-bottom: 3px solid #edeef3; }
  .authors-page .authors-head .authors-title {
    font-size: 26px;
    color: #343537;
    text-align: center; }
    .authors-page .authors-head .authors-title h1 {
      font-size: 26px;
      margin: 0; }
  .authors-page .authors-head a {
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    line-height: 38px;
    padding-left: 20px; }
    .authors-page .authors-head a i {
      margin-right: 10px; }

.authors-page .authors-body {
  padding: 55px 65px; }
  .authors-page .authors-body.how-to-body {
    padding-left: 100px;
    padding-right: 100px; }
  .authors-page .authors-body > p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #5f5f5f; }
  .authors-page .authors-body .author-item {
    padding: 20px 30px;
    background: #edeef3;
    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;
    position: relative;
    margin-bottom: 30px; }
    .authors-page .authors-body .author-item:before {
      content: "";
      width: 20px;
      height: 55px;
      background: url(../images/clip.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 50px;
      top: -15px;
      z-index: 2;
      position: absolute; }
    .authors-page .authors-body .author-item .author-image {
      width: 120px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 20px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      position: relative; }
      .authors-page .authors-body .author-item .author-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border: 4px solid #fff; }
      .authors-page .authors-body .author-item .author-image:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border: 1px solid #cfcfcf; }
    .authors-page .authors-body .author-item .author-description {
      -webkit-box-flex: 1px;
      -webkit-flex-grow: 1px;
          -ms-flex-positive: 1px;
              flex-grow: 1px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .authors-page .authors-body .author-item .author-description h2 {
        font-size: 16px;
        color: #3c3c3c;
        margin-top: 0;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .authors-page .authors-body .author-item .author-description p {
        color: #242626;
        font-size: 14px;
        line-height: 20px; }
  .authors-page .authors-body .how-item {
    background: #edeef3;
    margin-bottom: 30px;
    padding: 30px 80px 20px 25px;
    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;
    position: relative; }
    .authors-page .authors-body .how-item:before {
      content: "";
      width: 20px;
      height: 55px;
      background: url(../images/clip.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 50px;
      top: -15px;
      z-index: 2;
      position: absolute; }
    .authors-page .authors-body .how-item .how-image {
      width: 60px;
      margin-right: 20px; }
      .authors-page .authors-body .how-item .how-image img {
        max-width: 100%; }
    .authors-page .authors-body .how-item .how-description h2 {
      font-size: 17px;
      color: #464646;
      margin-top: 0; }
    .authors-page .authors-body .how-item .how-description p {
      font-size: 13px;
      line-height: 17px;
      color: #5f5f5f;
      margin: 0; }

.chapter-page {
  overflow-x: hidden; }
  .chapter-page .scene.pencil {
    top: 70%;
    -webkit-transform: translate(50%, -50%) !important;
        -ms-transform: translate(50%, -50%) !important;
            transform: translate(50%, -50%) !important;
    right:-50px;
    position: absolute !important; }
  .chapter-page .chapter-block {
    background: #fff;
    margin-bottom: 55px;
    position: relative; }
    .chapter-page .chapter-block .chapter-header {
      text-align: center;
      padding: 35px 0 40px;
      border-bottom: 2px solid #edeef3; }
      .chapter-page .chapter-block .chapter-header .subtitle {
        font-size: 13px;
        text-transform: uppercase;
        color: #262626;
        margin-bottom: 15px; }
      .chapter-page .chapter-block .chapter-header .title {
        font-size: 26px;
        color: #343537; }
    .chapter-page .chapter-block .chapter-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .chapter-page .chapter-block .chapter-body .left-chapter {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 70px;
        text-align: center; }
        .chapter-page .chapter-block .chapter-body .left-chapter img {
          max-width: 100%; }
      .chapter-page .chapter-block .chapter-body .right-chapter {
        width: 40%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        border-left: 1px solid #edeef3;
        padding: 0 0 45px; }
        .chapter-page .chapter-block .chapter-body .right-chapter .chapter-title {
          font-size: 20px;
          color: #262626;
          padding: 0 50px;
          margin-bottom: 20px;
          margin-top: 30px; }
        .chapter-page .chapter-block .chapter-body .right-chapter ul li {
          list-style-type: none; }
          .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
            padding-left: 110px;
            padding-right: 80px;
            color: #78797f;
            font-size: 18px;
            line-height: 24px;
            height: 85px;
            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;
            position: relative;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .chapter-page .chapter-block .chapter-body .right-chapter ul li a span {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 80px;
              line-height: 85px;
              text-align: right;
              border-bottom: 1px solid #dee2e6;
              font-size: 24px;
              color: #f9a123;
              display: block;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
              .chapter-page .chapter-block .chapter-body .right-chapter ul li a span:before {
                content: "";
                position: absolute;
                top: 50%;
                bottom: 50%;
                right: -1px;
                width: 1px;
                background: transparent;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                -webkit-transition-delay: .2s;
                     -o-transition-delay: .2s;
                        transition-delay: .2s; }
            .chapter-page .chapter-block .chapter-body .right-chapter ul li a:hover {
              background: #00ade9;
              color: #fff;
              -webkit-transform: translateX(-80px);
                  -ms-transform: translateX(-80px);
                      transform: translateX(-80px); }
            .chapter-page .chapter-block .chapter-body .right-chapter ul li a:after {
              content: '\f18e';
              font-family: 'FontAwesome';
              font-size: 30px;
              color: #00ade9;
              left: calc(100% + 15px);
              top: 50%;
              margin-top: -15px;
              position: absolute;
              opacity: 0;
              transition: .15s;
              /* transition-delay: 0.3s; */
            }
            .chapter-page .chapter-block .chapter-body .right-chapter ul li a:hover:after {
              opacity: 1;
              transition-delay: 0;
            }
              .chapter-page .chapter-block .chapter-body .right-chapter ul li a:hover span {
                color: #fff;
                border-bottom-color: transparent;
                text-align: center; }
                .chapter-page .chapter-block .chapter-body .right-chapter ul li a:hover span:before {
                  top: 20px;
                  bottom: 20px;
                  background: #fff; }
        .chapter-page .chapter-block .chapter-body .right-chapter .buttons {
          text-align: center;
          margin-top: 50px; }
          .chapter-page .chapter-block .chapter-body .right-chapter .buttons a {
            font-size: 14px;
            padding: 0 20px;
            margin: 0 5px;
            line-height: 40px; }
            .chapter-page .chapter-block .chapter-body .right-chapter .buttons a:first-child:hover {
              background: #e5911a; }
            .chapter-page .chapter-block .chapter-body .right-chapter .buttons a:last-child {
              background: #00ade9; }
              .chapter-page .chapter-block .chapter-body .right-chapter .buttons a:last-child:hover {
                background: #0e8db9; }
  .chapter-page .tests-block {
    position: relative;
    padding-top: 170px;
    padding-bottom: 50px;
    background: #f4d7a4;
    text-align: center; }
    .chapter-page .tests-block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 121px;
      background-repeat: no-repeat;
      background-image: url(../images/projectBefore.png);
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      pointer-events: none; }
    .chapter-page .tests-block .tests-title {
      font-size: 26px;
      color: #4f4740; }
    .chapter-page .tests-block .tests-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin-top: 50px; }
      .chapter-page .tests-block .tests-wrap .test-item {
        width: 318px;
        height: 160px;
        background: url(../images/tests-bg.png);
        -webkit-background-size: contain;
                background-size: contain;
        position: relative;
        text-align: left;
        padding: 15px 30px 0;
        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: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .chapter-page .tests-block .tests-wrap .test-item .test-category {
          position: absolute;
          top: 0;
          right: 35px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          line-height: 34px;
          background: #00ade9;
          -webkit-border-radius: 10px 0 10px 0;
                  border-radius: 10px 0 10px 0;
          padding: 0 25px;
          color: #fff;
          font-size: 16px; }
        .chapter-page .tests-block .tests-wrap .test-item .test-title {
          color: #a9a9a9;
          margin-bottom: 10px; }
        .chapter-page .tests-block .tests-wrap .test-item .test-name {
          font-size: 18px;
          line-height: 22px;
          color: #242626;
          font-weight: 700; }
        .chapter-page .tests-block .tests-wrap .test-item .test-link {
          position: absolute;
          bottom: 40px;
          right: 0;
          -webkit-transform: translateX(25%);
              -ms-transform: translateX(25%);
                  transform: translateX(25%);
          background: #f9a123;
          height: 32px;
          width: 32px;
          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;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .chapter-page .tests-block .tests-wrap .test-item .test-link:hover {
            background: #00ade9; }



.theme-page {
  overflow-x: hidden; }
  .theme-page .theme-wrap {
    background: #fff; }
  .theme-page .aside-item {
    padding-top: 25px; }
  .theme-page .left-aside {
    padding-left: 3% !important;
    padding-right: 0 !important;
    /*padding-top: 25px;*/
    padding-bottom: 50px; }
    .theme-page .left-aside .aside-article img {
      width: 100%; }
    .theme-page .left-aside .aside-article p {
      font-size: 13px;
      line-height: 17px;
      color: #242626;
      margin-top: 15px;
      margin-bottom: 0; }
    .theme-page .left-aside .vocabulary-slider {
      position: relative; }
      .theme-page .left-aside .vocabulary-slider .slider-item {
        outline: none; }
      .theme-page .left-aside .vocabulary-slider p {
        font-size: 12px;
        line-height: 20px;
        color: #595959; }
        .theme-page .left-aside .vocabulary-slider p b {
          font-weight: 400;
          color: #0c0c0c; }
      .theme-page .left-aside .vocabulary-slider .buttons a {
        color: #5f5f5f;
        margin-right: 10px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .theme-page .left-aside .vocabulary-slider .buttons a:hover {
          color: #00ade9; }
      .theme-page .left-aside .vocabulary-slider .slick-arrow {
        background: #ffe9ac;
        width: 25px;
        height: 25px;
        height: 25px;
        color: #3b3b3b;
        font-size: 10px;
        bordeR: none;
        position: absolute;
        bottom: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: 1; }
        .theme-page .left-aside .vocabulary-slider .slick-arrow:hover {
          background: #00ade9; }
        .theme-page .left-aside .vocabulary-slider .slick-arrow.slick-next {
          right: -1px;
          -webkit-border-radius: 0 3px 3px 0;
                  border-radius: 0 3px 3px 0; }
        .theme-page .left-aside .vocabulary-slider .slick-arrow.slick-prev {
          right: 26px;
          -webkit-border-radius: 3px 0 0 3px;
                  border-radius: 3px 0 0 3px; }
    .theme-page .left-aside .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;
      margin-bottom: 20px; }
      .theme-page .left-aside .item .item-image {
        width: 55px;
        height: 55px;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        -webkit-border-radius: 5px 0 5px 0;
                border-radius: 5px 0 5px 0;
        position: relative;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 15px; }
        .theme-page .left-aside .item .item-image:before {
          content: "";
          position: absolute;
          top: -4px;
          bottom: -4px;
          right: -4px;
          left: -4px;
          border: 1px solid #cfcfcf;
          -webkit-border-radius: 7px 0 7px 0;
                  border-radius: 7px 0 7px 0;
          pointer-events: none;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .theme-page .left-aside .item p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 17px;
        color: #242626;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .theme-page .left-aside .item:hover .item-image:before {
        border-color: #f9a123; }
      .theme-page .left-aside .item:hover p {
        color: #f9a123; }
  .theme-page main {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 35px 55px 55px; }
    .theme-page main .subtitle {
      font-size: 15px;
      color: #262626;
      text-align: center; }
    .theme-page main .title {
      font-size: 26px;
      color: #343537;
      line-height: 40px;
      text-align: center; }
      .theme-page main .title h1 {
        font-size: 26px;
        margin-bottom: 30px; }
    .theme-page main .theme-image img {
      width: 100%; }
    .theme-page main .default-button {
      line-height: 30px;
      position: relative; }
      .theme-page main .default-button:before {
        content: "";
        position: absolute;
        top: -5px;
        left: -25px;
        width: 39px;
        height: 39px;
       /* background: url(../images/pdf.png);*/
        -webkit-background-size: cover;
                background-size: cover; }
    .theme-page main .discussion-block {
      margin-top: 40px; }
      .theme-page main .discussion-block .discussion-title {
        font-size: 16px;
        color: #464646;
        line-height: 21px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ebebeb; }
      .theme-page main .discussion-block .buttons a {
        padding: 0 20px; }
        .theme-page main .discussion-block .buttons a:before {
          display: none; }
        .theme-page main .discussion-block .buttons a i {
          margin-right: 5px; }
        .theme-page main .discussion-block .buttons a:hover {
          background: #e5911a; }
        .theme-page main .discussion-block .buttons a:not(:first-child) {
          margin-left: 7px;
          background: #00ade9; }
          .theme-page main .discussion-block .buttons a:not(:first-child):hover {
            background: #0e8db9; }
  .theme-page .right-aside {
    padding-right: 30px;
    padding-left: 0; }
    .theme-page .right-aside .all-aside {
      margin-top: 12px; }
    .theme-page .right-aside .user span {
      height: 55px;
      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: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 20px; }
      .theme-page .right-aside .user span b {
        font-size: 13px;
        font-weight: 400;
        color: #f9a123;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .theme-page .right-aside .user:hover b {
      color: #00ade9; }
    .theme-page .right-aside h6 {
      color: #595959;
      font-size: 15px;
      font-weight: 400; }
    .theme-page .right-aside .aside-theme {
      margin-bottom: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .theme-page .right-aside .aside-theme a {
        width: 40px;
        height: 40px;
        color: #595959;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        background: #e6e6e6;
        margin-right: 5px;
        margin-bottom: 5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .theme-page .right-aside .aside-theme a.active {
          background: #92d095;
          position: relative; }
          .theme-page .right-aside .aside-theme a.active:before {
            content: "\f058";
            font-family: FontAwesome;
            position: absolute;
            top: 3px;
            right: 3px;
            color: #fff;
            font-size: 10px;
            line-height: 10px; }
        .theme-page .right-aside .aside-theme a:hover {
          background: #00ade9;
          color: #fff; }
    .theme-page .right-aside .aside-theme-test 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;
      height: 35px;
      border-bottom: 1px solid #ebebeb;
      font-style: italic;
      color: #595959;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .theme-page .right-aside .aside-theme-test a:before {
        content: "\f105";
        font-family: FontAwesome;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        font-style: normal; }
      .theme-page .right-aside .aside-theme-test a:first-child {
        border-top: 1px solid #e1e1e1; }
      .theme-page .right-aside .aside-theme-test a i {
        margin-right: 15px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .theme-page .right-aside .aside-theme-test a i.fa-briefcase {
          color: #b5b5b5; }
        .theme-page .right-aside .aside-theme-test a i.fa-check {
          color: #18bb7c; }
      .theme-page .right-aside .aside-theme-test a:hover {
        color: #00ade9; }
        .theme-page .right-aside .aside-theme-test a:hover i {
          color: #00ade9; }
    .theme-page .right-aside .poll-aside h6 {
      font-size: 14px;
      line-height: 17px;
      color: #242626;
      text-align: center;
      margin-bottom: 15px;
      padding: 0 5px; }
    .theme-page .right-aside .poll-aside label {
      cursor: pointer;
      line-height: 16px;
      color: #595959;
      font-weight: 400;
      margin-bottom: 12px;
      padding-left: 25px;
      position: relative; }
      .theme-page .right-aside .poll-aside label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 16px;
        height: 16px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background: #e6e6e6;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border: 4px solid #e6e6e6; }
    .theme-page .right-aside .poll-aside input:checked + label:before {
      background: #00ade9; }
    .theme-page .right-aside .poll-aside button {
      line-height: 30px;
      padding: 0 10px;
      margin-top: 10px;
      font-size: 14px; }
  .theme-page .scene {
    position: absolute !important; }
    .theme-page .scene.marker {
      bottom: 0px !important;
      left: 50px !important;
      z-index: 1; }
      .theme-page .scene.marker .layer-1 {
        z-index: 1;
        left: 0px !important;
        top: 150px !important; }
    .theme-page .scene.paper {
      top: 100px !important;
      right: 0px !important;
      z-index: 1; }
      .theme-page .scene.paper .layer-1 {
        right: -100px !important;
        top: 50px !important; }
    .theme-page .scene.pencil {
      top: 30% !important;
      right: -250px !important;
      z-index: -1; }
      .theme-page .scene.pencil .layer-1 {
        right: -100px !important; }
  .theme-page .suggest-post {
    padding-bottom: 80px; }
    .theme-page .suggest-post .class-title {
      font-size: 36px;
      margin-bottom: 40px; }
    .theme-page .suggest-post .class-slider .slider-item {
      outline: none;
      position: relative;
      padding-bottom: 95px; }
      .theme-page .suggest-post .class-slider .slider-item .image-block {
        width: 305px;
        height: 232px;
        background: url(../images/class-slider-border.png);
        -webkit-background-size: contain;
                background-size: contain;
        padding: 15px; }
        .theme-page .suggest-post .class-slider .slider-item .image-block div {
          display: block;
          height: 100%;
          background-position: cover;
          background-position: center; }
      .theme-page .suggest-post .class-slider .slider-item .text-block {
        width: 257px;
        height: 162px;
        background: url(../images/class-slider-bg.png);
        -webkit-background-size: contain;
                background-size: contain;
        bottom: 0;
        right: 30px;
        position: absolute;
        text-align: left;
        padding: 25px; }
        .theme-page .suggest-post .class-slider .slider-item .text-block span {
          position: absolute;
          top: 0;
          right: 20px;
          background: #00ade9;
          color: #fff;
          line-height: 27px;
          display: inline-block;
          -webkit-border-radius: 5px 0 5px 0;
                  border-radius: 5px 0 5px 0;
          padding: 0 20px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .theme-page .suggest-post .class-slider .slider-item .text-block h2 {
          font-size: 16px;
          line-height: 18px;
          color: #242626;
          font-weight: 700;
          margin-top: 0; }
        .theme-page .suggest-post .class-slider .slider-item .text-block p {
          font-size: 13px;
          line-height: 17px;
          color: #242626; }
        .theme-page .suggest-post .class-slider .slider-item .text-block a {
          width: 34px;
          height: 34px;
          background: #f9a123;
          text-align: center;
          line-height: 34px;
          color: #fff;
          display: inline-block;
          position: absolute;
          bottom: 25px;
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%);
          right: 0;
          z-index: 1;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .theme-page .suggest-post .class-slider .slider-item .text-block a:hover {
            background: #00ade9; }
    .theme-page .suggest-post .class-slider .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; }
      .theme-page .suggest-post .class-slider .slick-arrow:before {
        content: '';
        font-family: FontAwesome;
        font-size: 15px;
        color: #fff; }
      .theme-page .suggest-post .class-slider .slick-arrow:hover {
        background-color: #00ade9; }
      .theme-page .suggest-post .class-slider .slick-arrow.slick-prev {
        left: -125px; }
        .theme-page .suggest-post .class-slider .slick-arrow.slick-prev:before {
          content: '\f060'; }
      .theme-page .suggest-post .class-slider .slick-arrow.slick-next {
        right: -125px; }
        .theme-page .suggest-post .class-slider .slick-arrow.slick-next:before {
          content: '\f061'; }
  .theme-page #calendar {
    padding-bottom: 60px; }
    .theme-page #calendar .header {
      margin-bottom: 5px; }
    .theme-page #calendar .day-name {
      margin-bottom: 5px;
      font-size: 14px; }
    .theme-page #calendar .day {
      height: auto; }
      .theme-page #calendar .day .day-events {
        text-align: center;
        left: 0;
        position: static; }
        .theme-page #calendar .day .day-events span {
          width: 5px;
          height: 5px; }
    .theme-page #calendar .week:not(:first-child) .day-name {
      display: none; }
    .theme-page #calendar .legend {
      line-height: 20px;
      height: auto; }
      .theme-page #calendar .legend .entry {
        line-height: 20px; }
        .theme-page #calendar .legend .entry:after {
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .theme-page #calendar .details {
      margin-top: 0; }
      .theme-page #calendar .details .event-color {
        width: 7px;
        height: 7px;
        top: 10px;
        left: 10px; }
      .theme-page #calendar .details .event-title {
        padding: 5px 5px 0 25px;
        margin-bottom: 5px; }
        .theme-page #calendar .details .event-title h3 {
          font-size: 14px; }
      .theme-page #calendar .details .event-date {
        margin-left: 25px;
        margin-right: 25px; }
        .theme-page #calendar .details .event-date p {
          font-size: 13px; }
      .theme-page #calendar .details .event-hour {
        margin-left: 25px; }
      .theme-page #calendar .details .event-location {
        padding-left: 45px; }
        .theme-page #calendar .details .event-location:before {
          left: 25px; }
      .theme-page #calendar .details .event-description {
        padding-left: 15px;
        font-size: 13px; }

.discussion-item {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #edeef3;
  padding: 25px 50px 25px 30px;
  position: relative; }
  .discussion-item:before {
    content: "";
    width: 20px;
    height: 55px;
    background: url(../images/clip.png);
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 25px;
    top: -15px;
    z-index: 2;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .discussion-item .discussion-descripton {
    margin-left: 30px; }
    .discussion-item .discussion-descripton h5 {
      margin-top: 0;
      color: #464646;
      font-size: 14px;
      line-height: 19px; }
    .discussion-item .discussion-descripton .bottom-blog {
      color: #414248;
      font-family: Roboto; }
      .discussion-item .discussion-descripton .bottom-blog i {
        margin-right: 5px; }
      .discussion-item .discussion-descripton .bottom-blog span {
        margin-right: 10px; }
  .discussion-item:hover:before {
    top: -25px; }

.discussion-page .discussion-block {
  background: #fff;
  margin-bottom: 75px; }
  .discussion-page .discussion-block .discussion-title {
    padding: 45px 0;
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid #edeef3; }
    .discussion-page .discussion-block .discussion-title h1 {
      font-size: 26px;
      margin: 0; }

.discussion-page aside {
  padding: 0;
  border-right: 1px solid #edeef3; }
  .discussion-page aside a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #78797f;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .discussion-page aside a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 80px;
      background: #edeef3;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .discussion-page aside a:hover, .discussion-page aside a.active {
      background: #00ade9;
      color: #fff; }
      .discussion-page aside a:hover:before, .discussion-page aside a.active:before {
        background: #00ade9; }

.discussion-page main {
  padding-left: 20px !important;
  padding-right: 65px;
  padding-bottom: 70px; }
  .discussion-page main .discussion-subtitle {
    font-size: 18px;
    color: #78797f; }
    .discussion-page main .discussion-subtitle h2 {
      font-size: 18px;
      padding-top: 30px;
      margin: 0; }
  .discussion-page main .discussion-item .user-bottom-block {
    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;
    margin-top: 15px; }
    .discussion-page main .discussion-item .user-bottom-block .user {
      margin-bottom: 0;
      margin-right: 15px; }
  .discussion-page main .pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 30px; }

.community-page .community-block {
  background: #fff; }
  .community-page .community-block .community-header {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #edeef3; }
    .community-page .community-block .community-header .community-title {
      font-size: 26px;
      color: #343537;
      margin-bottom: 25px; }
    .community-page .community-block .community-header p {
      padding: 0 150px;
      line-height: 22px;
      /*color: #5f5f5f;*/
       }
  .community-page .community-block .community-wrap {
    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;
    margin-bottom: 60px; }
  .community-page .community-block aside {
    padding: 0;
    border-right: 1px solid #edeef3;
    width: 250px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .community-page .community-block aside a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 68px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px;
      font-size: 16px;
      color: #78797f;
      position: relative;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .community-page .community-block aside a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 80px;
        background: #edeef3;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .community-page .community-block aside a:hover, .community-page .community-block aside a.active {
        background: #00ade9;
        color: #fff; }
        .community-page .community-block aside a:hover:before, .community-page .community-block aside a.active:before {
          background: #00ade9; }
  .community-page .community-block main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 30px; }
    .community-page .community-block main h2 {
      font-size: 18px;
      color: #78797f;
      margin-top: 30px;
      margin-bottom: 15px;
      margin-top: 15px;}
    .community-page .community-block main .default-button {
      line-height: 38px;
      padding: 0 20px;
      margin-top: 0; }
      .community-page .community-block main .default-button i {
        margin-right: 5px; }
    .community-page .community-block main h3 {
      font-size: 17px;
      line-height: 21px;
      color: #464646;
      margin-top: 25px;
      margin-bottom: 15px; }
    .community-page .community-block main p {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 20px; }
    .community-page .community-block main label {
      font-size: 15px;
      color: #76787f;
      font-weight: 400;
      margin-bottom: 15px;
      padding-left: 35px;
      position: relative;
      cursor: pointer; }
      .community-page .community-block main label:before {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #e7e7e7;
        background: #edeef3;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-border-radius: 100%;
                border-radius: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .community-page .community-block main label:after {
        content: "";
        width: 10px;
        height: 10px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        background: #edeef3;
        position: absolute;
        left: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-radius: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .community-page .community-block main .info-blog {
      color: #414248;
      font-family: Roboto;
      margin-top: 25px;
      margin-bottom: 20px; }
      .community-page .community-block main .info-blog i {
        margin-right: 5px; }
      .community-page .community-block main .info-blog span {
        margin-right: 10px; }
    .community-page .community-block main input:checked + label:before {
      border-color: #00ade9;
      background: #fff; }
    .community-page .community-block main input:checked + label:after {
      background: #00ade9; }
    .community-page .community-block main button {
      background: #00ade9;
      margin-top: 10px; }
      .community-page .community-block main button:hover {
        background: #f9a123; }
    .community-page .community-block main .subtitle {
      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;
      margin-bottom: 20px; }
      .community-page .community-block main .subtitle > span {
        font-size: 13px;
        color: #414248;
        margin: 0 15px; }
      .community-page .community-block main .subtitle .user {
        margin-bottom: 0; }
        .community-page .community-block main .subtitle .user span {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .community-page .community-block main .subtitle .user:hover span {
          color: #00ade9; }
    .community-page .community-block main .product-feedbacks {
      padding: 0;
      margin-top: 30px; }
      .community-page .community-block main .product-feedbacks label {
        padding: 0; }
        .community-page .community-block main .product-feedbacks label:before, .community-page .community-block main .product-feedbacks label:after {
          display: none; }
      .community-page .community-block main .product-feedbacks .leave-feedback {
        padding: 0 30px; }
        .community-page .community-block main .product-feedbacks .leave-feedback .login-form {
          padding-right: 50px; }
        .community-page .community-block main .product-feedbacks .leave-feedback .registration-form {
          padding-left: 50px; }
        .community-page .community-block main .product-feedbacks .leave-feedback .save-info label {
          padding-left: 25px; }
          .community-page .community-block main .product-feedbacks .leave-feedback .save-info label:before {
            -webkit-border-radius: 0;
                    border-radius: 0;
            background: #fff;
            display: inline-block; }
          .community-page .community-block main .product-feedbacks .leave-feedback .save-info label:after {
            display: inline-block;
            background: none;
            line-height: 13px;
            left: 2px; }
        .community-page .community-block main .product-feedbacks .leave-feedback .save-info input:checked + label:before {
          border-color: #d9d9d9; }
        .community-page .community-block main .product-feedbacks .leave-feedback .save-info input:checked + label:after {
          content: '\f00c';
          left: 2px; }
      .community-page .community-block main .product-feedbacks .default-button {
        margin: 0 !important; }
    .community-page .community-block main .community-poll {
      padding: 0px 50px; }
      .community-page .community-block main .community-poll .community-poll-item {
        margin: 40px 0;
        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;
        background: #edeef3;
        padding: 20px 30px; }
        .community-page .community-block main .community-poll .community-poll-item.active:before {
          content: "";
    background: url('../images/label2.png');
    height: 86px;
    width: 86px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
        }
        .community-page .community-block main .community-poll .community-poll-item .community-poll-image {
          margin-right: 20px; }
        .community-page .community-block main .community-poll .community-poll-item .community-poll-description h3 {
          font-size: 17px;
          line-height: 21px;
          color: #464646; }
        .community-page .community-block main .community-poll .community-poll-item .community-poll-description p {
          font-size: 13px;
          line-height: 19px;
          color: #5f5f5f; }
        .community-page .community-block main .community-poll .community-poll-item:hover {
          -webkit-box-shadow: 0 0 15px 5px #ccc;
                  box-shadow: 0 0 15px 5px #ccc; }
    .community-page .community-block main .community-poll-inner {
      padding: 25px 40px; }
    .community-page .community-block main .community-petition {
      padding: 0 50px; }
      .community-page .community-block main .community-petition .user-bottom-block {
        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;
        margin-top: 20px; }
        .community-page .community-block main .community-petition .user-bottom-block .user {
          margin-bottom: 0;
          margin-right: 10px; }
    .community-page .community-block main .community-petition-inner {
      padding: 30px 50px; }
      .community-page .community-block main .community-petition-inner h2 {
        font-size: 24px;
        line-height: 32px;
        color: #595b5f;
        padding-right: 100px;
        margin-bottom: 15px;
        margin-top: 15px; }
      .community-page .community-block main .community-petition-inner p {
        color: #848484;
        font-size: 14px;
        line-height: 23px; }
      .community-page .community-block main .community-petition-inner label {
        margin-bottom: 0; }
      .community-page .community-block main .community-petition-inner .button-block {
        margin-top: 25px;
        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; }
        .community-page .community-block main .community-petition-inner .button-block .share-block {
          margin-left: 20px;
          font-size: 15px; }
          .community-page .community-block main .community-petition-inner .button-block .share-block a {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            background: #2e538f;
            -webkit-border-radius: 100%;
                    border-radius: 100%;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            margin-left: 5px; }
            .community-page .community-block main .community-petition-inner .button-block .share-block a:hover {
              background: #00ade9; }
      .community-page .community-block main .community-petition-inner .submit-ptetition {
        display: none; }
      .community-page .community-block main .community-petition-inner .subscriber-block {
        margin-top: 40px; }
        .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-header {
          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;
          height: 65px;
          padding: 0 35px;
          background: #edeef3;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          color: #545557;
          cursor: pointer; }
          .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-header.active span:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-header span:after {
            content: "\f107";
            font-family: FontAwesome;
            margin-left: 5px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            display: inline-block; }
        .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body {
          max-height: 310px;
          margin-top: 30px;
          display: none; }
          .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body .subcriber {
            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;
            height: 60px;
            border-bottom: 1px solid #e1e1e1;
            margin-right: 15px; }
            .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body .subcriber:first-child {
              border-top: 1px solid #e1e1e1; }
            .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body .subcriber .user {
              margin-bottom: 0; }
              .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body .subcriber .user span {
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s; }
              .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body .subcriber .user:hover span {
                color: #00ade9; }
            .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-body .subcriber > {
              font-size: 15px;
              color: #535353; }
    .community-page .community-block main .community-book {
      padding-left: 45px;
      padding-right: 45px; }
      .community-page .community-block main .community-book .blog-left {
        padding: 0;
        padding-bottom: 30px; }
        .community-page .community-block main .community-book .blog-left:before {
          display: none; }
      .community-page .community-block main .community-book .reload-list button:hover {
        background: none; }
      .community-page .community-block main .community-book .reload-list ul {
        width: 100px; }
        .community-page .community-block main .community-book .reload-list ul a {
          display: block; }
    .community-page .community-block main .community-book-inner {
      padding-left: 45px;
      padding-right: 45px; }
      .community-page .community-block main .community-book-inner h2 {
        font-size: 24px;
        line-height: 32px;
        color: #595b5f; }
      .community-page .community-block main .community-book-inner .blog-left {
        padding: 0;
        padding-bottom: 30px; }
        .community-page .community-block main .community-book-inner .blog-left:before {
          display: none; }
      .community-page .community-block main .community-book-inner .default-button {
        margin-top: 35px;
        margin-bottom: 30px; }
      .community-page .community-block main .community-book-inner .slider-for, .community-page .community-block main .community-book-inner .slider-nav {
        width: 710px; }
    .community-page .community-block main .community-election-inner h5 {
      font-size: 17px;
      color: #464646;
      font-weight: 500;
      margin-bottom: 25px; }
    .community-page .community-block main .community-election-inner .poll {
      margin: 10px 0; }
    .community-page .community-block main .community-club-inner .blog-left {
      padding: 0; }
    .community-page .community-block main .community-club-inner .slider-for, .community-page .community-block main .community-club-inner .slider-nav {
      width: 710px; }
    .community-page .community-block main .community-photos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      /* padding: 50px; */
     }
      .community-page .community-block main .community-photos a {
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .community-page .community-block main .community-photos a:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }

.faq-question {
  color: #848484;
  font-size: 14px;
  line-height: 23px;
  padding: 25px; }

.teacher-material-page {
    margin: 0 auto;
    text-align: center;
}
  .teacher-material-page .teacher-title {
background: #ffc168;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #010810;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 170px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 25px;
}
  .teacher-material-page .teacher-material-item {
    background: #edeef3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    position: relative;
  margin-bottom: 30px;}
    .teacher-material-page .teacher-material-item img {
      width: 190px;
      height: auto;
    }
.newmaterial img {
      width: 75px!important;
      height: auto;
    }

    .teacher-material-page .teacher-material-item .material-name {
      padding-top: 25px;
      color: #464646;
      font-size: 17px;
      line-height: 21px;
      margin-left: 20px; }
    .teacher-material-page .teacher-material-item span {
      position: absolute;
      top: 0;
      right: 60px;
      background: #f9a123;
      color: #fff;
      padding: 0 10px;
      line-height: 15px;
      font-size: 11px; }
    .teacher-material-page .teacher-material-item:before {
      content: "";
      width: 15px;
      height: 45px;
      background: url(../images/clip.png);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 25px;
      top: -15px;
      z-index: 2;
      position: absolute;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .teacher-material-page .teacher-material-item:hover:before {
      top: -20px; }

.teacher-media {
  padding: 40px 80px; }
  .teacher-media .nav-tabs {
    margin-bottom: 50px; }
  .teacher-media .picture-wrap .load-item {
    margin-bottom: 20px; }
    .teacher-media .picture-wrap .load-item .image {
      height: 160px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      margin-left: 4px;
      width: -webkit-calc(100% - 8px);
      width: calc(100% - 8px);
      position: relative; }
      .teacher-media .picture-wrap .load-item .image:before {
        content: "";
        position: absolute;
        top: -4px;
        bottom: -4px;
        right: -4px;
        left: -4px;
        border: 1px solid #cfcfcf;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .teacher-media .picture-wrap .load-item p {
      margin-top: 10px;
      font-size: 13px;
      line-height: 17px;
      color: #242626; }
    .teacher-media .picture-wrap .load-item:hover .image:before {
      border-color: #00ade9; }

.teacher-media-inner {
  padding: 45px; }
  .teacher-media-inner .image-wrap a {
    margin-top: 20px;
    display: inline-block;
    width: 200px;
    height: 150px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative;
    margin-right: 15px; }
    .teacher-media-inner .image-wrap a:before {
      content: "";
      position: absolute;
      top: -4px;
      bottom: -4px;
      right: -4px;
      left: -4px;
      border: 1px solid #cfcfcf;
      pointer-events: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .teacher-media-inner .image-wrap a:hover:before {
      border-color: #00ade9; }

.teacher-information {
  padding: 50px; }
  .teacher-information p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px; }

.about-team {
  padding: 0 40px; }
  .about-team .about-title {
    background: #86d5f6;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #2c3f54;
    -webkit-border-radius: 10px 0 10px 0;
            border-radius: 10px 0 10px 0;
    margin-bottom: 20px;
    width: 190px;
    margin-top: 30px;
    margin-bottom: 25px; }
  .about-team .about-item {
    background: #edeef3;
    padding: 20px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .about-team .about-item .about-image {
      height: 165px;
      width: 125px;
      margin-right: 20px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      padding: 3px;
      border: 1px solid #d0d0d0;
      background: #fff; }
      .about-team .about-item .about-image div {
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
                background-size: cover; }
    .about-team .about-item .about-text h3 {
      margin-top: 15px;
      margin-bottom: 0;
      color: #57a1bb;
      font-size: 16px;
      line-height: 21px; }
    .about-team .about-item .about-text h2 {
      color: #3c3c3c;
      font-size: 16px;
      line-height: 21px;
      margin: 0; }
    .about-team .about-item .about-text p {
      margin: 0;
      font-size: 14px;
      line-height: 18px;
      color: #242626; }

.about-project {
  padding: 30px;
  line-height: 22px;
  color: #5f5f5f; }

@media (max-width: 1300px) {
  header .topBlock .logotype {
    width: 350px; }
  .scene {
    display: none; }
  .authors-page.how-to-page .bg {
    display: none; }
  .calendarSection .slick-arrow.slick-prev {
    left: -25px; }
  .calendarSection .slick-arrow.slick-next {
    right: -25px; } }
.community-page .community-block main .community-book .blog-left.slaiderMi {
  width:600px;
}
@media (max-width: 1199px) {
  header .topBlock .logotype {
    max-width: 290px; }
  .dashboardSection .contentBlock {
    margin-top: -8%; }
  .dashboardSection .bigBlock .inside {
    width: 80%; }
  .scene {
    display: none; }
  .newsSection .tabletNews .item-col {
    padding-right: 5px; }
  .aboutSection .inside-top .bottomBlock .openBook {
    width: 500px;
    top: 200px; }
  .community-page .community-block aside {
    width: 250px; }
    .community-page .community-block aside a {
      padding-left: 15px; }
  .about-team {
    padding: 0 15px; }
  .about-team .about-item {
    padding: 15px; }
  .about-team .about-title {
    margin-top: 15px;
    margin-bottom: 15px; }
  .community-page .community-block main {
    padding-bottom: 0; }
  .community-page .community-block .community-header {
    padding: 30px 0; }
  .authors-page .authors-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px; }
  .authors-page .authors-head {
    padding: 30px 0; }
  .blog-page .blog-left {
    padding-left: 30px;
    padding-right: 30px; }
  aside {
    padding-left: 0;
    padding-right: 15px; }
  .sorting {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
    font-size: 17px;
    line-height: 18px; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
    padding-left: 70px;
    padding-right: 30px; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a span {
    width: 40px; }
  .theme-page .left-aside {
    padding-left: 15px !important; }
  .theme-page .right-aside {
    padding-right: 15px; }
  .theme-page main {
    padding-left: 15px;
    padding-right: 15px; }
  .theme-page main .default-button {
    margin-left: 30px; }
  .theme-page .left-aside {
    padding-right: 15px !important;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; }
  .theme-page .right-aside {
    padding-left: 15px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf; }
  .community-page .community-block main .community-petition .user-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .community-page .community-block main .community-petition .user-bottom-block .user {
      margin-right: 0;
      margin-bottom: 10px; }
  .community-page .community-block main .community-book-inner .slider-for, .community-page .community-block main .community-book-inner .slider-nav, .community-page .community-block main .community-club-inner .slider-for, .community-page .community-block main .community-club-inner .slider-nav {
    width: 600px; }
  .discussion-page main .discussion-item .user-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .discussion-page main .discussion-item .user-bottom-block .user {
    margin-right: 0;
    margin-bottom: 10px; }
  .school-inner-page .left-aside {
    padding-left: 15px !important; }
  .school-inner-page .left-aside .aside-teachers .teacheer-image {
    margin-right: 10px; }
  .aside-media #audio .audioplayer .controls {
    width: 100%; }
  .right-aside {
    padding-right: 15px; }
  .test-page .test-block .test-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px; }
  .teacher-material-page, .community-page .community-block main .community-book, .teacher-media, .teacher-information, .community-page .community-block main .community-poll, .teacher-media-inner {
    padding-left: 30px;
    padding-right: 30px; }
  .teacher-media-inner .image-wrap a {
    width: 150px;
    height: 100px; } }

@media (max-width: 991px) {
  .community-page .community-block main .community-book .blog-left.slaiderMi {
    width:410px;
  }
  .aboutSection .inside-bottom, .community-wrap .inside-bottom {
    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; }
  .aboutSection .inside-bottom .textBlock, .community-wrap .inside-bottom .textBlock {
    padding-bottom: 15px;
    padding-right: 0; }
  header .bottomBlock .sectionBlock {
    width: 15%; }
    header .bottomBlock .sectionBlock > a {
      padding-right: 15px; }
  header .topBanner {
    display: none; }
  header .bottomBlock .flexBlock {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .dashboardSection .item {
    padding: 0 70px; }
  .dashboardSection .bigBlock .inside {
    width: 100%; }
  .dashboardSection .bigBlock .authorizedBlock {
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    left: auto;
    right: 0; }
  .dashboardSection .contentBlock {
    margin-top: 15px;
    float: left;
    width: 333px; }
  .dashboardSection .dashboardSlider {
    padding-bottom: 15px; }
  .calendarSection .item {
    margin: 0; }
  .calendarSection .item .headerBlock .title {
    font-size: 30px; }
  .calendarSection .contentUl li {
    padding-top: 20px;
    padding-right: 0; }
  .calendarSection .contentUl {
    min-height: auto; }
  .newsSection .newsInside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .newsSection .blogMain {
    margin-top: 15px;
    width: 100%;
    margin-left: 0; }
  .newsSection .blogMain .item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px; }
  .newsSection .blogMain .allBlogs {
    clear: both; }
  .aboutSection .inside-top .topBlock .bookImg {
    display: none; }
  .aboutSection .inside-top .topBlock .content {
    width: 100%; }
  .aboutSection .inside-top {
    padding: 0 30px; }
  .aboutSection .inside-top .bottomBlock {
    padding: 0; }
  .aboutSection .inside-top .bottomBlock .openBook {
    width: 400px; }
  .aboutSection .inside-top .bottomBlock .item .textBlock {
    font-size: 16px; }
  .aboutSection .inside-bottom {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px; }
  .projectSection .projectContainer .item {
    padding-left: 15px;
    padding-right: 15px; }
  .community-page .community-block .community-header p {
    padding: 0 30px; }
  .product-feedbacks .leave-feedback {
    padding-left: 30px;
    padding-right: 30px; }
  .product-feedbacks {
    padding-left: 30px;
    padding-right: 30px; }
  .chapter-page .chapter-block .chapter-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .chapter-page .chapter-block .chapter-body .right-chapter {
    width: 100%;
    padding: 0 30px; }
  .chapter-page .tests-block .tests-wrap .test-item {
    background: #fff;
    margin: 0 10px; }
  .theme-page main {
    padding-bottom: 15px; }
  .aside-article {
    display: none; }
  .theme-page .left-aside {
    padding-top: 0; }
  .theme-page .left-aside, .theme-page .right-aside {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important; }
  .theme-page .right-aside {
    padding-bottom: 30px !important; }
  .login-form-wrap {
    padding: 15px 30px; }
  .login-form-block {
    padding-bottom: 30px; }
  .community-page .community-block main .community-photos {
    padding: 30px; }
  .community-page .community-block main .community-poll {
    padding: 0 15px; }
  .community-page .community-block main .community-poll .community-poll-item {
    margin: 15px 0; }
  .community-page .community-block main .community-poll-item h3 {
    margin-top: 0; }
  .community-page .community-block main .community-poll .community-poll-item .community-poll-description p {
    margin-bottom: 0; }
  .community-page .community-block main .community-petition {
    padding: 0 15px; }
  .discussion-item {
    padding: 15px; }
  .discussion-image {
    display: none; }
  .discussion-item .discussion-descripton {
    margin-left: 0; }
  .discussion-item:before {
    display: none; }
  .community-page .community-block main .community-petition-inner h2 {
    padding: 0; }
  .community-page .community-block main .community-petition-inner {
    padding-left: 15px;
    padding-right: 15px; }
  .community-page .login-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .community-page .login-form-wrap .login-form {
    padding: 0 !important;
    width: 100%; }
  .community-page .community-block main .product-feedbacks .leave-feedback .registration-form {
    padding-left: 0 !important;
    width: 100%; }
    .community-page .community-block main .product-feedbacks .leave-feedback .registration-form:before, .community-page .community-block main .product-feedbacks .leave-feedback .registration-form:after {
      display: none; }
  .community-page .login-form-wrap .registration-form .bottom-registration {
    margin-top: 20px; }
  .community-page .current-feedbacks .feedback-item .reply-form .feedbacks-top-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .community-page .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item {
    width: 100%;
    margin: 0; }
  .community-page .community-block main .community-book, .community-page .community-block main .community-book-inner, .community-page .community-block main .product-feedbacks .leave-feedback, .community-page .community-block main .community-petition-inner .subscriber-block .subscriber-header {
    padding-left: 15px;
    padding-right: 15px; }
  .community-book-inner {
    padding-bottom: 15px; }
  .community-page .community-block main .community-book-inner .slider-for, .community-page .community-block main .community-book-inner .slider-nav, .community-page .community-block main .community-club-inner .slider-for, .community-page .community-block main .community-club-inner .slider-nav {
    width: 440px; }
  .discussion-page main {
    padding-left: 0 !important;
    padding-right: 15px; }
  .school-inner-page .left-aside .school-image {
    max-width: 200px;
    margin: 0 auto; }
  .school-inner-page .left-aside .aside-teachers {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .right-aside .school-block:before {
    left: 0;
    right: 0; }
  aside .aside-popular .blog-item .blog-image {
    height: 250px; }
  .school-inner-page .left-aside, .school-inner-page .right-aside {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .authors-page .authors-body.how-to-body {
    padding-left: 15px;
    padding-right: 15px; }
  .authors-page .authors-body .how-item {
    padding-right: 25px; }
  .search-page .search-wrap .search-body {
    padding-left: 30px;
    padding-right: 30px; }
  .search-page .search-wrap .search-filter {
    padding-left: 15px;
    padding-right: 15px; }
  .search-page .search-wrap .search-filter a {
    margin: 0 10px 10px; }
  .search-page .search-wrap .search-body .search-item {
    padding-right: 15px; }
  .test-page .test-block .test-body .answers {
    padding-left: 40px;
    padding-right: 40px; }
  .test-page .test-block .test-body.esse-test {
    padding-left: 30px;
    padding-right: 30px; }
  .test-page .test-block .test-body.esse-test .right-test {
    padding-left: 30px; }
  .test-page .test-block .textarea-wrap {
    padding: 0 50px; }
  .test-page .test-block .textarea-descr {
    padding: 0 50px; }
  .test-page .test-block .test-footer {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 15px; }
  .right-aside {
    padding-left: 30px;
    padding-right: 30px; }
  .user-page .blog-wrap {
    padding-bottom: 0; }
  .teacher-material-page .teacher-material-item {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .calendarSection .slick-arrow.slick-prev {
    left: -15px; }
  .calendarSection .slick-arrow.slick-next {
    right: -15px; }
  .projectSection {
    padding-top: 100px; }
  header .loginBlock .unauthorized span {
    display: none; }
  header .topBlock .logotype {
    max-width: 300px; }
  header .bottomBlock {
    background: #21bef5;
    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 .bottomBlock .flexBlock {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    header .bottomBlock .flexBlock.searchBlock {
      height: 50px; }
  header .bottomBlock .sectionBlock > a {
    padding-right: 25px; }
  .links {
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0;
    right: 0;
    display: none; }
    .links .flexBlock {
      width: 100% !important; }
  header .bottomBlock .sectionBlock .titleBlock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .dashboardSection {
    display: block !important;
    padding-top: 30px; }
  .dashboardSection .contentBlock .title {
    font-size: 20px;
    line-height: 25px; }
  .calendarSection .item {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin: 0 5px; }
  .calendarSection .contentUl li:before {
    width: 30px;
    margin-right: 10px;
    -webkit-background-size: contain;
            background-size: contain; }
  .newsSection .bigNews .imgBlock {
    width: 250px; }
  .newsSection .bigNews .newsTitle {
    font-size: 18px; }
  header .hotkeys a div {
    height: 35px;
    width: 35px; }
  header .hotkeys a span {
    line-height: 35px; }
  header .hotkeys.active {
    right: 35px; }
  .newsSection .tabletNews {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .newsSection .tabletNews .item-col {
    width: 50%; }
  .newsSection .tabletNews .item-height {
    margin-left: 0;
    margin-top: 15px;
    width: 100%; }
  .aboutSection .inside-top .topBlock {
    padding-bottom: 30px; }
  .aboutSection .inside-top .bottomBlock .circleBlock {
    border: none;
    height: auto; }
    .aboutSection .inside-top .bottomBlock .circleBlock .item {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }
      .aboutSection .inside-top .bottomBlock .circleBlock .item .textBlock {
        position: static;
        -webkit-transform: translate(100px);
            -ms-transform: translate(100px);
                transform: translate(100px);
        text-align: left;
        margin-top: 15px; }
  .aboutSection .inside-top .bottomBlock .openBook {
    position: static;
    margin-top: 15px; }
  .aboutSection .inside-bottom .textBlock {
    padding-right: 0;
    margin-bottom: 30px; }
  .aboutSection .inside-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .projectSection .projectContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px; }
    .projectSection .projectContainer .item {
      width: 100%;
      margin-bottom: 15px;
      padding: 15px; }
  .projectSection .sectionDescrp {
    font-size: 16px; }
  .search-block {
    width: 100%; }
  .block-404 h2 {
    font-size: 150px; }
  .block-404 {
    padding-left: 15px;
    padding-right: 15px; }
  .community-page .community-block aside {
    width: 100%; }
  .community-page .community-block .community-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .community-page .community-block aside a {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .community-page .community-block aside a:before {
    width: 100%; }
  .authors-page .authors-body {
    padding: 30px 15px 15px; }
  .top-nav-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 15px; }
  .blog-page .blog-left .filter-block .reload-list {
    width: -webkit-calc(50% - 30px/4);
    width: calc(50% - 30px/4);
    margin-bottom: 15px; }
  .blog-page .blog-left .filter-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .blog-item {
    margin-top: 15px; }
  .blog-page #wrapper {
    display: block; }
  .product-feedbacks .leave-feedback .feedback-body .feedbacks-top-input, .current-feedbacks .feedback-item .reply-form .feedbacks-top-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-feedbacks .leave-feedback .feedback-body .feedbacks-top-input .feedback-input-item, .current-feedbacks .feedback-item .reply-form .feedbacks-top-input .feedback-input-item {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px; }
  .product-feedbacks {
    padding-left: 15px;
    padding-right: 15px; }
  .blog-inner-page .blog-left h2 {
    font-size: 20px;
    line-height: 25px; }
  .chapter-page .tests-block .tests-wrap {
    -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; }
  .chapter-page .tests-block .tests-wrap .test-item {
    margin-bottom: 30px; }
  .chapter-page .chapter-block .chapter-body .left-chapter {
    padding: 15px; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
    height: 70px; }
  .chapter-page .chapter-block .chapter-body .right-chapter .chapter-title {
    margin: 15px 0; }
  .theme-page #wrapper {
    display: block; }
  .login-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .login-form-wrap > div {
    width: 100%; }
  .login-form-wrap .login-form {
    padding-right: 0; }
  .login-form-wrap .registration-form {
    padding-left: 0; }
    .login-form-wrap .registration-form .bottom-registration {
      margin-top: 20px; }
    .login-form-wrap .registration-form:before, .login-form-wrap .registration-form:after {
      display: none; }
  .login-form-wrap .login-form .login-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .login-form-wrap .login-form .save-info label {
    margin-left: 0;
    margin-bottom: 15px; }
  .login-form-wrap .login-form .forgot-password a {
    margin-bottom: 15px; }
  .community-page .community-block main .subtitle {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .community-page .community-block main .subtitle .user {
    margin-top: 15px; }
  .community-page .login-form-wrap .login-form .save-info {
    margin-bottom: 10px; }
  .community-page .community-block main .community-book-inner .slider-for, .community-page .community-block main .community-book-inner .slider-nav, .community-page .community-block main .community-club-inner .slider-for, .community-page .community-block main .community-club-inner .slider-nav {
    width: auto; }
  .community-page #wrapper {
    display: block; }
  .community-page .community-block main .community-petition {
    padding-bottom: 15px; }
  .community-page .community-block main .subtitle > span {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    margin-right: 0; }
  .discussion-page aside a {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .discussion-page aside a:before {
    width: 100%; }
  .discussion-page main {
    padding-left: 15px !important; }
  .community-page .community-block aside a {
    padding: 0 15px;
    text-align: center; }
  .search-page .search-wrap .search-body .search-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search-page .search-wrap .search-body .search-item .search-img {
    margin-right: 0;
    margin-bottom: 15px; }
  .test-page .test-block .test-header {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .test-body {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .test-body .answers {
    padding: 0;
    padding-left: 15px; }
  .test-page .test-block .test-body.esse-test {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .test-page .test-block .test-body.esse-test .left-test {
    width: 100%;
    margin-bottom: 15px;
    border: none; }
  .test-page .test-block .test-body.esse-test .right-test {
    padding-left: 0; }
  .test-page .test-block .textarea-descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .user-page .blog-wrap .user-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .user-page .blog-wrap .user-block .user-image {
    margin: 0 auto 30px; }
  .dashboardSection .bigBlock .inside:before {
    display: none; }
  .dashboardSection .bigBlock .inside a {
    height: 200px; }
  .calendarSection {
    padding-top: 0; }
  .calendarSection .contentUl li:before {
    display: none; }
  .mapSection:before {
    display: none; } }

@media (max-width: 479px) {
  .community-page .community-block main .community-book .blog-left.slaiderMi {
    width:290px;
  }
  .dashboardSection .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .dashboardSection .item {
    padding: 0; }
  .dashboardSection .bigBlock .inside {
    padding: 10px; }
  .dashboardSection .contentBlock {
    width: 100%; }
  .dashboardSection .contentBlock {
    margin-top: 15px; }
  .calendarSection {
    padding-bottom: 50px; }
  .newsSection .bigNews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .newsSection .bigNews .imgBlock {
      width: 100%;
      min-height: 200px; }
  .newsSection .tabletNews .item-col {
    width: 100%; }
  .newsSection .tabletNews .item-news:not(.item-height) {
    padding: 0;
    background: transparent;
    margin-top: 15px; }
  .newsSection .blogMain .item {
    width: 100%; }
  .newsSection .showAll a {
    width: 100%; }
  .newsSection {
    padding: 30px 0; }
  .newsSection .bigNews {
    margin-bottom: 15px; }
  .aboutSection {
    padding: 30px 0; }
  .aboutSection .inside-top .topBlock .title {
    font-size: 25px; }
  .aboutSection .inside-top {
    padding: 0 15px; }
  .aboutSection .inside-top .bottomBlock .openBook {
    width: 100%; }
  .aboutSection .inside-bottom {
    padding: 15px; }
  header .topBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    header .topBlock .logotype {
      margin-bottom: 15px; }
  .block-404 .input {
    width: 250px; }
  .block-404 h5 {
    font-size: 20px; }
  .block-404 h2 {
    font-size: 100px; }
  .community-page .community-block .community-header p {
    padding: 0 15px; }
  .community-page .community-block .community-header h1 {
    margin: 0; }
  .about-team .about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-team .about-item .about-image {
    width: 100%;
    margin-right: 0; }
  .authors-page .authors-body .author-item {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .authors-page .authors-body .author-item .author-image {
    width: 100%;
    height: 200px; }
  .blog-page .blog-left {
    padding: 15px; }
  .blog-page .blog-wrap {
    padding-bottom: 15px; }
  .pagination {
    margin-top: 15px; }
  .product-feedbacks .leave-feedback .feedback-head img {
    display: none; }
  .product-feedbacks .leave-feedback {
    padding-left: 15px;
    padding-right: 15px; }
  .product-feedbacks .leave-feedback .feedback-head:before {
    right: -5px; }
  .product-feedbacks .leave-feedback .feedback-head {
    font-size: 14px;
    line-height: 20px; }
  .current-feedbacks .feedback-item, .current-feedbacks .feedback-item .reply-items .reply-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .current-feedbacks .feedback-item .feedback-image, .current-feedbacks .feedback-item .reply-items .reply-image {
    margin: 0 auto 15px; }
  .current-feedbacks .feedback-item .reply-items .reply-item {
    padding-left: 30px; }
  .blog-inner-page .blog-left .slider-for .slider-item {
    height: 250px; }
  .chapter-page .chapter-block .chapter-body .right-chapter {
    padding: 0 15px; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
    padding-right: 0; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
    font-size: 14px;
    line-height: 16px;
    height: 85px; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a {
    padding-left: 50px; }
  .chapter-page .chapter-block .chapter-body .right-chapter ul li a span {
    text-align: center; }
  .theme-page .suggest-post .class-slider .slider-item .image-block {
    width: 100%; }
  .theme-page .suggest-post .class-title {
    font-size: 25px; }
  .theme-page .left-aside, .theme-page .right-aside {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .right-aside .aside-pupil .user span {
    white-space: normal;
    -o-text-overflow: clip;
       text-overflow: clip; }
  .right-aside .aside-pupil .user span {
    font-size: 13px;
    line-height: 15px; }
  .community-page .community-block main .community-photos {
    padding: 15px; }
  .community-page .community-block main .community-poll .community-poll-item {
    padding: 15px; }
  .community-page .community-block main .community-poll .community-poll-item .community-poll-image {
    display: none; }
  .community-page .community-block main .community-poll-inner {
    padding: 15px; }
  .discussion-item .discussion-descripton .bottom-blog i, .discussion-item .discussion-descripton .bottom-blog span {
    float: left;
    line-height: 20px; }
  .discussion-item .discussion-descripton .bottom-blog .fa-thumbs-o-up {
    clear: both; }
  .community-page .community-block main .community-petition-inner .button-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .community-page .community-block main .community-petition-inner .button-block .share-block {
    margin-left: 0;
    margin-top: 10px; }
  .community-page .login-form-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .blog-inner-page .blog-left .slider-for .slider-item {
    height: 150px; }
  .school-inner-page main {
    padding-left: 15px;
    padding-right: 15px; }
  .school-inner-page main .pupil-item .pupil-body .subject {
    padding-right: 15px;
    margin-left: 15px; }
  .school-inner-page main .pupil-item .pupil-header, .school-inner-page main .pupil-title {
    padding-right: 15px; }
  .school-inner-page .left-aside, .school-inner-page .right-aside {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important; }
  .authors-page .authors-body .how-item .how-image {
    max-width: 40px;
    min-width: 40px; }
  .authors-page .authors-body .how-item {
    padding: 15px; }
  .authors-page .authors-body .how-item:before {
    display: none; }
  .text-page .page-title {
    font-size: 20px; }
    .text-page .page-title h1 {
      font-size: 20px; }
  .search-page .search-wrap .search-header {
    padding-left: 15px;
    padding-right: 15px; }
  .search-page .search-wrap .search-body {
    padding-left: 15px;
    padding-right: 15px; }
  .search-page .empty-search {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .textarea-descr .download-link {
    margin-left: 0; }
  .test-page .test-block .test-body.esse-test {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .test-body ul li {
    padding-left: 0 !important; }
  .test-page .test-block .textarea-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .textarea-descr {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .test-footer {
    padding-left: 15px;
    padding-right: 15px; }
  .test-page .test-block .test-footer .default-button {
    margin-top: 0; }
  .test-page .test-block .test-body.test-results .marks {
    margin-top: 30px; }
  .test-page .test-block .test-body.test-results p {
    font-size: 13px; }
  .test-page .test-block .test-header .title {
    font-size: 20px;
    margin-bottom: 0; }
  .test-page .test-block .test-header {
    padding-top: 15px;
    padding-bottom: 15px; }
  .theme-page main .default-button {
    margin-left: 0; }
  .right-aside .aside-pupil .user span {
    line-height: 20px; }
  .right-aside {
    padding-left: 15px;
    padding-right: 15px; } }

@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; } }

.test-body .hoverBlock {
  margin-top: -13px;
    font: 400 12px/20px Roboto;
    padding: 15px;
    color: #fff;
    background: #aab2bd;
    position: absolute;
    margin-left: 30px;
    opacity: 0;
    left: 100%;
    top: 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    width: 250px;
}
.test-body .hoverBlock: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(76% - 6px);
    top: calc(76% - 6px);
}
.test-body  .add_file:hover ~ .hoverBlock {
  opacity: 1;
}
.default-button.block {
      cursor: not-allowed !important;
      pointer-events: none !important;
      background-color: #ccc !important;
      position: relative;
      z-index: 2;
}
.file_prozent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00ade9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.red {
  border-color: red !important;
}
.community-page .community-block .community-header .textAbout {
  text-align: left;
  padding: 0 150px;
}
.community-page .community-block .community-header .textAbout p {
  padding: 0;
}
.cabinet-container .cabinet-content .table tr td .flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cabinet-container .cabinet-content .table tr td:first-of-type .flexBox {
    flex-direction: inherit;
    justify-content: flex-start;

}
.community-page .community-block .community-header .textAbout .table tr td {
  min-width: 95px;
}
@media (max-width: 991px) {
  .community-page .community-block .community-header .textAbout {
    padding: 30px;
  }
}
@media (max-width: 480px) {
.test-page .test-block .test-body .add_file {
  margin-left: 0;
}
.community-page .community-block main .community-poll .community-poll-item.active:before {
    content: "";
    background: url(../images/label2.png);
    height: 45px;
    width: 45px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    background-size: contain;
}
}
.pravTest .test-body .hoverBlock {
    color: #fff;
    opacity: 1;
}

@media(max-width: 1199px) {
  .community-voting .results-line {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .pravTest .form table {
    width: auto !important;
  }
  .pravTest .test-body .hoverBlock {
      color: #fff;
      opacity: 1;
      position: static;
      margin-left: 0;
      margin-top: 0;
  }
  .pravTest .test-body .hoverBlock:before {
    display: none;
  }
}

.community-voting {
  padding: 15px;
}

.community-voting .voting-title {
  text-align: center;
  padding: 0 15px;
  font-size: 26px;
  color: #343537;
  margin-bottom: 15px;
  line-height: 1;
}
.community-voting .subtitle {
    font-size: 13px;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

.community-voting .voting-descr {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-bottom: 20px;
}

.community-voting .results-line {
  height: 15px;
  margin-top: 15px;
  background: #c2c2c2;
  position: relative;
}

.community-voting .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;
}

.community-voting .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;
}

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

.community-voting .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;
}

.community-voting .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;
}

.community-voting .marks {
    margin-top: 20px;
    margin-bottom: 30px;
}

.community-voting .marks span {
    font-size: 13px;
    color: #939393;
    margin-right: 10px;
}

.community-voting .marks span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c2c2c2;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline-block;
}

.community-voting .marks span.corect-mark:before {
  background: #00ade9;
}

.community-voting .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.community-voting .col-md-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  float: none!important;
  margin-top: 90px;
}

.community-voting .vote-item {
  background-color: #f2f4f7;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding: 70px 15px 25px;
  height: 100%;
  position: relative;
}

.community-voting .vote-item.height {
  padding: 70px 15px 90px;
}

.community-voting .vote-item .visited_badge {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  background-color: #f9a123;
  padding: 1px 5px;
}

.community-voting .vote-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(242, 244, 247, 0.9);
  display: none;
}

.community-voting .vote-item.disable {
    pointer-events: none;
}

.community-voting .vote-item.active .vote-checkbox {
  pointer-events: none;
}

.community-voting .vote-item.disable:after {
  display: block;
}

.community-voting .vote-item.disable .vote-img:after {
  display: block;
}

.community-voting .vote-item .item-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.community-voting .vote-img {
  position: absolute;
  width: 134px;
  height: 134px;
  left: 0;
  right: 0;
  top: -70px;
  margin: 0 auto;
  z-index: 5;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  transition: 0.25s;
}

.community-voting .vote-img:hover {
  opacity: 0.7;
}

.community-voting .vote-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(242, 244, 247, 0.8);
  display: none;
}

.community-voting .vote-img a {
  display: block;
  cursor: pointer;
}

.community-voting .vote-img img {
  width: 100%;
  display: block;
}

.vote-item .item-text p {
  margin-bottom: 10px;
}

.community-voting .vote-item .link-more {
  color: #000;
  position: relative;
  padding-right: 17px;
  text-decoration: underline;
  cursor: pointer;
}

.community-voting .vote-item .link-more:after  {
  content: '\f061';
  font-family: FontAwesome;
  font-size: 13px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.25s;
}

.community-voting .vote-item .link-more:hover {
  text-decoration: none;
}

.community-voting .vote-item .link-more:hover:after {
  right: -5px;
}

.community-voting .vote-checkbox {
  margin-top: 20px;
  width: 160px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: static;
  bottom: 10px;
  margin-top: 15px;
  left: 0;
  right: 0;
}

.community-voting .vote-checkbox.disable {
  pointer-events: none;
  opacity: 0.6;
  cursor: auto;
}
.vote-checkbox.disable {display: none;}

.community-voting .vote-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.community-voting .vote-checkbox input:checked ~ label:before {
  width: 20px;
  height: 20px;
  border: 2px solid #fff!important;
  border-radius: 3px!important;
  left: 12px;
  top: 20px;
  background-color: transparent!important;
}

.community-voting .vote-checkbox input:checked ~ label:after {
  display: block;
  background-color:transparent!important;
}

.community-voting .vote-checkbox input:checked ~ label .default-text {
  display: none;
}

.community-voting .vote-checkbox input:checked ~ label .active-text {
  display: block;
}

.community-voting .vote-checkbox label {
  background: #00ade9;
  color: #fff!important;
  position: relative;
  padding: 10px 15px 10px 15px!important;
  border-radius: 3px;
}

.community-voting .vote-checkbox label .default-text {
  display: block;
}

.community-voting .vote-checkbox label .active-text {
  display: none;
}

.community-page .community-voting .vote-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 3px!important;
  position: absolute;
  left: 12px;
  top: 20px;
  background-color: transparent;
}

.community-page .community-voting .vote-checkbox label:after {
  content: '\f00c'!important;
  font-family: FontAwesome;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 26px;
  background-color: transparent;
  display: none;
}

.community-voting-inside {
  padding: 15px;
}


.community-voting-inside .clearfix{
  margin-bottom: 25px;
}

.community-voting-inside .clearfix .default-button {
  cursor: pointer;
}

.program-modal .candidate-photo,
.community-voting-inside .candidate-photo {
  float: left;
  margin: 0 20px 20px 0;
}

.program-modal .candidate-photo img,
.community-voting-inside .candidate-photo img{
  display: block;
  max-width: 250px;
  width: auto!important;
  height: auto!important;
}

.program-modal .candidate-title,
.community-voting-inside .candidate-title {
  font-size: 26px;
  margin: -7px 0 20px;
}

.program-modal p,
.community-page main .community-voting-inside p {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 21px;
}

.program-modal .results-title {
  font-size: 18px;
  margin: 0 0 20px;
}

.program-modal .modal-header {
  border-bottom: 0;
}

@media(max-width: 991px) {
  .community-voting-inside .candidate-title {
    font-size: 18px;
  }

  .program-modal p,
  .community-page main .community-voting-inside p {
      font-size: 13px;
  }

  .community-voting .results-line {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .community-voting .make-voting {
    float: none;
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }

  .community-voting .marks span {
    display: block;
  }

  .community-page .modal-header .close {
      font-size: 28px;
  }
}

@media(max-width: 575px) {
  .community-voting .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .program-modal .candidate-photo,
  .community-voting-inside .candidate-photo {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .program-modal .candidate-photo img,
  .community-voting-inside .candidate-photo img{
    margin: 0 auto;
  }
}

@media(min-width: 768px) {
  .program-modal .modal-body {
    padding: 0 25px 30px;
  }

  .program-modal .modal-header {
    padding: 10px 15px 0;
  }
}

.community_foto_links a.active{font-weight: bold;}

.button-sent {
    background: #009ee0;
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    color: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	border-color:#009ee0;
}

aside .aside-item .aside-title.active
{
    background:  #fff !important;}

.hoverBlock{
    width: 100%;
    display: block;
    text-align: center;
    margin:5px 0;
}
.sent_ecce{
    margin: 0 auto;
}