@charset "UTF-8";
/*    Colors    */
/*    Sizes: */
.site-header .large-site-header {
  position: relative;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media (max-width: 767.98px) {
  .site-header .large-site-header {
    height: 60px;
  }
}
.site-header .large-site-header .logo {
  height: 40px;
}
@media (max-width: 767.98px) {
  .site-header .large-site-header .logo {
    height: 35px;
  }
}
.site-header .large-site-header .logo img {
  height: 100%;
}
.site-header .large-site-header .userpanel {
  margin-left: 36px;
  position: relative;
  height: 40px;
  background: none;
  border: none;
  overflow: hidden;
  height: 42px;
  cursor: pointer;
}
.site-header .large-site-header .userpanel:focus {
  outline: none;
}
.site-header .large-site-header .userpanel:hover .name {
  color: #8c8c8c;
}
.site-header .large-site-header .userpanel .photo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.site-header .large-site-header .userpanel .name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #B2B2B2;
}
.site-header .large-site-header .dark-toggler {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.site-header .large-site-header .dark-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.site-header .large-site-header .header-navbar-item {
  color: #B2B2B2;
  font-size: 15px;
  line-height: 22px;
  margin-left: 30px;
}
.site-header .large-site-header .header-navbar-item svg.icon {
  height: 18px;
}
.site-header .large-site-header .header-navbar-item svg.icon path {
  fill: #00A3FD;
}
.site-header .large-site-header .header-navbar-item:focus, .site-header .large-site-header .header-navbar-item:hover {
  color: #8c8c8c;
}
.site-header .large-site-header .header-navbar-item:focus svg.icon path, .site-header .large-site-header .header-navbar-item:hover svg.icon path {
  fill: #0072b1;
}
.site-header .large-site-header .header-navbar-item .subscription {
  margin-left: 5px;
}
.site-header .sandwich-dropdown-header {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 0;
  width: 100%;
}
.site-header .sandwich-dropdown-header a {
  text-decoration: none;
}

.lesson-card {
  position: relative;
}
.lesson-card .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 24px;
}
@media only screen and (max-width: 875px) {
  .lesson-card .wrapper {
    flex-direction: column;
    padding: 24px 16px;
  }
}
.lesson-card .wrapper .lesson-number {
  position: absolute;
  top: 16px;
  right: 32px;
  font-size: 16px;
  font-style: italic;
  font-weight: lighter;
  color: #6c757d !important;
}
.lesson-card .wrapper .lesson-image {
  max-width: 382px;
}
.lesson-card .wrapper .lesson-image img {
  width: 100%;
}
@media only screen and (max-width: 1175px) {
  .lesson-card .wrapper .lesson-image {
    max-width: 450px;
  }
}
@media only screen and (max-width: 875px) {
  .lesson-card .wrapper .lesson-image {
    max-width: none;
    margin: 0 auto 20px auto;
  }
  .lesson-card .wrapper .lesson-image img {
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    display: block;
  }
}
.lesson-card .wrapper .lesson-summary {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}
@media only screen and (max-width: 1175px) {
  .lesson-card .wrapper .lesson-summary {
    max-width: 552px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 875px) {
  .lesson-card .wrapper .lesson-summary {
    max-width: none;
    padding-left: 0;
  }
}
.lesson-card .wrapper .lesson-summary .title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}
.lesson-card .wrapper .lesson-summary .subtitle {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  font-family: inherit;
  color: inherit;
}
.lesson-card .wrapper .lesson-summary .description {
  font-size: 14px;
}
.lesson-card .wrapper .lesson-summary .lesson-advantages {
  display: flex;
  justify-content: space-around;
  line-height: 40px;
}
@media only screen and (max-width: 630px) {
  .lesson-card .wrapper .lesson-summary .lesson-advantages {
    flex-direction: column;
    align-items: center;
    line-height: 32px;
  }
}
.lesson-card .wrapper .lesson-summary .lesson-advantages .advantage-icon {
  padding-right: 5px;
}
.lesson-card .wrapper .lesson-summary .lesson-start-panel {
  margin-left: auto;
}
@media only screen and (max-width: 630px) {
  .lesson-card .wrapper .lesson-summary .lesson-start-panel {
    margin-right: auto;
  }
}
.lesson-card .wrapper .lesson-summary .lesson-start-panel .btn-start {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
  line-height: 24px;
  border-radius: 3px;
  text-decoration: none;
}
@media only screen and (max-width: 630px) {
  .lesson-card .wrapper .lesson-summary .lesson-start-panel .btn-start {
    margin-top: 20px;
  }
}

