

:root {
  --color_1: #B7FF11;
  --blackColor: #151515;
  --border_1: 1px solid rgba(255, 255, 255, 0.2);
  --font_1: "PPNeue", "Montserrat", "Open Sans", "proxima-nova", sans-serif;
  --gradientBlack: linear-gradient(90deg, #464646 0%, #2D2D2D);
}

@font-face {
  font-family: "PPNeue";
  font-style: normal;
  font-weight: 400;
  src:
    url("/file/download/a/648546/sc/373/h/c5ad98558d9b10bf0ba2bc3d06ba69ca.woff2") format("woff2"),
    url("/fileservice/file/download/a/648546/sc/190/h/fce97ef8718831744bd928675f97b4fe.woff") format("woff"),
    url("/fileservice/file/download/a/648546/sc/152/h/18867332d963f7b8611a1cecaf32ae59.ttf") format("ttf");
}

@font-face {
  font-family: "PPNeue";
  font-style: normal;
  font-weight: 700;
  src:
    url("/fileservice/file/download/a/648546/sc/177/h/2b3663411c64c7a91bc20a8de311bef8.woff2") format("woff2"),
    url("/fileservice/file/download/a/648546/sc/163/h/f5d451b627982781b8efc2ecf7b70725.woff") format("woff"),
    url("/fileservice/file/download/a/648546/sc/41/h/21ebbfacb49c3fcb54010b6caebecea8.ttf") format("ttf");
}

@font-face {
  font-family: "PPNeue";
  font-style: normal;
  font-weight: 200;
  src:
    url("/fileservice/file/download/a/648546/sc/110/h/dab5561f13d72c5b598795f5072b9e24.woff2") format("woff2"),
    url("/fileservice/file/download/a/648546/sc/95/h/4678946a78f3a2293a5c0fc1be3062a3.woff") format("woff"),
    url("/fileservice/file/download/a/648546/sc/253/h/6831151fe78a3f5c5293bfbada7c798c.ttf") format("ttf");
}

@font-face {
  font-family: "PPNeue";
  font-style: normal;
  font-weight: 800;
  src:
    url("/fileservice/file/download/a/648546/sc/47/h/72dfb400582381168b8c6228bb61e7c3.woff2") format("woff2"),
    url("/fileservice/file/download/a/648546/sc/15/h/ec54950261979b623b89e17ae402d980.woff") format("woff"),
    url("/fileservice/file/download/a/648546/sc/319/h/debaa0df52337bd9f120f3981aae5a22.ttf") format("ttf");
}


@media (max-width: 480px) {

  .main-page-block.medium-width .container {
    margin-left: 0;
    margin-right: 0;
  }
}



::-moz-selection {
  color: #151515;
  background: #B7FF11;
}

::selection {
  color: #151515;
  background: #B7FF11;
}


body a,
body div,
body p,
body h1,
body h2,
body h3,
body h4 {
  font-family: var(--font_1);
}



html {
  height: auto;
}

body {
  min-height: 100vh;
  height: auto;
}

.xdget-root {
  padding-bottom: 200px;
}

@media (max-width: 480px) {
  .xdget-root {
    padding-bottom: 80px;
  }
}

.main-page-block {
  padding: 0;
}

.chatium_body {
  padding: 0 15px;
}

.row h3 {
  padding: 0;
}


.content-menu {
  border: none;
}



.page-header .btn {
  border: none;
}

.page-header .btn.btn-success {
  background-color: var(--color_1);
  color: #151515;
}





.page-header h1 {
  font-family: var(--font_1);
}

.page-header h1 a {

  text-decoration: none;
  transition: color .4s ease;
}

.page-header h1 a:hover {
  transition: color .4s ease;
}

.page-header {
  border: 0;
}


.page-header button.btn.btn-primary {
  background: var(--color_1);
  color: #151515;
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size: 24px;
    margin-right: 0;
  }
}










/* support_block */
.support_block {
  margin: 0 auto 22px auto;
  max-width: 420px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.support_block .support_content {
  padding: 28px 20px;
  background: var(--gradientBlack);
  color: #ffffff;
  border: 1px solid;
  border-radius: 30px 30px 0 0;
  border-color: rgba(255, 255, 255, 0.2);
}

.support_block .support_title p {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--gradient_1);
}

.support_block .support_small_text p {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #C3C3C3;
}

