html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 203px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
ul, ol {
  list-style-type: none;
}
ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.tys_footer, .content {
  /*background-color: #f3f3f3;*/
  background-color: #ffffff;
}

.contacts_page .entry .inner:before,
.contacts_page .entry .inner:after,
.lesson-wrapper-2:before,
.lesson-wrapper-2:after,
.tys_footer:before,
.tys_footer:after,
.content:before,
.content:after {
  content: " ";
  display: table;
}

.contacts_page .entry .inner:after,
.lesson-wrapper-2:after,
.tys_footer:after,
.content:after {
  clear: both;
}

.video_car .ico,
.programs_list .ico,
.tys_cb_text .original_text i.ico,
.tys_cb_text .edited_text i.ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(/img/icons.png) 0 0 no-repeat;
}

.entry h2.title,
.library h2.title,
.video h2.title,
.programs h2.title {
  background-color: #0081d2;
  text-align: center;
  padding: 32px 0;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
}
.lesson-wrapper-2,
.tys_footer .most_active,
.tys,
.profile-page-inner,
.content .entry,
.search_page .entry,
.chat_page,
.bn_wrapper,
.know_list,
.entry .inner,
.library_in,
.video_car,
.programs_wrap {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #fff;
}
.content .entry {
	padding: 0 20px 20px;
}
.entry h2.title {
	margin: 0 -20px 20px -20px;
}
.chat_page {
	padding: 20px;
}
.search_page .entry,
.entry .inner,
.programs_wrap {
  padding: 20px;
  margin-bottom: 30px;
}
.programs_list {
  width: 630px;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  background: #f8f7ec;
  border-radius: 16px;
  font-size: 11px;
  list-style: none;
}

.programs_list .left {
  width: 448px;
  float: left;
}

.programs_list .right {
  float: right;
  width: 120px;
  text-align: center;
}

.programs_list li {
  padding: 20px 20px 20px 30px;
  float: left;
  width: 630px;
  border-bottom: 1px solid #cecece;
}

.programs_list li:last-child {
  border-bottom: none;
}

.programs_list h4 {
  font-size: 14px;
  margin-bottom: 10px;
}

.programs_list a {
  text-decoration: none;
}

.programs_list p {
  line-height: 1.2;
}

.programs_list .left span {
  color: #b3b3b3;
  margin-right: 20px;
}

.programs_list .right .download {
  /*position: relative;*/
  /*padding-left: 30px;*/
}

.programs_list .right .download i.ico {
  position: static;
  display: inline-block;
  margin-right: 5px;
  background: url("/img/icons2.png") -34px -109px no-repeat;
  position: relative;
  top: 2px;
  width: 14px;
  height: 15px;
}

.programs_list .right .size {
  margin-bottom: 8px;
  display: inline-block;
}

.programs_side {
  float: left;
  width: 318px;
}

