

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
 --color-fon-main: #fff6ed;
 --color-fon-1: #ffc889;
 --color-fon-2: #c5a18e;
 --color-text: #2f1e18;   
}

body {
    background: var(--color-fon-main);
}

h3 {
  margin-bottom:16px;
}
.logo-text {
    display: none;
}
/*СТИЛИ ДЛЯ ТРЕНИНГОВ*/

.stream-table {
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    font-family: 'Inter', sans-serif;
}

.stream-table tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.stream-table tbody tr {
    flex: 0 0 calc(32% - 12px);
    background: var(--color-fon-1);
    margin-bottom: 32px;
    margin-right: 20px;
    border-radius: 24px;
    box-shadow: 0px 13px 25px rgb(0 0 0 / 15%);
    transition: all 0.5s;
}

.stream-table tbody tr:hover {
  transform: translateY(-4px);
}

.stream-table tr td {
   padding: 0px!important;
    text-align: center;
    display: flex;
    height: 100%!important;
}


.stream-table tr a {
    padding: 36px 16px 28px;
    min-height: 300px;
    width: 100%!important;
    display: flex!important;
    flex-direction: column;
    position: relative;
    text-decoration: none!important;
    color: var(--color-text)!important;
}

.stream-table .stream-title {
    font-weight: 500;
    font-size: 20px!important;
    color: var(--color-text);
    line-height: 115%;
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

.stream-table tr a > div {
    font-weight: 300;
    font-size: 16px;
    color: var(--color-text);
    line-height: 17px;
    margin-bottom: 28px;
    display: block;
    text-align: start;
}

.stream-table tr .btn-view-training {
    font-family: 'Poppins', sans-serif;
    font-size: 18px!important;
    font-weight: 600!important;
    color: var(--color-text);
    line-height: 27px;
    padding: 12px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    margin-top: auto;
}

.stream-table tbody tr.users-no-public {
    background: var(--color-fon-2);
   }

.stream-table tr.no-public td, .stream-table tr.no-lessons.no-children td {
    opacity: 1!important;
}

.stream-table tbody tr.users-no-public a {
    pointer-events: none;
  }

.stream-table tr:not(.users-no-public) .btn-view-training {
    position: relative;
    overflow: hidden!important;
}

.stream-table tr:not(.users-no-public) .btn-view-training:hover:after {
    content: "";
    background-color: rgba(255, 200, 137, 0.4);
    display: block;
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0px;
    left: -140px;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: moving 3s ease-in-out infinite;
}

.stream-table tr td:hover {
    background:none!important;
}

.stream-table tr a > div b {
    font-weight: 600;
    font-size: 14px;
    bottom: 90px;
    right: 16px;
    position: absolute;
}



@keyframes moving { 
     30% { transform: skewX(-45deg) translateX(33.5em);  
       
        }
  
    100% { transform: skewX(-45deg) translateX(33.5em);  
       
        }
     }



@media (max-width:768px) {

    .stream-table tbody tr {
    flex: 0 0 calc(50% - 10px);
   }
     body .ny_balls {
    width: 100%;
    overflow: hidden;
    left: 0;
   }
    .main-page-block .page-header {
    margin-top: 75px!important;
    }
}

@media (max-width:576px) {

    .stream-table tbody tr {
    flex: 0 0 100%;
   }
    
    .stream-table .stream-title {
    font-weight: 500;
    font-size: 22px!important;
    }
    
    body .ny_balls {
    width: 100%;
    overflow: hidden;
    left: 0;
    }
    .main-page-block .page-header {
    margin-top: 75px!important;
}
}

/* ПРАВАЯ КОЛОНКА */

.events {
transition: all 0.05s ease-out;
}
.events h3 {
    margin-bottom: 16px;
}

.schedule-block .event {
    margin-left: 0px!important;
    padding-bottom: 0px!important;
}

.schedule-block .event a {
    font-weight: bold;
    color: var(--color-text);
}

.bg-block {
    background: var(--color-fon-2);
   /* background: rgba(47,30,24,0.5);*/
    border: 0px solid rgba(47,30,24,1);
    border-radius: 24px;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.schedule-block .day .record {
   padding: 20px 12px;
    background: #fff;
    border-radius: 24px;
    border: 0px solid #ffc889;
    margin-bottom: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.40);
    transition: all 0.5s ease-out;
    overflow: visible!important;
}
.schedule-block .day .record:hover {
    transform: translateY(-4px);
}
.schedule-block .record {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.schedule-block .time {
    display: flex;
    width: 50px;
    float: left;
    justify-content: flex-end;
}
.schedule-block .day-label {
   color: var(--color-fon-1);
    display: block;
    margin-bottom: 5px;
}
.schedule-block .day .record {
    position: relative;
}

.schedule-block .day.today .record .time {
  position: relative;
} 
.schedule-block .day.today .record .time:after {
    position: absolute;
    top: 30px;
    right: -25px;
    content: "";
    display: block;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/294/h/3dcd9068ee126cb636a2df4df075c8c5.png) center / auto 32px no-repeat;
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    box-shadow: 0px 11px 22px rgb(0 0 0 / 15%);
}


/*левая панель*/
.gc-account-leftbar .gc-account-user-menu li a {
    display: flex;
    vertical-align: middle;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 70px;
    height: 70px;
    background: var(--color-text);
    line-height: 12px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.gc-account-leftbar a img {
    max-width: 28px;
}

.custom-menu .gc-account-user-submenu-bar h3 {
    color: var(--color-text);
    font-weight: 600;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
    background-color: #D2322D;
    top: 0;
    width: 22px;
    height: 22px;
    font-size: 0.9em;
}

.gc-account-user-menu li.active a img,
.gc-account-user-menu li.selected a img {
filter: invert(9%) sepia(46%) saturate(542%) hue-rotate(331deg) brightness(99%) contrast(92%);
}

.gc-account-user-menu li a:hover img {
filter: invert(9%) sepia(46%) saturate(542%) hue-rotate(331deg) brightness(99%) contrast(92%);
}


/*ВИДЖЕТ ТЕХ ПОДДЕРЖКИ*/
.talks-widget-button {
    position: fixed;
    bottom: 15px;
    right: 20px;
    font-size: 25px;
    text-align: center;
    border-radius: 14px;
    color: var(--color-fon-1);
    padding-top: 6px;
    background: var(--color-text);
    transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.25);
}

.talks-widget-button:hover {
    background: var(--color-fon-1);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 27%);
    transform:translateY(-10%);
}
.talks-widget-button:hover .fa-comments:before {
    color: var(--color-text);
}