.support_block .schedule_items {
  max-width: 260px;
  margin: 0 auto 32px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.support_block .schedule_items .item {
  margin: 0 5px 0 5px;
  padding-bottom: 10px;
  font-size: 22px;
}


.support_block .support_text {
  font-size: 18px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 0 auto;
}

.support_block .btn_support {
  width: 100%;
  padding: 16px 30px;
  border-radius: 0 0 30px 30px;
  font-size: 28px;
  white-space: normal;
  font-weight: 700;
  line-height: 1;
  color: var(--blackColor);
  background-color: var(--color_1);
}

.support_block .schedule_items .item.item_accent {
  color: var(--color_1);
  text-transform: uppercase;
  font-weight: 700;
}

.support_block .support_text p {
  margin: 0;
}

@media (max-width: 400px) {


  .support_block .support_content {
    border-radius: 20px 20px 0 0;
  }

  .support_block .schedule_items .item {
    margin: 0 15px 0 15px;
    font-size: 16px;
  }

  .support_block .support_title p {
    font-size: 28px;
  }

  .support_block .support_text {
    font-size: 16px;
  }

  .support_block .btn_support {
    font-size: 24px;
    border-radius: 0 0 20px 20px;
  }

}

/* / support_block */




/* btn_feedback */
.btn.btn_feedback {
  margin: 0 auto 30px auto;
  padding: 12px 30px;
  width: 100%;
  max-width: 420px;
  border: 1px solid var(--color_1);
  border-radius: 50px;
  font-size: 30px;
  font-weight: 800;
  display: block;
  background: transparent;
  color: var(--color_1);
  font-family: var(--font_1);
  transition: all .3s ease;
}

.btn.btn_feedback:hover {
  color: var(--blackColor);
  background-color: var(--color_1);
  transition: all .3s ease;
}


@media (max-width: 991px) {
  .btn.btn_feedback {
    font-size: 24px;
  }
}

/* / btn_feedback */

/* ------------- 
content start - lessons_list_1
------------- */


/* Список уроков УБИРАЕМ ЛИШНЕЕ */
.lessons_list_1 .lesson-list {
  padding: 0;
  counter-reset: lessons_counter;
}

/* Убираем  фон */
.lessons_list_1 .lesson-list,
.lessons_list_1 .lesson-list li a.user-state-bg,
.lessons_list_1 .lesson-list li .info {
  background: initial;

}

.lessons_list_1 .lesson-list li {
  min-height: initial;
  margin: 0 0 0 0;
  border-radius: 0;
}

/* Надпись перед недостигнутыми Чтобы получить доступ ... */
.lessons_list_1 .lesson-list li.divider {
  display: none;
}

.lessons_list_1 .lesson-list li .item-a {
  border-radius: 0;
  text-decoration: none;
}

/* Убираем иконку */
.lessons_list_1 .lesson-list li .state-icon-block {
  display: none;
}

.lessons_list_1 .lesson-list li .info {
  margin: 0;
}

/* Убираем лишний бордер  */
.lessons_list_1 .lesson-list li .info {
  border: inherit !important;
}


/* Убрать изображение */
.lessons_list_1 .lesson-list li .item-image {
  display: none;
}


.lessons_list_1 .lesson-list li table td {
  min-height: initial;
}

.lessons_list_1 .lesson-list .item-main-td,
.lessons_list_1 .lesson-list .item-main-td.item-with-image {
  padding: 0;
}

/* Высота td у урока с изображением */
.lessons_list_1 .lesson-list .item-main-td.item-with-image {
  height: auto;
}



/* Дата открытия */
.lessons_list_1 .lesson-list .user-state-label.has-start-at.lesson-date {
  display: block;
}

.lessons_list_1 .lesson-list li table {
  min-width: initial;
  min-height: initial;
  width: 100%;
}

.lessons_list_1 .lesson-list li .info .vmiddle {
  padding: 0;
  margin: 0;
}


/* Лишний отступ справа у заголовка */
.lessons_list_1 .lesson-list li .title {
  margin-right: 0;
}

/* Описание */
.lessons_list_1 .lesson-list .description {
  width: 100%;
}


/* Просмотрено */
.lessons_list_1 .lesson-list .lesson-list__video-watched {
  display: none;
}

.lessons_list_1 .lesson-list li.user-state-not_reached .info {
  background: transparent;
}



.lessons_list_1 .lesson-list .user-state-label {
  display: none !important;
}

/*******************************/
/* Конец УБИРАЕМ ЛИШНЕЕ */



.lessons_list_1 .lesson-list li a {
  padding: 30px 80px 30px 35px;
  min-height: 200px;
}

.lessons_list_1 .lesson-list li .title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--blackColor);
  position: relative;
  z-index: 2;
}

.lessons_list_1 .lesson-list .description {
  max-width: 400px;
  margin-bottom: 20px;
}

.lessons_list_1 .lesson-list li {
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  counter-increment: lessons_counter;
  background-color: var(--color_1);
}

.lessons_list_1 .lesson-list li .info .vmiddle {
  position: relative;
}

.lessons_list_1 .lesson-list li .info .vmiddle::before {
  content: "Урок "counter(lessons_counter);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  color: #151515;
  padding: 10px 35px;
  border: 1px solid;
  border-radius: 50px;
  text-transform: uppercase;

}