.psbox {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.add_program p {
  padding-left: 60px;
  position: relative;
  margin-bottom: 12px;
}

.add_program p i.ico {
  background: url("/img/icons2.png") 0 -137px no-repeat;
  width: 48px;
  height: 48px;
  top: 4px;
}

.add_program p strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.add_program p span {
  display: inline-block;
  line-height: 1.2;
  font-size: 11px;
  color: #b3b3b3;
}

.select_file {
  width: 100%;
  height: 55px;
  position: relative;
}

.select_file .select_button {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .7);
  padding: 16px;
  text-align: center;
  border-radius: 14px;
  cursor: pointer;
  background-color: #096a80;
  background-image: -webkit-linear-gradient(#0c90ae, #064351);
  background-image: -o-linear-gradient(#0c90ae, #064351);
  background-image: linear-gradient(#0c90ae, #064351);
  -webkit-box-shadow: inset 0 0 16px rgba(0, 255, 255, .8), inset 0 -1px 0px rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 16px rgba(0, 255, 255, .8), inset 0 -1px 0px rgba(0, 0, 0, .5);
}

.select_file input {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.most_active h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  background: url("/img/most_active.png") center 4px no-repeat;
}

.most_active ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.most_active li,
.profile_friends_list > li {
  font-size: 14px;
  padding-left: 72px;
  position: relative;
  margin-bottom: 10px;
  min-height: 56px;
}

.most_active a,
.profile_friends_list a {
  text-decoration: none;
}

.most_active img,
.profile_friends_list img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.most_active li:first-child img {
  border: 3px solid #f1c40f;
  top: -1.5px;
  left: -1.5px;
}

.most_active p,
.profile_friends_list p {
  color: #939393;
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
}

.program_upload {
  margin-bottom: 10px;
}

.program_progress {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
  background: #f8f7ec;
  margin-left: -20px;
  width: 278px;
  padding: 20px;
  font-size: 12px;
}

.program_progress p {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

.pb_wrap {
  width: 100%;
  height: 21px;
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, .15);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, .15);
}

.pb {
  height: 100%;
  background: url("/img/upload_bg.png") 0 0 repeat;
}

.pb_percent {
  float: left;
  color: #83a72d;
  font-weight: bold;
}

.cancel_upload {
  float: right;
  color: #e23d18;
  text-decoration: none;
}

.program_upload textarea {
  font: 12px Tahoma, Arial, sans-serif;
  width: 258px;
  height: 92px;
  padding: 10px;
  border: 1px solid #cecece;
  resize: vertical;
  -webkit-box-shadow: inset 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, .1);
}

.video_car {
  overflow: hidden;
  padding: 20px 126px
}

.video_car .car ul.list {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.video_car .jcarousel-clip {
  width: 760px;
}

.video_car_list {
  width: 20000em;
  position: relative;
}

.video_car_item {
  /* Required only for block elements like <li>'s */
  float: left;
  width: 760px;
  /*overflow: hidden;*/
  /*padding-right: 5px;*/
  /*height: 680px;*/
}

.video_car_item ul {
  width: 120%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.video_car_item li {
  width: 350px;
  height: 300px;
  padding: 15px;
  float: left;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  margin: 15px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.video_car_item li a {
  display: block;
  position: relative;
}

.video_car_item li a:before {
  content: '';
  position: absolute;
  top: 39%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 98px;
  height: 98px;
  background: url("/img/icons2.png") -101px -95px no-repeat;
}

.video_car_item li a span {
  display: block;
  height: 60px;
  overflow: hidden;
}

.video .jcarousel-prev,
.video .jcarousel-next {
  width: 30px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -38px;
  background: url("/img/icons2.png") -199px -109px no-repeat;
  cursor: pointer;
}

.video .jcarousel-next {
  background-position: -229px -109px;
  left: auto;
  right: 40px;
}

.video .jcarousel-prev-disabled,
.video .jcarousel-next-disabled {
  opacity: .4;
  cursor: default;
}

.views,
.added_date {
  margin-top: 10px;
  font-size: 12px;
  color: #b3b3b3;
}

.views i.ico,
.added_date i.ico {
  position: relative;
  width: 16px;
  height: 12px;
  background: url(/img/icons2.png) -34px -95px no-repeat;
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 10px;
  top: 2px;
}

.added_date {
  margin-left: 20px;
}

.video_in {
  position: relative;
  padding-bottom: 40px;
}

.video_in .back_link {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -500px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.video_box {
  width: 900px;
  margin: auto;
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  margin-top: 20px;
}

.video .video_box .title {
  background: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font: 18px Arial, sans-serif;
  padding-bottom: 5px;
  text-align: left;
  color: #000;
  text-transform: none;
}

.video_in iframe {
  min-width: 100%;
}

.video_in h3.title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.video_in .views,
.video_in .added_date {
  margin-top: 0;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}

.related_video {
  width: 900px;
  padding: 26px;
  background: #fff;
  border-radius: 16px;
  margin: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.related_video h2 {
  margin: 0 0 20px;
  color: #b3b3b3;
  font-size: 18px;
}

.related_video .jcarousel-clip {
  width: 776px;
  margin-left: 50px;
}

.related_video li,
.favorites_video li {
  width: 164px;
  font: 9px Tahoma, Arial, sans-serif;
  line-height: 1.2;
  float: left;
  margin-right: 30px;
}

.favorites_video h3,
.related_video li h3 {
  font-size: 1.17em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.related_video li a,
.favorites_video li a {
  text-decoration: none;
  position: relative;
  display: block;
}

.related_video li a:before,
.favorites_video li a:before {
  content: '';
  position: absolute;
  top: 13.5px;
  left: 49px;
  width: 66px;
  height: 67px;
  background: url("/img/icons2.png") -101px -193px no-repeat;
}

.related_video li img,
.favorites_video li img {
  margin-bottom: 10px;
}

.related_video .jcarousel-prev,
.related_video .jcarousel-next {
  width: 18px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -14px;
  background-position: -199px -157px;
  cursor: pointer;
}

.related_video .jcarousel-next {
  background-position: -217px -157px;
  left: auto;
  right: 24px;
}

.books-list .item {
  vertical-align: top;
}

.library_in {
  padding: 20px 45px;
}

.library_in_thumb {
  width: 354px;
  float: left;
  text-align: center;
  background: url("/img/short_shelf.png") 0 310px no-repeat;
  padding-bottom: 20px;
}

.library_in_thumb img {
  box-shadow: 0 4px 1px rgba(0, 0, 0, .31);
}

.library_in_entry {
  float: right;
  width: 544px;
}

.library_in_entry .views {
  margin-top: 0;
  vertical-align: middle;
  margin-right: 10px;
}

.library_in_entry .text {
  padding-top: 20px;
  line-height: 1.4;
}

.library_in .article {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.subhead {
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.subhead h3.title {
  font: 18px Arial, sans-serif;
  padding-bottom: 5px;
}

.subhead .date {
  color: #b3b3b3;
  font-size: 11px;
}
.article {
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
  font-size: 16px;
}
.article table td,
.article table th {
	padding: 10px;
}

.socials {
	padding-bottom: 12px;
	padding-top: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cecece;
}
.know_list {
	list-style: none;
	padding: 20px;
}
.know_page .know_list li {
	width: 306px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	padding-bottom: 30px;	
}
.know_page .know_list .thumb, .know_page .know_list .text {
	display: inline-block;
	vertical-align: middle;
}
.know_page .know_list .thumb {
	width: 98px;
	height: 80px;
}
.know_page .know_list .text {
	width: 208px;
	font: normal 11px Arial, sans-serif;
	line-height: normal;
}
.know_page .know_list a {
	text-decoration: none;
	color: #3c98b3;
}
.know_page .know_list a:hover {
	text-decoration: underline;
}
.know_page .know_list .text h3 {
	margin: 0;
	padding: 0;
	font-size: 1.17em;
	font-weight: bold;
	padding-bottom: 5px;
}
.know_page .know_list .text span {
	color: #b3b3b3;
}
.profile_wrap {
	width: 988px;
  background-color: #f4f2df;
  padding: 20px;
  margin:40px auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
  .profile_user {
    width: 350px;
    float: left;
    margin-right: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    text-align: center;
  }
    .profile_user_top {
      padding: 20px;
    }
      .profile_user_name {
        font-size: 22px;
        color: #09697e;
        padding-bottom: 20px;
      }
      .profile_user_avatar {
        position: relative;
        margin-bottom: 20px;
      }
        .profile_user_avatar img {
          border-radius: 50%;
          border: 5px solid #ededed;
        }
        .profile_user_lvl {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -32px;
          background: #e23d18;
          border: 5px solid #ededed;
          line-height: .8;
        }
          .profile_user_lvl strong {
            display: block;
            color: #ffea0c;
            font-size: 34px;
            padding-top: 10px;
            /*line-height: 24px;*/
          }
          .profile_user_lvl span {
            font-size: 10px;
            color: #fff;
          }
      .profile_user_status {
        display: inline-block;
        border: 1px solid #d6d6d6;
        color: #939393;
        padding: 3px 20px;
        border-radius: 16px;
        font-style: italic;
        position: relative;
        margin-bottom: 20px;
      }
        .profile_user_status:after {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          top: -6px;
          left: 50%;
          margin-left: -7px;
          background: #fff;
          border-top: 1px solid #d6d6d6;
          border-left: 1px solid #d6d6d6;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
      .profile_user_btns {
        font-size: 0;
        position: relative;
      }
        .profile_user_btns button {
          display: inline-block;
          vertical-align: top;
          margin: 0;
          border: none;
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          text-shadow: 0 2px 4px rgba(0, 0, 0, .7);
          padding: 16px;
          text-align: center;
          border-radius: 14px;
          cursor: pointer;
          background-color: #096a80;
          background-image: -webkit-linear-gradient(#0c90ae, #064351);
          background-image: -o-linear-gradient(#0c90ae, #064351);
          background-image: linear-gradient(#0c90ae, #064351);
          -webkit-box-shadow: inset 0 0 16px rgba(0, 255, 255, .8), inset 0 -1px 0px rgba(0, 0, 0, .5);
          box-shadow: inset 0 0 16px rgba(0, 255, 255, .8), inset 0 -1px 0px rgba(0, 0, 0, .5);
        }
        .profile_user_btns button.add_to_friend {
          position: relative;
          left: 10px;
          z-index: 10;
          padding-left: 20px;
          padding-right: 20px;
        }
        .profile_user_btns button.send_message {
          position: relative;
          left: -10px;
          /*top: -1px;*/
          padding: 10px 10px 11px 26px;
          background: #d7bd27;
          background-image: -webkit-linear-gradient(#f2e41d, #c19510);
          background-image: -o-linear-gradient(#f2e41d, #c19510);
          background-image: linear-gradient(#f2e41d, #c19510);
          -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 70, .8), inset 0 -1px 0px rgba(0, 0, 0, .5);
          box-shadow: inset 0 0 16px rgba(255, 255, 70, .8), inset 0 -1px 0px rgba(0, 0, 0, .5);
        }
          .profile_user_btns button.send_message i.ico {
            position: static;
            display: block;
            width: 31px;
            height: 30px;
            padding: 0;
            background: url("/img/icons2.png") -50px -123px no-repeat;
          }
    .profile_user_bottom {
      border-top: 1px solid #cecece;
      background: #f8f7ec;
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px;
    }
      .profile_user_bottom dl {
        border-bottom: 1px solid #cecece;
        text-align: left;
        padding: 8px 20px;
        margin: 0;
      }
      .profile_user_bottom dl:last-child {
        border: none;
      }
        .profile_user_bottom dt,
        .profile_user_bottom dd {
          width: 49%;
          display: inline-block;
          vertical-align: top;
        }
        .profile_user_bottom dt {
          color: #939393;
        }
        .profile_user_bottom dd {
          font-weight: bold;
        }
        .profile_user_bottom i.ico {
          position: relative;
          top: 2px;
          width: 16px;
          height: 16px;
          display: inline-block;
          vertical-align: top;
          background: url("/img/icons2.png") 0 0 no-repeat;
          margin-right: 10px;
        }
          .profile_user_city i.ico {
            background-position: 0 -193px;
          }
          .profile_user_edu i.ico {
            background-position: -16px -193px;
          }
          .profile_user_sex i.ico {
            background-position: -32px -193px;
          }
	.profile_links {
    width: 135px;
    padding-right: 20px;
    float: left;
  }
    .profile_links ul {
      background: #fff;
      padding: 20px;
      text-align: center;
      border-radius: 16px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
      font-size: 14px;
      color: #939393;
      font-style: italic;
      line-height: 1;
      list-style: none;
    }
      .profile_links li {
        margin-top: 27px;
        margin-bottom: 27px;
        position: relative;
        cursor: pointer;
      }
      .profile_links h3 {
        font-size: 40px;
        color: #000;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        font-style: normal;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
      }
      .profile_links .active h3,
      .profile_links li:hover h3 {
        color: #0a7891;
      }
      .profile_links .active:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -48px;
        margin-top: -10px;
        border-left: 14px solid #0a7891;
        border-right: 14px solid transparent;
        border-bottom: 12px solid transparent;
        border-top: 12px solid transparent;
      }
  .profile_entry {
    width: 442px;
    float: left;
    padding: 20px;
    background: #f8f7ec;
    border-radius: 16px;
  }
    .profile_entry .pe_wrap {
      height: 498px;
      overflow-y: scroll;
      padding-right: 20px;
    }
      .profile_friends_list {
      	list-style: none;
      	padding: 0;
      	margin: 0;
      }
      .profile_friends_list > li {
        margin-bottom: 20px;
      }
        .profile_friends_list > li span {
          font-size: 18px;
        }
        .profile_friends_list > li a {
          color: #09697e;
        }
    .profile_lessons_list {
      font-size: 14px;
    }
      .profile_lessons_list li {
        padding-left: 26px;
        position: relative;
        margin-bottom: 16px;
      }
        .profile_lessons_list li i.ico {
          background: url("/img/icons2.png") -81px -123px no-repeat;
          width: 20px;
          height: 12px;
          top: 5px;
		      position: absolute;
			left: 0;
        }
        .profile_lessons_list li.done i.ico {
          background-position: -81px -135px;
        }
    .favorites_tabs {
      padding-bottom: 20px;
    }
      .favorites_tabs li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #0a7891;
        margin-right: 5px;
        padding: 5px 16px;
        border-radius: 16px;
        cursor: pointer;
      }
      .favorites_tabs li.active {
        background: #ead81f;
        color: #000;
      }
        .favorites_tabs li span {
          border-bottom: 1px dotted;
        }
        .favorites_tabs li.active span {
          border-bottom: none;
        }
    .favorites_content > div {
      display: none;
    }
    .favorites_content .active {
      display: block;
    }

    .favorites_video li {
      margin-right: 18px;
      margin-bottom: 18px;
    }

    .favorites_books li {
      margin-bottom: 20px;
      height: 93px;
      position: relative;
      line-height: 1.2;
      font-size: 14px;
    }
      .favorites_books li a {
        display: block;
        padding-left: 76px;
      }
        .favorites_books li img {
          position: absolute;
          top: 0;
          left: 0;
        }
    .favorites_progs li {
      font-size: 11px;
      line-height: 1.2;
      border-bottom: 1px solid #cecece;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
      .favorites_progs li a {
        text-decoration: none;
      }
      .favorites_progs li h3 {
        font-size: 14px;
        margin-bottom: 10px;
      }
      .favorites_progs li span {
        color: #b3b3b3;
        margin-right: 10px;
      }
      .favorites_progs li .download {
        margin-right: 10px;
        position: relative;
        padding-left: 14px;
      }
        .favorites_progs li .download .ico {
          background: url("/img/icons2.png") -34px -124px no-repeat;
          width: 8px;
          height: 8px;
          top: 4px;
        }
      .favorites_progs li .dlcount {
        color: #000;
      }

.bn_wrapper {
	padding: 20px;
	margin-top: 40px;
}
.bn_wrapper [type="radio"]:not(:checked) + label:after, .bn_wrapper [type="radio"]:checked + label:after,
.bn_wrapper [type="radio"]:not(:checked) + label:before, .bn_wrapper [type="radio"]:checked + label:before {
	content: none;
}
  .bn_wrapper h2 {
    font: bold 30px 'PT Sans', sans-serif;
    text-transform: uppercase;
    color: #b3b3b3;
    padding-bottom: 30px;
  }
    .bn_settings, .bn_preview {
      width: 30%;
      float: left;
    }
    .bn_preview {
      float: right;
      width: 50%;
    }
      .bn_wrapper dl {
        margin-bottom: 20px;
        float: left;
      }
      .bn_wrapper dt {
        width: 154px;
        float: left;
      }
      .bn_wrapper dd {
        float: left;
      }
        .bn_wrapper dd li {
          margin-bottom: 10px;
        }
        .bn_wrapper .bn_colors ul {
					list-style: none;
					padding: 0;
					margin: 0;
        }
        .bn_wrapper .bn_colors dd {
          width: 100px;
        }
          .bn_wrapper .bn_colors li {
            float: left;
            margin-right: 4px;
          }
            .bn_wrapper .bn_colors input {
              display: none;
            }
            .bn_wrapper .bn_colors label {
              display: block;
              width: 40px;
              height: 40px;
              padding: 0;
              margin: 0;
              border: 3px solid #999;
              border-radius: 50%;
              cursor: pointer;
              background: #fff;
            }
            .bn_wrapper .bn_colors input:checked + label {
              border-color: #000;
            }
    .bn_footer {
		  max-width: 1020px;
		  margin: 0 auto;
		  background-color: #fff;
      background: #f2f2f2;
      padding: 20px 30px;
      border-top: 1px solid #cecece;
      color: #8c8c8c;
      font-size: 11px;
    }
      .bn_footer ul {
				list-style: none;
				padding: 0;
				margin: 0;
      }
      .bn_footer li {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 14px;
        margin-right: 10px;
      }
        .bn_footer li input {
          width: 500px;
          font: 14px Arial,sans-serif;
          padding: 6px;
          border-radius: 3px;
          border: 1px solid #cecece;
        }
.chat_user_list h2 {
	margin: 0;
}
.for-messages {
	list-style: none;
	padding: 0;
	margin: 0;
}
.chat_user_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.chat_msgs_container {
	width: 720px;
}
.not_registred.regOrAuth {
	width: 720px;
  margin: 0;
}
.content .searchbox {
	background-color: #fff;
	padding: 40px 74px;
	position: relative;
	border-bottom: 1px solid #cecece;
	max-width: 1020px;
	margin: 0 auto;
}
.content .searchbox input {
	font: 18px Arial, sans-serif;
	border: 1px solid #cecece;
	padding: 14px 30px;
	width: 100%;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 8px 18px rgba(0,0,0,0.1), 0 12px 20px rgba(40,40,40,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 8px 18px rgba(0,0,0,0.1), 0 12px 20px rgba(40,40,40,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 8px 18px rgba(0,0,0,0.1), 0 12px 20px rgba(40,40,40,0.2);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.content .searchbox .sboxsubmit {
	width: 44px;
	height: 44px;
	border: none;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: 44px;
	right: 100px;
	cursor: pointer;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXFJREFUeNpiYMAEwkBcC8SHgfgtEP8B4odAvAqII4CYkYECEA/E74H4Px58CohVyDG8Hc2gb0C8H4h3A/ElIP6HJAdyhDkphscgaf4BxBVAzIumRgOIDyCpew7EosQYzgnET6GafgGxPR61LEC8BsmSycRYEI2koZUI9fzQyAep/wTEXIQ0LIEqBoWxFJFBOgnJUS74FDIBsSKU/QyKiQEnkdiqhCxgh7L/kJAofiOxmQlZ8BTKlgFiASIt0EFiPyWkuBgpPLOJMJwViO9C1f8lJt5koWkfpOENUpzgAq1IDtpGbJh2IWl6AsRuOPLLRCR1oFSnS6wFbEB8EK2oOAlNjh3QpIytjJoNjUeiADcQryRQ0IHwVyD+Tq4lIOAHxIegEYhs8BeoYXLQIES2ZBaploCAIBAbALExEGsDMQeaPDZLKKorsAEbIP6MZMlyaIE4PCxhHpKWuKNFfB8DDQCyJZ+ZaWDBXWgpAKrDpwEEGAC9rI457UuJuAAAAABJRU5ErkJggg==") 9px 10px no-repeat;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.search_page ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.search_page li {
	padding-bottom: 10px;
}
.search_page h3 {
	margin: 0;
	font: 18px Arial, sans-serif;
	padding-bottom: 6px;
}
.search_page h3 span {
	color: #e23d18;
	padding-right: 16px;
}
.search_page h3 a {
	color: #000;
	text-decoration: none;
}
.search_page h3 a:hover {
	text-decoration: underline;
}
.search_page p {
	font: 12px/19px Arial, sans-serif;
	color: #9b9b9b;
}

.contacts_page {
	padding: 0;	
	overflow: hidden;
}
.contacts_page .entry .inner {
  width: auto;
}
.contacts_page .entry .inner .inner {
  padding: 20px 0;
}
.contacts_page .entry h2.title {
  background-color: transparent;
  font-size: 17px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cecece;
  color: #000;
  text-align: left;
}
.contacts_page .contacts_left {
	width: 370px;
	float: left;
	font: 12px Tahoma, sans-serif;
    font-family: Montserrat, sans-serif;
}
.contacts_page .contacts_left .inner {
	text-align: center;
}
.contacts_page .contacts_left .inner p {
	font: 24px 'PT Sans', sans-serif;
	color: #3E80CE;
	padding-top: 10px;
    font-family: Montserrat, sans-serif;
}
.contacts_page .contacts_right {
	width: 570px;
	float: left;
	padding-left: 28px;
}

.contacts_page .contacts_right .inner li {
	padding-bottom: 16px;
}

.contacts_page .contacts_right .inner input {
	padding: 10px;
	font: 12px Tahoma, sans-serif;
	border: 1px solid #c2c2c2;
	width: 220px;
    font-family: Montserrat, sans-serif;
}
.contacts_page .contacts_right .inner textarea {
	width: 530px;
	height: 100px;
	font: 12px Tahoma, sans-serif;
	border: 1px solid #c2c2c2;
	resize: none;
    font-family: Montserrat, sans-serif;
}
.contacts_page .contacts_right .submit input {
	width: auto;
	border: none;
	background-color: #3E80CE;
	color: #fff;
	padding: 8px 16px 6px;
	cursor: pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 0;
	border-radius: 25px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
    height: 50px;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 14px;
}
.edit-profile h2.title {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 20px;
}
.edit-profile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.edit-profile .submit input {
  text-decoration: none;
  width: auto;
  border: none;
  background-color: #e23d18;
  color: #fff;
  padding: 8px 16px 6px;
  font: 18px "K_MyriadProBold", sans-serif;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.tys {
	padding: 0 20px 20px;
	background-color: transparent;
}
.tys_header {
	text-align: center;
	margin: 0 -20px;
	border-bottom: 1px solid #f3f3f3;
	padding: 20px 0;
	background: #fff;
}
.tys_header h2.title {
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.tys_body {
  padding: 36px 46px 0;
  margin: 0 -20px;
  background-color: #f3f3f3;
  padding-bottom: 30px;
}
.tys_in {
	padding: 0 20px;
}
.tys_in .tys_body {
	background-color: #fff;
}
  .tys_body h2.title {
    font-size: 30px;
    color: #3E80CE;
    font-weight: bold;
    border: none;
  }
  .tys_body .tys_body_head {
  	padding: 0;
  	margin: 0;
  	list-style: none;
    padding-bottom: 40px;
  }
  .tys_body .tys_body_head li {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
  }
    .tys_body .tys_posts_info h2 {
    	margin: 0;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin-right: 16px;
    }
    .tys_body .tys_posts_info span {
      vertical-align: middle;
      font-size: 12px;
      color: #b3b3b3;
    }
  .tys_body .tys_posts_switch {
    text-align: center;
    font-size: 0;
  }
    .tys_body .tys_posts_switch a {
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      padding: 6px 16px;
      text-decoration: none;
      border-radius: 14px;
    }
    .tys_body .tys_posts_switch a.active {
      background-color: #3E80CE;
      color: #ffffff;
      cursor: default;
    }
      .tys_body .tys_posts_switch a span {
        border-bottom: 1px dotted;
      }
      .tys_body .tys_posts_switch a.active span {
        border: none;
      }
  .tys_body .tys_posts_add {
    text-align: right;
  }
    .tys .tys_post_publish button, .tys .tys_posts_add button, .tys .tys_post_after button, .tys .tys_submit button, .tys .tys_post_foot button, .tys_aa input[type="submit"] {
		  width: 267px;
		  height: 46px;
		  border-radius: 23px;
		  border: none;
		  line-height: 20px;
		  padding: 13px 0;
		  font-size: 18px;
		  color: #000;
		  background: #ffffff;
		  background: -moz-linear-gradient(top, #ffffff 0%, #96e3ff 100%);
		  background: -webkit-linear-gradient(top, #ffffff 0%, #96e3ff 100%);
		  background: linear-gradient(to bottom, #ffffff 0%, #96e3ff 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#96e3ff', GradientType=0);
		  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(122, 219, 255, 0.75), 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
		  -moz-box-shadow: inset 0px 0px 13px 0px rgba(122, 219, 255, 0.75), 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
		  box-shadow: inset 0px 0px 13px 0px rgba(122, 219, 255, 0.75), 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    }
    .tys .tys_post_publish button:hover, .tys .tys_posts_add button:hover, .tys .tys_post_after button:hover, .tys .tys_submit button:hover, .tys .tys_post_foot button:hover, .tys_aa input[type="submit"]:hover {
		  background: #96e3ff;
		  background: -moz-linear-gradient(top, #96e3ff 0%, #ffffff 100%);
		  background: -webkit-linear-gradient(top, #96e3ff 0%, #ffffff 100%);
		  background: linear-gradient(to bottom, #96e3ff 0%, #ffffff 100%);
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96e3ff', endColorstr='#ffffff', GradientType=0);
		}
		.tys_aa input[type="submit"] {
		  width: 60px;
		  height: 42px;
		}
	.tys .tys_post_after button.correction_button.disabled{
		background-color: #828282;
		background-image: linear-gradient(#b2b3b3, #4b4d4d);
		box-shadow: 0 0 16px rgba(255, 255, 255, 0.8) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
    color: #fff;
		font-weight: bold;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	}

  .tys_posts_list {
  	padding: 0;
  	margin: 0;
  	list-style: none;
    padding-bottom: 20px;
    float: left;
    clear: both;
  }

    .tys_posts_list .tys_post_item {
      float: left;
      width: 454px;
      margin-right: 20px;
      background: #fff;
      border-radius: 14px;
      padding: 15px;
      line-height: 19px;
      margin-bottom: 20px;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    }

    .tys_posts_list .tys_post_item:nth-child(even) {
      margin-right: 0;
    }
      .tys_posts_list .tys_post_item h4 {
        font-size: 14px;
        padding-bottom: 20px;
      }
      .tys_posts_list .tys_post_item p {
        height: 64px;
        overflow: hidden;
      }
      .tys_post_item_info {
      	padding: 0;
      	margin: 0;
      	list-style: none;
        margin-top: 16px;
      }
        .tys_post_item_info li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 12px;
        }
          .tys_post_item_info img {
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            margin-right: 5px;
            width: 38px;
            height: 38px;
          }
          .tys_post_item_info span {
            vertical-align: middle;
          }
          .tys_post_item_info .ico {
            display: inline-block;
            background-image: url("/img/icons2.png");
            position: static;
            vertical-align: middle;
          }
          .tys_post_item_info .tys_ico {
            font-weight: bold;
            color: #519f27;
          }
            .tys_post_item_info .tys_ico i.ico {
              background-position: -122px 0;
              width: 16px;
              height: 16px;
              margin-right: 8px;
            }
          .tys_post_item_info .date {
            color: #b3b3b3;
          }
            .tys_post_item_info .date i.ico {
              background-position: 0 -109px;
              height: 13px;
              width: 12px;
              margin-right: 8px;
            }

.tys_footer .most_active {
  border: 1px solid #cecece;
  margin-bottom: 40px;
  padding: 20px 46px;
}
  .tys_footer .most_active h2 {
  	margin: 0 0 30px;
    font-family: Tahoma, sans-serif;
    line-height: 22px;
  }
  .tys_footer .most_active li {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }

.tys_in .back_link {
  font-size: 14px;
  left: 64px;
  position: absolute;
  text-decoration: none;
  top: 24px;
}

.tys_post {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 20px 0 0;
  margin-bottom: 20px;
  line-height: 19px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
	.tys_post h2 {
		margin: 0;
  	padding: 0;
		font-size: 1.5em;
	}
  .tys_post_in {
    padding: 20px 40px;
    border-bottom: 1px solid #f1efde;
  }
  .tys_post_in ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .tys_post_head {
    padding-top: 10px;
  }
  .tys_post_body {
    /**/
  }
  .tys_post_foot {
    font-size: 0;
  }
    .tys .tys_post_foot button {
      background-image: linear-gradient(#13b342, #13662c);
      box-shadow: 0 0 16px rgba(100, 255, 125, 0.8) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
      color: #fff;
			font-weight: bold;
			text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    }
    .tys .tys_post_foot button:hover {
      background-image: linear-gradient(#13662c, #13b342);
      box-shadow: 0 0 16px rgba(100, 255, 125, 0.8) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
      color: #fff;
			font-weight: bold;
			text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    }
    .tys_post_foot li,
    .tys_post_after li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      line-height: 1;
      font-size: 12px;
    }
      .tys_post_foot li img {
        width: 38px;
        height: 38px;
        border-radius: 50%;
      }
      .tys_post_foot li.more_people a {
        border-bottom: 1px dotted;
      }
  .tys_post_after {
    border-bottom: none;
  }
    .tys_post_after button {
      min-width: 184px;
    }
  .tys_post .views {
    margin-top: 0;
  }
    .tys_post .views .ico {
      position: static;
      vertical-align: middle;
    }

.tys_post_add {
  float: left;
  width: 100%;
  background: #e9e7d6;
  border-radius: 14px;
  padding: 20px 0 0;
  margin-bottom: 20px;
  line-height: 19px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}
  .tys_post_add_in {
    padding: 0px 46px 20px;
  }
    .tys_add_type {
      font-size: 0;
      padding-left: 72px;
    }
      .tys_add_type li {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
      }
        .tys_add_type input {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
        }
        .tys_add_type label {
          border-bottom: 1px dotted;
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          cursor: pointer;
          color:#0290d8;
        }
  .tys_editor {
    margin-top: 30px;
    padding-left: 72px;
    position: relative;
  }
    .tys_editor .user img {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      position: absolute;
      top: 14px;
      left: 0;
    }
    .tys_editor .editors {
    	list-style: none;
    	padding: 0;
    	margin: 0;
      position: relative;
    }
      .tys_editor .editors:before {
        content: '';
        border-top: 12px solid #fff;
        border-bottom: 12px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid #fff;
        position: absolute;
        top: 31px;
        left: -24px;
      }
      .tys_editor .editors li {
        display: none;
      }
      .tys_editor .editors li.active {
        display: block;
      }
      .tys_editor .tys_submit {
        width: 100%;
        text-align: right;
        margin-top: 16px;
      }
      .tys_editor .editor_edit .tys_submit button {
        position: relative;
        padding-left: 50px;
      }
        .tys_editor .editor_edit .tys_submit .ico {
          width: 26px;
          height: 26px;
          margin-right: 8px;
          background-image: url("/img/icons2.png");
          background-position: -138px 0;
          top: 11px;
          left: 22px;
        }


.tys_cmnts {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
	.tys_body .tys_cmnts h2.title {
		text-align: center;
	}
  .tys_cmnts h2.title span {
    color: #000;
  }
  .tys_cmnts_in {
    background: #fff;
    border-radius: 14px;
    padding: 15px 46px;
    line-height: 19px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  }
    .tys_cmnts_list {
    	list-style: none;
    	padding: 0;
    	margin: 0;
      margin-bottom: 20px;
    }
      .tys_cmnts_list .tys_comment .tys_answers {
	    	list-style: none;
	    	padding: 0;
	    	margin: 0;
        padding-left: 40px;
      }
      .tys_cb ul {
        text-align: center;
      }
        .tys_cb li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
        }
        .tys_cb img {
          width: 38px;
          height: 38px;
          border-radius: 50%;
          vertical-align: middle;
        }
        .tys_cb ul span {
          vertical-align: middle;
        }
          .tys_cb .date {
            color: #b3b3b3;
          }
          .tys_cb .date i.ico {
            display: inline-block;
            vertical-align: middle;
            background-position: 0 -109px;
            height: 13px;
            width: 12px;
            margin-right: 6px;
            background-image: url("/img/icons2.png");
            position: static;
          }
      .tys_cb_text {
        border: 1px solid #c6c6c6;
        padding: 12px 14px;
        margin-top: 30px;
        border-radius: 16px;
        position: relative;
        margin-bottom: 14px;
      }
        .tys_cb_text:before {
          content: '';
          position: absolute;
          top: -17px;
          left: 50%;
          width: 32px;
          height: 32px;
          margin-left: -20px;
          background: #fff;
          transform: rotate(45deg);
          border-radius: 0 0 100% 0;
          border-left: 1px solid #c6c6c6;
          border-top: 1px solid #c6c6c6;
        }
        .tys_cmnts p:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
        }
      .tys_answers li {
        margin-bottom: 14px;
      }
      .tys_aa,
      .tys_a {
        padding-left: 66px;
        position: relative;
      }
        .tys_aa:before {
          content: '';
          position: absolute;
          top: 20px;
          left: 61px;
          width: 10px;
          height: 10px;
          background: #fff;
          transform: rotate(45deg);
          border-left: 1px solid #e0e0e0;
          border-bottom: 1px solid #e0e0e0;
        }
        .tys_answers textarea {
          font: 12px Tahoma, Arial,sans-serif;
          resize: none;
          width: 668px;
          height: 50px;
          padding: 14px;
          border: 1px solid #e0e0e0;
          border-radius: 16px;
        }
        .tys_user {
          position: absolute;
          top: 0;
          left: 0;
          top: 9px;
          font-size: 0;
          display: block;
          line-height: 1;
        }
          .tys_user img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
          }
        .tys_cb_text .original_text,
        .tys_cb_text .edited_text {
          padding-left: 30px;
          position: relative;
        }
        .tys_cb_text .original_text {
          margin-bottom: 16px;
        }
          .tys_cb_text .original_text i.ico,
          .tys_cb_text .edited_text i.ico {
            width: 16px;
            height: 16px;
            background-image: url("/img/icons2.png");
            background-position: -164px 0;
            top: 5px;
          }
          .tys_cb_text .edited_text i.ico {
            background-position: -122px 0;
          }
      .tys_a {
        /*background: #f3f3f3;*/
      }
        .tys_a_in {
          background: #f3f3f3;
          padding: 12px 14px;
          border-radius: 16px;
        }
          .tys_a_in ul {
            margin-bottom: 6px;
          }
            .tys_a_in li {
              display: inline-block;
              vertical-align: middle;
              margin-bottom: 0;
              margin-right: 8px;
            }
        .tys_a:before {
          content: '';
          position: absolute;
          top: 20px;
          left: 61px;
          width: 10px;
          height: 10px;
          background: #f3f3f3;
          transform: rotate(45deg);
          border-left: 1px solid #f3f3f3;
          border-bottom: 1px solid #f3f3f3;
        }
          .tys_a .date {
            color: #b3b3b3;
          }

.tys_post_title {
  text-align: right;
  margin-bottom: 20px;
}
  .tys_post_title input {
    border: 1px solid #afafaf;
    font: 12px Tahoma, Arial,sans-serif;
    padding: 14px 20px;
    width: 100%;
    border-radius: 16px;
  }
  .tys_post_title span {
    font-size: 11px;
    color: #afafaf;
  }
.tys_post_text {
  margin-bottom: 20px;
}
.tys_post_text p span {
  color: #afafaf;
}
.tys_post_publish {
  margin-bottom: 20px;
}
  .tys_post_publish button {
    padding: 16px 80px;
  }
.lesson-number {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
.lesson-number h1 {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 0; 
}
.lesson_page {
  overflow: hidden;
}
.lesson_page .entry {
  padding-left: 0px;
  padding-right: 0px;
}
.lessons_nav {
  padding-bottom: 10px;
  float: left;
}
.lessons_nav ul {
  width: 1000px;
}
.lessons_nav li {
  float: left;
  font: 22px 'PT Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-right: 15px;
    border:3px solid #ccc;
}
.lessons_nav li:last-child {
    margin-right:0;
}
.lessons_nav li.less1{
    border-color:#73ac3d;
}
.lessons_nav li.less2{
    border-color:#ef4c4d;
}
.lessons_nav li.less3{
    border-color:#fdb443;
}
.lessons_nav li.less4{
    border-color:#55bacc;
}
.lessons_nav li.less5{
    border-color:#5834bf;
}
.lessons_nav li.less6{
    border-color:#d047b8;
}
.lessons_nav a {
  position: relative;
  display: block;
  padding: 16px 25px 0;
  width: 90px;
  height: 134px;
  text-decoration: none;
  background-color: #ececec;
  line-height: 18px;
  cursor: pointer;
}
.lessons_nav .ico {
  width: 64px;
  height: 64px;
  position: static;
  display: block;
  margin: auto;
}
.lessons_nav .less1 .ico {
  background-position: 0px -46px;
}
.lessons_nav .less2 .ico {
  background-position: -64px -46px;
}
.lessons_nav .less3 .ico {
  background-position: -128px -46px;
}
.lessons_nav .less4 .ico {
  background-position: -192px -46px;
}
.lessons_nav .less5 .ico {
  background-position: -256px -46px;
}
.lessons_nav .less6 .ico {
  background-position: -320px -46px;
}
.lessons_nav .less1 a {
  color: #73ac3d;
}
.lessons_nav .less2 {
  font-size: 18px;
}
.lessons_nav .less2 a {
  color: #ef4c4d;
}
.lessons_nav .less3 a {
  color: #fdb443;
}
.lessons_nav .less4 a {
  color: #55bacc;
}
.lessons_nav .less5 a {
  color: #5935c0;
}
.lessons_nav .less6 a {
  color: #d047b8;
}
.lessons_nav .less2 span {
  margin-top: -10px;
}
.lessons_nav span {
  padding-top: 18px;
  display: inline-block;
}

.lesson1 .less1 a {
  background-color: #73ac3d;
  color: #fff;
}
.lesson1 .less1 .ico {
  background-position: 0 -110px;
}
.lesson2 .less2 a {
  background-color: #ef4c4d;
  color: #fff;
}

.lesson3 .less3 a {
  background-color: #fdb443;
  color: #fff;
}
.lesson3 .less3 .ico {
  background-position: -128px -110px;
}
.lesson4 .less4 a {
  background-color: #55bacc;
  color: #fff;
}
.lesson4 .less4 .ico {
  background-position: -192px -110px;
}
.lesson5 .less5 a {
  background-color: #5935c0;
  color: #fff;
}

.lesson6 .less6 a {
  background-color: #d047b8;
  color: #fff;
}


.lesson_subnav {
  float: left;
  width: 100%;
  height: 52px;
  text-align: center;
  background-color: #cecece;
  margin-bottom: 20px;
}
.lesson1 .lesson_subnav {
  background-color: #73ac3d;
}
.lesson2 .lesson_subnav {
  background-color: #ef4c4d;
}
.lesson3 .lesson_subnav {
  background-color: #fdb443;
}
.lesson4 .lesson_subnav {
  background-color: #55bacc;
}
.lesson5 .lesson_subnav {
  background-color: #5935c0;
}
.lesson6 .lesson_subnav {
  background-color: #d047b8;
}
.lesson_subnav li {
  display: inline-block;
  font: 18px 'PT Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
}
.lesson_subnav a {
  color: #fff;
  display: block;
  padding: 0 11px;
  overflow: hidden;
  position: relative;
}
.lesson_subnav a:hover {
  text-decoration: none;
}
.lesson_subnav .ico {
    background: none repeat scroll 0 0 transparent;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-top: 20px solid #cecece;
    height: 0;
    left: 46%;
    bottom: -20px;
    top: auto;
    width: 0;
    display: none;
}
.lesson1 .lesson_subnav .ico {
  border-top-color: #73ac3d;
}
.lesson2 .lesson_subnav .ico {
  border-top-color: #ef4c4d;
}
.lesson3 .lesson_subnav .ico {
  border-top-color: #fdb443;
}
.lesson4 .lesson_subnav .ico {
  border-top-color: #55bacc;
}
.lesson5 .lesson_subnav .ico {
  border-top-color: #5935c0;
}
.lesson6 .lesson_subnav .ico {
  border-top-color: #d047b8;
}
.lesson_subnav .current .ico {
  display: block;
}
.lesson_subnav span {
    display: block;
    height: 100%;
    overflow: visible;
    padding: 16px;
    position: relative;
}
.lesson_subnav .current a {
  color: #333;
  text-decoration: none;
  cursor: default;
}
.lesson_subnav .current span {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}
.lesson1 .lesson_subnav .current a {
  color: #b1ff68;
}
.lesson2 .lesson_subnav .current a {
  color: #971718;
}
.lesson3 .lesson_subnav .current a {
  color: #8b6428;
}
.lesson4 .lesson_subnav .current a {
  color: #a5f1ff;
}
.lesson5 .lesson_subnav .current a {
  color: #a78cf2;
}
.lesson6 .lesson_subnav .current a {
  color: #ffa4ef;
}

.lesson_title {
  text-align: center;
  font: italic 18px Arial, sans-serif;
  padding: 16px 0;
  overflow: hidden;
  clear: both;
    font-weight:bold;
}
.lesson_title span {
  color: #d1d1d1;
}
.less_words {
  font: 14px Arial, sans-serif;
  border: 1px solid #73ac3d;
  width: 100%;
}
.lesson42_wrapper .less_words {
  margin-bottom: 20px;
}
.less1_wrapper.short {
  width: 330px;
  float: left;
  padding-right: 30px;
  clear: none;
}
.less1_wrapper.short .less1_box {
  width: auto;
  float: none;
}
.lesson_page tr.even {
  background-color: #ededed;
}
.less1_wrapper table td {
  width: 50%;
  padding: 6px 0 6px 10px;
}
.less1_wrapper h3.title {
  font: bold 18px Arial, sans-serif;
  padding-bottom: 12px;
    text-align:center;
    clear:both;
}
.less1_wrapper.short h3.title {
  padding: 0;
  text-align: center;
  font: bold 18px Arial, sans-serif;
  padding-bottom: 12px;
}
.words-table-wrapper table td {
  white-space: normal;
}
.words-table-wrapper .text-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}
.less1_wrapper {
  clear: both;
  width: 100%;
  float: left;
}
.less1_img {
  float: left;
  padding-right: 22px;
  padding-bottom: 10px;
}
.less1_img.alignright {
  padding-right: 30px;
  float: right;
}
.less1_img li {
  font-size: 0;
  line-height: normal;
  padding-bottom: 10px;
}
.less1_wrapper.short .even td:first-child {
  background-color: transparent;
  border: none;
}
.less1_wrapper .even td:first-child {
  background-color: #d1d1d1;
  padding-right: 0;
  border-right: 8px solid #fff
}
.less1_wrapper .less1_box {
  width: 628px;
  float: left;
}

.less_desc {
  line-height: 19px;
  width: 630px;
  margin: auto;
  text-align: center;
  color: #7a7a7a;
  font: 12px Arial, sans-serif;
  padding: 30px 0;
}

.less1_step2 ul {
  font-size: 0;
}
.less1_step2 li {
  width: 270px;
  height: 133px;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 50px;
  border: 5px solid #3E80CE;
  font-size: 0;
  margin: 0 24px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.less1_step2 dl {
  width: 200px;
/*  height: 60px;*/
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.less1_step2 dt, .less1_step2 dd {
  font: bold 24px Arial, sans-serif;
  line-height: 19px;
}
.less1_step2 dt {
  padding-bottom: 10px;
}
.less1_step2 dd {
  color: #ef4c4d;
  display: none;
}
.less1_step2 .play {
  width: 0;
  height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #3E80CE;
    position: absolute;
    top: 50px;
    right: 20px;
    cursor: pointer;
}

.less1_step3 ul {
  font-size: 0;
}
.less1_step3 li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cecece;
  position: relative;
  font-size: 0;
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 8px;
}
.less1_step3 li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  font: bold 24px Arial, sans-serif;
  padding: 12px 14px;
  /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlOArV5bRgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=") 0 0 repeat;*/
  background: url("/img/ov.png") 0 0 repeat;
}

.less1_step4 {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.less1_step4 .question_img {
  float: left;
}
.less1_step4 .questions {
  float: right;
  width: 610px;
}
/*
.less1_step4 .questions li {
  padding-bottom: 10px;
}
*/
.less1_step4 li.question {
  font: bold 18px Arial, sans-serif;
  padding-bottom: 15px;
}
.less1_step4 .question span {
  color: #73ac3d;
}
.less1_step4 .answer input {
  font: normal 14px Arial, sans-serif;
  border: none;
  min-width: 196px;
  padding: 8px 6px;
  cursor: pointer;
  /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhCAAAAAA90p5jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUCNdj+ML0h+k/EwMQg8h/GCwYG8KDiCLL3gIA1YgV8wmfGwcAAAAASUVORK5CYII=") 0 0 repeat-x;*/
  background: url("/img/qbbg.png") 0 0 repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.less3_step2 .questions {
  float: left;
  width: 100%;
  font-size: 14px;
  padding-bottom: 20px;
}
.less3_step2 .questions.halfsize {
  width: 50%;
}

.less3_step2 .question {
  font: bold 18px Arial, sans-serif;
  padding-bottom: 15px;
}
.less3_step2 .question span {
  color: #fdb443;
}
.less3_step2 .players {
  padding-right: 25px;
}
.less3_step2 .type_text input {
  border: 1px solid #cecece;
  font: 14px Arial, sans-serif;
  padding: 4px;
  width: 36px;
  -webkit-box-shadow: inset 0 3px 5px #cecece;
  -moz-box-shadow: inset 0 3px 5px #cecece;
  box-shadow: inset 0 3px 5px #cecece;
}

.less3_step2 .answers .texts, .less3_step2 .answers .inputs {
  float: left;
  padding-right: 6px;
}
.less3_step2 .answers .texts li {
  text-align: right;
  min-height: 26px;
}
.less3_step2 .dialog {
  font: italic 14px Arial, sans-serif;
}


.less3_step2 .type_dialog .answers ul {
  float: left;
}
.less3_step2 .type_dialog .answers li {
  width: 100%;
}
.less3_step2 .type_dialog .answers a {
  display: block;
  text-align: center;
  padding: 10px 16px 9px;
  line-height: 14px;
  text-decoration: none;
  color: #000;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhCAAAAAA90p5jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUCNdj+ML0h+k/EwMQg8h/GCwYG8KDiCLL3gIA1YgV8wmfGwcAAAAASUVORK5CYII=") 0 0 repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lesson1 .less1_wrapper table td {
  font-weight:bold;
}
.less1_wrapper .less1_box.words-text-box{
  width: auto;
  float: none;
  margin-right: 30px;
}
.less1_wrapper .lesson_special {
  margin-top:40px;
}
.sortables .texts1 {
  float: left;
  font-size: 14px;
}
.sortables .texts1 ul {
  float: left;
}
.sortables .texts1 li {
  text-align: right;
  padding-bottom: 10px;
}
.sortables .desc {
  font: italic 18px Arial, sans-serif;
  padding: 20px 0 30px !important;
}


.sortables .dropzone {
  display: inline-block;
  vertical-align: middle;
  border: 1px dotted #cecece;
  min-width: 130px;
  height: 30px;
  margin: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sortables .draggables {
  float: left;
  padding-left: 40px;
  font-size: 14px;
}
.sortables .draggables li {
  /*height: 30px;*/
  padding-bottom: 10px;
}
.sortables .draggables span {
  cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEBAMAAABb34NNAAAAElBMVEXi4uLz8/Pk5OTy8vLl5eXj4+MMqIFsAAAAFElEQVQIHWMQcWFQcmZQNWUIDgAACPgBu+gRKmYAAAAASUVORK5CYII=") 0 0 repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px 0px rgba(0,0,0,0.2), inset 0 1px 0px rgba(255,255,255,0.4), inset 0 8px 8px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 -1px 0px rgba(0,0,0,0.2), inset 0 1px 0px rgba(255,255,255,0.4), inset 0 8px 8px rgba(255,255,255,0.5);
  box-shadow: inset 0 -1px 0px rgba(0,0,0,0.2), inset 0 1px 0px rgba(255,255,255,0.4), inset 0 8px 8px rgba(255,255,255,0.5);
}

.lesson4_wrapper {
  /*font-size: 0;*/
}
.lesson4_b {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  font-size: 0;
  padding-bottom: 10px;
}
.lesson4_bin {
  font-size: 12px;
  width: 310px;
}
.lesson4_bin h3.title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}
.lesson4_bin table {
  width: 100%;
}
.lesson4 .player .pos {
  width: 48%;
}
.lesson4 .player {
    background-color: #55bacc;
    /*color: #FFFFFF;*/
}
.lesson5 .player {
    background-color: #5834bf;
    /*color: #FFFFFF;*/
}

.lesson4 .less_words {
  border-color: #55bacc;
}
.lesson4 .less_words td {
  padding: 5px 10px;
}
.lesson_special {
  width: 231px;
  margin: auto;
  margin-top: 108px;
  background-color: #55bacc;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
}
.lesson_special h2, .lesson_special h3 {
  font: italic 24px/26px 'PT Sans', sans-serif;
  text-transform: uppercase;
}
.lesson_special h2 {
  text-align: right;
  padding-right: 72px;
  padding-bottom: 32px;
  position: relative;
}
.lesson_special h2 .ico {
  width: 62px;
  height: 62px;
  left: auto;
  right: 0;
  top: -6px;
  background-position: -385px -47px;
}
.lesson_special h3 {
  line-height: 24px;
}
.lesson_special h3 a {
  color: #ffe58d;
}
.lesson_special h3 a:hover {
  color: #fff;
}
.lesson_special span {
  font-size: 11px;
}
.lesson_page span.colored {
  color: #55bacc;
}
.lesson5 span.colored {
  color: #3E80CE;
}
.lesson6 span.colored {
  color: #46b9d6;
}
.lesson42_wrapper .title, .less5_step3 .title {
  font-weight: bold;
  padding-bottom: 18px;
}
.lesson42_wrapper .player .pos {
  width: 60%;
}
.lesson42_wrapper .even td:first-child {
    background-color: #D1D1D1;
    border-right: 8px solid #FFFFFF;
    padding-right: 0;
}
.lesson42_wrapper td {
  width: 50%;
}
.lesson42_wrapper .last td {
  padding: 0;
}
.lesson42_wrapper .submit_button {
  /*background-color: #55bacc;
  margin: 0 0 20px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;*/
  width: fit-content;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 25px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  outline: none;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 5%);
  background-color: #0081d2;
  color: #fff;
}
.lesson6 .submit_button {
/*  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 267px;
  height: 46px;
  border-radius: 23px;
  border: none;
  line-height: 20px;
  padding: 13px 0;
  margin: 0 0 90px;
  font-size: 18px;
  color: #000;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #96e3ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #96e3ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #96e3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#96e3ff', GradientType=0);
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(122, 219, 255, 0.75), 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 13px 0px rgba(122, 219, 255, 0.75), 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 13px 0px rgba(122, 219, 255, 0.75), 0px 2px 3px 0px rgba(0, 0, 0, 0.15);*/
  width: unset!important;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 25px;
  border: none;
  border-radius: 25px;
  background-color: #ffffff;
  color: #0081d1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  outline: none;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 5%);
  ackground: #0081d2;
  color: #fff;
}
.lesson6 .submit_button:hover {
  /*background: #96e3ff;
  background: -moz-linear-gradient(top, #96e3ff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #96e3ff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #96e3ff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96e3ff', endColorstr='#ffffff', GradientType=0);*/
}
.lesson42_wrapper .submit input {
  background-color: #55bacc;
}

.lesson42_wrapper .labor {
  padding-bottom: 20px;
  overflow: hidden;
}
.lesson42_wrapper .labor p {
  font: italic 14px Arial,sans-serif;
  padding-bottom: 20px;
}
.lesson42_wrapper .labor .sortables .texts1, .sortables.bordered .texts1  {
  border-right: 1px solid #cecece;
  padding-right: 20px;
}
.lesson42_wrapper .labor .sortables .draggables, .sortables.bordered .draggables {
  border-left: 1px solid #cecece;
  /*max-height: 210px;*/
  margin-left: -1px;
}

.lesson42_wrapper .questions {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.lesson42_wrapper .questions:last-child,
.lesson42_wrapper .questions:nth-child(3n+1) {
  clear: both;
}
.lesson42_wrapper .questions_in {
  padding-right: 16px;
}
.lesson42_wrapper .questions ul {
  width: 100%;
}
.lesson42_wrapper .questions li {
  padding-bottom: 16px;
  padding-left: 20px;
  display: flex;
  align-items: baseline;
}
.lesson42_wrapper .questions dl {
  font: italic 14px Arial,sans-serif;
}
.lesson42_wrapper .questions input {
  margin-left: 0;
}
.lesson42_wrapper .questions label {
  font: bold 14px Arial,sans-serif;
  padding-left: 37px;
  margin-left: -33px;
}
.lesson42_wrapper .questions [type="radio"]:not(:checked) + label:before,
.lesson42_wrapper .questions [type="radio"]:checked + label:before {
  top: 2px;
}

.lesson42_wrapper .questions [type="radio"]:not(:checked) + label:after,
.lesson42_wrapper .questions [type="radio"]:checked + label:after {
  top: 5px;
}
.less4-4-2 {
  font: italic 14px Arial,sans-serif;
  padding-bottom: 20px;
}
.less4-4-2 .image {
  float: left;
  padding-right: 30px;
}
.less4-4-2 .text {
  padding-bottom: 18px;
}
.less4-4-2 .text textarea {
  width: 300px;
  height: 140px;
  resize: none;
  font: 14px Arial, sans-serif;
  padding: 10px;
  border: 1px solid #cecece;
  -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 3px 3px rgba(0,0,0,0.1);
}


.less_text {
  background-color: #ececec;
  padding: 30px 50px !important;
  line-height: 19px;
  margin-bottom: 30px;
}

.questions.alignleft .texts1 li {
  text-align: left;
}

.less5_step3 .right_word ul {
  min-width: 140px;
  padding-right: 20px;
  float: left;
}
.less5_step3 .right_word li {
  font: italic 14px Arial,sans-serif;
  padding-bottom: 20px;
}
.pager .pagination {
  margin: 55px 0 45px;
}
.pager .pagination li > a, .pager .pagination li > span {
	padding: 5px 12px;
	color: #010101;
	border-radius: 10px;
	border: none;
	background-color: transparent;
}
.pager .pagination > li:last-child > a, .pager .pagination > li:last-child > span {
  color: #5b6367;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 12px;
}
.pager .pagination > .active > a,
.pager .pagination > .active > span,
.pager .pagination > .active > a:hover,
.pager .pagination > .active > span:hover,
.pager .pagination > .active > a:focus,
.pager .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #46b9d6;
  border-color: #46b9d6;
  cursor: default;
}
.results .correct_answers {
  width: 700px;
  margin: auto;
  text-align: center;
  position: relative;
  border: 1px dashed #cecece;
  border-radius: 16px;
  padding: 50px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
  .results .correct_answers h1 {
    position: absolute;
    top: -16px;
    left: 0;
    font: italic 24px Arial,sans-serif;
    color: #c0c0c0;
    text-align: center;
    width: 100%;
  }
    .results .correct_answers h1 span {
      background: #fff;
      padding: 0 20px;
    }
  .results .correct_answers h2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    font-size: 150px;
    color: #297e1b;
  }
  .results .correct_answers h2.low {
    color: #3E80CE;
  }
  .results .correct_answers span.text {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 18px;
  }
.results h2 {
  text-align: center;
  font: bold 24px Arial,sans-serif;
  padding-bottom: 30px;
}
.result_errors {
  margin-left: -42px;
}
  .result_errors .result_item {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .result_errors .odd {
    background: #f2f2f2;
  }
    .result_errors .result_item li {
      padding-left: 140px;
      width: 98%;
      font: bold 14px Arial,sans-serif;
      font-family: Montserrat, sans-serif;
      margin-bottom: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-radius: 16px;
      position: relative;
    }
    .result_errors .result_item li.error_answer {
      border: 1px solid #c12121;
    }
    .result_errors .result_item li.correct_answer {
      background: #91f780;
    }
      .result_errors .result_item li .note {
        position: absolute;
        top: 6px;
        left: 14px;
        font-weight: bold;
        font-size: 10px;
      }
      .result_errors .result_item li.error_answer .note {
        color: #761c1c;
      }
      .result_errors .result_item li.correct_answer .note {
        color: #297e1b;
      }

.check_words {
  margin-right: 20px;
}
.check_words .chbox {
  width: 33%;
  float: left;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 40px;
}
.check_words .chbox ul {
  padding-right: 10px;
}
.check_words .chbox li {
  padding-left: 38px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 4px;
  color: #774545;
  cursor: pointer;
}
.check_words .chbox .even {
  background-color: #ededed;
}
.check_words .chbox .ico {
  position: absolute;
  left: 12px;
  top: 4px;
  background-position: -167px 0;
  width: 16px;
  height: 16px;
}
.check_words .chbox .selected {
  color: #77a61b;
}
.check_words .chbox .selected .ico {
  background-position: -149px -97px;
}
.results {
	padding-top: 50px;
	padding-bottom: 50px;
}
.results h1 {
	text-align: center;
	color: #c0c0c0;
	font: italic 24px Arial,sans-serif;
}
.results h2 {
	text-align: center;
	font: 19px Arial,sans-serif;
}
.results h3 {
	text-align: center;
	color: #3E80CE;
}
.results h3 .num {
	font-size: 150px;
}
.results h3 span {
	display: inline-block;
	vertical-align: middle;
	font: 18px Arial,sans-serif;
	padding-right: 20px;
}