/* ------------- 
content start - СТИЛИ СПИСКА УРОКОВ
------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
 --color-fon-main: #fff6ed;
 --color-fon-1: #ffc889;
 --color-fon-2:#c5a18e;
 --color-text: #2f1e18;   
}

body {
    background: var(--color-fon-main);
}


/* снимаем стандартные стили от ГК */


.lesson-list  {
    background: transparent!important;
    padding: 0!important;
}

.lesson-list a {
    color: var(--color-text)!important;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block!important;
    padding: 30px 20px;
    background: none!important;
    text-align: center;
    text-decoration: none!important;
}

.lesson-list li .state-icon-block,
.lesson-list li td.item-image,
.lesson-list li .user-state-label.is-stop-lesson,
.lesson-list li.divider {
    display: none;
}

.lesson-list li .info {
    display: flex;
    margin-left: 0!important;
    border-left: none!important;
    background: transparent!important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.lesson-list li .info table {
    min-width: inherit!important;
    width: 100%;
}

.lesson-list li td.item-main-td {
    padding: 0!important;
    height: inherit!important;
}

.lesson-list .item-main-td .vmiddle > div:not(.title, .user-state-label, .description),
.lesson-list .user-state-not_reached .user-state-label {
    display: none;
}


.lesson-list li .item-main-td .vmiddle {
    padding-right: 0!important;
}

/*.lesson-list .item-main-td .description {
    display: none;
}*/

.lesson-list li .title {
    margin-right: 0px!important;
}

.lesson-list li.first-unreached {
    margin-top: auto;
}


.lesson-list .user-state-bg,
.lesson-list li.user-state-not_reached .info{
    background: transparent;
}

/*Новые стили*/

.lesson-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    counter-reset: lesson_counter;
    font-family: 'Inter', sans-serif;
    padding-top: 26px;
}