.module-card {
  padding: 36px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .module-card {
    padding: 24px;
  }
}
.module-card._green {
  background: #B9FFA5;
}
.module-card._yellow {
  background: #FFFFA5;
}
.module-card._pink {
  background: #F2CFEC;
}
.module-card._highlighted {
  box-shadow: 0px 0px 10px 0px #8af500;
}
.module-card._inactive {
  opacity: 0.7;
}
.module-card .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .module-card .title {
    font-size: 22px;
    line-height: 22px;
  }
}
.module-card .subtitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  padding-top: 16px;
}
@media (max-width: 575.98px) {
  .module-card .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}
.module-card .expert-photo {
  float: right;
  display: block;
  flex-shrink: 0;
  height: 150px;
  width: 150px;
  margin-top: -20px;
  margin-right: -15px;
  background: transparent;
}
@media (max-width: 767.98px) {
  .module-card .expert-photo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .module-card .expert-photo {
    margin-top: -8px;
    height: 75px;
    width: 75px;
  }
}
.module-card .expert-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 575.98px) {
  .module-card .expert-photo {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
.module-card .price {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
.module-card .price .icon {
  margin-top: auto;
}
.module-card .price .icon svg {
  height: 16px;
  width: 22px;
}
.module-card .price .icon path {
  fill: #343738;
}
.module-card .old-price {
  text-decoration: line-through;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.module-card .price-with-discount {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.module-card .badge-discount {
  color: white;
  background-color: #EB5757;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 8px 3px 8px;
}
.module-card .additional-button-info {
  margin-left: 6px;
  align-items: start;
}
@media (max-width: 575.98px) {
  .module-card .additional-button-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
}
.module-card .explanation {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1;
  font-style: italic;
}
.module-card .first-lesson-free {
  font-size: 16px;
  text-transform: lowercase;
  color: #28a745;
}
.module-card .price-block {
  text-align: right;
}
@media (max-width: 575.98px) {
  .module-card .price-block {
    text-align: left;
  }
}

.module-compare {
  margin-top: 36px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  padding: 60px 60px;
}
@media (max-width: 767.98px) {
  .module-compare {
    padding: 40px 20px;
  }
}
.module-compare > .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767.98px) {
  .module-compare > .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.module-compare .compare-list {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .module-compare .compare-list {
    margin-top: 40px;
    flex-direction: column;
    justify-content: center;
  }
}

.compare-list .card {
  width: 300px;
  height: 176px;
  padding: 24px;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .compare-list .card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .compare-list .card:last-child {
    margin-bottom: 0;
  }
}
.compare-list .card .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}
.compare-list .card .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 10px;
}
.compare-list .card .price {
  margin-top: auto;
  font-size: 22px;
  line-height: 22px;
  color: #000;
}

.progressbar {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.progressbar__section {
  position: relative;
  height: 24px;
  font-size: 14px;
  line-height: 14px;
}
.progressbar__section:nth-child(2) {
  padding-left: 16px;
}
.progressbar__section:nth-child(3) {
  padding-left: 16px;
}
.progressbar__section:nth-child(4) {
  padding-left: 16px;
}
.progressbar__section:nth-child(5) {
  padding-left: 16px;
}
.progressbar__section span {
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 575.98px) {
  .progressbar__section span {
    padding-left: 10px;
    padding-right: 0px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .progressbar__section:last-child span {
    padding-right: 5px;
  }
}
.progressbar__section svg {
  position: absolute;
  right: 1px;
  transform: translateX(100%);
  height: 24px;
  width: 16px;
  z-index: 2;
}
.progressbar__section._green {
  background: #008412;
}
.progressbar__section._green span {
  color: #fff;
}
.progressbar__section._green path {
  fill: #008412;
}
.progressbar__section._yellow {
  background: #FFDE04;
}
.progressbar__section._yellow span {
  color: #343738;
}
.progressbar__section._yellow path {
  fill: #FFDE04;
}
.progressbar__section._inactive {
  border: 1px solid #B1B1B1;
  border-right: 0;
  border-left: 0;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #c7c7c7 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #c7c7c7 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9e9e9", endColorstr="#c7c7c7",GradientType=0 );
}
.progressbar__section._inactive span {
  opacity: 0.5;
}
.progressbar__section._inactive:last-child {
  border-right: 1px solid #B1B1B1;
}
.progressbar__section._inactive:first-child {
  border-left: 1px solid #B1B1B1;
}
.progressbar__section._active {
  height: 28px;
}
.progressbar__section._active span {
  font-size: 16px;
  line-height: 16px;
}
.progressbar__section._active svg {
  height: 28px;
  width: 21px;
}
@media (max-width: 575.98px) {
  .progressbar__section._active {
    height: 32px;
  }
  .progressbar__section._active span {
    font-size: 12px;
    line-height: 12px;
  }
  .progressbar__section._active svg {
    height: 32px;
    width: 24px;
  }
}
@media (max-width: 575.98px) {
  .progressbar__section {
    font-size: 10px;
    line-height: 12px;
    height: 28px;
  }
  .progressbar__section svg {
    height: 28px;
    width: 22px;
  }
  .progressbar__section:nth-child(2) {
    padding-left: 16px;
  }
  .progressbar__section:nth-child(3) {
    padding-left: 16px;
  }
}

.slim-task-step-panel {
  max-width: 600px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .slim-task-step-panel {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .slim-task-step-panel {
    width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .slim-task-step-panel {
    margin-bottom: 1.5rem;
  }
}

.task-steps-switcher {
  margin-left: -16px;
  margin-right: -16px;
}
.task-steps-switcher .slick-track {
  display: flex;
  align-items: center;
}
.task-steps-switcher .switcher-btn {
  border: none;
  background-color: transparent;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s;
  cursor: default;
}
.task-steps-switcher .switcher-btn:not([disabled]):hover {
  color: white;
  cursor: pointer;
}
.task-steps-switcher .switcher-btn:disabled {
  opacity: 0.3;
}
.task-steps-switcher .title {
  font-size: 1.5rem;
  line-height: 1.3;
}
.task-steps-switcher .subtitle {
  font-size: 0.9rem;
  line-height: 1;
}

.lesson-intro .wrapper {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .lesson-intro .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
  }
}
.lesson-intro .title {
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .lesson-intro .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.lesson-intro .preview img {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto 0 auto;
}
.lesson-intro .description p {
  margin-top: 0px;
  margin-left: initial;
  margin-right: initial;
  margin-bottom: 16px;
}
.lesson-intro .description img:not(.emoji) {
  max-width: 95%;
  margin: 0.25rem;
  /* FIXME в теории margin может вылезти за 5% экрана и тогда вёрстка поплывет*/
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.terminal-container {
  width: 100%;
  height: max(90vh, 500px);
  z-index: 2;
  background: black;
}

.btn-d41d-google {
  /* Adds hash to class name to avoid Adblock Plus regexps.
    Copied from bootstrap social https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.css
  */
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-d41d-google:focus, .btn-d41d-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-d41d-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-d41d-google:active, .btn-d41d-google.active {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-d41d-google:active:hover, .btn-d41d-google.active:hover, .btn-d41d-google:active:focus, .btn-d41d-google.active:focus, .btn-d41d-google:active.focus, .btn-d41d-google.active.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-d41d-google:active, .btn-d41d-google.active {
  background-image: none;
}
.btn-d41d-google.disabled:hover, .btn-d41d-google[disabled]:hover, fieldset[disabled] .btn-d41d-google:hover, .btn-d41d-google.disabled:focus, .btn-d41d-google[disabled]:focus, fieldset[disabled] .btn-d41d-google:focus, .btn-d41d-google.disabled.focus, .btn-d41d-google[disabled].focus, fieldset[disabled] .btn-d41d-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-d41d-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-cd98-vk {
  /* Adds hash to class name to avoid Adblock Plus regexps.
    Copied from bootstrap social https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.css
  */
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cd98-vk:focus, .btn-cd98-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cd98-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cd98-vk:active, .btn-cd98-vk.active {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cd98-vk:active:hover, .btn-cd98-vk.active:hover, .btn-cd98-vk:active:focus, .btn-cd98-vk.active:focus, .btn-cd98-vk:active.focus, .btn-cd98-vk.active.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cd98-vk:active, .btn-cd98-vk.active {
  background-image: none;
}
.btn-cd98-vk.disabled:hover, .btn-cd98-vk[disabled]:hover, fieldset[disabled] .btn-cd98-vk:hover, .btn-cd98-vk.disabled:focus, .btn-cd98-vk[disabled]:focus, fieldset[disabled] .btn-cd98-vk:focus, .btn-cd98-vk.disabled.focus, .btn-cd98-vk[disabled].focus, fieldset[disabled] .btn-cd98-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cd98-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.big-social-btn {
  height: 53px;
  width: 220px;
  /* Copied from bootstrap social https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.css*/
  /*
    Сan`t use bootstrap social library classes because of Adblock Plus ban if
    option "Block social media icons tracking" enabled
  */
  position: relative;
  padding-left: 61px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.big-social-btn :first-child {
  /* Сan`t use bootstrap social library classes because of Adblock Plus ban if option
    "Block social media icons tracking" enabled.
    Copied from bootstrap social https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.css
  */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  line-height: 45px;
  font-size: 1.8em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.big-social-btn i {
  padding: 4px;
  width: 53px !important;
}
.big-social-btn span {
  font-size: 14px;
  line-height: 38px;
  opacity: 0.9;
}

.module-expert .wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
  background: #faa11c;
  background: -moz-linear-gradient(left, rgba(250, 161, 28, 0.85) 0%, rgba(250, 51, 28, 0.85) 100%);
  background: -webkit-linear-gradient(left, rgba(250, 161, 28, 0.85) 0%, rgba(250, 51, 28, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faa11c", endColorstr="#fa331c",GradientType=1 );
  background: linear-gradient(to right, rgba(250, 161, 28, 0.85) 0%, rgba(250, 51, 28, 0.85) 100%);
  padding: 50px 30px;
}
@media (max-width: 767.98px) {
  .module-expert .wrapper {
    margin-top: 24px;
    padding: 40px 20px;
  }
}
.module-expert .wrapper .role {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 35px;
}
.module-expert .wrapper .biography {
  max-width: 768px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .module-expert .wrapper .biography {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
.module-expert .wrapper .biography .photo {
  height: 200px;
  width: 200px;
  flex-shrink: 0;
}
.module-expert .wrapper .biography .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
}
.module-expert .wrapper .biography .personal-info {
  margin-top: 25px;
}
.module-expert .wrapper .biography .personal-info .name {
  justify-content: center;
  font-size: 28px;
  line-height: 28px;
}
.module-expert .wrapper .biography .personal-info .experience {
  margin-top: 18px;
  word-spacing: 110%;
}

.module-expert-detail {
  margin-top: 36px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  padding: 60px 60px;
}
@media (max-width: 767.98px) {
  .module-expert-detail {
    padding: 40px 0px;
  }
}
.module-expert-detail .wrapper {
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .module-expert-detail .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.module-expert-detail .wrapper > .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767.98px) {
  .module-expert-detail .wrapper > .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.module-expert-detail .wrapper .biography {
  display: flex;
  flex-direction: row;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .module-expert-detail .wrapper .biography {
    flex-direction: column;
  }
}
.module-expert-detail .wrapper .biography .photo {
  display: block;
  flex-shrink: 0;
  height: 200px;
  width: 200px;
}
@media (max-width: 767.98px) {
  .module-expert-detail .wrapper .biography .photo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.module-expert-detail .wrapper .biography .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
}
.module-expert-detail .wrapper .biography .description {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .module-expert-detail .wrapper .biography .description {
    margin-left: 0;
  }
}
.module-expert-detail .wrapper .biography .description .name {
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .module-expert-detail .wrapper .biography .description .name {
    margin-left: auto;
    margin-right: auto;
  }
}
.module-expert-detail .wrapper .biography .description .experience {
  margin-top: 18px;
}

.module-discount-reward .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
  background: #34ab0e;
  background: -moz-linear-gradient(left, #34ab0e 0%, #42cc16 100%);
  background: -webkit-linear-gradient(left, #34ab0e 0%, #42cc16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34ab0e", endColorstr="#42cc16",GradientType=1 );
  background: linear-gradient(to right, #34ab0e 0%, #42cc16 100%);
  padding: 50px 30px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .module-discount-reward .wrapper {
    margin-top: 24px;
    padding: 40px 20px;
    flex-direction: column;
  }
}
.module-discount-reward .wrapper .award2 {
  height: 160px;
  width: 160px;
  background: url("../img/award-ribbon-06.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .module-discount-reward .wrapper .award2 {
    height: 80px;
    width: 80px;
    flex-shrink: 0;
  }
}
.module-discount-reward .wrapper .discount-title {
  font-size: 48px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  margin-top: -4px;
}
.module-discount-reward .wrapper .final-price {
  font-weight: bold;
  font-size: 32px;
}
.module-discount-reward .wrapper .old-price {
  color: red;
  text-decoration: line-through;
  align-self: flex-end;
  font-size: 18px;
}
.module-discount-reward .wrapper .old-price > span {
  color: #F4F8F9;
}
.module-discount-reward .wrapper .discount-remains {
  font-size: 18px;
}
.module-discount-reward .wrapper .discount-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .module-discount-reward .wrapper .discount-info {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    width: auto;
    flex-direction: column;
  }
}
.module-discount-reward .wrapper .discount-info .reward-container {
  display: flex;
  flex-shrink: 0;
  height: 200px;
  width: 200px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .module-discount-reward .wrapper .discount-info .reward-container {
    display: none;
  }
}
.module-discount-reward .wrapper .discount-info .text-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .module-discount-reward .wrapper .discount-info .text-info {
    margin-top: 40px;
  }
}
.module-discount-reward .wrapper .discount-info .text-info .discount-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  word-spacing: 110%;
  color: #F4F8F9;
}
.module-discount-reward .wrapper .discount-info .get-discount-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: -30px auto -20px 200px;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .module-discount-reward .wrapper .discount-info .get-discount-button {
    margin: 0;
  }
}

.lesson-send {
  position: relative;
  background: #fff;
  padding: 60px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-top: 24px;
}
.lesson-send .wrapper {
  position: relative;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .lesson-send .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lesson-send .progressbar_subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-top: 24px;
  text-align: left;
}
.lesson-send .check {
  margin-top: 40px;
}
.lesson-send .check .title {
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .lesson-send .check .title {
    font-size: 20px;
    line-height: 22px;
  }
}
.lesson-send .check ul {
  margin-top: 16px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .lesson-send .check ul {
    margin-top: 24px;
  }
}
.lesson-send .check ul li {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .lesson-send .check ul li {
    line-height: 1.3;
  }
}
.lesson-send .check ul li:last-child {
  margin-bottom: 0;
}
.lesson-send .check ul li a {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .lesson-send .confirm {
    flex-direction: column;
  }
}
.lesson-send .confirm span {
  font-size: 14px;
  line-height: 14px;
  margin-left: 24px;
}
@media (max-width: 767.98px) {
  .lesson-send .confirm span {
    margin-left: 0;
    margin-top: 14px;
  }
}
.lesson-send .confirm .disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .lesson-send .progressbar__section {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .lesson-send .progressbar__wrapper {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start !important;
  }
}

.module-steps {
  position: relative;
  padding: 60px 60px;
}
@media (max-width: 767.98px) {
  .module-steps {
    padding: 40px 20px;
  }
}
.module-steps > .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767.98px) {
  .module-steps > .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.module-steps ul {
  margin-top: 60px;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .module-steps ul {
    margin-top: 40px;
    width: 100%;
  }
}
.module-steps ul li {
  margin-bottom: 24px;
}
.module-steps ul li:last-child {
  margin-bottom: 0;
}
.module-steps ul li span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-left: 22px;
}
@media (max-width: 767.98px) {
  .module-steps ul li span {
    font-size: 16px;
  }
}
.module-steps ul li .icon {
  height: 24px;
  width: auto;
}
.module-steps ul li .icon img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.module-steps .link {
  margin-top: 64px;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .module-steps .link {
    font-size: 20px;
    line-height: 22px;
  }
}

.next-lesson {
  margin-top: 60px;
  margin-bottom: 100px;
  background: #fff;
  padding: 60px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .next-lesson {
    padding: 40px 0;
  }
}
.next-lesson .wrapper {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .next-lesson .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.next-lesson .title {
  text-align: center;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .next-lesson .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.next-lesson .subtitle {
  text-align: center;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .next-lesson .subtitle {
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
  }
}
.next-lesson .preview {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.next-lesson .preview img {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto 0 auto;
}
.next-lesson .descr {
  position: relative;
  padding-top: 40px;
  font-size: 16px;
  line-height: 20px;
  height: 160px;
  overflow: hidden;
}
.next-lesson .descr:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 97%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 97%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 97%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.congratulations {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .congratulations {
    margin-top: 40px;
  }
}
.congratulations code {
  color: #ff0;
}
.congratulations .title {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.congratulations .award {
  height: 120px;
  width: 120px;
  background: url("../img/trophy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .congratulations .award {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
  }
}
.congratulations .award2 {
  height: 160px;
  width: 160px;
  background: url("../img/award-ribbon-06.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .congratulations .award2 {
    height: 80px;
    width: 80px;
    flex-shrink: 0;
  }
}
.congratulations .greetings {
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .congratulations .greetings {
    font-size: 24px;
    line-height: 26px;
    margin-left: 20px;
  }
}
.congratulations .wrapper {
  position: relative;
  margin-top: 50px;
  border-radius: 8px;
  background: #4f71fd;
  background: -moz-linear-gradient(left, #4f71fd 0%, #a938e9 100%);
  background: -webkit-linear-gradient(left, #4f71fd 0%, #a938e9 100%);
  background: linear-gradient(to right, #4f71fd 0%, #a938e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4f71fd", endColorstr="#a938e9",GradientType=1 );
  padding: 58px 0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .congratulations .wrapper {
    margin-top: 24px;
    padding: 40px 20px;
    flex-direction: column;
  }
}
.congratulations .wrapper .like {
  position: absolute;
  left: 66px;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 90px;
  background: url("../img/like.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.congratulations .wrapper .prepod {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: 110px;
}
@media (max-width: 767.98px) {
  .congratulations .wrapper .prepod {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
.congratulations .wrapper .prepod .photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.congratulations .wrapper .prepod .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.5);
}
.congratulations .wrapper .prepod .name {
  margin-top: 16px;
  text-align: center;
  justify-content: center;
}
.congratulations .wrapper .prepod .name span {
  display: block;
}
.congratulations .wrapper .prepod .name__prof {
  font-size: 16px;
  line-height: 16px;
  margin-left: auto;
}
.congratulations .wrapper .prepod .level {
  text-align: center;
  margin-top: 6px;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 576px) {
  .congratulations .wrapper .achievements {
    max-width: 500px;
    margin-left: 222px;
    margin-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .congratulations .wrapper .achievements {
    width: 100%;
    margin-left: 0;
  }
}

.achievements .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}
.achievements ul {
  margin-top: 32px;
}
.achievements ul li {
  display: flex;
  margin-bottom: 16px;
}
.achievements ul li:last-child {
  margin-bottom: 0;
}
.achievements ul li span {
  font-size: 20px;
  line-height: 1.3;
  margin-left: 10px;
  margin-bottom: -1px;
}
.achievements ul li .num {
  position: relative;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .achievements ul li .num {
    flex-shrink: 0;
  }
}
.achievements ul li .num span {
  position: absolute;
  content: "";
  font-size: 15px;
  line-height: 15px;
  color: #474747;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

.lesson-tabs .panel {
  position: relative;
  margin-top: 35px;
  border-radius: 8px;
  background: #fff;
  padding: 60px 70px;
}
@media (max-width: 767.98px) {
  .lesson-tabs .panel {
    padding: 40px 20px;
  }
}
.lesson-tabs .tabs {
  position: absolute;
  left: 28px;
  top: 0px;
  height: 30px;
  transform: translateY(-100%);
  z-index: 10;
}
@media (max-width: 767.98px) {
  .lesson-tabs .tabs {
    left: 5px;
  }
}
.lesson-tabs .tabs .tab {
  margin-left: 4px;
  padding: 8px 21px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  color: #343738;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .lesson-tabs .tabs .tab {
    padding: 8px;
  }
}
.lesson-tabs .tabs .tab:hover {
  color: #7e8587;
  border-color: transparent;
}
.lesson-tabs .tabs .tab.active {
  background: #fff;
  border: 1px solid #D8D8D8;
  border-bottom: 0;
}
.lesson-tabs .tabs .dropdown-tab {
  text-decoration: none;
  border: none;
}
.lesson-tabs .tabs .dropdown-tab:hover {
  color: #7e8587;
}
.lesson-tabs .wrapper {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .lesson-tabs .wrapper {
    width: 100%;
  }
}
.lesson-tabs .wrapper .descr {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}
.lesson-tabs .wrapper .descr pre code {
  font-family: monospace;
}

.review-results .title {
  font-size: 28px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .review-results .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.review-results .subtitle {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.3;
}
.review-results .finalize {
  margin-top: 60px;
}
.review-results .finalize .title {
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.review-results .finalize ul {
  margin-top: 16px;
}
.review-results .finalize ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.review-results .finalize ul li:last-child {
  margin-bottom: 0;
}
.review-results .finalize ul li a {
  text-decoration: underline;
}
.review-results .finalize ul li span {
  margin-left: 12px;
}
.review-results .finalize .bottom {
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.review-results .prepod {
  margin-top: 40px;
}
.review-results .prepod .photo {
  height: 100px;
  width: 100px;
  margin-right: 24px;
}
.review-results .prepod .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.review-results .prepod .name {
  font-size: 22px;
  line-height: 22px;
}
.review-results .prepod .date {
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
}
.review-results .achievements {
  margin-top: 40px;
}
.review-results .achievements .title {
  font-size: 24px;
  line-height: 24px;
}
.review-results .achievements ul {
  margin-top: 16px;
}
.review-results .achievements ul li {
  margin-bottom: 8px;
}
.review-results .achievements ul li .num {
  background: #343738;
}
.review-results .achievements ul li .num span {
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
.review-results .achievements ul li span {
  font-size: 14px;
  line-height: 22px;
  margin-left: 12px;
}

.lesson-preview {
  margin-top: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBD5D5;
}
.lesson-preview .preview iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lesson-preview:last-child {
  border-bottom: none;
}
.lesson-preview .big-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767.98px) {
  .lesson-preview .big-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.lesson-preview .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}
.lesson-preview .subtitle {
  font-size: 22px;
  line-height: 22px;
  margin-top: 4px;
  text-align: left;
}
.lesson-preview .preview {
  width: 100%;
  height: auto;
}
.lesson-preview .preview img {
  width: auto;
  height: auto;
  max-height: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto 0 auto;
}
.lesson-preview .review {
  margin-top: 24px;
}

.additional-material {
  position: relative;
  padding: 60px 0;
  margin-top: 24px;
}
.additional-material .wrapper {
  position: relative;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .additional-material .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /* Margin height depends on footer height in mobile mode */
  margin-bottom: 200px;
  color: #343738;
  background: #F4F8F9;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  body {
    margin-bottom: 320px;
  }
}

.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  /* Vertically center the text there */
  background-color: #F4F8F9;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}

.content {
  position: relative;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 575.98px) {
  .content {
    width: calc(100% - 20px);
  }
}
.content.wide {
  max-width: 1700px;
  width: calc(100% - 10px);
}

.slick-track {
  user-select: text !important;
  -moz-user-select: text !important;
  -webkit-user-select: text !important;
}

.textblock {
  position: relative;
  padding: 60px 60px;
}
@media (max-width: 767.98px) {
  .textblock {
    padding: 40px 0;
  }
}
.textblock .wrapper {
  position: relative;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .textblock .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.textblock .title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767.98px) {
  .textblock .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.textblock .descr {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}

.simple-page {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 64px 60px 60px 60px;
}
@media (max-width: 767.98px) {
  .simple-page {
    padding: 32px 20px;
  }
}

.repl-iframe {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23343738" x="37%" y="22%" font-family="Montserrat, sans-serif" font-size="18" text-anchor="top">Секунду, всё загружается...</text></svg>') no-repeat center top;
  height: max(100vh, 550px);
}

.learning-steps-scheme-img-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
}
.learning-steps-scheme-img-icon img {
  max-width: 100%;
}

.emoji {
  height: 1.2em;
  display: inline;
  vertical-align: text-bottom;
}

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