._video__container {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
._video__chapter {
  position: relative;
  padding: 56px 0 0 30px;
  color: #1d2335;
  text-align: center;
  max-width: 735px;
  margin: 20px auto 12px;
}
@media (min-width: 992px) {
  ._video__chapter {
    line-height: 40px;
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  ._video__chapter {
    line-height: 24px;
    font-size: 22px;
  }
}
._video__chapter--menu {
  position: absolute;
  left: 0;
  cursor: pointer;
  margin-top: 5px;
  color: rgba(29, 35, 53, 0.38);
  font-size: 28px;
}
._video__chapter--menu:hover, ._video__chapter--menu:focus, ._video__chapter--menu:active {
  color: #1d2335;
}
._video__chapter--menu__new {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #f2291f;
  line-height: 16px;
  position: absolute;
  top: -8px;
  left: 28px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
._video__chapter--menu__new .icon {
  font-size: 20px;
  margin-right: 5px;
}
._video__item {
  box-shadow: 0 0 15px rgba(27, 28, 29, 0.67);
  position: relative;
  outline: none;
  opacity: 0.3;
  border-radius: 4px;
}
@media (min-width: 992px) {
  ._video__item {
    width: 735px;
    min-height: 420px;
    margin: 20px 64px;
  }
}
@media (max-width: 991.98px) {
  ._video__item {
    margin: 15px;
  }
}
._video__item.slick-current {
  opacity: 1;
  cursor: pointer;
}
._video__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
._video__new::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/label__new.png) no-repeat;
  top: 8px;
  left: -4px;
  width: 51px;
  height: 27px;
  z-index: 3;
}
._video__shadow {
  position: relative;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
._video__shadow--time {
  position: absolute;
  bottom: 10px;
  left: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 3;
  font-size: 12px;
  font-family: Verdana;
}
._video__shadow--time .icon-clock {
  margin-right: 8px;
  font-size: 16px;
}
._video__shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 28, 29, 0.68);
  z-index: 1;
}
._video__shadow::after {
  content: "";
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 30px);
  z-index: 2;
  color: #fff;
  width: 0;
  height: 0;
  border-left: 60px solid;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
}
._video__frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
._video__nav {
  color: rgba(29, 35, 53, 0.38);
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 992px) {
  ._video__nav {
    font-size: 41px;
  }
}
@media (max-width: 991.98px) {
  ._video__nav {
    font-size: 24px;
  }
}
._video__nav--container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  ._video__nav--container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  ._video__nav {
    position: absolute;
    bottom: 225px;
  }
}
@media (min-width: 992px) {
  ._video__nav--left {
    left: 0;
  }
}
@media (min-width: 992px) {
  ._video__nav--right {
    right: 0;
  }
}
._video__nav.slick-disabled {
  visibility: hidden;
}
._video__description {
  position: relative;
  max-width: 735px;
  margin: 20px auto;
}
._video__description--headline {
  margin-bottom: 10px;
  color: #1d2335;
  font-size: 18px;
  font-weight: 600;
}
._video__description--content {
  margin-bottom: 15px;
  color: #929aa3;
  line-height: 22px;
  font-size: 14px;
}
._video__description--content.collapse {
  display: block;
  max-height: 85px;
  overflow: hidden;
}
._video__description--content.show {
  max-height: none;
}
._video__description--toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #1d2335;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
._video__description--toggle .icon {
  transition: transform 0.4s ease;
  transform: rotate(-90deg);
  color: inherit;
  margin-left: 5px;
  font-size: 13px;
}
._video__description--toggle.collapsed .icon {
  transform: rotate(0deg);
}
._video__description--close {
  cursor: pointer;
  text-align: right;
  position: sticky;
  opacity: 0.7;
  top: 20px;
  font-size: 22px;
}
._video__description--close:hover, ._video__description--close:focus, ._video__description--close:active {
  opacity: 1;
}
@media (min-width: 992px) {
  ._video__description--close {
    margin-right: -40px;
  }
}
._video__description--close .icon {
  display: none;
}
._video__description--close.show .icon {
  display: inline;
}
._video__menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 85px 30px 20px 30px;
  background-color: #edeff2;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  transition: transform 0.4s ease;
}
@media (min-width: 1200px) {
  ._video__menu {
    min-width: 520px;
    transform: translateX(-520px);
  }
}
@media (max-width: 1199.98px) {
  ._video__menu {
    width: auto;
    transform: translateX(-335px);
  }
}
._video__menu.active {
  transform: translateX(0);
}
._video__menu--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 275px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #1d2335;
  font-size: 18px;
  font-weight: 600;
}
._video__menu--title .icon {
  margin-top: 5px;
  cursor: pointer;
  color: rgba(29, 35, 53, 0.38);
  font-size: 14px;
}
._video__menu--title .icon:hover, ._video__menu--title .icon:focus, ._video__menu--title .icon:active {
  color: #1d2335;
}
._video__menu--ul {
  position: sticky;
  top: 20px;
}
._video__menu--item {
  display: flex;
  align-items: center;
  padding: 12px 12px 10px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}
