

@import url('https://fs20.getcourse.ru/fileservice/file/download/a/828222/sc/209/h/62a9da38c7a693492eb5239f6dc185ec.css');/*Arial*/
@import url('https://fs17.getcourse.ru/fileservice/file/download/a/828222/sc/483/h/9f9ef4f9ad25222c6d6c5abfdadcd33a.css');/*IzhitsaC*/

/************* НАСТРОЙКА СТРАНИЦЫ УРОКА ********************/


/*настройки лого*/
.new-dec .standard-logo img  {
      opacity: 0;
}
.new-dec .standard-logo::after{
    position: absolute;
    content: '';
    background: url('https://fs02.getcourse.ru/fileservice/file/download/a/828222/sc/136/h/911118154b37bd6cc2f1a9f435ba60d9.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 650px;
    height: 90px;
    top: 100px;
    left: 25%;
}
.new-dec .breadcrumb {
    text-align: center;
    margin-top: 60px;
    color: #333;
    opacity: 0.5;
}
.new-dec .breadcrumb a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #303031;
}
.new-dec .page-header h1 {
    margin-top: 30px;
    text-align: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    color: #000;
    
}
.new-dec .page-header{
    border: none;
}
.new-dec .gc-tags {
  display: none;
}
.new-dec .content-menu{
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: none;
}
/************* НАСТРОЙКА СТРАНИЦЫ ТРЕНИНГА END********************/



/* header */

.new-dec.gc-main-content {
    --belyy: #fff;
	--okolo-chernyy: #232325;
    --font-family: "Arial", sans-serif;
    --second-family: "IzhitsaC", sans-serif;
    --lesson-color-body-bg: #f7f7f7;
    --lesson-color-block-bg: #F7F7F7;
    --lesson-color-header-bg: url('https://fs18.getcourse.ru/fileservice/file/download/a/828222/sc/502/h/3215fd757ba013a8348f29a32831152d.png');
    --lesson-color-accent: #666CF5;
    --lesson-color-header-btn-bg: #2D2D2D;
    --lesson-font-family: "IzhitsaC", sans-serif;
    --lesson-color-text: #000000;
    --lesson-url-btn-prev: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.5L2 6.5M2 6.5L5 9.5M2 6.5L5 3.5' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    --lesson-url-btn-next: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5H10M10 6.5L7 3.5M10 6.5L7 9.5' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  
}
.new-dec.gc-main-content{
    background: var(--lesson-color-body-bg);
}
.new-dec.gc-main-content.with-left-menu .container {
    width: 100%;
    max-width: 900px;
}
@media(max-width: 768px) {
    .new-dec.gc-main-content.with-left-menu .container {
        margin: 0;
    }
}

.new-dec a {
    color: var(--lesson-color-text);
    text-decoration: none;
}
.new-dec a:hover, a:focus {
    color: var(--lesson-color-text);
}
.new-dec .row {
  margin: 0;    
}

/* header */
.new-dec .lesson-header-block {
    background:  var(--lesson-color-header-bg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 16px;
    overflow: hidden;
    padding: 0px !important;
    border-bottom: none !important;
    margin-bottom: 24px !important;
    display: flex;
    flex-direction: column;
    position: relative;
}
.new-dec .row.header-view > div {
    padding: 16px !important;
    padding-top: 72px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 130px;
}
.new-dec .lesson-title-value {
    font-family: var(--lesson-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    color: var(--lesson-color-text);
    text-align: center;
    margin-top: auto;
}
.new-dec .lesson-description-value {
  display: none;
}
.new-dec .lesson-navigation {
    height: 62px;
    padding: 0px !important;
}
.new-dec .lesson-navigation > table > tbody > tr {
  display: flex;
    height: 62px;
    justify-content: space-between;
    align-items: flex-end;
}

.new-dec .text-center.hidden-xs > span {
  position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--lesson-color-body-bg);
  border-radius: 8px;
    padding: 8px 14px;
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: var(--lesson-color-text);
}

.new-dec .text-center.hidden-xs {
  display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
}
.new-dec .text-center.hidden-xs div {
    display: none;
}
.new-dec .lesson-navigation > table > tbody > tr > td .hidden-xs {
  display: none;
}
.new-dec .lesson-navigation > table > tbody > tr > td:first-child {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0px !important;
    border-radius: 0px 8px 0px 0px;
    overflow: hidden;
}
.new-dec .lesson-navigation > table > tbody > tr > td:last-child {
  display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0px !important;
    border-radius: 8px 0px 0px 0px;
    overflow: hidden;
}
.new-dec .lesson-navigation > table > tbody > tr > td a {
    width: 100%;
    height: 33px;
    background: var(--lesson-color-header-btn-bg) no-repeat center;
    flex-shrink: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lesson-color-body-bg);
}
.new-dec .lesson-navigation > table > tbody > tr > td:first-child a::before {
    background: no-repeat center;
  background-image: var(--lesson-url-btn-prev);
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.new-dec .lesson-navigation > table > tbody > tr > td:last-child a::after {
    background: no-repeat center;
  background-image: var(--lesson-url-btn-next);
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 8px;    
}
@media(max-width: 768px) {
    .new-dec .lesson-navigation > table > tbody > tr > td:first-child {
        width: 100%;
        border-right: 1px solid var(--lesson-color-body-bg);
            border-radius: 0px;
    }
    .new-dec .lesson-navigation > table > tbody > tr > td:last-child {
        width: 100%;
        border-left: 1px solid var(--lesson-color-body-bg);
            border-radius: 0px;
    }
}
@media(max-width: 480px) {
    .new-dec .lesson-navigation > table > tbody > tr > td a {
        font-size: 12px;
    }
}

/* Блок заголовки */
.new-dec .lt-lesson-header .modal-block-content {
    margin-left: 0 !important;
    width: 100% !important;
}

  .new-dec .header.f-lesson-header-1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
     text-align: center;
     
     border-radius: 10px;
     padding: 10px;
}
  .new-dec .f-text div {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #22282a;
}
 .new-dec p a {
    font-weight: 600;
    text-decoration: underline;

    font-weight: 400;
text-decoration: underline;
text-decoration-skip-ink: none;
color: #2482bb;
    transition: all .1s;
}
 .new-dec  p a:hover {
      color: #2482bb;
}
 .new-dec .image-box {
	text-align:Center;
}

 .new-dec .image-box img {
    border-radius: 10px;
}
.new-dec .clearfix.videoWrapper iframe {
	border-radius: 8px !important;
     background: transparent !important;
   
}
.new-dec .vhi-root iframe {
    border-radius:8px !important;
    margin-top: 20px;
    background: transparent !important;
    
}

