@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

:root {
    --font_1: "Montserrat", sans-serif;
    --font_2: "Inter", sans-serif;

    --color-text-1: #232323; /* черный */
    --color-text-2: #4A4A4A; /* серый */

    --color-1: #206E0F; /* темно-зеленый */
    --color-2: #DBE9D1; /* светло-зеленый */
    --color-3: #B5D3A9; /* зелёный */

    --fonW: #FEFEFA; /* белый */
    --shadow: 0 4px 16px 0 rgba(61, 88, 63, 0.25);
    
    --gradient: linear-gradient(109deg, #1d6c0f 0%, #4f8c12 15%, #64bb11 49.04%, #4f8c12 85%, #1d6c0f 100%);
    --gradient-h: linear-gradient(109deg, #1d6c0f 0%, #4f8c12 30.22%, #5fae14 49.04%, #4f8c12 69.57%, #1d6c0f 100%);
}


/* хлебные крошки */
.breadcrumbs a {
  font-family: var(--font_2);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 101%;
  letter-spacing: -0.01em;
  color: var(--color-1);
}


/*** Панель администрирования тренинга - начало ***/
  /* плашка меню со вкладками */
  .content-menu {
      border: none;
      background: #ffffff66!important;
      padding: 10px 9px;
      border-radius: 16px;
      transition: all .3s;
  }

  /* вкладки */
  .page-menu li {
      border: 1px solid transparent;
      border-radius: 20px;
      padding: 5px 7px;
      margin: auto 10px;
      transition: all 0.3s;
  }

  /* надписи на вкладках */
  .page-menu li a { 
      font-family: var(--font_2);
      font-size: 14px;
      font-weight: 400;
      color: var(--color-1);
      border-radius: 0px;
      transition: all 0.3s;
  }

  /* активная вкладка (элемент списка) */
  .page-menu li.active  {
      background: transparent;
      border: 1px solid var(--color-3);
      border-radius: 10px;
  }

  /* надпись на активной вкладке (элемента списка) */
  .page-menu li.active a {
      color: var(--color-1);
      font-weight: 400;
  }

  /* эффект при наведении на вкладку - фон */
  .page-menu li:hover {
      background: transparent;
      border: 1px solid var(--color-2);
      border-radius: 10px;
  }

  /* эффект при наведении на вкладку - текст */
  .page-menu li:hover a {
      color: #573411;
  }

  /* убираем подчеркивание при наведении на вкладки */
  .page-menu li a:hover {
      text-decoration: none;
  }




h1, h2, h3, h4 {
  font-family: var(--font_1)!important;
  color: var( --color-text-1)!important;
  text-transform: uppercase;
}

   
body {
   background: var(--tfon);
    -moz-background-size: cover;
         background-size: cover;
    height: auto !important;
}



/******************* растягиваем контент *********************/
@media(min-width: 1440px){
.container {
    width: 1400px;
}
}
.main-page-block.medium-width .container {
  width: -webkit-calc(100% - 10px)!important;
  width: -moz-calc(100% - 10px)!important;
  width: calc(100% - 10px)!important;
  max-width: 1600px;
}


/********** Центрирование элементов ************/
.main-page-block .container {
  margin: auto!important;
}


/* ЛЕВАЯ КОЛОНКА */

/************************** поиск *********************/
 .BlockList {
   position: absolute;
   z-index: 9999;
   width: -webkit-calc(100% - 10px);
   width: -moz-calc(100% - 10px);
   width: calc(100% - 10px);
   background: var(--fonW);
   height: 250px;
   max-height: 50vh;
   overflow: auto;
   border-top: none;
   display: none;
   border: 1px solid var(--color-1)!important;
   -webkit-border-radius: 10px!important;
      -moz-border-radius: 10px!important;
           border-radius: 10px!important;
} 

.TextInput {
  z-index: 10000;             
  padding: 15px 15px; 
  font:inherit; 
  outline:none; 
  width:100%;
  background: #FFFfff;
  border: 2px solid var(--color-3)!important;
  
  -webkit-border-radius: 12px!important;
  
     -moz-border-radius: 12px!important;
  
          border-radius: 12px!important;
} 

.TextInput::-webkit-input-placeholder {color:silver;font-weight:100}
.TextInput::-moz-placeholder{color:silver;font-weight:100}
.TextInput:-ms-input-placeholder{color:silver;font-weight:100}
.TextInput::-ms-input-placeholder{color:silver;font-weight:100}
.TextInput:-moz-placeholder{color:silver;font-weight:100}
.TextInput::placeholder{color:silver;font-weight:100}
.TextInput:focus{border-color:rgba(2,121,254,.38);-webkit-box-shadow:0 0 0 2px rgba(2,121,254,.38);-moz-box-shadow:0 0 0 2px rgba(2,121,254,.38);box-shadow:0 0 0 2px rgba(2,121,254,.38)}
.TextInput.__error{background-color:#ffffff;border:1px solid #695348;}
.TextInput.__error:focus{border-color:rgba(254,2,57,.38);-webkit-box-shadow:0 0 0 2px rgba(254,2,57,.38);-moz-box-shadow:0 0 0 2px rgba(254,2,57,.38);box-shadow:0 0 0 2px rgba(254,2,57,.38)}

.SearchBlock {
  padding: 10px 0px;
  position: relative;
  margin-right: 0px;
}
.SearchBlock__input.__left-icon{
  padding-left:45px;
}
.SearchBlock__input {
  padding-right:25px;
  font-size:14px;
  color: var(--color-1);
}
.SearchBlock__clear{right:20px;cursor:pointer;}

.SearchBlock__clear,.SearchBlock__left-icon {
  position:absolute;
  top:0;
  bottom:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
}
.SearchBlock__left-icon{left:20px;color:grey}
.SearchBlock .TextInput:focus{border-color:silver;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.TextBlock{word-break:break-word;white-space:pre-line;line-height:150%;color: rgb(153, 153, 153); font-weight: normal; font-size: 15px; padding: 20px 10px 5px; margin-top: 0px; margin-bottom: 5px;}
.TextBlock.__clickable{cursor:pointer}
.TextBlock .TextBlock__empty{color:#999}
.TextBlock__editor .ProseMirror{outline:none}
.ScreenBlock{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:75px;padding:10px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;font-size:inherit!important;font-weight: normal; font-size: 16px; position: relative; padding-left: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px;}
.ScreenBlock.__clickable{cursor:pointer}
.ScreenBlock.__unavailable{background:#f0f0f0}
.ScreenBlock__left{width:70px;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}
.ScreenBlock__left,.ScreenBlock__right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}
.ScreenBlock__right{overflow:hidden;-webkit-box-flex:2;-ms-flex-positive:2;-webkit-flex-grow:2;-moz-box-flex:2;flex-grow:2}
.ScreenBlock__right-wrapper{width:100%;max-height:55px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}
.ScreenBlock__logo{position:relative}
.ScreenBlock .ScreenBlock__left.__no-logo{width:10px!important}
.ScreenBlock__logo-status{position:absolute;right:-3px;bottom:-3px}
.ScreenBlock__item-title{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-align-items:baseline;-moz-box-align:baseline;align-items:baseline;line-height:16px}
.ScreenBlock__item-title-left{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;max-width:100%;padding-right:5px;-webkit-box-flex:2;-ms-flex-positive:2;-webkit-flex-grow:2;-moz-box-flex:2;flex-grow:2}
.ScreenBlock__item-title-left--with-description{margin-bottom:3px}
.ScreenBlock__item-title-right{white-space:nowrap}
.ScreenBlock__item-unread-bullet{display:inline-block;width:10px;height:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#2381cc;margin-right:5px}
.ScreenBlock__item-time{font-size:13px;color:#9f9f9f;margin-right:10px}
.ScreenBlock__description{font-size:13px;line-height:15px;max-height:30px;opacity:.6;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-right:5px}
.ScreenBlock.__selected{background-color:#FFE5B0!important;color:#fff!important}

.ScreenBlock.__selected .ScreenBlock__description,.ScreenBlock.__selected .ScreenBlock__item-time{color:#fff!important}.ScreenBlock.__medium{height:60px;padding:7px 0}

.ScreenBlock.__medium .ScreenBlock__left{width:60px}.ScreenBlock.__medium .ScreenBlock__description{max-height:15px}.ScreenBlock.__small{height:50px;padding:7px 0}

.ScreenBlock.__small .ScreenBlock__left{width:50px}.ScreenBlock.__small .ScreenBlock__description{white-space:nowrap}.ScreenBlock.__mini .ScreenBlock__item-title-left{font-weight:400;font-size:12px}

.ScreenBlock.__mini .ScreenBlock__left{width:30px}.ScreenBlock.__mini{height:30px;padding:7px 0}

.Logo{height:50px;width:50px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-size:cover;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;font-size:20px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;position:relative;color: white; background-color: rgb(246, 139, 45); font-size: 23px;}.Logo.__circle{-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.Logo.__large{height:50px;width:50px}.Logo.__medium{height:40px;width:40px}.Logo.__small{height:30px;width:30px}.Logo.__mini{height:20px;width:20px}.Logo.__default:after{content:" ";position:absolute;left:0;right:0;top:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));background:-webkit-gradient(linear,left top, left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));background:-webkit-linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background:-moz-linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background:-o-linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));background:linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.Logo.__circle.__default:after{-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}

@media(max-width:520px){
    .SearchBlock {
        margin-right: 0px;
    }
}


/*---------- тренинги ----------*/

/*** training-container ***/
.training-container {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: var(--color-2) url(https://fs.getcourse.ru/fileservice/file/download/a/439209/sc/493/h/bb3da4cc8f898b60bfd8f4c5aaf2e98b.png) top left;
    background-size: cover !important;
    margin-bottom: 30px;
}

.xdget-trainingList {
    margin-left: 0px;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px;
}

/* Задаем флекс таблице с карточками */
.stream-table {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.stream-table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

/* Настраиваем оболочку карточек */
.stream-table tbody tr {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 10px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    overflow: hidden;
    margin: 10px 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    min-height: 150px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: none;
    background: /*var(--fonW)*/ linear-gradient(88deg, #fff 75%, #fcf1d6 100%);
    box-shadow: var(--shadow);
}


.stream-table tr td {
    cursor: pointer;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}


/* заголовок */
.stream-title {
    color: var(--color-1) !important;
    font-weight: 600;
    font-size: 21px !important;
    line-height: 125%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-family: var(--font_1);
    padding-bottom: 5px !important;
    font-variant-numeric: lining-nums proportional-nums;
    width: 95%;
   
    /* сокращаем заголовок до 3х строчек */
    padding-top: 0 !important;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: -webkit-calc(3em * 1.25);
    max-height: -moz-calc(3em * 1.25);
    max-height: calc(3em * 1.25);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* описание тренинга */
.stream-table td a>div {
    color: var(--text-color-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 140% !important;
    font-family: var(--font_2);
    margin-top: 4px;
    width: 100%;
    padding-bottom: 10px !important;
}

/* data_open*/
.data_open  {
    display: inline-block!important;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 400;
    line-height: 120% !important;
    font-family: var(--font_2);
    margin-top: 4px;
    background: #EAF4E2;
    padding: 4px 12px;
    border-radius: 6px;
}
    

/** сокращаем описание до 2х строчек **/
.stream-table td a>div {
    padding-top: 0 !important;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: -webkit-calc(3em * 1.4);
    max-height: -moz-calc(3em * 1.4);
    max-height: calc(3em * 1.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Настраиваем кликабельность карточек */
.stream-table tr a {
    height: 100%;
    width: 100%;
    z-index: 5;
    position: relative;
}


/* растягиваем ссылку на всю плитку */
.stream-table tbody tr {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.stream-table tbody>tr>td {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 50px;
}

.stream-table tr>td>a {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}


/***убираенм серое при наведении***/
.stream-table tr td:hover {
    background: transparent !important;
}

/***оформляем кол-во уроков***/
.stream-table td a>div>b {
    display: none;
    /*background: var(--color-2);
    padding: 5px;
    border-radius: 5px;
    width: 100px;
   /* position: absolute;
    top: 50px;*/
    /*text-align: center;*/
}

/* Настраиваем кнопку */
/*.stream-table tbody tr:after {
    content: "Войти →";
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px;
    height: 40px;
    width: 120px;
    background: var(--gradient);
    color: var(--fonW);
    border-radius: 8% / 99% !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}*/

.stream-table tbody tr > td > a {
    position: relative;
    width: 100%;
    height: 100%;
}

.stream-table tbody tr > td > a:after {
    content: "Войти →";
    position: absolute;
    bottom: -50px;
    left: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px;
    height: 40px;
    width: 120px;
    background: var(--gradient);
    color: var(--fonW);
    border-radius: 8% / 99% !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


/******************* анимация *************************/
/* Увеличиваем при наведении курсора */
.stream-table tbody tr:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}



/* Адаптируем карточки под разные разрешения */
@media (max-width:520px) {
    .stream-table tbody tr {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
       /* min-height: 195px;*/
        min-height: 100%;
    }
    
    .stream-table tr td {
    	padding: 20px !important;
}

    .stream-title {
        font-size:18px !important;
        width: 100% !important;
    }
}




/* заголовок с линией */
.header-line {
  display: flex;
  color: #206E0F !important;
  font-weight: 600;  
  margin-top: 35px!important;  
}

.header-line:after {
  content: '';
  flex-grow: 1;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  margin: 0px 0px 0px 15px;
}

.header-line:after {
  background-image: linear-gradient(to left, #206E0F, #044D29);
}



/* ПРАВАЯ КОЛОНКА */

/********************* контейнер с кнопками *****************************/
.btn_cont {
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  background: var(--color-2) url(https://fs.getcourse.ru/fileservice/file/download/a/439209/sc/476/h/9f85358de7e48226205124a8d672600e.png) center bottom;
  background-size: cover !important;  
  margin-top: 0px;
  margin-bottom: 30px;
}

.btn_cont_inner {
  margin: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn_info,
.btn_soc {
  border-radius: 6% / 99% !important;
  border: none !important;  
  height: 60px;
  font-family: var(--font_2)!important;
  color: var(--fonW);
  font-size: 15px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 25px;
  width: 100%;
}

.btn_info {
  background: var(--gradient);
  margin-bottom: 10px;
}


 /* Увеличиваем при наведении курсора */
.btn_info:hover,
.btn_soc:hover {
    -webkit-transform: scale(1.012);
       -moz-transform: scale(1.012);
        -ms-transform: scale(1.012);
         -o-transform: scale(1.012);
            transform: scale(1.012);
    -webkit-box-shadow: 0px 6px 20px rgba(182, 182, 182, 0.20);
       -moz-box-shadow: 0px 6px 20px rgba(182, 182, 182, 0.20);
            box-shadow: 0px 6px 20px rgba(182, 182, 182, 0.20);
   background: var(--gradient-h)!important;
  }

/* виджет мессененджера - цвет виджета */
.talks-widget-button {
    background: url(/pl/fileservice/user/file/download/h/9b3f78adac74258c8cdaa2637cd78501.png) !important;
}