.lesson-list li {
    background: var(--color-fon-1);
    border-radius: 24px!important;
    flex: 0 0 calc(33.333% - 20px);
    margin: 16px 10px!important;
    overflow: visible!important;
    box-shadow: 0px 13px 25px rgb(0 0 0 / 15%);
    transition: all 0.5s;
}

.lesson-list li:hover {
  transform: translateY(-4px);
}

.lesson-list .info .vmiddle .title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    height: 110px;
    justify-content: space-between;
}

.lesson-list .description {
    display: flex!important;
    font-size: 16px!important;
    line-height: 120%;
    color: #2f1e18!important;
    width: 100%!important;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.lesson-list li.user-state-reached .user-state-label.has-start-at {
    display: none!important;
}

.lesson-list li .info .item-main-td::before {
    counter-increment: lesson_counter;
    content: "Урок " counters(lesson_counter,"") " ";
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
    display: inline-block;
}

.lesson-list_watched .lesson-list__video-watched {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    background: none;
    color: var(--color-text);
}

.lesson-list li.user-state-not_reached .link {
    color: var(--color-text)!important;
    cursor: default;
}

.lesson-list li .info::after {
    content: "Смотреть";
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding: 12px;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    margin-top: auto;
}

/* урок по умолчанию, доступный */
.lesson-list li .info:before {
 position: absolute;
    top: -48px;
    right: -10px;
    content: "";
    display: block;
    background: #fff url("https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/299/h/d72f634fca82289e0aaa409af95eaf68.png") center / auto 28px no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    box-shadow: 0px 11px 22px rgb(0 0 0 / 15%);
}

/* недоступный урок */

.lesson-list li.user-state-not_reached {
 background: #f9e5d1!important;
}

.lesson-list li.user-state-not_reached .info:before {
 background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/202/h/e9460d069c9d3828fa523fa26cd5cd25.png");
}
.lesson-list li.user-state-not_reached .info::after {
  content: "Недоступен"
}

/* в уроке есть задание + стоп урок */
.lesson-list li.user-state-has_mission .info:before {
 background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/103/h/41e23bb81438e720f1cd893b5b9d5890.png");
}
.lesson-list li.user-state-need_accomplish .info:before {
 background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/5/h/5c43f721590184ed0ae8b04c93096097.png");
}

/* урок ожидает проверки */
.lesson-list li.user-state-answered .info:before {
 background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/139/h/bbefd3b62a96e1746d2651250184de05.png");
}


/* урок принят */
.lesson-list li.user-state-accomplished .info:before {
 background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/537508/sc/321/h/e25bd4e3b36dca532ab93ec5ab942a25.png");
}



@media (max-width: 1320px) {

    .lesson-list li {
        margin-top: 0px;
        flex: 0 0 calc(48% - 10px);
        margin-bottom: 20px!important;
        margin-top: 8px!important;
    }
    .lesson-list .info .vmiddle .title {
        font-size: 18px;
        line-height: 20px;
    }

    .lesson-list li .vmiddle {
        margin-left: 0px!important;
    }


    .lesson-list li .info::after {
        font-size: 15px!important;
    }

    .lesson-list li .info:before {
        position: absolute;
        top: -48px;
        right: -28px;
    }
}


@media (max-width: 650px) {
       
    .lesson-list li {
        flex: 100%;
        margin-bottom: 20px!important;
        margin-top: 8px!important;
    }
    
    .lesson-list .info .vmiddle .title {
        font-size: 22px;
        line-height: 26px;
    }
    
    .lesson-list li .info:before {
        position: absolute;
        top: -56px;
        right: -28px;
    }
}

@media (max-width: 500px) {

    .lesson-list li {
        flex: 100%;
        margin-bottom: 20px!important;
        margin-top: 8px!important;
    }

    .lesson-list .info .vmiddle .title {
        font-size: 18px;
        line-height: 22px;
    }

    .lesson-list li .info:before {
        position: absolute;
        top: -56px;
        right: -28px;
    }
}



/* ------------- 
content finish - СТИЛИ СПИСКА УРОКОВ
------------- */

/* ------------- 
content start - Прелоадер 
------------- */

/*body .gc-main-content {
    opacity: 0;
}

body.loaded .gc-main-content {
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
/* ------------- 
content finish - Прелоадер 
------------- */
