:root {
  --main-color:#044D29
}

body {
  background:#f9f9f9;
}

.container {
  max-width:100%!important;
  margin:0!important;
  padding:0 25px
}

.breadcrumbs {
  font-size:0;
}

.breadcrumbs a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #044d29;
}

.breadcrumbs > a + a:before {
  content: " / ";
  color: var(--main-color);
  margin: 0 !important;
  padding: 0 0.5rem !important;
  left: -1.5rem;
  display: inline-block;
  pointer-events: none;
}

.page-header h1 {
  font-family: Inter,sans-serif;
font-weight: 600;
font-size: 36px;
color: #044d29;
}

.header-text {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  margin-bottom:30px;
  display:flex;
  white-space:nowrap
}

.header-text:after {
  content:'';
  width:100%;
  border-bottom:1px solid #000;
  transform:translatey(-50%);
  margin-left:15px;
  opacity:20%;
}

/*Тренинги*/

.stream-table {
  margin:0;
}

.stream-table tbody {
  display:flex;
  flex-wrap:wrap;
  gap:20px
}

.stream-table tbody tr {
  flex:0 0 calc(50% - 10px);
  background:#fff;
  min-height:252px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition:all .3s
}

.stream-table tbody tr:hover {
  transform:translatey(-5px)
}

.stream-table tbody tr td {
  display:block;
  height:100%;
  padding:0;
}

.stream-table tbody tr td:hover {
  background:transparent;
}

.stream-table tbody tr td a {
  display:flex;
  flex-direction: column;
  height:100%;
  position:relative;
  padding:72px 20px 20px;
}

.stream-table tbody tr td a:before {
  content:'';
  width:60px;
  height:60px;
  background-image:url('/fileservice/file/download/a/206800/sc/210/h/7987beddef5a2109a9c7b6685b23d175.svg');
  background-position:center;
  background-repeat:no-repeat;
  background-color:var(--main-color);
  position:absolute;
  right:20px;
  bottom:20px;
  border-radius:50%
}

.stream-table tr a .stream-title {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: px;
  max-width:85%;
  margin-bottom:15px;
  color:var(--main-color);
}

.stream-table tbody tr td a div:not(.module) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  max-width:85%;
  display:flex;
  flex-direction: column;
  height:100%;
  color:var(--main-color);
}

.stream-table tbody tr td a .module {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  position:absolute;
  top:20px;
  left:20px;
  font-size:22px;
  font-family:Inter, sans-serif;
  font-weight:600;
  color:var(--main-color);
}

.stream-table tbody tr td a div b {
  order:1;
  margin-top:auto;
  display:block;
  font-weight:400
}







/*.stream-table tbody tr {
  background-image:url('/fileservice/file/download/a/206800/sc/94/h/00acce1b8ef0853577f865c7303440f2.png')
}

.stream-table tr a .stream-title,
.stream-table tbody tr td a div{
  color:#fff!important;
}

.stream-table tbody tr td a:before {
  background-image:url('/fileservice/file/download/a/206800/sc/451/h/8d99efe2cae566f14da7cecef81ee702.svg');
}*/

/*Уроки*/
.lesson-list {
  margin: 0!important;
  background:transparent;
  counter-reset: lesson_list;
    padding:0 0 10px;
}

.lesson-list li {
    display: block;
    position:relative;
    margin:0;
    margin-bottom:20px!important;
    overflow:hidden;
    transition: all .3s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.lesson-list li:hover {
  transform:translatey(-5px)
}

.lesson-list li:after {
  content:"Урок " counter(lesson_list);
  counter-increment: lesson_list;
  position:absolute;
  top:20px;
  left:20px;
  font-family: Inter,sans-serif;
  font-weight: 500;
  font-size: 20px;
  color:var(--main-color);
}

.lesson-list li a {
    height: 100%;
    width: 100%;
    z-index: 2;
  display:block;
  
    padding:55px 0 20px 20px !important;
        background:transparent!important;
    position: relative;
}

.lesson-list li a .hidden-xs {
  display:none;
}

.lesson-list li a .info {
  background:transparent!important;
  border:none!important;
  margin:0;
}

.lesson-list li a .info table {
  width:100%;
}

.lesson-list li a .info .title.link .lesson-list__video-watched {
	display:none;
}

.lesson-list li a .info .user-state-label {
  display:none;
}

.lesson-list li a .info .title.link {
  font-weight: 500;
  font-size: 24px;
  color: var(--main-color);
  font-family:Inter,sans-serif
}

.lesson-list li a .info .title.link > span {
  display:none;
}

.lesson-list li .info .vmiddle > .description {
  margin-top:10px;
  font-size:20px;
  font-family:Inter,sans-serif;
  color:var(--main-color)
}

/*Правая колонка*/
.right-access-block {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom:30px;
  padding:24px 20px;
  text-align:center;
}

.right-access-block .access-info {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #333;
  margin-bottom:20px
}

.right-access-block button {
  background: linear-gradient(90deg, #e9d091 0%, #feecbd 51.2%, #e9d091 100%);
  border:none;
  padding:20px 65px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.right-access-block.right-bot button {
  padding:20px 50px
}

.right-social-block {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding:37px 65px;
  display:flex;
  justify-content: space-evenly;
  margin-bottom:40px;
}

.right-social-block .xdget-image {
  flex:0 0 50px;
}

.right-header-block {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  margin-bottom:30px;
}

.support-block {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #e9e9e9;
  padding:45px 25px 60px;
  text-align:center;
}

.support-time {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #333;
  margin-bottom:30px;
}

.support-text {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  margin-bottom:15px;
}

.support-btn {
  background: linear-gradient(90deg, #e9d091 0%, #feecbd 51.2%, #e9d091 100%);
  border:none;
  padding:20px 40px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

@media(max-width:768px) {
  .breadcrumbs a {
    font-size:12px
  }
  
  .page-header h1 {
    font-size:28px
  }
  
  .stream-table tbody tr {
    flex:0 0 100%;
    min-height:unset
  }
  
  .stream-table tbody tr td a:before {
    width:40px;
    height:40px;
    right:16px;
    bottom:16px;
    background-size:16px
  }
  
  .stream-table tbody tr td a {
    padding:70px 16px 16px
  }
  
  .stream-table tr a .stream-title {
    font-size:20px;
  }
  
  .stream-table tbody tr td a div {
    font-size:16px
  }
  
  .right-social-block {
    padding:28px 44px
  }
  
  .right-social-block .xdget-image {
    flex:0 0 40px
  }
  
  .support-time {
    font-size:24px;
    margin-bottom:24px;
  }
  
  .support-text {
    font-size:20px
  }
  
  .support-btn {
    padding:20px 0;
    width:100%;
    font-size:16px
  }
  
  .lesson-list li a .info .title.link {
    font-size:20px
  }
  
  .lesson-list li:after,
  .lesson-list li .info .vmiddle > .description{
    font-size:16px;
  }
  
  .lesson-list li .vmiddle {
    margin:0;
  }
}





/*.stream-table tbody tr {
  background-image:url('https://fs.getcourse.ru/fileservice/file/download/a/206800/sc/63/h/64235be564e3c3265b4d754c4d859e55.png');
  background-size:cover;
}*/