.preview-video-btn {
  display: flex;
  align-items: center;
}
.preview-video-btn__img {
  margin-right: 8px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.preview-video-btn__link {
  color: #3E59B9;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dashed #3E59B9;
  cursor: pointer;
}
.preview-video-btn__link:hover {
  color: #3E59B9;
  border-bottom: 1px solid transparent;
}

.preview-video-popup video {
  max-width: 600px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .preview-video-popup video {
    width: 85vw;
  }
}
.preview-video-popup .ui-popup__body-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .preview-video-popup .ui-popup__body-inner {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .preview-video-popup .ui-popup__close-btn {
    top: -34px;
    right: -5px;
  }
}
.preview-video-popup__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  padding: 0;
}
.preview-video-popup__play-btn:hover {
  background: rgba(0, 0, 0, 0.85);
  transform: translate(-50%, -50%) scale(1.1);
}
.preview-video-popup__play-btn svg {
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 768px) {
  .preview-video-popup__play-btn {
    width: 64px;
    height: 64px;
  }
  .preview-video-popup__play-btn svg {
    width: 28px;
    height: 28px;
  }
}

.videopuzzles-page-title__wrap {
  position: relative;
}
@media screen and (max-width: 992px) {
  .videopuzzles-page-title__wrap {
    display: flex;
    flex-direction: column;
  }
}
.videopuzzles-page-title__wrap .preview-video-btn {
  right: 40px;
  position: absolute;
  top: 6px;
}
@media screen and (max-width: 992px) {
  .videopuzzles-page-title__wrap .preview-video-btn {
    right: auto;
    top: auto;
    position: relative;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .videopuzzles-page-title__wrap .preview-video-btn {
    margin: 0 auto 15px;
  }
}

.puzzle-vp-head__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .puzzle-vp-head__wrap {
    display: flex;
    flex-direction: column;
  }
}
.puzzle-vp-head__wrap .preview-video-btn {
  position: absolute;
  right: 40px;
  top: 15px;
}
@media screen and (max-width: 992px) {
  .puzzle-vp-head__wrap .preview-video-btn {
    right: auto;
    top: auto;
    position: relative;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .puzzle-vp-head__wrap .preview-video-btn {
    margin: 0 auto 15px;
  }
}

.redesign__inner-header_type_audiopuzzles .preview-video-btn {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .redesign__inner-header_type_audiopuzzles .preview-video-btn {
    order: 1;
    text-align: center;
    margin: 20px auto 20px;
    justify-content: center;
    width: 100%;
  }
}
.redesign__inner-header_type_audiopuzzles .redesign__inner-header-fullscreen {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .redesign__inner-header_type_audiopuzzles .redesign__inner-header-fullscreen {
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .redesign__inner-header_type_audiopuzzles .redesign__inner-header-wrapper {
    flex-wrap: wrap;
  }
}

.lessons-and-exercises-top {
  position: relative;
}
@media screen and (max-width: 992px) {
  .lessons-and-exercises-top-title__wrap {
    display: flex;
    flex-direction: column;
  }
}
.lessons-and-exercises-top-title__wrap .preview-video-btn {
  position: absolute;
  right: 40px;
  top: 52px;
}
@media screen and (max-width: 992px) {
  .lessons-and-exercises-top-title__wrap .preview-video-btn {
    position: relative;
    top: 0;
    right: auto;
    margin: 0 auto 20px;
  }
}
.lessons-and-exercises-top-title__wrap .preview-video-btn__link {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.lessons-and-exercises-top-title__wrap .preview-video-btn__img svg path {
  stroke: #fff;
}

@media screen and (max-width: 992px) {
  .puzzle-vp-head_exercise__wrap {
    display: flex;
    flex-direction: column;
  }
}
.puzzle-vp-head_exercise__wrap .preview-video-btn {
  position: absolute;
  right: 40px;
  top: 15px;
}
@media screen and (max-width: 992px) {
  .puzzle-vp-head_exercise__wrap .preview-video-btn {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto 20px;
  }
}
.puzzle-vp-head_exercise__wrap .preview-video-btn__link {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.puzzle-vp-head_exercise__wrap .preview-video-btn__img svg path {
  stroke: #fff;
}

.gramotey__header .preview-video-btn {
  position: absolute;
  right: 40px;
  top: 15px;
}
@media screen and (max-width: 992px) {
  .gramotey__header .preview-video-btn {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .writing-wrap {
    padding-top: 20px;
  }
}
.writing-wrap .preview-video-btn {
  position: absolute;
  right: 40px;
  top: 52px;
}
@media screen and (max-width: 992px) {
  .writing-wrap .preview-video-btn {
    position: relative;
    top: 0;
    right: auto;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.writing-wrap .preview-video-btn__link {
  color: #32404F;
  border-bottom: 1px dashed #32404F;
}
.writing-wrap .preview-video-btn__img svg path {
  stroke: #111;
}

@media screen and (max-width: 992px) {
  .writing-wrap-item {
    padding-top: 20px;
  }
}
.writing-wrap-item .preview-video-btn {
  position: absolute;
  right: 40px;
  top: 52px;
}
@media screen and (max-width: 992px) {
  .writing-wrap-item .preview-video-btn {
    position: relative;
    top: 0;
    right: auto;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.books-wrap {
  position: relative;
}
.books-wrap .preview-video-btn {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 992px) {
  .books-wrap .preview-video-btn {
    position: relative;
    right: auto;
    justify-content: center;
  }
}

.books-wrap-item {
  position: relative;
}
@media only screen and (min-width: 1620px) {
  .books-wrap-item {
    max-width: 1600px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1620px) {
  .books-wrap-item {
    max-width: 95%;
  }
}
.books-wrap-item .preview-video-btn {
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .books-wrap-item .preview-video-btn {
    justify-content: center;
  }
}

.puzzle-box_type_books_info {
  padding-top: 20px;
}

.podcasts-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .podcasts-wrap .preview-video-btn {
    justify-content: center;
  }
}

.podcasts-element {
  padding-top: 20px;
}

/*# sourceMappingURL=video-item.css.map */
