

/* Шапка */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* h1 Название моуля */
.standard-page-content h1 a {
    color: #00703A;
    font-family: 'Roboto', sans-serif;
}

.lesson-header-block.row-section {
    background: #fff;
    border: 0 !important;
    box-shadow: 0 0 10px #d2d2d2;
    border-radius: 20px;
}

.lesson-header-block h2.lesson-title-value {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 90%;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #00BA46;
}

.lesson-header-block .lesson-description-value {
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000000 !important;
}

.lesson-description-value,
.lesson-navigation {
    color: #fff !important;
}

.lesson-header-block .lesson-navigation {
    margin-top: 20px;
    padding-bottom: 30px !important;
}

.lesson-header-block .lesson-navigation td:nth-child(1) {
    padding-left: 0 !important;
}
.lesson-header-block .lesson-navigation td:nth-child(2) {
  font-family: 'Roboto', sans-serif;
}

.lesson-header-block .lesson-navigation td:nth-child(3) {
    padding-right: 0 !important;
}

.lesson-header-block .lesson-navigation a {
    margin-bottom: 10px;
    padding: 6px 15px 8px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff; 
    background: linear-gradient(90deg, rgba(32,68,38,1) 33%, rgba(0,181,69,1) 96%);
    border-radius: 0 20px 20px 0;
    transition: all .3s;
}

.lesson-header-block .lesson-navigation td:nth-child(3) a {
    padding: 6px 30px 8px 15px;
    border-radius: 20px 0 0 20px;
}

.lesson-header-block .lesson-navigation td:nth-child(1) .hidden-xs,
.lesson-header-block .lesson-navigation td:nth-child(3) .hidden-xs {
    display: none !important;
}

.lesson-header-block .lesson-navigation a:hover {
    color: #fff;
    text-decoration: none;
}

.lesson-header-block .lesson-navigation td:nth-child(2) {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 20px;
    
    margin: 0 auto;
    width: 100%;
}

.lesson-header-block .lesson-navigation td:nth-child(2) span,
.lesson-header-block .lesson-navigation td:nth-child(2) div {
    position: relative;
    font-weight: 400;
    font-size: 14px !important;
    color: #0A1F0D;
}

.lesson-header-block .lesson-navigation td:nth-child(2) span::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/699394/sc/240/h/4eeecb53c642e06a5844ca73dc495b61.png);
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.lesson-header-block .lesson-navigation td:nth-child(2) div div::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/699394/sc/183/h/6ab1e80d1b0912bf2d96e328afe25920.png);
    position: relative;
    top: 10px;
    margin-right: 10px;
}


@media (max-width:768px) {
    .lesson-header-block .lesson-navigation a {
        font-size: 12px;
    }
}

@media (max-width:320px) {
    .lesson-header-block .lesson-navigation a {
        
        font-size: 10px;
    }
}

/* Файлы */
.lt-block.lt-lesson-files .lt-block-wrapper {
    padding-bottom:0;
}

.lt-block.lt-lesson-files .files-row .col-md-12 {
    padding: 0;
}

.lt-block.lt-lesson-files .table {
    margin-bottom: 0 !important;
}

.lt-block.lt-lesson-files .table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.lt-block .table.files-table tr {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    
    flex: 1 1 45%;
 
    position: relative; 
    margin: 0 15px 15px;
    padding: 15px;
    
    width: inherit;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    
    overflow: hidden !important;
    transition: all .3s;
}

.lt-block .table.files-table tr:hover {
    cursor: pointer;
    transform: translatey(-5px);
}

.lt-block .table.files-table td {
    display: block;
    border:none;
    padding:10px 10px !important;
}

.lt-block .table.files-table tr td:nth-child(1) {
    flex: 1 1 80px;
    max-width: 80px;
}

.lt-block .table.files-table tr td:nth-child(2) {
    flex: 1 1 90px;
}

.lt-block .table.files-table tr td:nth-child(3) {
    flex: 1 1 calc(100% - 180px);
}

.lt-block .table.files-table tr td:nth-child(1) {
    position: relative;
 
    width: 80px !important;
    height: 80px !important;
    display: block;
    
    background: #fff;
    border-radius: 100px;
    
    overflow: hidden;
}

.lt-block .table.files-table tr td:nth-child(1)::before {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/699394/sc/191/h/cfd9a628a70084826870aeae22ab3c39.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translatey(-50%);
    
    height: 54px;
}

.lt-block .table.files-table tr td:nth-child(1) div {
    display: none;
}

.lt-block .table.files-table tr td:nth-child(2) {
    vertical-align: middle;
    position: relative;
    
    font-family:  var(--main-font);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #9E9BA4;
    
    text-align: center;
}

.lt-block .table.files-table tr td:nth-child(3) {
    vertical-align: middle;
    padding-left:20px;
}

.lt-block .table.files-table tr td:nth-child(3) a {
    display: block;
    
    font-family:  var(--main-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #2C2A28;
    word-break: break-all;
    
    text-decoration: none !important;
    transition: all .2s;
}

.lt-block .table.files-table tr td:nth-child(3) a:hover {
    color: #9E9BA4;
    text-decoration: none !important;
}

@media (max-width:767px) {
	.lt-block .table.files-table tr {
        flex: 1 1 100%;
        max-width: 100%;
		padding: 15px;
        
        justify-content: center;
	}
    
    .lt-block .table.files-table td {
        flex: 1 1 100% !important;
        
        padding: 5px !important;
        text-align: center !important;
    }
	.lt-block .table.files-table tr td:nth-child(2) {
		display: block;
		vertical-align: top;
		padding-top: 15px;
		width: inherit !important;
		opacity: .5;
		text-align: left;
	}

	.table.files-table tr td:nth-child(3) a {
		word-break: break-word;
	}
}


/* Область с дз */
.btn-lg {
  color: #fff;
  background: linear-gradient(90deg, rgba(32,68,38,1) 0%, rgba(0,181,69,1) 88%)!important;
   font-family: 'Roboto', sans-serif;
   border: none;
   
}
.answer-form textarea {
  border-radius:9px;
}
.answer-form {
  background-color: #fff;
  border-radius:9px;
  border: 1px solid #00B545;
  border-color: linear-gradient(45deg, rgb(32, 68, 38), rgb(0, 181, 69));
}
.answer-form-inner {
  margin-left: 10px;
}
.lesson-mission-wrapper {
  background-color: #f4f4f4;
  border: none;
}
h2 {
  padding-bottom: 20px;
}

.standard-page-content .btn {
  border-radius: 9px; 
}

.user-profile-image.user-default-profile-image {
  display:none;
}
.btn.btn-link.btn-save-draft{
  color: #00703A;
} 

.mission-deadline-removable-block-314097326-341430646 > h3 {
  display:none;
}
.green {
    color: #00703A;
}
/*.block-set .f-text {
  background-color: #fff!important;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  position: relative; 
  margin: 0 0px 15px;
}*/
.center-block {
    background: #FFF;
    border-radius: 24px;
} 
/*обратная связь*/
.training-feedback-widget {
  font-family: 'Roboto', sans-serif;
}
.training-feedback-widget .training-feedback-wrapper {
  background: #fff;
  border: 1px solid #00BA46;
  border-radius: 10px;
}
/* Конец оформления урока*/
