

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500;1,600;1,700&display=swap');
h1, h2, h3 {
  color: var(--color-text-1)!important;
font-family: 'Playfair Display', sans-serif!important;
}
:root {

 --color-text-1: #0B0B0B;
 --color-1: #F5F5F5;
 --color-2: #CAB687;
  --color-3: #A78D51;
     --color-4:linear-gradient(108.27deg, #CAB687 1.56%, #A78D51 100%);
}
.logo.gc-account-logo {
    display:none;
}
.balans1 {
background: var(--color-4)!important;
    border-radius: 9px;
    padding: 15px;
  margin-bottom: 35px;
padding-top: 20px;
  padding-left: 20px;
   font-family: 'Playfair Display', sans-serif!important;
  color: var(--color-1);
  box-shadow:0 0 3px 1px rgba(0,0,0,0.1);
  height:80px;
  font-weight: 700 !important;
  font-size: 24px !important;
   
}



@media screen and (max-width:850px) {
  .balans1 {
    font-size: 1.2em !important;
       padding-left: 20px;
      height:70px;
  }

}
@media screen and (max-width:850px){
.dedline.xdget-header {
  font-size: 24px;
}
}


@media screen and (max-width:850px){
.btn1 {
 
    
   margin-bottom: 10px;
}
}

/***Модули**/
.stream-table {
    margin-left: 0 !important; 
}

.stream-table tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.stream-table tbody tr {
  position:relative;
  flex:0 0 calc(30% - 0px);
  height:200px;  
 
  border-radius:9px;
  box-shadow:0 0 3px 1px rgba(0,0,0,0.1);
  overflow:hidden;
  margin:10px;
  transition:all 0.5s;
}
.stream-table tr a {
	height: 100%;
    width:100%;
	z-index: 2;
	position: relative;
}
.stream-table tbody tr td {
  position:relative;
  display:flex;
  height:100%;
  width:100%;
  padding:0!important;
}
.stream-table tbody tr td .stream-title {
  position:absolute;
  top:35px; 
  color:var(--color-text-1)!important;
  z-index:1;
  background:none;
  padding:0 5px;
  border-radius:5px;
  margin:auto 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700 !important;

    font-size: 1.2em;

}

.stream-table tbody tr td div {
  position:absolute;
  top:130px;
  color:var(--color-3);
    left:25px;
  font-family: 'Inter', sans-serif;
}

.stream-table tbody tr td:after {
  content:"";
  
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

background:var(--color-1);
}

.stream-table tbody tr td:hover:after {
  
  background: var(--color-4);
 

}
.stream-table tbody tr:hover {
  transform:scale(1);
  background-size: 108%;
    box-shadow: 0 5px 15px 0;
    transition: 1s ease;

}



@media (max-width:1200px) {
  .stream-table tbody tr {
    flex:0 0 calc(30% - 10px);
  }

}

@media (max-width:1000px) {
  .stream-table tbody tr {
    flex:0 0 calc(33.333% - 20px);
  }
}

@media (max-width:850px) {
  .stream-table tbody tr {
     flex:0 0 100%;;
  }
      .stream-table tbody tr {
    height:180px;
  }
    .row {
    margin-right: -15px;
    margin-left: -35px;
}
    
}

@media (max-width:510px) {
  .stream-table tbody tr {
      flex:0 0 100%;
  }
}
@media (max-width:768px) {
  
    .img1 .xdget-image .image-desc
{
    
    
    position: absolute;
    top: 210px;
    left: 35px;
    font-size: 1.9em;
  font-weight: 600;
    color: #838F67;
  font-family: 'Inter', sans-serif!important;
    line-height: 1em!important;
}
}

@media (max-width: 510px){

.img1 .xdget-image .image-desc {
    position: absolute;
    top: 137px;
    left: 30px;
    font-size: 1.0em;
    font-weight: 600;
    color: #838F67;
    font-family: 'Inter', sans-serif!important;
    line-height: 0.5em!important;
}
}
.xdget-block .xdget-lessonSchedule h3 {
  display:none;
   
}

.schedule-block .event a {
    font-size: 1.2em !important;
 
}
.schedule-block .event p {
    
color:var(--color-1);
  margin-top:10px;
}

   .bg-block.schedule-block {
   background: var(--color-4);
     border-radius:9px;
    
}
.xdget-block .xdget-lessonSchedule h3 {
   
  
  padding-bottom:0px;
 
}

.bg-block.schedule-block a {
    color: var(--color-1);
    font-family:Inter;
   font-size:1.0em!important;
    font-weight: 300 !important;}
   .schedule-block .day.today .event a {
    color: var(--color-1);
    

    
}
.day {
    margin-bottom: 30px !important;
 font-family:'Inter';
  color: var(--color-1);
  
}
.record {
    padding-left: 0 !important;

   margin-bottom: 30px !important;
}

.time {
    font-weight: bold;
  color:  var(--color-1);
  font-family:Inter;
}

.day-label {
    text-transform: uppercase;
    margin: 0 0px 15px 0px !important;
    padding:2px 0px;
    border-bottom: 1px solid  var(--color-1);
  color:  var(--color-1);
   font-family:Playfair Display;
}
/****уроки****/

.lesson-list li.divider {
    display: none;
}



ul.lesson-list {
     display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%;
    background:transparent!important;
	padding-top: 0;
    margin-left:0px; 
   
}

.lesson-list .info tr {
    display: flex;
    height: 280px;
  
}

.lesson-list li table {
  
    min-width: 200px;
  
}

.lesson-list li.user-state-not_reached a {
    height: 100%;
}

.lesson-list li.user-state-not_reached .info {
 background: #fff;

background: var(--color-1)!important;
    height: 100% !important;
}
.lesson-list li {
    flex:0 0 30%;
    
    margin-right:0!important;
    border-radius:9px;
      box-shadow:0 0 3px 1px rgba(0,0,0,0.1);
    transition: all .3s;
	margin-top: 7px;
    
}





.lesson-list li:hover {
    transform:translateY(-4%);
    background-color: #fff;
}
.user-state-has_mission .user-state-bg {
  height: 100%; 
background: var(--color-1)!important;;

}

.user-state-accomplished .user-state-bg {
   
    height: 100%;
background: var(--color-2)!important;
}


.user-state-answered .user-state-bg {
   
    height: 100%;
background: var(--color-2)!important;
}
.user-state-reached .user-state-bg {
   
    height: 100%;
background: var(--color-1)!important;
}

.user-state-need_accomplish .user-state-bg {
   background: var(--color-1)!important;
    height: 100%;
  
}

.user-state-need_accomplish .title, .user-state-need_accomplish .description {
  color: var(--color-text-1)!important;
   font-family: 'Inter', sans-serif!important;
}

.user-state-accomplished .user-state-bg, .user-state-answered .user-state-bg {
    height: 100%;
    
}

.user-state-accomplished .user-state-bg .link.title, .user-state-answered .user-state-bg .link.title {
     color: var(--color-text-1)!important;
  font-family: 'Inter', sans-serif!important;
}
.lesson-list .description {
    display: block;
    font-size: 14px;
     color: var(--color-text-1)!important;
    width: 90%;
}
.state-icon-block.hidden-xs {
    display:none;
}

.user-state-label.has-start-at.is-stop-lesson {
    display:none;
}

.lesson-list li .info {
    margin: 0!important;
    padding-left:15px;
    
    background-color: transparent !important;
}

.lesson-list td.item-image {
    display: block;
    width: 100% !important;
    min-height: 200px;
}
.lesson-list td.item-main-td.item-with-image {
    display: block;
}
.link.title {
    font-size: 1.2em !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
     margin-top: 80px !important;
    color: var(--color-text-1)!important;
     font-family: 'Inter', sans-serif!important;
    font-weight: 400 !important;
 
}
.lesson-list .item-main-td.item-with-image {
    height:auto !important;    
}



.user-state-label {
    position: relative;
    width: 230px;
}

.user-state-need_accomplish .link.title::before {
    content: "";
    position: absolute;
    top:-90px;
    right: -20px;
    width: 50px;
    height: 50px;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/251914/sc/104/h/7e7b6ff847f27ec271f953734c0c0002.png);
 
    background-size: cover;
    background-repeat: no-repeat;
  
}