/* Кнопки */
 .new-dec .btn.f-btn  {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px !important;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: var(--okolo-chernyy) !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px 130px !important;
    margin-top: 20px;
}

  .new-dec .btn.f-btn:hover {
    transform:scale(1.02);
}

/* Блок Разделитель */
 .new-dec .lt-separator .lt-block-wrapper {
	background:none !important;
}

 .new-dec .lt-separator hr {
    margin:50px auto !important;
    padding: 0;
    width:100% !important;
    text-align: center;
    border: 1px solid #000;
    overflow: visible;
}


/* Блок файлы */
 .new-dec .table.files-table {
    position: relative;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    background: var(--belyy);
    border-radius: 8px;
    background-size: auto 105%;
    background-position: right bottom;
    background-repeat: no-repeat;      
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.new-dec  .table.files-table:hover {
     -webkit-transform: scale(1.02);
         -ms-transform: scale(1.02);
             transform: scale(1.02);
}
.new-dec .table.files-table::before {
    content: '';
    background: url(https://fs22.getcourse.ru/fileservice/file/download/a/828222/sc/407/h/9cb8ca68fd3335b79afda4b39f9b59bf.png);
    background-color: #fff;
    background-size: contain; 
    background-repeat: no-repeat;    
    width: 60px;
    height: 60px;
     position: absolute;
    top: -30px;
    right: 44px;
    border-radius: 8px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    
}
 .new-dec  .table.files-table td {
    border:none;
}

.new-dec  .table.files-table tr td:nth-child(1) {
    padding-top:20px;
}

.new-dec .table.files-table tr td:nth-child(2) {
    vertical-align: middle;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
   font-size: 16px;
   color: #22282a;
    opacity: 0.5;
}


 .new-dec .table.files-table tr td:nth-child(3) {
    vertical-align: middle;
   /* padding-left:20px;*/
}

 .new-dec  .table.files-table tr td:nth-child(3) a {
    font-family: var(--font-family);
     font-weight: 400;
    font-size: 18px;
    color: #000;
    text-decoration: none !important;
    display: block;
    
}


/*-=-=-=-=-АДАПТИВ-=-=-=-=-*/
@media(max-width:992px){
    body:has(:not(.new-menu)) {
    padding-top: 0;
}
}
@media(max-width: 768px) {
   .new-dec .lesson-navigation > table > tbody > tr > td:first-child {
        width: 100%;
        border-right: 1px solid var(--lesson-color-body-bg);
            border-radius: 0px;
    }
   .new-dec .lesson-navigation > table > tbody > tr > td:last-child {
        width: 100%;
        border-left: 1px solid var(--lesson-color-body-bg);
        border-radius: 0px;
    }
}
@media(max-width: 767px){
     .new-dec .lt-lesson-comment-block .simple-answer{
        padding-top: 20px;
        padding-left: 20px;
    }
   .new-dec  .table.files-table tr td:nth-child(3) a {
        word-break: break-word;
        font-size: 16px !important;
    }
}
@media(max-width:645px){
   .new-dec  .table.files-table::before{
        display: none;
    }
}
@media(max-width:485px){
  .new-dec  .btn.f-btn {
        
        padding: 19px 80px !important;
}
}
@media(max-width: 480px) {
   .new-dec  .lesson-navigation > table > tbody > tr > td a {
        font-size: 12px;
    }
}
@media (max-width:425px) {
  .new-dec  .table.files-table tr td:nth-child(1) {
        display: none;
    }
    
  .new-dec  .table.files-table tr td:nth-child(3) a {
        word-break: break-word;
        font-size: 16px !important;
    }
}

@media (max-width:425px) {
  .new-dec  .lt-lesson-mission-block .answer-form::after { 
        display: none; 
    }
   .new-dec  .lt-lesson-mission-block .btn-save-draft {
        margin-left: 0;
    }
    /*кнопка*/
  .new-dec   .btn.f-btn {
        padding: 19px 40px !important;
}
}





