

@import url("https://fs.getcourse.ru/fileservice/file/download/a/639312/sc/161/h/a62df1cc9c63a95bde3809763233f859.css");
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

:root {
    --header-font: 'Forum', cursive;
    --text-font: 'Helvetica', sans-serif;
    --text-color: #DEDEDE;
    --text-gray: #ADADAD;
    --background-light: #202020;
    --background-color: #202020;
    --border-radius: 10px;
    --text-size: 16px;
    --line-height: 1.4em;
}

html body, .f-text, .f-text p, .block-set, input, button, select, textarea, .comments-tree, .lesson-mission-text p,
.lesson-mission-text li {
    font-family: 'Helvetica', sans-serif!important;
    color: #010101;
    font-style: normal;
	font-weight: 400;
    font-size: var(--text-size);
    line-height: var(--line-height);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .f-header {
    font-family: 'Forum', cursive!important;
    font-weight: 400;
    color: #DEDEDE;
}

.block-set p {
    color: #616161;
}

body {
    background: var(--background-light);
}

.center-block {
    max-width: 1200px!important;
}

.row.header-view {
    margin-left: 0;
    margin-right: 0;
    background: var(--background-light);
}

.row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.page-header h1 {
    font-weight: 400;
    color: var(--background-light);
}

.page-header a,
.breadcrumb a{
    color: var(--text-gray);
}

/**---Шапка урока---**/
.lesson-header-block {/*убираем серую заливку и полоску внизу*/ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    background: transparent!important;
    border-bottom: none !important;
    border-radius: var(--border-radius);   
}

.breadcrumbs {
    color: #B02121;
}

.form-group label.control-label {
    color: #DEDEDE;
}

/**---Навигация в уроке--**/
.lesson-navigation {
    position: relative;
    padding-top: 50px!important;
}

.lesson-navigation .user-state-label {
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #DEDEDE;
}

.label {
    color: #DEDEDE;
}

.stream-table .stream-title {
    color: #B02121;
}

.lesson-navigation a~.hidden-xs,
.lesson-navigation .hidden-xs span
{
    display:none;
}

.row.lesson-navigation {
    padding-bottom: 20px;
}

.lesson-navigation td:first-child {
    padding-left: 0!important;
}

.lesson-navigation td:last-child {
    padding-right: 0!important;
}

.lesson-navigation td a {
    text-decoration: none;
}
.lesson-navigation td a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 330px;
    background: #ffffff;
    padding: 20px;
    border-radius: var(--border-radius);
    font-weight: 400;
    font-size: 18px;
	line-height: 25px;
    color: var(--text-color);
   /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}

.lesson-navigation td a:hover {
    background: -o-linear-gradient(0.33deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
    background: linear-gradient(89.67deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
    color: #ffffff;
}


.lesson-navigation td:first-child a:before,
.lesson-navigation td:last-child a:after {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -o-linear-gradient(0.33deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
    background: linear-gradient(89.67deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
    border-radius: 12px;
    color: #ffffff;
}

.lesson-navigation td:first-child a:before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M-0.00012207 6L9.99988 11.7735L9.99988 0.226498L-0.00012207 6ZM20.9999 5L8.99988 5L8.99988 7L20.9999 7L20.9999 5Z' fill='white'></path></svg>");   
    margin-right: 20px;
    color: #ffffff;
}

.lesson-navigation td:last-child a:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='21' height='12' viewBox='0 0 21 12' xmlns='http://www.w3.org/2000/svg'><path d='M21 6L11 11.7735L11 0.226498L21 6ZM8.74227e-08 5L12 5L12 7L-8.74227e-08 7L8.74227e-08 5Z' fill='white'></path></svg>");
    margin-left: 20px;
    color: #ffffff;
}

.lesson-navigation td:first-child a:hover:before,
.lesson-navigation td:last-child a:hover:after
{
    background: #ffffff;
}

.lesson-navigation td:first-child a:hover:before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M-0.00012207 6L9.99988 11.7735L9.99988 0.226498L-0.00012207 6ZM20.9999 5L8.99988 5L8.99988 7L20.9999 7L20.9999 5Z' fill='peru'></path></svg>");   

}

.lesson-navigation td:last-child a:hover:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='21' height='12' viewBox='0 0 21 12' xmlns='http://www.w3.org/2000/svg'><path d='M21 6L11 11.7735L11 0.226498L21 6ZM8.74227e-08 5L12 5L12 7L-8.74227e-08 7L8.74227e-08 5Z' fill='peru'></path></svg>");
}