.user-state-has_mission .link.title::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -20px;
    width: 50px;
    height: 50px;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/251914/sc/104/h/7e7b6ff847f27ec271f953734c0c0002.png);
 
    background-size: cover;
    background-repeat: no-repeat;
}

/********/


.user-state-label {
    display: none !important;
}
.lesson-list .link.title {
    position: relative;
  
}

.lesson-list .link.title:after {
  
  
    font-family: 'FontAwesome', 'Raleway', sans-serif;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    top:-40px;
    right: 6px;
    bottom: 0px;
    left: 0;
}



/** Доступен **/
.user-state-reached .link.title:after, 
.user-state-has_mission .link.title:after {
    content: '\f13e \00a0 \00a0 Доступен';
    color: var(--color-text-1)!important;
}

/** Ожидает проверки **/
.user-state-answered .link.title:after {
    content: '\f017 \00a0 \00a0 Ожидает проверки';
    color:var(--color-text-1);
}



/** Принято **/
.user-state-accomplished .link.title:after {
    content: '\f14a \00a0 \00a0 Принят';
     color: var(--color-text-1)!important;
}

.user-state-accomplished .link.title:before {
    background: var(--color-3);
}

/** Стоп-урок **/
.user-state-need_accomplish .link.title:after {
    content: '\f13e \00a0 \00a0 Доступен';
     color: var(--color-text-1)!important;
}

