.reference-header {
  background-color: #0184c4;
}
.reference-header-inset {
  min-height: 196px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
}
.reference-catalog h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #2f4051;
  margin-bottom: 68px;
}
.reference-list {
  padding-top: 0;
  background-color: #fff;
}
.reference-item {
  margin-bottom: 23px;
}
.reference-item__img {
  width: 180px;
  margin-bottom: 20px;
}
.reference-item__img img {
  max-width: 100%;
}
.reference-item__list {
  list-style: none;
  padding-left: 10px;
}
.reference-item__list li {
  position: relative;
  padding-bottom: 3px;
}
.reference-item__list li::before {
  content: '•';
  color: #0a7bd1;
  position: absolute;
  left: 0;
  top: 0;
}
.reference-item__list li a {
  font-size: 16px;
  color: #0a7bd1;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.reference-blog-post__wrapper {
  display: flex;
}
.reference-blog-post h3,
.reference-blog-post h4,
.reference-blog-post h5,
.reference-blog-post h6 {
  color: #000;
  padding: 0 0 25px 0;
  font-weight: bold;
}
.reference-blog-post ul {
  list-style: inside;
}
.reference-blog-post ol {
  list-style-position: inside;
}

.reference-list_item-new .reference-blog-post {
  flex-basis: 66.5%;
  margin-right: 40px;
  max-width: 100%;
}

.reference-list_item-new .js-this-scroll {
  flex-basis: 33.5%;
}

.reference-blog-post__info {
  margin-bottom: 20px;
}

.reference-blog-post__info-sharing {
  font-size: 16px;
  display: flex;
  align-items: center;
  bottom: -20px;
}

.reference-blog-post__info-sharing .share-items {
  display: flex;
  align-items: center;
}

.reference-blog-post__info-sharing .share-button {
  background: #C6D1DA;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
}

.reference-blog-post__info-sharing .share-button .puzzle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference-blog-post__info-sharing .share-button svg path {
  fill: #ffffff;
}

.reference-blog-post__info-rating {
  width: 125px;
  height: 30px;
}