.lessons_list_1 .lesson_el {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: max-content;
  padding: 8px 40px 10px 45px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--font_1);
  color: #ffffff;
  background-color: #111111;
  position: relative;
  z-index: 2;
}



.lessons_list_1 .lesson_el svg {
  position: absolute;
  right: 8px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  display: inline-block;
}


.lessons_list_1 .lesson_el::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  background-image: linear-gradient(to right top, #ffffff, #fbfbfb, #f8f6f7, #f4f2f2, #f0eeed);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}



.lessons_list_1 .lesson-list li.user-state-not_reached .info .vmiddle::before {
  padding-left: 20px;
  background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.16846 1.19092C10.3421 1.19092 11.2935 2.08635 11.2935 3.19092V7.19092H7.04346V3.19092C7.04346 2.08635 7.99485 1.19092 9.16846 1.19092ZM12.356 7.19092V3.19092C12.356 1.53406 10.9289 0.190918 9.16846 0.190918C7.40805 0.190918 5.98096 1.53406 5.98096 3.19092V7.19092C4.80735 7.19092 3.85596 8.08635 3.85596 9.19092V14.1909C3.85596 15.2955 4.80735 16.1909 5.98096 16.1909H12.356C13.5296 16.1909 14.481 15.2955 14.481 14.1909V9.19092C14.481 8.08635 13.5296 7.19092 12.356 7.19092Z" fill="url(%23paint0_linear_34_2303)"/><defs><linearGradient id="paint0_linear_34_2303" x1="3.85596" y1="8.19092" x2="14.481" y2="8.19092" gradientUnits="userSpaceOnUse"><stop stop-color="%23373737"/><stop offset="1"/></linearGradient></defs></svg>');
  background-position: left center;
  background-repeat: no-repeat;
}

.lessons_list_1 .lesson-list li a {
  position: relative;
  display: flex;
  flex-direction: column;
}

.lessons_list_1 .lesson-list li.user-state-not_reached a {
  position: relative;
  background: #f9f9f9;
}




@media (max-width: 768px) {
  .lessons_list_1 .lesson-list li a {
    padding: 20px 30px 20px 20px;
  }

  .lessons_list_1 .lesson-list li {
    margin: 0 auto 30px auto;
    max-width: 420px;
    border-radius: 20px;
    background-size: 160px, 240px;
    background-position: right 20px top -10px, right 0 bottom 0;
  }

  .lessons_list_1 .lesson-list li .title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .lessons_list_1 .lesson-list li .info .vmiddle::before {
    font-size: 16px;
  }

  .lessons_list_1 .lesson_el {
    font-size: 16px;
  }

  .lessons_list_1 .lesson_el::before {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 370px) {
  .lessons_list_1 .lesson-list li .title {
    font-size: 22px;
  }
}






/* not_reached  */


.lessons_list_1 .lesson-list li.user-state-not_reached a::before,
.lessons_list_1 .lesson-list li.user-state-not_reached a::after {
  filter: grayscale(95%);
  opacity: 0.35;
}

.lessons_list_1 .lesson-list li.user-state-not_reached .title {
  opacity: 0.5;
  filter: grayscale(1);
}


.lessons_list_1 span.lesson_el.el_not_reached {
  font-size: 18px;
  color: #111111;
  background: #f9f9f9;
  border: 1px solid #111111;
}

.lessons_list_1 .user-state-not_reached .lesson_el::before {
  background-image: linear-gradient(to right top, #373737, #2b2b2b, #1f1f1f, #131313, #000000);
}

@media (max-width: 768px) {
  .lessons_list_1 .user-state-not_reached .lesson_el svg {
    margin-left: 4px;
  }

  .lessons_list_1 span.lesson_el.el_not_reached {
    font-size: 16px;
    padding: 8px 14px 8px 40px;
  }

  .lessons_list_1 .lesson-list li a::before {
    width: 180px;
    height: 46px;
    top: -10px;
  }

  .lessons_list_1 .lesson-list li a::after {
    width: 302px;
    height: 103px;
    bottom: -15px;
  }
}

/* / not_reached  */


/* stop_lesson */
.lessons_list_1 .lesson-list li.stop_lesson .info .vmiddle::before {
  content: "Стоп-урок";
}

.lessons_list_1 .lesson_title_block {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
  background-color: #2C2C2C;
  position: absolute;
  min-width: 100%;
  left: 120px;
  bottom: 20px;
  transform: rotate(-20deg);
  padding: 12px 20px;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 991px) {
  .lessons_list_1 .lesson_title_block {
    font-size: 30px;
    left: 50px;
    bottom: 5px;
  }
}


@media (max-width: 480px) {
  .lessons_list_1 .lesson_title_block {
        padding: 12px 30px;
    }  
}
/* ------------- 
content finish - lessons_list_1
------------- */