._video__menu--active {
  border-color: #00a0f2;
}
._video__menu--partition {
  color: #1d2335;
  line-height: 18px;
  font-size: 14px;
}
._video__menu--count {
  color: #929aa3;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}
._video__menu--preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}
._video__menu--preview .icon {
  font-size: 18px;
}
._video__menu--preview.type-1 {
  background-color: rgba(0, 160, 242, 0.1);
}
._video__menu--preview.type-2 {
  background-color: rgba(0, 200, 83, 0.1);
}
._video__menu--preview.type-3 {
  background-color: rgba(255, 87, 34, 0.1);
}
._video__menu--preview.type-4 {
  background-color: rgba(149, 117, 205, 0.1);
}
._video__menu--preview.type-5 {
  background-color: rgba(236, 64, 122, 0.1);
}
._video__menu--preview.type-6 {
  background-color: rgba(0, 188, 212, 0.1);
}
._video__menu--preview.type-7 {
  background-color: rgba(249, 168, 37, 0.1);
}
._video__menu--new {
  position: relative;
}
._video__menu--new::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  right: -2px;
  top: -2px;
}
._video__menu--new::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background: #f2291f;
  border-radius: 50%;
  right: 1px;
  top: 1px;
}
._video__menu--sticky {
  position: relative;
}
._video__slider--container {
  min-height: 455px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
._video__slider--container .main__preload {
  z-index: 0;
}

.quick__start {
  position: relative;
  background: #e3ecf7;
  color: #1d2335;
  overflow: hidden;
  background: -moz-linear-gradient(-45deg, #e3ecf7 0%, #b4c7de 100%);
  background: -webkit-linear-gradient(-45deg, #e3ecf7 0%, #b4c7de 100%);
  background: linear-gradient(135deg, #e3ecf7 0%, #b4c7de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e3ecf7", endColorstr="#b4c7de",GradientType=1);
}
@media (min-width: 1200px) {
  .quick__start {
    padding-top: 93px;
    padding-bottom: 166px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .quick__start {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .quick__start {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.quick__start::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/quick__start--bg.png) center right no-repeat;
}
@media (width: 1200px) {
  .quick__start::before {
    right: -215px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quick__start::before {
    right: -315px;
  }
}
@media (max-width: 991.98px) {
  .quick__start::before {
    display: none;
  }
}
.quick__start--block {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .quick__start .landing-heading {
    margin-bottom: 38px;
  }
}
@media (max-width: 767.98px) {
  .quick__start .landing-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
  }
}
.quick__start--description {
  font-size: 18px;
}
@media (min-width: 768px) {
  .quick__start--description {
    margin-bottom: 38px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .quick__start--description {
    margin-bottom: 20px;
    text-align: center;
  }
}
.quick__start--direction {
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
}
@media (min-width: 768px) {
  .quick__start--direction {
    margin-bottom: 34px;
    max-width: 630px;
    justify-content: space-between;
  }
}
.quick__start--item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .quick__start--item {
    width: 50%;
  }
}
.quick__start--item .icon-library {
  font-size: 18px;
}
.quick__start--item .icon-school {
  font-size: 22px;
}
.quick__start--item .icon-find-in-page {
  font-size: 20px;
}
.quick__start--item .icon-assignment {
  font-size: 18px;
}
.quick__start--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  color: #00a0f2;
}
.quick__rk {
  width: 100%;
  background: #f62f4f;
  background: -moz-linear-gradient(left, #ff624e 0%, #f62f4f 100%);
  background: -webkit-linear-gradient(left, #ff624e 0%, #f62f4f 100%);
  background: linear-gradient(to right, #ff624e 0%, #f62f4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff624e", endColorstr="#f62f4f",GradientType=1 );
  color: #fff;
}
.quick__rk--container {
  background: url("../images/quick__rk--youtube.png") no-repeat 28px center;
  max-width: 735px;
  padding: 27px 0 17px 219px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .quick__rk--container {
    background: none;
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .quick__rk--container > div {
    margin-right: 1rem;
  }
}
.quick__rk--container .btn {
  width: 188px;
}
.quick__rk--title {
  font-size: 24px;
  margin-bottom: 0.75rem;
}
.quick__rk--description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.quick__test {
  position: relative;
  background: #e7f0fd;
  background: -moz-linear-gradient(left, #e7f0fd 0%, #accbee 100%);
  background: -webkit-linear-gradient(left, #e7f0fd 0%, #accbee 100%);
  background: linear-gradient(to right, #e7f0fd 0%, #accbee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e7f0fd", endColorstr="#accbee",GradientType=1 );
  text-align: center;
  color: #1d2335;
  overflow: hidden;
}
.quick__test::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/quick__test--right.png) bottom right no-repeat;
}
@media (width: 1200px) {
  .quick__test::before {
    right: -255px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quick__test::before {
    right: -330px;
  }
}
@media (max-width: 991.98px) {
  .quick__test::before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1670px) {
  .quick__test::before {
    right: -255px;
  }
}
.quick__test--block {
  position: relative;
}
@media (min-width: 768px) {
  .quick__test--block {
    padding-top: 57px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .quick__test--block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.quick__test--block::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 295px;
  height: 253px;
  background: url(../images/quick__test--left.png) bottom right no-repeat;
}
@media (min-width: 1200px) {
  .quick__test--block::before {
    left: -95px;
  }
}
@media (width: 1200px) {
  .quick__test--block::before {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quick__test--block::before {
    left: -50px;
  }
}
@media (max-width: 991.98px) {
  .quick__test--block::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .quick__test--headline {
    margin-bottom: 21px;
    line-height: 36px;
    font-size: 28px;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .quick__test--headline {
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
  }
}
.quick__test--description {
  font-size: 16px;
}
@media (min-width: 768px) {
  .quick__test--description {
    margin-bottom: 34px;
  }
}
@media (max-width: 767.98px) {
  .quick__test--description {
    margin-bottom: 20px;
  }
}
.quick__video {
  padding-top: 26px;
  background-color: #f9f9f9;
  color: #1d2335;
}
@media (min-width: 992px) {
  .quick__video {
    padding-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .quick__video {
    padding-bottom: 15px;
  }
}
.quick__video--headline {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .quick__video--headline {
    margin-bottom: 53px;
  }
}
@media (max-width: 991.98px) {
  .quick__video--headline {
    margin-bottom: 30px;
    line-height: 40px;
  }
}
.quick__course {
  background: #fff;
  padding-top: 26px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .quick__course {
    padding-bottom: 72px;
  }
}
@media (max-width: 991.98px) {
  .quick__course {
    padding-bottom: 30px;
  }
}
.quick__course--headline {
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .quick__course--headline {
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .quick__course--headline {
    margin-bottom: 15px;
  }
}
.quick__course--block {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .quick__course--block {
    display: flex;
    max-width: 730px;
  }
}
.quick__course--block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.quick__course--title {
  color: #1d2335;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}
.quick__course--description {
  margin-bottom: 10px;
  line-height: 22px;
  color: #929aa3;
  font-size: 14px;
}
.quick__course--active {
  position: relative;
}
@media (min-width: 992px) {
  .quick__course--active {
    min-width: 730px;
    margin-right: 125px;
  }
}
.quick__course--deactived {
  opacity: 0.3;
  cursor: none;
}
@media (max-width: 1199.98px) {
  .quick__course--deactived {
    display: none;
  }
  .quick__course--deactived .quick__course--arrow {
    cursor: none;
  }
}
.quick__course--arrow {
  position: absolute;
  top: calc(50% - 60px);
  right: -80px;
  width: 41px;
  height: 24px;
  background: url(../images/quick__video--arrow.png) 0 0 no-repeat;
}
@media (max-width: 1199.98px) {
  .quick__course--arrow {
    display: none;
  }
}
.quick__course--video {
  margin-bottom: 19px;
}

.section-subscribe {
  margin-top: 0 !important;
}

@-webkit-keyframes indicator-new {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  34%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
  }
}

/*# sourceMappingURL=main.css.map */