.reference-blog-post__info-rating.static label {
  cursor: auto;
}
.reference-blog-post__info-rating > * {
  float: right;
}
@-webkit-keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 15px #777777;
  }
}
@keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 15px #777777;
  }
}
.reference-blog-post__info-rating label {
  height: 30px;
  width: 20%;
  display: block;
  position: relative;
  cursor: pointer;
}
.reference-blog-post__info-rating label:nth-of-type(5):after {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.reference-blog-post__info-rating label:nth-of-type(4):after {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.reference-blog-post__info-rating label:nth-of-type(3):after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.reference-blog-post__info-rating label:nth-of-type(2):after {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.reference-blog-post__info-rating label:nth-of-type(1):after {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.reference-blog-post__info-rating label:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "☆";
  color: #818181;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 19px;
  -webkit-animation: 1s pulse ease;
  animation: 1s pulse ease;
}
.reference-blog-post__info-rating label:hover:after {
  color: #5e5e5e;
}
.reference-blog-post__info-rating input {
  display: none;
}
.reference-blog-post__info-rating input:checked + label:after,
.reference-blog-post__info-rating input:checked ~ label:after {
  content: "★";
  color: #FFD850;
}

.reference-blog-post__info-shows {
  display: flex;
  color: #818181;
}

button.reference-blog-post__info-download, a.reference-blog-post__info-download {
  background-color: #ffffff;
  border: 1px solid #3C56BC !important;
  box-sizing: border-box;
  border-radius: 3px;
  color: #3C56BC;
  font-size: 18px;
  line-height: 1.3;
  padding: 7px 19px;
  margin-left: auto;
  text-decoration: none;
}

.react-blog-item__content-text a.reference-blog-post__info-download:not(.no-decorate):hover {
  border: 1px solid #3C56BC !important;
  color: #3C56BC !important;
}

.reference-blog-post__info-rating-shows-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-around;
}

.reference-blog-post__info-img {
  margin-bottom: 15px;
  width: 100%;
}

.reference-blog-post__info-img img {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.reference-blog-post__info {
  display: flex;
  flex-wrap: wrap;
}

.reference-task-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e6ebee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.reference-task-item__pic {
  width: 78px;
}
.reference-task-item__info {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.reference-task-item__info a {
  font-size: 16px;
  text-decoration: none;
}
.reference-task-item__info a:hover {
  text-decoration: underline;
}
.reference-banner-right {
  padding: 25px;
  border-radius: 3px;
  background-color: #00a0c5;
  max-width: 400px;
  margin: 0 auto;
}
.reference-banner-full {
  padding: 25px;
  background-color: #00a0c5;
}
.reference-banner-full-inset {
  display: flex;
}
.reference-banner-full-ico-svg {
  width: 160px;
  height: 160px;
}
.reference-banner-short {
  padding: 15px;
  background-color: #f4f7fb;
}
.reference-banner-short-inset {
  display: flex;
}
.reference-banner-short-ico-svg {
  width: 130px;
  height: 130px;
}

.reference-list  .react-blog-item__form {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.reference-list_item .container-fluid {
  max-width: 1200px;
}

.reference-list .j-highlight-english-word .word-wrapper,
.reference-list .css-dashed-word .word-wrapper {
  border-bottom: 1px dashed #999;
}

.reference-list .react-blog-item__form.blue {
  box-shadow: none;
  padding: 34px;
  background-color: #3C56BC;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
}


.react-blog-item__form.blue .react-blog-item__form-text {
  width: 100%;
  max-width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
}

.react-blog-item__form.blue .react-blog-item__form-text-subtitle {
  color: #FFFFFF;
}

.react-blog-item__form.blue .react-blog-item__form-header {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-blog-item__form.blue .react-blog-item__form-header img {
  position: absolute;
  top: -160px;
}

.react-blog-item__form.blue .react-blog-item__form-button {
  background: #34BE5B;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: none;
  border: none;
}

.react-blog-item__form.blue .react-blog__form-input {
  padding: 14px 13px;
}

.reference-blog-post__word {
  font-weight: bold;
  font-size: 24px;
}

.reference-list_item-new .react-blog-item__content-text a:not(.no-decorate) {
  text-decoration: none;
  border-bottom: 0;
}

.reference-blog-post__word-sound-wrapper {
  margin: 20px 0px;
}

.reference-blog-post__read-also-in-article {
  background: #F1F7FB;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  margin: 20px 0px;
}

img.reference-blog-post__read-also-img {
  width: 195px;
  margin: 0;
}

.reference-blog-post__read-also-title {
  font-size: 18px;
  line-height: 1.3;
  color: #1B3FA3;
  margin-bottom: 10px;
}

.reference-blog-post__read-also-link {
  color: #1B3FA3;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

.reference-blog-post__add-in-dict-wrapper {
  padding: 40px;
  background-size: cover;
  width: 474px;
  text-align: center;
  position: relative;
  margin: 20px 0px;
  box-sizing: border-box;
}

.reference-blog-post__add-in-dict-wrapper .cover{
  background: rgba(40, 40, 40, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.reference-blog-post__add-in-dict-wrapper .content{
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}



.reference-blog-post__add-in-dict-word {
  color: #fff;
  font-size: 24px;
  margin-top: 35px;
}

.reference-blog-post__add-in-dict-wrapper .reference-blog-post__add-in-dict-button {
  margin-top: 70px;
}

a.reference-blog-post__add-in-dict-button, button.reference-blog-post__add-in-dict-button {
  background: #34BE5B;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  padding: 16px;
  text-decoration: none;
  border: none;
  color: #fff;
}
.reference-list_item-new .react-blog-item__content-text a.reference-blog-post__add-in-dict-button:not(.no-decorate) {
  color: #fff !important;
  border: none !important;
}
a.reference-blog-post__add-in-dict-button:hover {
  color: #fff !important;
  border: none !important;
}

.reference-blog-post__banner-words-free {
  background: #3C56BC;
  border-radius: 10px;
  padding: 15px 15px 35px 15px;
  margin: 20px 0px;
  display: flex;
  position: relative;
}


.reference-blog-post__banner-words-free-img2 {
  order: 3;
  width: 190px;
  max-height: 180px;
  position: absolute;
  bottom: -2px;
}

.reference-blog-post__banner-words-free-img2 {
  flex-basis: 50%;
}

.reference-blog-post__banner-words-free-text {
  flex-basis: 50%;
  margin-left: 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin-top: 30px;
}

.reference-blog-post__bottom-evaluating {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.reference-blog-post__bottom-rating {
  display: flex;
  align-items: center;
}

.reference-list_item-new .reference-item__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.reference-list_item-new .reference-item__list {
  list-style: none;
}

.reference-list_item-new .reference-item__list li {
  margin-top: 60px;
}

.reference-list_item-new .reference-item__list li:first-child {
  margin-top: 15px;
}


.reference-list_item-new .reference-item__list li::before {
 content: '';
}

.reference-list_item-new .reference-item__list li a {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  color: #2f4051;
  padding-left: 0;
}

.reference-list_item-new .reference-item__list li img {
  max-width: 100%;
  margin-bottom: 20px;
}

.reference-list_item-new .reference-other-articles__list li a {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  color: #2f4051;
  padding-left: 0;
}

.reference-list_item-new .reference-other-articles__list li img {
  max-width: 100%;
  margin-bottom: 20px;
}

.reference-list_item-new .reference-other-articles__list {
  list-style: none;
  padding-left: 0;
}

.reference-list_item-new .reference-other-articles__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}

.reference-list_item-new .reference-other-articles__list {
  display: flex;
 justify-content: space-between;
}

.reference-list_item-new .reference-other-articles__list-item {
  margin: 30px 0px 0px 0px;
  width: calc(33.333% - 25px);
}

.reference-blog-post__bottom-like svg path {
  stroke: #818181;
  stroke-width: 1;
}

.reference-blog-post__bottom-like.active svg path {
  stroke: rgb(227, 64, 52);
  fill:rgb(227, 64, 52);
}

.redesign-header__menu-login {
  background-color: #34BE5B;
  text-transform: none;
  font-weight: bold;
}

.redesign-header__menu-login:hover {
  background-color: #34BE5B;
}

.reference-list_item-new .section__header.level-test__header {
  margin-top: 30px;
}

.reference-comments__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.reference-comments {
  background: #F2F6FB;
  padding: 40px 0px;
}

.reference-comments__textarea {
  max-width: 800px;
  width: 100%;
  height: 70px;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}

.reference-comments {
  margin-top: 60px;
}

.reference-comments .puzzle-box_type_comments {
  background-color: #F2F6FB;
}

.reference-comments .puzzle-comments__list {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 1px;
}

.level-test__media {
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width:992px)  {
  .reference-list_item-new .js-this-scroll {
    width: 100%;
  }

  .reference-list_item-new .reference-blog-post {
    width: 100%;
  }

  .reference-blog-post__wrapper {
    flex-direction: column;
  }

  .reference-list .react-blog-item__form.blue {
    display: block;
    text-align: center;
  }

  .reference-list_item-new .reference-item__list {
    display: flex;
    margin: 0px -25px;
  }

  .reference-list_item-new .reference-item__list li {
    flex: 0 1 33.333%;
    padding: 0 25px;
    margin-top:0;
  }

}


@media only screen and (max-width: 768px)  {
  .reference-blog-post__info-rating-shows-wrapper {
    order: -1;
    justify-content: space-between;
  }

  .reference-blog-post__info-sharing {
    flex-direction: column;
    align-items: flex-start;
  }

  .reference-blog-post__info-sharing .share-button:first-child {
   margin-left: 0;
  }

  .reference-blog-post__banner-words-free {
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 25px 15px;
    margin: 60px 0 20px 0;
  }

  img.reference-blog-post__banner-words-free-img1 {
    width: 171px;
    position: absolute;
    margin: 0;
    top: -50px;
  }

  img.reference-blog-post__banner-words-free-img2 {
    position: relative;
    bottom: auto;
    margin: 0;
    margin-top: 15px;
  }

  .reference-blog-post__banner-words-free-text {
    margin-left: 0;
    margin-top: 45px;
    text-align: center;
    font-size: 22px;
  }

  .reference-list_item-new .reference-item__list li {
    flex: 0 1 100%;
    padding: 0;
    margin-top: 30px;
  }

  .reference-list_item-new .reference-other-articles__list-item {
    flex: 0 1 100%;
    padding: 0;
  }

  .reference-list_item-new .reference-other-articles__list {
    margin: 0;
    flex-wrap: wrap;
  }

  .reference-list_item-new .reference-item__list {
    margin: 0;
    flex-wrap: wrap;
  }

  .reference-list .react-blog-item__form.blue img{
    display: none;
  }
  .react-blog-item__form.blue .react-blog-item__form-text {
    margin-top: 0;
    text-align: left;
  }

  .reference-list .react-blog-item__form.blue {
    margin: 15px auto;
    padding: 15px;
  }

  .reference-list_item-new .react-blog-item__right {
    padding-top: 0;
  }

  .reference-blog-post__add-in-dict-wrapper {
    width: 100%;
  }

  .reference-list_item-new .reference-blog-post h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .reference-blog-post__info-download {
    height: 40px;
    margin-top: 10px;
    padding: 7px 12px;
  }

  .reference-list_item-new .reference-blog-post__info-img {
    margin-bottom: 0;
  }

  img.reference-blog-post__read-also-img {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .reference-blog-post__read-also-in-article {
    flex-wrap: wrap;
  }

  .reference-blog-post__read-also-link {
    font-size: 16px;
  }

  .reference-blog-post__add-in-dict-wrapper .reference-blog-post__add-in-dict-button {
    margin-top: 15px;
  }

  .reference-list_item-new .puzzle-breadcrumbs {
    margin-bottom: 0 !important;
  }

  .reference-list_item-new .reference-item__title {
    font-size: 24px;
  }

  .reference-list_item-new .reference-other-articles__list li a {
    font-size: 18px;
  }


  .reference-list_item-new .reference-other-articles__title {
    font-size: 24px;
  }

  .reference-list_item-new .reference-other-articles__list li a {
    font-size: 18px;
  }

  .reference-list_item-new .reference-item__list li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 330px)  {
  .redesign-header__menu-login {
    padding: 7px 7px 10px !important;
  }
}