.user-state-need_accomplish .link.title:before {
    
}

/** Недоступен **/
.user-state-not_reached .link.title:after {
    content: '\f023 \00a0 \00a0 Недоступен';
    color: #999;
}

.user-state-not_reached .link.title {
    color: #999 !important;
}

.user-state-not_reached .link.title:before {
    color: #2c3e50;
}

.user-state-not_reached {
    filter: Navy(0.5);
}




@media screen and (max-width:1024px) {
    .lesson-list td.item-main-td.item-with-image {
        width:80%;
        padding: 20px 15px 20px 10px !important;
    }
}

@media screen and (max-width:850px) {
    .lesson-list td.item-main-td.item-with-image {
        width:90%;}
        .lesson-list .user-state-label.has-start-at {
    font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 10px;
   
    margin-left:-15px;
    padding-left: 15px;
    border-radius: 0 9px 9px 0!important;
    font-family: Montserrat !important;
 
    

    }
    
    .user-state-need_accomplish .user-state-label::after {
   
    right: 4px;
    
}
.user-state-has_mission .user-state-label::after {
   
    right: 4px;
   
}
}

@media screen and (max-width:680px) {
    ul.lesson-list {
        display: block!important;
    }

    .lesson-list td.item-main-td.item-with-image {
        width:100%;
        padding: 9px 0 9px 0px;
    }
    
    .lesson-list .user-state-label.has-start-at {
        margin-left:-35px;
        padding-left: 15px;
        border-radius: 0 9px 9px 0;
    }

}

.files-row > div {
    padding-top: 0px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.table.files-table {
    background: var(--color-text-1);
    border-radius: 10px;
}

 .table.files-table td {
    border:none;
}

 .table.files-table tr td:nth-child(1) {
    padding-top:20px;
}

.table.files-table tr td:nth-child(2) {
    vertical-align: middle;
    position: relative;
	display:none;
}

.table.files-table tr td:nth-child(2):after {
    content: "";
    position: absolute;
    top:50%;
    right:0;
    width: 2px;
    height:60%;
    background: ;
    transform: translatey(-50%);
}

 .table.files-table tr td:nth-child(3) {
    vertical-align: middle;
    padding-left:20px;
}
 .table.files-table tr td:nth-child(3) a {
    color: var(--color-1);
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.2em;
    display: block;
   font-family:Inter!important;
    transition: all .3s;
}

.table.files-table tr td:nth-child(3) a:hover {
    transform: translatex(20px);
}

.btn1 .block-box{
  background: var(--color-text-1)!important;
   border-radius: 10px;
}

	
	.btn1 .f-subheader {
     
    
    font-size: 1.6em!important;
	padding-left: 10px!important;
    padding-right: 5px!important;
    text-align: center;
  font-family: 'Inter', sans-serif;
  color: var(--color-1)!important;
   font-weight: 600 !important;
  font-size: 1.6em !important;  
	line-height: normal!important;
}


