

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --main-fon: #07718f; /* синий */
  --main-text: #000; /* черный */
  --main-text-2: #a2eae7; /* голубой */
  --main-btn: #f595bd; /* розовый */  
  --main-header: #fff;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.logo-text {font-size: 0px!important;}
.logo-text:after {
    content: "";
    background-image: url(https://fs24.getcourse.ru/fileservice/file/download/a/790323/sc/243/h/5b164aaeff9ba649362f7c8f3a384c00.png);
    background-size: cover;
    display: block;
    border-radius: 20px;
    background-repeat: no-repeat;
    width: 400px;
    height: 90px;
}
.gc-main-content h1 {color: #fff;}

.page-header a {color: #093929;}


/*.gc-main-content {
    background: var(--main-fon);
}


.gc-main-content .breadcrumb li h1 a, 
.gc-main-content .breadcrumbs li h1 a
{
    color: var(--main-text);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}


.standard-page-content .breadcrumb > li + li:before {
    content: "/";
}

.gc-main-content .breadcrumb h1 a:hover,
.gc-main-content .page-header a:hover,
.gc-main-content .breadcrumbs h1 a:hover
{
    border-bottom: 1px dashed #333527;
    text-decoration: none;
}

.gc-main-content .page-header a {
    color: var(--main-text);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    border-bottom: 1px dashed var(--main-text);
}*/

.gc-main-content .lesson-header-block{
    border-bottom: none!important;
    margin-bottom: 0!important;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 24px!important;
    background: none!important;
}



.lesson-header-block .header-view {
  border-radius: 24px 24px 0px 0px;
  background: var(--main-fon);
  color: var(--main-text-2);
  padding: 24px;
  display: flex;
  align-items: center;
  position: relative;
  }

.lesson-header-block .header-view:after {
    content: "";
    background-image: url(https://fs19.getcourse.ru/fileservice/file/download/a/790323/sc/328/h/f66205ec972ae2fc2afcc0b41da27b86.png);
    background-size: cover;
    display: block;
    border-radius: 20px;
    background-repeat: no-repeat;
    width: 350px;
    height: 106px;
}

.lesson-header-block h2.lesson-title-value {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    padding-bottom: 4px;
    color: var(--main-header);
}

.lesson-header-block .col-md-12.text-center {
    text-align: left;
    padding-top: 0!important;
}

.lesson-header-block .lesson-description-value {
    color: var(--main-header);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}


.lesson-header-block .lesson-navigation {
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    color: var(--main-text);
    padding: 20px!important;
    background:var(--main-text-2);
    position: relative;
}


.lesson-header-block .lesson-navigation td a {
    color: var(--main-text);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
}

.lesson-navigation td:first-child a:before,
.lesson-navigation td:last-child a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  margin-right: 8px;
}


.lesson-navigation td:last-child a:after {
  margin-left: 8px;
  margin-right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}


.lesson-navigation td a ~ div {
    display: none;
}

.lesson-navigation td:first-child,
.lesson-navigation td:last-child {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.lesson-navigation td:last-child a {
  justify-content: end;
}

.added_navigation .lesson-navigation .text-center {
    display: none;
}


.added_navigation a {
  padding: 10px;
  background-color: var( --main-fon);
  color: #fff;
  border: solid 1px #000;
  border-radius: 16px;
  margin-right: 25px;
  margin-left: 25px;
}

.added_navigation a:hover {
    background-color: #a5afab;
}
.user-answer {
       margin-top: 40px;}


.btn-primary {
    color: #fff;
    background-color: var( --main-fon);
    border-color: #0a3a2c;
 }

.btn-primary:hover {
	background-color: #a5afab;}


  .standard-page-content .btn 
{
    border-radius: 10px;
}

.f-lesson-header-1 p {font-size: 22px;}