/**--Заголовок урока--**/
.header-view {
    padding: 40px 20px 60px;
    background: #ffffff;
    border-radius: var(--border-radius);
}

.lesson-title-value {
    font-size: 60px;
	line-height: 66px;
    text-align: center;
    background: -o-linear-gradient(0.33deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
    background: linear-gradient(89.67deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
    text-transform: uppercase;
}

.testing-widget .before-start-block .start-btn {
    color: #FFFFFF;
    background: #B02121;
}

/**--Стили аудиоплеера--**/
.podcast-container {
  background: -o-linear-gradient(0.33deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
  background: linear-gradient(89.67deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--border-radius);
  padding: 22px 48px;  
  display: -webkit-box;  
  display: -ms-flexbox;  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.h-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*margin-bottom: 15px;*/
}
.podcast-playpause {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: #ffffff;  /* Цвет кнопки Play/Pause */
  border-radius: 100%;
  cursor: pointer;
  margin-right: 14px;
}
.podcast-playpause:after {
   content: "";
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 22px; 
    border-color: transparent transparent transparent peru;
    -webkit-transition: 100ms all ease;
    -o-transition: 100ms all ease;
    transition: 100ms all ease;
    will-change: border-width;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    margin-left: 1px;
}
.podcast-playpause.playing:after {
  border-style: double;
  border-width: 0px 0 0px 14px;
  margin-left: 0;
}
.podcast-title {   /* Название трека */
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0E0C0A;
  pointer-events: none;
  -ms-flex-item-align:center;
      -ms-grid-row-align:center;
      align-self:center;
}

.podcast-wrapper {
 width: 100%;
}
.podcast-progress {
  border-radius: 100px;
  width: 100%;
  height: 11px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.podcast-progress::-webkit-progress-bar {    /* Полоса прогресса */
  height: 11px;
  background: #E8C8AA;
  border-radius: 100px;
}
.podcast-progress::-webkit-progress-value {  /* Активная полоса прогресса */
  border-radius: 100px;
  background: #ffffff;
}
.podcast-progress::-webkit-progress-inner-element {
  border: none;
  padding: 0;
  margin: 0;
}
.podcast-progress::-moz-progress-bar {     /* Активная полоса прогресса для Мозиллы */
  border-radius: 100px;
  background: #ffffff;
}
.f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.podcast-time {
  pointer-events: none;
}
.podcast-time,
.podcast-speed, 
.podcast-speed a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: rgb(255,255,255,0.8);
  text-decoration: none!important;
}
.podcast-speed a:hover,
.podcast-speed a.active  {
  color: #ffffff;
}

/**---Задание--**/
.lt-lesson-mission-block {
    margin-left: 15px;
    margin-right: 15px;
    padding: 50px 40px;
    background: #F6F6F6;
    /*border: 1px solid rgba(255, 255, 255, 0.25);*/
     border-radius: 10px;
}

.lt-lesson-mission-block .container {
    padding-right: 0;
    padding-left: 0;
}

.lt-lesson-mission-block .row-section {
    margin-bottom: 0;
}

.lt-lesson-mission-block h3 {
    margin-bottom: 48px;
    font-size: 50px;
	line-height: 55px;
    font-weight: 400;
    background: -o-linear-gradient(0.33deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
    background: linear-gradient(89.67deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
    text-transform: uppercase;
}

.lesson-mission-wrapper {
    margin-top: 3px;
    border: none;
}

.lesson-mission-text {
    padding: 0!important; 
    border-bottom: none!important;
}


.answer-form {
    background: transparent;
    color: #010101;
}

.answer-form textarea,
.emoji-container textarea {
  	padding: 10px;
    background: #F6F6F6;
    border: 1px solid #F0EFED;
    border-radius: var(--border-radius);
    min-height: 80px;
}

.answer-form textarea:focus,
.answer-form textarea:active,
.answer-form textarea:active:focus,
.answer-form textarea:focus-visible,
.emoji-container textarea:focus,
.emoji-container textarea:active,
.emoji-container textarea:active:focus,
.emoji-container textarea:focus-visible
{
    outline: none;
    border: 1px solid #BF8F67;
}

.user-answer .answer-content .answer-text {
    color: #DEDEDE;
}

.btn.btn-send-answer.btn-primary.btn-lg,
.btn.btn-primary.btn-send,
.btn.btn-primary.btn-lg {
    min-width: 320px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
	line-height: 24px;
	background: -o-linear-gradient(0.33deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
	background: linear-gradient(89.67deg, #A41B1B 4.89%, #FF9494 62.21%, #470000 134.98%);
	-webkit-box-shadow: 0px 0px 20px #FFFFFF;
	        box-shadow: 0px 0px 20px #FFFFFF;
    border: none;
	border-radius: var(--border-radius);
    text-transform: uppercase;
}

.lesson-answer-comment {
    background: #525151;
}


.answer-form .uploadifive-button {
    min-width: 320px;
    height: 52px!important;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'Helvetica', sans-serif!important;
    color: var(--text-color);
    font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px!important;
    color: var(--text-color);
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #BF8F67;
    border-radius: var(--border-radius);
    text-transform: uppercase;
}

.btn.btn-link.btn-save-draft {
    color: var(--text-gray);
}

/**---Комментарии--**/
.answer-comment.textarea-block {
    margin-left: 15px;
    margin-right: 15px;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 10px;
}

.simple-answer {
    background: transparent!important;
}


@media (max-width: 768px){
    .lesson-navigation td a {
        min-width: 180px;
        padding: 15px;
        font-size: 16px;
    	line-height: 22px;
    }
    
    .lesson-navigation td:first-child a:before {
            margin-right: 15px;
    }
    
    .lesson-navigation td:last-child a:after {
   			 margin-left: 15px;
	}
    
    .lesson-title-value {
   	 	font-size: 48px;
     	line-height: 56px;
    }
    
    .podcast-playpause {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
   		height: 60px;
	}
    
    .podcast-container {
        padding: 18px 22px;
    }
    
    .lt-lesson-mission-block h3 {
   		margin-bottom: 35px;
   		font-size: 46px;
    	line-height: 52px;
    }
    
    .btn.btn-send-answer.btn-primary.btn-lg,
    .answer-form .uploadifive-button,
    .btn.btn-primary.btn-send,
	.btn.btn-primary.btn-lg{
        font-size: 16px;
    }
}

@media (max-width: 540px){
    
    .center-block {
       margin-left: -15px!important;
       margin-right: -15px!important;
    }
    
    .lesson-navigation {
    position: relative;
    padding-top: 10px!important;
}
    
    .lesson-navigation td a {
        min-width: 140px;
    	padding: 10px;
    	font-size: 14px;
    	line-height: 18px;
    }
    
    .lesson-navigation td:first-child a:before, .lesson-navigation td:last-child a:after {
    	width: 35px;
        height: 35px;
    }
    
    .lesson-navigation td:first-child a:before {
            margin-right: 10px;
    }
    
    .lesson-navigation td:last-child a:after {
   			 margin-left: 10px;
	}
        .lesson-title-value, 
        .f-text h2 {
   	 		font-size: 32px;
   			line-height: 38px;
    }
    
    .header-view {
        padding: 20px;
    }
    
    .block-box {
    	background-color: #ffffff;
    	padding-left: 20px!important;
    	padding-right: 20px!important;
    	padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    
        .podcast-playpause {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
   		height: 40px;
	}
    
    .podcast-container {
        padding: 14px 18px;
    }
    
    .podcast-time, .podcast-speed, .podcast-speed a {
        font-size: 14px;
    }
    
    .podcast-playpause:after {
    	height: 14px;
        border-width: 8px 0 8px 14px;
    }
    
    .podcast-progress {
   		 margin-bottom: 0px;
    }
    
    .lt-lesson-mission-block {
        padding: 30px 20px;
    }
    
     .lt-lesson-mission-block h3 {
   		margin-bottom: 25px;
    	font-size: 36px;
    	line-height: 42px;
    }
    
    .answer-form {
    	padding: 0!important;
	}
    
    .answer-form .uploadifive-button {
        height: 42px!important;
    }
    
    .btn.btn-send-answer.btn-primary.btn-lg,
    .answer-form .uploadifive-button,
    .btn.btn-primary.btn-send,
    .btn.btn-primary.btn-lg{
    	min-width: 200px;
    	padding-top: 12px;
    	padding-bottom: 12px;
   		font-size: 14px;
        line-height: 18px!important;
    }
    
    .answer-comment.textarea-block {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
        padding: 20px;
    }
    
    .answer-form textarea, .emoji-container textarea {
        padding: 20px 10px;
    }
}
