

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Lazydog", sans-serif;
  --third-family: "Aristotelica Pro Text", sans-serif;
  --font3: "Century Gothic", sans-serif;
  --font4: "Comfortaa", sans-serif;
  --font5: "Inter", sans-serif;
  --font6: "AristotelicaPro CndText", sans-serif;
  --font7: "Arimo", sans-serif;
  --font8: "Aristotelica Pro Display", sans-serif;
  --font9: "Montserrat", sans-serif;
}

@font-face { 
    font-family: "Lazydog";
    src: url(/fileservice/file/download/h/e3028ec6eaf8e2d9edb67e4c6ad1df8d.otf/a/531213/sc/494) format('opentype');
}


@font-face {
	font-family: 'Aristotelica Pro Text Trial';
	src: url(/fileservice/file/download/h/8d4e978950a871526780fd25e7c07d04.ttf/a/808394/sc/23)format('truetype');
}

@font-face {
	font-family: 'Montserrat';
	src: url(/fileservice/file/download/h/ae6c227044b398387385a956737fe9d2.ttf/a/186735/sc/26)
		format('truetype');
    font-weight: 400;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/fileservice/file/download/h/702944453541d092ff4148da4ff281f6.ttf/a/186735/sc/8) format('truetype');
    font-weight: 500;
} 

@font-face {
	font-family: 'Montserrat';
	src: url(/fileservice/file/download/h/540c54b453dcb1cc0922845db5fc6da9.ttf/a/186735/sc/233)
		format('truetype');
    font-weight: 800;
}

.lit .content-menu {
    border-bottom: none;
}

.lit .page-header {
    margin: 40px 0 40px;
}

.logo.gc-account-logo {
    position: relative;
}

.logo.gc-account-logo:after {
  content: "Литература и котики";
  position: absolute;
  top: 3px;
  left: 90px;
  width: 486px;
  height: 65px;
font-family: var(--second-family);
font-weight: 400;
font-size: 22px;
color: #000;
}

.lit .page-header h1 {
   display: none; 
}

body.lit {
   background: 
      url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
}


   .lit .container {
        width: 100% !important;
        max-width: 1300px !important;
    }

.lit .xdget-row  {
 margin: 0 !important;   
}

.lit .row {
  margin: 0 !important;
}

.lit .xdget-trainingList hr {
 display: none; 
}

.lit .xdget-trainingList > .row {
  padding-bottom: 15px;
}

.lit .col-md-12 {
    padding: 0 !important;
}

.lit .stream-table {
  margin: 0 !important;
}

.lit .cl-1 {
  max-width: 780px;  
}

.lit .stream-table tr td {
    height: 100% !important;
    display: block;
}

.lit .stream-table tr td:hover {
  background: transparent;
}

.lit .stream-table tr.no-public td,
.lit .stream-table tr.no-public.no-lessons.no-children td,
.lit .stream-table tr.no-lessons.no-children td{
  opacity: 1;
}

.lit .stream-table tbody tr a > div {
  display: none;
}

.lit tbody tr td {
  padding: 0;
}

.lit .stream-table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.lit .stream-table tbody tr {
  flex: 0 0 100%;
  border-radius: 20px;
 box-shadow: 0 6px 12px 0 rgba(201, 222, 232, 0.1), 2px 23px 23px 0 rgba(201, 222, 232, 0.09), 4px 51px 31px 0 rgba(201, 222, 232, 0.05), 8px 90px 36px 0 rgba(201, 222, 232, 0.01), 12px 141px 40px 0 rgba(201, 222, 232, 0);
background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/504/h/8850a25143d03d5d038d8a5532b7734a.png)no-repeat;
    background-size: cover;
  position: relative;
    border: 1px solid #FFCC65;
}

.lit .stream-table tbody tr td {
  width: 100%;
  display: block;
}

.lit .stream-table tbody tr td a {
  padding: 55px 100px 55px 32px;
  position: relative;
  z-index: 10;
        height: 100%;
}

.lit .stream-table tbody tr a:after{
  	position: absolute;
  	content: "";
  	top: 50%;
  transform: translateY(-50%);
  	right: 23px;
  	width: 50px;
  	height: 50px;
  	background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/150/h/2730db97ed23d7781a91fe2600377bfd.svg)no-repeat;
  	background-size: cover;
    background-position: center;
}

.lit .stream-table tbody tr .stream-title {
font-family: var(--second-family);
font-weight: 400;
font-size: 32px;
    line-height: 125%;
text-transform: capitalize;
color: #522e38;
  position: relative;
}

.lit .stream-table tbody tr .stream-title:after {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -70%;
  width: 107%;
  height: 30px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/133/h/5081e27d19476db231000dfc3c4c4f7c.svg)no-repeat;
  background-size: contain;
}

.lit .stream-table tbody tr[data-training-id="926505304"],
.lit .stream-table tbody tr[data-training-id="933870917"] {
  flex: 0 0 calc(50% - 20px);
  background: #fff;
  padding: 11px 13px;
  border: 1px solid #f7b9d2;
}

.lit .stream-table tbody tr[data-training-id="926505304"] a:before,
.lit .stream-table tbody tr[data-training-id="933870917"] a:before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -14px;
  width: 105px;
  height: 50px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/104/h/aa59875292305fca569b2c1bb29983a5.svg)no-repeat;
   background-size: contain;
  border-radius: 0 0 0 18px
}

.lit .stream-table tbody tr[data-training-id="926505304"] a,
.lit .stream-table tbody tr[data-training-id="933870917"] a {
  background:  url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/160/h/ec586dd6135f8f39470321dff912c80f.svg)no-repeat,
    url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/379/h/ab6b86b6e77e6aaf9af409b13c502abd.svg)no-repeat #FADEE3;
    background-position: right 10px top 10px, left 7px  top 10px;
  border-radius: 18px;
  padding: 44px 20px;
  text-align: center;
}

.lit .stream-table tbody tr[data-training-id="926505304"] .stream-title,
.lit .stream-table tbody tr[data-training-id="933870917"] .stream-title {
  font-size: 26px;
  text-align: center;
}

.lit .stream-table tbody tr[data-training-id="926505304"] a:after,
.lit .stream-table tbody tr[data-training-id="933870917"] a:after,
.lit .stream-table tbody tr[data-training-id="926505304"] .stream-title:after, 
.lit .stream-table tbody tr[data-training-id="933870917"] .stream-title:after {
  width: 0;
  height: 0;
}

/*Инструкция*/
.lit ul.lesson-list {
    background: transparent;
    padding: 0;
}

.lit .lesson-list li {
    border-radius: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/299/h/6bc0e8d45684e6eba535fd90d9f51bc3.png)no-repeat, url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/71/h/a50d40f31a0d48e66c76c04840101ca4.png) no-repeat;
  background-position: left 48px bottom, center;
    background-size: contain, cover;
    position: relative;
  width: 100%;
  margin: 0;
}

.lit .lesson-list li a {
    padding: 10px 25px;
}

.lit ul.lesson-list .state-icon-block {
    display: none;
}

.lit .user-state-bg {
    background: transparent;
}

.lit .lesson-list li .info {
    background: transparent !important;
    border-left: none !important;
    margin: 0;
}

.lit .lesson-list li table {
    min-height: 100%;
    min-width: 100%;
}

.lit .vmiddle {
    padding: 0 !important;
      text-align: center;
}

.lit .lesson-list li .link.title {
font-family: var(--second-family);
font-weight: 400;
font-size: 30px;
text-transform: uppercase;
color: #393635;
    position: relative;
    display: inline-block;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/183/h/fa529f773f8ea3d0b8d73985e575e579.png)no-repeat;
  background-size: 100%;
  padding: 35px 55px;
}

.lit .item-main-td {
    padding: 0 !important;
    min-height: 18px;
}

.tp {
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
  background: #f28b99 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/50/h/5537930c51f8351408a147ecfe7a057b.png)no-repeat;
  background-position: left 30px center;
  border-radius: 10px;
  height: 55px;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 35px 15px 67px;;
}

@media(max-width: 1520px) {
 .lit .container {
    max-width: 1140px !important;
}   
}

@media(max-width: 1000px) {
  body.lit {
   background: 
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png) !important;
    background-repeat:  repeat !important;
    background-position:  center !important;
    background-size: cover !important;
}
}

@media(max-width: 1080px) {
     .lit .stream-table tbody tr[data-training-id="926505304"], .lit .stream-table tbody tr[data-training-id="933870917"] {
         flex: 100% !important;
    }
}

@media(max-width: 480px)  {
  .lit .stream-table tbody tr .stream-title {
         font-size: 22px !important;
    }
    
    .lit .stream-table tbody tr td a {
    padding: 35px 80px 35px 18px !important;
}
    
      .lit .lesson-list li .link.title {
    font-size: 22px !important;
    padding: 15px 25px !important;
    margin: 0 !important;
  }
  
  .lit .lesson-list li {
    background-position: left 12px bottom, center !important;
  }
    
    .lit .stream-table tbody tr[data-training-id="926505304"] a, .lit .stream-table tbody tr[data-training-id="933870917"] a {
          padding: 44px 20px !important; 
    }
    
    .lit .stream-table tbody tr .stream-title:after {
    right: -20%  !important; 
    width: 90%  !important; 
    }
}

/* ------------- 
content start - Меню
------------- */

/* LEFTBAR*/
:root {

    --cm: #00AEEF;
    --cma: #7C51A1;
    --csb: #F2F4F4;
    
    --iNotice: url("https://fs02.getcourse.ru/fileservice/file/download/a/539552/sc/317/h/f7c7bd6da58ea48938de7826f5b46ce3.svg");   
    --iSite: url("https://fs01.getcourse.ru/fileservice/file/download/a/558326/sc/324/h/4c9abde2fb625c2820cf1d0f4af391d2.svg");
    --iStudy: url("https://fs20.getcourse.ru/fileservice/file/download/a/558326/sc/24/h/039f0ae9d63d5475a39b4679165a9990.svg");
    --iUsers: url("https://fs.getcourse.ru/fileservice/file/download/a/531213/sc/135/h/fa11280640c393c29fcebd0678026dd1.svg");
    --iTasks: url("https://fs24.getcourse.ru/fileservice/file/download/a/558326/sc/185/h/ea6225374659cc1e0fdbc0bf3720d537.svg");
    --iMessages: url("https://fs24.getcourse.ru/fileservice/file/download/a/558326/sc/81/h/e99ef12471b38022e6335a02a1a24ca9.svg");
    --iSales:  url("https://fs16.getcourse.ru/fileservice/file/download/a/558326/sc/239/h/e0696b29ec9a22b23513c77cbbcfb159.svg");
    --iChatium:  url("https://fs16.getcourse.ru/fileservice/file/download/a/558326/sc/185/h/1de5f0920bbb3cca8e4158f8526144b4.svg");
    --iSubmenuBG:  url("");
    
     --iNoticeActive: url("https://fs02.getcourse.ru/fileservice/file/download/a/539552/sc/317/h/f7c7bd6da58ea48938de7826f5b46ce3.svg");
     --iSiteActive: url("https://fs01.getcourse.ru/fileservice/file/download/a/558326/sc/324/h/4c9abde2fb625c2820cf1d0f4af391d2.svg");
     --iStudyActive: url("https://fs20.getcourse.ru/fileservice/file/download/a/558326/sc/24/h/039f0ae9d63d5475a39b4679165a9990.svg");
     --iUsersActive:  url("https://fs.getcourse.ru/fileservice/file/download/a/531213/sc/135/h/fa11280640c393c29fcebd0678026dd1.svg");
     --iTasksActive:  url("https://fs24.getcourse.ru/fileservice/file/download/a/558326/sc/185/h/ea6225374659cc1e0fdbc0bf3720d537.svg");
     --iMessagesActive:  url("https://fs24.getcourse.ru/fileservice/file/download/a/558326/sc/81/h/e99ef12471b38022e6335a02a1a24ca9.svg");
     --iSalesActive:  url("https://fs16.getcourse.ru/fileservice/file/download/a/558326/sc/239/h/e0696b29ec9a22b23513c77cbbcfb159.svg");
     --iChatiumActive:  url("https://fs16.getcourse.ru/fileservice/file/download/a/558326/sc/185/h/1de5f0920bbb3cca8e4158f8526144b4.svg");
}

.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
    box-shadow: 0 6px 12px 0 rgba(201, 222, 232, 0.1), 2px 23px 23px 0 rgba(201, 222, 232, 0.09), 4px 51px 31px 0 rgba(201, 222, 232, 0.05), 8px 90px 36px 0 rgba(201, 222, 232, 0.01), 12px 141px 40px 0 rgba(201, 222, 232, 0);
    background: #fff;
}


.gc-account-leftbar {
  	width: 80px !important;
    border-radius: 10px;
    left: 12px;
    top: 5px;
    height: auto;
    padding-bottom: 15px;
    position: absolute;
}


/*Ячейка*/
.gc-account-leftbar .gc-account-user-menu li {
    padding: 15px 12px 22px 12px;
    width: 80px;
  	height: 88px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile {
    padding: 15px 12px 12px 12px;
    height: 75px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-notifications_button_small {
	height: 60px;
    padding: 0;
    border-bottom: none;
}

.gc-account-leftbar .gc-account-user-menu li a {
  	background: #FBB1CE;
  	width: 56px;
  	height: 56px;
  	padding: 0;
    border-radius: 12px;
}

.gc-account-leftbar .gc-account-user-menu li.active a, .gc-account-leftbar .gc-account-user-menu li.selected a {
    background: #FFCB64;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-notifications_button_small a {
 border-bottom: none;   
}


/*Профиль(фото)*/
.gc-account-leftbar .menu-item.menu-item-profile a img {
    border: 1px solid #ffdd78;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    background: #fffaf2;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile {
    border-bottom: none;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile a {
    width: 100%;
    display: block;
    border-radius: 50%;
}
/*END Профиль(фото)*/

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 64px;
    width: 100%;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .content {   
 margin-bottom: 15px;   
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .user-image .user-profile-image  {
  border-radius: 50px !important;
}

.gc-fade-wrapper .gc-fade {
    left: 80px;
    background: rgba(0, 0, 0, 0.52);
}

/*Submenu*/
.gc-account-leftbar .gc-account-user-submenu-bar {
    position: absolute;
    top: 0;
    left: 92px;
    width: 300px;
    height: 100vh;
	box-shadow: 0 0 13px 0 rgba(233, 229, 236, 0.57);
	background: #fff;
	border-radius: 10px;
    padding: 20px;
}

.gc-account-user-submenu-bar > div > a {
  	margin-bottom: 10px;
    border-radius: 10px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li {
     margin: 0 0 7px 0;
    transition: 0.3s;
}

.gc-account-user-submenu-bar h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: #00062d;
    margin-bottom: 30px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    color: #5e5866;
    padding-left: 15px;
    margin-left: 3px;
    position: relative;
    z-index: 10;
}


/*Убираем иконки в раскрывающемся субменю*/
.gc-account-user-submenu li a:after {
 //display: none;
}

/*Слово Уведомления*/
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-header-link {
	color: #8876ac;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 12px */
}

/*END Submenu*/

/*Баланс бонусы */
.gc-account-leftbar .gc-account-user-submenu-bar div .user-balance
{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    color: #5e5866;
    margin-bottom: 18px;
}

/* убираем полоску в админ меню*/
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a {
    border-top: none !important;
}
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
  border-top: none !important;
}

/*menu*/
.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-cms img.menu-item-icon,
.menu-item-user img.menu-item-icon,
.menu-item-tasks img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-sales img.menu-item-icon,
.menu-item-chatium img.menu-item-icon
 {
  display:none !important;
}

/* Уведомления */
.gc-account-user-menu li.menu-item-notifications_button_small a:after { 
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 22px;
  left: 24px;
  opacity: 1;
  background: var(--iNotice) no-repeat;
  background-size: contain !important;
}

/* Сайт */
.gc-account-user-menu li.menu-item-cms a:after { 
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: 28px;
  left: 26px;
  background: var(--iSite) no-repeat;
  background-size: contain !important;  
}

/* Сайт active selected*/
.gc-account-user-menu li.menu-item-cms.active a:after,
.gc-account-user-menu li.menu-item-cms.selected a:after { 
  background: var(--iSiteActive) no-repeat;
  background-size: contain !important;  
}

/* Сайт active selected hover*/
.gc-account-user-menu li.menu-item-cms.active a:hover:after,
.gc-account-user-menu li.menu-item-cms.selected a:hover:after { 
  background: var(--iSite) no-repeat;
  background-size: contain !important;  
}

/* Обучение*/
.gc-account-user-menu li.menu-item-teach a:after { 
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: 29px;
  left: 27px;
  background: var(--iStudy) no-repeat;
  background-size: contain !important;    
}

/* Обучение active selected*/
.gc-account-user-menu li.menu-item-teach.active a:after,
.gc-account-user-menu li.menu-item-teach.selected a:after { 
  background: var(--iStudyActive) no-repeat;
  background-size: contain !important;    
}

/* Обучение active selected hover*/
.gc-account-user-menu li.menu-item-teach.active a:hover:after,
.gc-account-user-menu li.menu-item-teach.selected a:hover:after { 
  background: var(--iStudy) no-repeat;
  background-size: contain !important;    
}

/* Пользователи*/
.gc-account-user-menu li.menu-item-user a:after {
  content: "";
  position: absolute;
    width: 41px;
    height: 26px;
    z-index: 1;
    top: 31px;
    left: 20px;
  background: var( --iUsers ) no-repeat;
  background-size: contain !important;
}

/* Пользователи active selected*/
.gc-account-user-menu li.menu-item-user.active a:after,
.gc-account-user-menu li.menu-item-user.selected a:after {
  background: var( --iUsersActive ) no-repeat;
  background-size: contain !important;
}

/* Пользователи active selected hover*/
.gc-account-user-menu li.menu-item-user.active a:hover:after,
.gc-account-user-menu li.menu-item-user.selected a:hover:after {
  background: var( --iUsers ) no-repeat;
  background-size: contain !important;
}

/* Задачи */
.gc-account-user-menu li.menu-item-tasks a:after { 
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 1;
    top: 28px;
    left: 25px;
    background: var( --iTasks ) no-repeat;
    background-size: contain !important;
}

/* Задачи active selected*/
.gc-account-user-menu li.menu-item-tasks.active a:after,
.gc-account-user-menu li.menu-item-tasks.selected a:after { 
  background: var( --iTasksActive ) no-repeat;
  background-size: contain !important;
}

/* Задачи active selected hover*/
.gc-account-user-menu li.menu-item-tasks.active a:hover:after,
.gc-account-user-menu li.menu-item-tasks.selected a:hover:after { 
  background: var( --iTasks ) no-repeat;
  background-size: contain !important;
}

/* Сообщения */
.gc-account-user-menu li.menu-item-notifications a:after { 
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: 29px;
  left: 26px;
  background: var( --iMessages ) no-repeat;
  background-size: contain !important;  
}

/* Сообщения active selected*/
.gc-account-user-menu li.menu-item-notifications.active a:after,
.gc-account-user-menu li.menu-item-notifications.selected a:after { 
  background: var( --iMessagesActive ) no-repeat;
  background-size: contain !important;  
}

/* Сообщения active selected hover*/
.gc-account-user-menu li.menu-item-notifications.active a:hover:after,
.gc-account-user-menu li.menu-item-notifications.selected a:hover:after { 
  background: var( --iMessages ) no-repeat;
  background-size: contain !important;  
}

/* Продажи */
.gc-account-user-menu li.menu-item-sales a:after { 
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: 28px;
  left: 26px;
  background: var(--iSales) no-repeat;
  background-size: contain !important; 
}

/* Продажи Active selected*/
.gc-account-user-menu li.menu-item-sales.active a:after,
.gc-account-user-menu li.menu-item-sales.selected a:after { 
  background: var(--iSalesActive) no-repeat;
  background-size: contain !important; 
}

/*chatium*/
.gc-account-user-menu li.menu-item.menu-item-chatium a:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  top: 28px;
  left: 26px;
  background: var(--iChatium) no-repeat;
  background-size: contain !important;  
}

/*chatium Active selected*/
.gc-account-user-menu li.menu-item.menu-item-chatium.active a:after,
.gc-account-user-menu li.menu-item.menu-item-chatium.selected a:after {
  background: var(--iChatiumActive) no-repeat;
  background-size: contain !important;  
}

.gc-account-user-menu li.new-chatium-icon img {
    border: none;
}

/*Эффекты при наведении*/
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item.menu-item-profile) a:hover {
    background: #FFCB64;
  	border-radius: 12px;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    z-index: 10;
    background: #FFFAF2;
    border-radius: 5px;
}


/*Написать сообщение виджет */
.talks-widget-button {
    background: #FBB1CE !important;
}

.talks-widget-window {
  border: none;
}

.talks-widget-header {
  	color: #000!important;
  	background:  #F28B99 !important;
  	border: none !important;
    height: 60px !important;
    padding-top: 20px !important;
}

.talks-widget-header .caption {
    font-family: 'Century Gothic';
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
}

.talks-widget-body {
  background: #fff;
  padding: 0;  
}

.talks-widget-window  .conversation-list-footer {
  	color: #fff !important;
  	background: #fff !important; 
  	border: none !important;
    bottom: 40px !important;
}

.talks-widget-header .btn-close.fa.fa-times:before {
   	content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/190913/sc/427/h/8d1f4ebb45531b0df8bebcea4678aac5.svg)no-repeat;
    background-size: contain;
}

.talks-widget-header .fa-bars:before {
   	content: "";
    position: absolute;
    top: 0;
    left: 2px;
    width: 26px;
    height: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/190913/sc/45/h/f5fd8733c70325a7e34a525618e1005d.svg)no-repeat;
    background-size: contain;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn {
  	color: #fff;
  	background: #F28B99;
  	border-radius: 9px;
	border: none;
    font-family: 'Century Gothic';
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
    padding: 14px 35px 14px 35px;
    position: relative;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer .btn .fa.fa-pencil {
  	display: none;  
}

.talks-widget-window .talks-widget-body .conversations-list-block 
.conversation-annotate .conversation-data-block 
.conversation-title-block {
	color: #fff;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate:hover .conversation-title-block {
  color: #000;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate .conversation-img-block {
    display: none;
}

.talks-widget-window .talks-widget-body .conversations-list-block 
.conversation-annotate .conversation-data-block 
.conversation-title-block:hover {
    color: #000;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate:hover {
    background: #f2e9ff;
}

.comment-form-wrapper .new-comment .btn-send .fa.fa-send {
    display: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}
/*Оповещения и кол-во входящих */
.menu-item .notify-count {
    background: #F18795 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-family: "Century Gothic";
    font-weight: 400;
    text-align: center;
    bottom: 45%;
    right: -5px;
    z-index: 50;
    border-radius: 50%;
     width: auto;
    height: auto;
    padding: 3px 6px;
}

.gc-account-user-submenu .notify-count {
	text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 9px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background: #F18795;
    width: 34px;
    height: 34px;
    padding: 10px 0 0 0;
    border-radius: 50%;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    right: 10px;
    bottom: 15%;
    z-index: 50;
}

.mark-viewed-all {
    color: #474A64;
    font-weight: 400;
    font-family: 'Century Gothic';
    font-size: 18px;
    margin-top: 10px;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .date {
 color: #000;   
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .user-image {
    margin-bottom: 10px;
}

/*Подписи*/
.gc-account-user-menu li a:before {
  	display: block;
  	text-align: center;
  	min-height: 1.1em;
  	width: 100%;
  	overflow: hidden;
  	position: absolute;
  	bottom: 2px; 
  	left: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #5e5866;   
}

.gc-account-user-menu li.menu-item-cms a:before {
  content: "сайт";
}
.gc-account-user-menu li.menu-item-teach a:before {
  content: "курсы";
}
.gc-account-user-menu li.menu-item-user a:before {
  content: "ученики";
}
.gc-account-user-menu li.menu-item-tasks a:before {
  content: "задачи";
}
.gc-account-user-menu li.menu-item-notifications a:before {
  content: "сообщения";
}
.gc-account-user-menu li.menu-item-sales a:before {
  content: "покупки";
}
.gc-account-user-menu li.menu-item-chatium a:before {
  content: "mobile"; 
}
.gc-account-user-menu li.menu-item-iik a:before {
  content: "история"; 
}
.gc-account-user-menu li.menu-item-ingik a:before {
  content: "english"; 
}
.gc-account-user-menu li.menu-item-course a:before {
  content: "курсы"; 
}
.gc-account-user-menu li.menu-item-domas a:before {
  content: "домашки"; 
}
.gc-account-user-menu li.menu-item-mess a:before {
  content: "поддержка"; 
}
.gc-account-user-menu li.menu-item-sale-icon a:before {
  content: "покупки"; 
}
/*END Подписи*/


/*Меню мобильное**/
@media (max-width: 768px) {
    .gc-account-leftbar {
     	left: 0 !important;
        border-radius: none !iportant;
    }
    
     .gc-account-leftbar .toggle-link {
      	background: transparent !important;
    }
    
	.gc-account-leftbar .gc-account-user-menu {
    	width: 80px !important;
        height: auto !important;
        background: #fff !important;
 } 
    
	.gc-page-nav-items-menu.lt-page-edit-link { 
  		top: 0 !important;
  		bottom: auto !important;
}

.toggler-item {
    	color: transparent !important;
    	background: transparent !important;
  }
    
.gc-account-leftbar.expanded .toggle-link {
    height: 60px;
    width: 80px;
    background: #fff !important;
    box-shadow: none !important;
  }
    
.gc-account-leftbar .toggle-link {
  	position: relative;
  	top: 0 !important;
  	bottom: auto !important;
}
    
.gc-account-leftbar .toggle-link img {
    	display: none;
  }
    
.gc-account-leftbar .toggle-link:after {
  	position: absolute;
  	content: "";
  	top: 10px;
  	left: 20px;
  	width: 31px;
  	height: 27px;
  	background: url(https://fs.getcourse.ru/fileservice/file/download/a/223364/sc/237/h/0bc33cb2e83b4190be6eb469ee5426f3.svg) no-repeat;
	background-size: contain;
    }
    
.gc-account-leftbar.expanded .toggle-link:after {
  	position: absolute;
  	content: "";
  	top: 20px;
  	left: 26px;
  	width: 29px;
  	height: 29px;
  	background: url(https://fs19.getcourse.ru/fileservice/file/download/a/539552/sc/489/h/e1e84dbea16bdf35dce72f9eef3bf408.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
    
.gc-account-leftbar:not(.expanded) {
    width: 100% !important;
    background: #fff !important;
    top: 0 !important;
}
    
.gc-account-leftbar.expanded {
    top: 50px !important;
    background: #fff !important;
  }
    
    .gc-account-leftbar .gc-account-user-submenu-bar {
    top: -80px !important;
    }
    
.gc-main-content.with-left-menu > .container {
    margin-top: 20px !important;
}
}

/*Конец меню*/

/*ACTIVE*/
.gc-account-leftbar .qr-link {
    color: white;
    position: relative;
    top: -15px;
}

.fa.fa-qrcode.qr-link {
  color: transparent;
}

/*CHAT*/
.talks-widget-window .talks-widget-body .conversations-list-block .conversations-list {
    padding: 0 10px;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate {
	background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #D0D7D9;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate .conversation-title {
    font-family: 'Century Gothic';
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate .conversation-text.emoji-text {
    font-family: 'Century Gothic';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #1D211C;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate:hover {
 	background: #EDF1F2;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-annotate .conversation-data-block {
  	border: none;
    margin-left: 30px !important;
}

.talks-widget-window .talks-widget-header .btn-back {
    top: 20px !important;
}

.talks-widget-window .talks-widget-body 
.conversations-list-block .conversation-annotate 
.conversation-data-block .conversation-title-block 
.conversation-time {
  	font-family: 'Century Gothic';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #A8B7BB;
}

.talks-widget-window .conversation-widget .comments-container {
  	background: #fff;
    padding-top: 20px;
}

.talks-widget-window .comment-form-wrapper .new-comment-textarea {
  	min-height: 95px !important;
  	background: #fff;
    color: #1D211C;
    font-family: 'Century Gothic';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
  	border: 1px solid #D0D7D9;
  	border-radius: 10px;
    padding: 12px;
}

.talks-widget-window .comment-form-wrapper .new-comment-textarea::placeholder {
 	font-size: 12px;
    color: #D0D7D9;
}

.talks-widget-window .comment-form-wrapper .new-comment-textarea .emoji-button span.fa {
    color: #D0D7D9;
} 

:focus-visible {
    outline: none;
}

.talks-widget-window .conversation-widget 
.own-user-comment .comment > .text .text-content {
  	background: #EDF1F2;
    border: none;
}
 
.conversation-widget .comment > .text .text-content {
   	background: #EAF5E6;
    border: none;  
}

.conversation-widget .my-comment .comment > .text .text-content {
  background: #fff;
}

.talks-widget-window .conversation-widget  .gc-comment.own-user-comment  .comment-wrapper {
    margin-bottom: 0 !important;
}

.talks-widget-window .emoji-wysiwyg-editor {
  	background: #fff;
    border: 1px solid #D0D7D9;
  	border-radius: 10px;
}

 .talks-widget-window #uploadifive-comment-upload-button0-file-0 {
  color: #000;
}

.talks-widget-window .comment-form-wrapper {
    background: #DDE5E7;
    padding: 40px 25px;
}

.emoji-button .fa.fa-smile-o.fa-lg:before {
 content: "";
    position: absolute;
    top: 1px;
    left: -25px;
    width: 20px;
    height: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/190913/sc/302/h/b491dda75fffd4055136c5c8e9a5cb69.png) no-repeat;
    background-size: contain;
}

.gc-comment-form.comment-form-wrapper .uploadifive-button {
    height: 30px !important;
    width: 25px !important;
}

.glyphicon.glyphicon-paperclip:before {
	content: "";
    position: absolute;
    top: -14px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/190913/sc/268/h/03bb6abd51c5a6d75b8a40d9570acb50.png) no-repeat;
    background-size: contain;
} 
/*END CHAT*/


@media (max-height: 650px) {
    .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile) .menu-item-icon {
        max-height: none !important;
    }
}
/* ------------- 
content finish - Меню
------------- */

/* ------------- 
content start - Правая колонка на главной
------------- */

.user_info_block {
    border: 1px solid #fff3e0;
	border-radius: 20px;
    box-shadow: 0 8px 18px 0 rgba(238, 230, 216, 0.1), 0 32px 32px 0 rgba(238, 230, 216, 0.09), 0 72px 43px 0 rgba(238, 230, 216, 0.05), 0 128px 51px 0 rgba(238, 230, 216, 0.01), 0 199px 56px 0 rgba(238, 230, 216, 0);
    position: relative;
    background: #fff url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/112/h/30c675402842ec785f56adb99ccd3872.png)no-repeat;
    background-position: left bottom;
}

.user_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 15px;
    padding: 31px 70px 31px 26px;
}

.user_info_block .btn_user {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 0 0;
        background-color: transparent;
}

.users_foto {
    border-radius: 50%;
    border: 3px solid #f18795;
    flex: 0 0 18%;
}

.name_mail {
    flex: 0 0 75%;
}

.user_info .name-block {
font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
color: #522e38;
}

.mail-block .html-content {
    font-family: var(--font8);
font-weight: 300;
font-size: 14px;
text-transform: lowercase;
color: rgba(57, 54, 53, 0.84);
}

.main_user__foto .users_foto {
    width: 56px;
    height: 56px;
}

.soc-block {
    background: #fff;
    padding: 19px 22px 25px 22px;
    border-radius: 25px;
    text-align: center;
}

.soc {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    height: 84px;
    border: 1px solid #fff5e5;
    border-radius: 20px;
    background: #fffaf2;
}

.soc .xdget-button {
    background-color: transparent;
    border: none;
}

/* ------------- 
content finish - Правая колонка на главной
------------- */

/* ------------- 
content start - Тренинг
------------- */

body.lit-tr {
   background: 
      url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
}

/*Сброс стандартных стилей*/
.lit-tr .stream-table {
    margin: 0 !important;
}

.lit-tr .stream-table tr td {
    height: 100% !important;
    display: block;
  	padding: 0;
    position: relative;
}

.lit-tr  .stream-table tbody tr a > div b {
    display: none;
}

.lit-tr.stream-table tbody tr a {
    height: 100%;
    width: 100%;
} 

.lit-tr .stream-table tr td:hover {
    background: transparent;
}

.lit-tr .stream-table tr.no-public td,
.lit-tr .stream-table tr.no-public.no-lessons.no-children td,
.lit-tr .stream-table tr.no-lessons.no-children td {
  	opacity: 1;
}
/*Конец Сброс стандартных стилей*/

.lit-tr .page-header h1 {
    display: none;
}

.motiv-block {
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/147/h/bb755075c614c03f16257b168fea9f4c.png)no-repeat;
  background-size: cover;
    border-radius: 26px;
    position: relative;
    min-height: 232px;
    padding: 85px 27px 34px 295px;
    outline: 2px dashed #fff;
    outline-offset: -12px;
}

.motiv-block img {
    position: absolute;
    left: 80px;
    bottom: 0;
}

.motiv-block .title {
font-family: var(--second-family);
font-weight: 400;
font-size: 28px;
line-height: 120%;
text-transform: uppercase;
color: #522e38;
}

.author {
  font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
text-transform: capitalize;
color: #a38a7c;
text-align: right;
    margin-top: 15px;
}

.box {
  max-width: 410px;
}

/**/
.lit-tr .xdget-col.col-gc-4 {
   max-width: 390px;  
   text-align: center;
}

.lit-tr .xdget-row  {
 margin: 0 !important;   
}

.lit-tr .row {
  margin: 0 !important;
}

.lit-tr ul.lesson-list {
    background: transparent;
    padding: 0;
}

.lit-tr .lesson-list li {
    border-radius: 20px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/236/h/93ec806d3cd3ade2e6c205bd094455e2.png) no-repeat;
  background-position:  center;
    background-size:  cover;
    position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px solid #FFCC65;
}

.lit-tr .lesson-list li a {
    padding: 10px 25px;
}

.lit-tr ul.lesson-list .state-icon-block {
    display: none;
}

.lit-tr .user-state-bg {
    background: transparent;
}

.lit-tr .lesson-list li .info {
    background: transparent !important;
    border-left: none !important;
    margin: 0;
}

.lit-tr .lesson-list li table {
    min-height: 100%;
    min-width: 100%;
}

.lit-tr .vmiddle {
    padding: 0 !important;
      text-align: center;
}

.lit-tr .lesson-list li .link.title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #393635;
    position: relative;
    display: inline-block;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/183/h/fa529f773f8ea3d0b8d73985e575e579.png)no-repeat;
  background-size: 100%;
  padding: 35px 15px;
}

.lit-tr .item-main-td {
    padding: 0 !important;
    min-height: 18px;
}

td.item-image {
  display: none;
}

/*Месяца*/
.lit-tr .stream-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
}

.lit-tr .stream-table tbody tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  	max-width: 390px;
    border-radius: 20px;
    min-height: 169px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/212/h/f477b2d3c2835e9b050c8968f89ebf0a.png)no-repeat;
  background-size: cover;
    margin-bottom: 30px;
   	position: relative;
    z-index: 1;
}

.lit-tr .stream-table tbody tr a {
  padding: 59px 20px 20px 21px
}

.lit-tr .stream-table tbody tr .stream-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 26px;
  text-transform: capitalize;
  text-align: center;
  color: #522e38;
}

.lit-tr .stream-table tbody tr a:before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 13px;
  width: 41px;
  height: 39px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/240/h/a5e95b9ff703e9eca1c4e225d402b931.svg)no-repeat;
  background-size: contain;
}

.schedule-btn,
.talk-btn {
  box-shadow: inset 0 0 46px 0 rgba(255, 255, 255, 0.25);
  background: #f18795 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/477/h/ddab1f5abfac148cb157efaa95c7a956.svg)no-repeat;
  background-position: 32px center;
  border: none;
  box-shadow: inset 0 0 45px 0 rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
text-transform: uppercase;
color: #fff;
padding: 4px 37px 4px 69px;
height: 55px;
}

.talk-btn {
  background: #f18795 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/477/h/ddab1f5abfac148cb157efaa95c7a956.svg)no-repeat;
  background-position: 32px center;

padding: 4px 37px 4px 69px;
height: 55px;
}


.schedule-btn {
  background: #f18795 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/26/h/3a996c49f99dcb92306e54275267076a.svg)no-repeat;
  background-position: 21px center;
  padding: 4px 21px 4px 54px;

}

/**/
.lit-tr .stream-table tbody tr:before {
  content: 'доступен';
  position: absolute;
  right: 0;
  top: 0;
  width: 101px;
  height: 60px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/273/h/7c6ed32ad8262111d1afebf08cb5039b.png)no-repeat;
  background-size: contain;
  font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
line-height: 100%;
color: #fff5f7;
  text-align: center;
  padding: 11px 0 0 6px;
  border-radius: 0 10px 0 0;
}

.long_btn {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 292px;
          flex: 0 0 292px;
  margin: 0 auto;
  min-height: 45px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 8px;
background: #f18795;
  position: relative;
  margin: 50px auto 50px auto;
}

.long_btn:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -18px;
  width: 112%;
  height: 165%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid transparent;
  -o-border-image: url();
     border-image: url();
  border: 2.5px dashed rgba(190, 126, 143, 0.5);
  z-index: -1;
}


@media(max-width: 1300px) {
  body.lit-tr {
   background: 
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png) !important;
    background-repeat:  repeat !important;
    background-position:  center !important;
    background-size: cover !important;
}
}


@media(max-width: 1080px) {
  .motiv-block {
    min-height: 440px !important;
    padding: 60px 25px 0 25px !important;;
  }
  
      .motiv-block .title {
        font-size: 20px !important;
    }
  
  .motiv-block img {
    left: 50px !important;
}
    
    .lit-tr .stream-table tbody tr {
     flex: 100% !important;   
    }
}


@media(max-width: 480px)   {
   .lit-tr .lesson-list li .link.title {
    font-size: 22px !important;
    padding: 15px 25px !important;
    margin: 0 !important;
  }
    
    .lit-tr .col-md-12 {
        padding: 0 !important;
    }
    
   .lit-tr .container {
     padding-left: 0 !important; 
     padding-right: 0 !important;   
    }
}
/* ------------- 
content finish - Тренинг
------------- */

/* ------------- 
content start - До егэ осталось
------------- */

/*До ЕГЭ осталось*/
.dateExam-block {
     position: relative;	
	  border-radius: 10px;
	  background: #FFF7E2;
	  -webkit-box-shadow: 0px 0px 0px 0px rgba(215, 193, 178, 0.10), 0px 9px 21px 0px rgba(215, 193, 178, 0.10), 
	0px 38px 38px 0px rgba(215, 193, 178, 0.09), 0px 84px 51px 0px rgba(215, 193, 178, 0.05), 0px 150px 60px 0px rgba(215, 193, 178, 0.01), 
	0px 235px 66px 0px rgba(215, 193, 178, 0.00);
	          box-shadow: 0px 0px 0px 0px rgba(215, 193, 178, 0.10), 0px 9px 21px 0px rgba(215, 193, 178, 0.10), 
	0px 38px 38px 0px rgba(215, 193, 178, 0.09), 0px 84px 51px 0px rgba(215, 193, 178, 0.05), 0px 150px 60px 0px rgba(215, 193, 178, 0.01), 
	0px 235px 66px 0px rgba(215, 193, 178, 0.00);
	max-width: 169px;
    margin: 0 auto;
  	opacity: 0;
  	height: 0;
    outline: 7.5px solid #fff;
    z-index: 2;
    padding: 2px 0;
border: 1px solid #ffde7d;
}


.dateExam-block:before {
  content: "";
  position: absolute;
  bottom: -25px;
	right: -28px;
    width: 60px;
    height: 60px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/295/h/b6317f36cf729d10ae5c1e3deccf4687.svg)no-repeat;
  background-size: contain;
  z-index: 3;
}

.dateExam-block:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 50px;
  top: -20px;
  left: -30px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/426/h/a6c462a71dd49edaeea8cfebb650415b.svg)no-repeat;
   background-size: contain;
}


.dateExam-block.active {
  	opacity: 1;
  	height: auto;
}

.days-to-exam {
	text-align: center;	
}

.days-to-exam .examDays {
	color: #522e38;
	font-family: "Lazydog";
	font-size: 44px;
	line-height: 100%;
	font-weight: 400;
	margin-top: 17px;
}

.days-to-exam .text {
  color: #522e38;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 700;
}

.days-to-exam .text p {
  font-size: 12px;
  font-weight: 700;
}

.dateExam-block .exam-btn_close {
	position: absolute;
	top: -15px;
	right: -17px;
	width: 31px;
	height: 30px;
	background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/172/h/7c0f74193f2be77e897dc922f9ae9611.svg)no-repeat;
	background-size: contain;
  border: none;
}

.rolled-box {
  position: relative;
  box-shadow: inset 0 0 36px 0 rgba(255, 255, 255, 0.25), 0 2px 0 0 #b29c59;
  background: #ffdd78;
  padding: 22px 15px 22px 15px;
  width: 220px;
  margin: 0 auto;
  border-radius: 10px;
}

.rolled-box.rolled {
  	opacity: 0;
  	height: 0;
    padding: 0;
}

.rolled-box p {
font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
  line-height: 100%;
text-transform: uppercase;
color: #522e38;
  margin: 0;
  text-align: center;
}

.openDate-btn {
  position: absolute;
  border: none;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/499/h/780e27498022e59f2e9504699ae78b93.svg)no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -12px;
}

/* ------------- 
content finish - До егэ осталось
------------- */

/* ------------- 
content start - Календарь
------------- */

/*Календарь*/

/*** Шапка календаря ***/
#events-calendar {
    width: 100%;
}

.month {
    position: relative;
    margin: 0;
    padding: 1rem 2rem;
    text-align: center;
    width: 100%;
    list-style: none;
	border-radius: 8px;
	background: #F8CEDE;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 7px;
}

/*Название месяца*/
.month li {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #522e38;
}
/*Год*/
.month li.year-name {
	color: #685D59;
	font-weight: 700;
        display: none;
}

/*Стрелочки для переключения по месяцам*/
.month li.prev,
.month li.next {
    cursor: pointer;
    flex: 100%;
}
.month li.prev:before,
.month li.next:before {
  	content: '';
  	position: absolute;
  	top: 2px;
  	width: 24px;
  	height: 24px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/155/h/ccfa18e5254499c6fb28265143e3c94b.svg)no-repeat;
	background-size: contain;
}

.month li.prev:before {
  left: -0.5rem;
}

.month li.next:before {
  transform: rotate(180deg);
  right: -0.5rem;
}

/*** Тело календаря ***/

/* Дни недели */
.weekdays {
  margin: 0;
  padding: 1rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  background: #fff; /* Фон */
}

.weekdays li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    text-align: center;
	color: #605b5a;
	font-family: var(--font-family);
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
	letter-spacing: 0.102px;
}

/* дни */
.days {
    margin: 0;
    padding: 1rem 1rem 0 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
     justify-content: left;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  	background: #fff; /* Фон */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.days li {
  position: relative;
  padding: 0.6rem;
  list-style: none;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
  color: #605B5A;
	font-family: var(--font-family);
	font-size: 12px;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.102px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* Текущая дата */
.days li.date-now {
    color: #F2ABC7; /* Цвет */
    font-weight: 700;
	border-radius: 4px;
	background: transparent;
    border: 1px solid #F2ABC7;
}

/* Всплывающие окна с названием события */
.days li.webinar:after,
.days li.kurs:after,
.days li.seminar:after,
.days li.master-class:after,
.days li.open-master-class:after {
    content: attr(data-title);
    position: absolute;
    width: auto;
    min-width: 90px;
    height: auto;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 2px;
    background: #F2ABC7;
    color: #fff;
    bottom: calc(100% + 7px);
    right: -30px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    pointer-events: none;
}

.days li.webinar:hover:after,
.days li.seminar:hover:after,
.days li.master-class:hover:after,
.days li.kurs:hover:after,
.days li.open-master-class:hover:after {
    opacity: 1;
    cursor: pointer;
}

/* Стили для даты с событием типа webinar */
li.webinar {
	color: #fff;
    background: #F2ABC7;
    cursor: pointer;
    border-radius: 4px;
}

/* Стили для даты с событием типа seminar */
li.seminar {
	color: #fff;
    background: #F2ABC7;
    cursor: pointer;
    border-radius: 4px;
}

/* Стили для даты с событием типа master-class */
li.master-class{
    color: #fff;
    background: #BABEDD;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
}

/* Стили для даты с событием типа kurs */
li.kurs {
    color: #fff;
    background: #BABEDD;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
}


/* Если хочется добавить точки на даты, для обозначения события */
.days li.module:before,
.days li.lesson:before,
.days li.webinar:before,
.days li.kurs:before {
  content: '';
  position: absolute;
  bottom: 4px; /* Отступ от нижней границы даты */
  right: 6px; /* Отступ от правого края даты */
  width: 4px; /* Ширина */
  height: 4px; /* Высота */
  border-radius: 50%;
}

.calendula-block {
 	border: 1px solid #fff3e0;
	border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 15px;
}

.subText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px;
}

.subText .dataTitle {
    color: #522e38;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
}

 .wrap-btn {
  width: 24px;
  height: 24px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/272/h/f2277020484c91854532329500736c80.svg)no-repeat;
	background-size: contain;
  border-radius: 4px;
  border: none;
}

.wrap-btn.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
}



/* ------------- 
content finish - Календарь
------------- */

/* ------------- 
content start - Список уроков
------------- */

/*Сброс стандартных стилей*/

.lit-list .lesson-list {
	background: transparent;
    padding: 0 !important;
}

.lit-list .lesson-list li table {
	min-width: 100%;
    min-height: 18px !important; 
}

.lit-list .lesson-list li {
 margin: 0;   
}

.lit-list  .state-icon-block.hidden-xs {
	display: none;
}

.lit-list .info {
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
	z-index: 2;
}

.lit-list .vmiddle {
	padding: 0 !important;
}

.lit-list .item-main-td {
    padding: 0 !important;
}

.lit-list .user-state-has_mission .user-state-bg,
.lit-list .user-state-accomplished .user-state-bg,
.lit-list .user-state-need_accomplish .user-state-bg,
.lit-list .user-state-answered .user-state-bg,
.lit-list .user-state-not_reached .user-state-bg,
.lit-list .user-state-bg {
    background: transparent;
}
/*КОНЕЦ Сброс стандартных стилей*/


body.lit-list {
   background: 
      url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
}

.lit-list .container {
  padding-left: 40px;
  max-width: 1440px !important;
}

.lit-col1 {
    max-width: 890px;
  padding-right: 30px;
}

.lit-col2 {
  max-width: 390px;
  position: relative;
  text-align: center;
}

.lit-list .page-header h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    color: #000;
    position: relative;
    display: inline-block;
}

.lit-list  .lesson-list .description {
  display: none;
}

.lit-list .lesson-list li {
  min-height: 110px;
  border-radius: 10px;
  border: 1px solid #ffe6b6;
box-shadow: 0 6px 12px 0 rgba(201, 222, 232, 0.1), 2px 23px 23px 0 rgba(201, 222, 232, 0.09), 4px 51px 31px 0 rgba(201, 222, 232, 0.05), 8px 90px 36px 0 rgba(201, 222, 232, 0.01), 12px 141px 40px 0 rgba(201, 222, 232, 0);

  margin-bottom: 19px;
  overflow: hidden;
  background: #ffedbf url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/382/h/93bfd3c5900cebdf3c04577d1f2fc3dd.png)no-repeat;
  background-size: cover;
    position: relative;
}

.lit-list .lesson-list li a {
  height: 100%;
  padding: 12px 12px 21px 17px;
    position: relative;
        min-height: 110px;
    z-index: 100;
}

.lit-list .lesson-list .item-main-td.item-with-image {
    height: auto;
}

.lit-list .lesson-list li.user-state-not_reached {
      background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/51/h/39f011693f9c83f0832bc1c5c20e6564.png)no-repeat;
  background-size: cover;
  border: 1px solid #ededed;
}

.lit-list .lesson-list li.user-state-accomplished  {
      background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/286/h/7711d4f4fa01aed8cff162eab24e4775.png)no-repeat;
  background-size: cover;
  border: 1px solid #ffe4f5;
}

.lit-list .lesson-list li a:before {
   content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  z-index: 10;
 background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/345/h/a4a36769e5335d78adf7fb4c4b3ccc8a.png)no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.lit-list .lesson-list li.user-state-not_reached a:before  {
     background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/359/h/e39da91f8a84aebe279b717835edce7d.png)no-repeat;
  background-size: contain;
}


.lit-list .lesson-list li.user-state-accomplished a:before  {
     background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/260/h/813c07b76890b8ec85df555af85fa2cf.png)no-repeat;
  background-size: contain;
}



.lit-list .lesson-list li a .link.title {
font-family: var(--second-family);
font-weight: 400;
font-size: 18px;
color: #522e38;
  position: relative;
  margin-top: 10px;
}

.lit-list .divider {
 display: none; 
}

.lit-list .user-state-label.user-state-label-ex {
 display: none;  
}

.lit-list .user-state-label.has-start-at.lesson-date:first-child {
    display: none;
}

.lit-list .user-state-label.has-start-at.lesson-date:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  display: inline-block !important;
  padding: 4px 12px 4px 30px;
  font-family: var(--third-family);
  font-weight: 300;
  font-size: 10px;
  color: #393939;
  position: relative;
  background: #fff8e5 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/291/h/4e6e116b5c509b9b4fafd348c6fba642.svg)no-repeat;
  background-position: left 11px center;
}

.lit-list .lesson-list li.user-state-not_reached .user-state-label.has-start-at.lesson-date:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #dcdadb url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/57/h/7f26937b25408f0e7aa634da647656d0.svg)no-repeat;
  background-position: left 11px center;
}

/*Бесплатные уроки*/
body.history_free {
   background:       url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
    background-repeat: repeat-y, repeat;
    background-position: right top, center;
    background-size: 35%, cover;
}


.history_free .page-header h1 {
  color: #393635;
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.history_free ul.lesson-list {
  background: transparent;
  padding: 0;
}

.history_free .user-state-has_mission .user-state-bg,
.history_free .user-state-accomplished .user-state-bg,
.history_free .user-state-need_accomplish .user-state-bg,
.history_free .user-state-answered .user-state-bg,
.history_free .user-state-not_reached .user-state-bg,
.history_free .user-state-bg {
    background: transparent;
}

.history_free .lesson-list li {
  flex: 0 0 100%;
  border-radius: 20px;
 box-shadow: 0 6px 12px 0 rgba(201, 222, 232, 0.1), 2px 23px 23px 0 rgba(201, 222, 232, 0.09), 4px 51px 31px 0 rgba(201, 222, 232, 0.05), 8px 90px 36px 0 rgba(201, 222, 232, 0.01), 12px 141px 40px 0 rgba(201, 222, 232, 0);
background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/504/h/8850a25143d03d5d038d8a5532b7734a.png)no-repeat;
    background-size: cover;
  position: relative;
    border: 1px solid #FFCC65;
}


.history_free .lesson-list .description {
 display: none; 
}

.history_free .lesson-list li a {
  height: 100%;
  position: relative;
  padding: 45px 175px 45px 40px;
}

.history_free .lesson-list li a:before {
  	position: absolute;
  	content: "";
  	top: 50%;
  transform: translateY(-50%);
  	right: 23px;
  	width: 50px;
  	height: 50px;
  	background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/150/h/2730db97ed23d7781a91fe2600377bfd.svg)no-repeat;
  	background-size: cover;
    background-position: center;
}

.history_free .lesson-list li a table {
  display: block;
  min-height: 100%;
}

.history_free_white .lesson-list li a table {
    background: #fff;
}

.history_free .lesson-list li .info {
  	height: 100%;
  	margin: 0;
  	border: none !important;
  	background: transparent !important;
	  z-index: 2;
}

.history_free  .lesson-list li.user-state-reached .info {
    border-left: none !important;
}

.history_free  .item-main-td {
    padding: 0 !important;
    min-height: 18px;
}

.history_free  ul.lesson-list .state-icon-block {
 display: none; 
}

.history_free  .lesson-list li .info .vmiddle {
  padding: 0 !important;
}

.history_free   .lesson-list li .title  {
  margin: 0;
}

.history_free   .link.title {
  color: #393635;
  font-family: var(--font-family);
    font-size: 24px;
    font-weight: 700;
    display: block;
    max-width: 570px;
}


@media(max-width: 1300px) {
  body.lit-list {
   background: 
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png) !important;
    background-repeat:  repeat !important;
    background-position:  center !important;
    background-size: cover !important;
}
}

@media(max-width: 1080px) {
 .lit-list .container {
    padding-left: 15px !important;
} 
    
    .lit-col1 {
    padding-right: 15px !important;
}
}


@media (max-width: 767px) {
    .lesson-list li .vmiddle {
        margin-left: 0 !important;
    }
}

@media (max-width: 560px) {
  .history_free .lesson-list li a {
    padding: 35px 75px 35px 20px !important;
  }
  
  .history_free .lesson-list li a:before {
    right: 20px !important;
    width: 40px  !important;
    height: 40px !important;
  }
}
/* ------------- 
content finish - Список уроков
------------- */

/* ------------- 
content start - Урок
------------- */

body.lit_lesson {
   background: 
      url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
}

.lit_lesson .gc-main-content.with-left-menu > .container {  
    width: 100%;
    max-width: 1600px;
  padding: 0 15px 0 50px;
}

.lit_lesson .lite-page.block-set {
    background: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.lit_lesson .page-header {
  border-bottom: none;
}

.lit_lesson .page-header h1 a {
  font-family: var(--second-family);
font-weight: 400;
font-size: 28px;
text-transform: capitalize;
color: #393939;
}

.lit_lesson .center-block  {
  max-width: 1124px !important;
}

.lesson-mission-wrapper {
    border: none;
}

/*Весь блок с чекбоксом*/
 .lesson-mission-wrapper .answer-form {
    border-radius: 20px;
    border: none;
background: #ffefca;
    padding: 110px 30px 20px 30px;
    position: relative;
}

.lesson-mission-wrapper .answer-form-inner {
    margin-left: 0;
}

.lesson-mission-wrapper .answer-form-inner br {
 display: none;   
}

.lesson-mission-wrapper .answer-form > div:not(.answer-form-inner) {
    display: none;
}

.lesson-send-answer-block .answer-form>div {
    float: none !important;
    margin-bottom: 0;
}
 .user-profile-image {
    border-radius: 50px;
}

 .lesson-send-answer-block .answer-form>div {
    float: none !important;
    margin: 0;
}

.lesson-mission-wrapper .btn.btn-primary.btn-lg {
    align-self: center;
    border-radius: 10px;
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47), 0 2px 0 0 #d1a755;
  background: #ffcb64;
    border: none;
    min-height: 60px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #7c6332;
    padding: 10px 40px 10px 40px;
    position: relative;
    margin-bottom: 4px !important;
}



.lesson-mission-wrapper .btn.btn-link.btn-save-draft {
    display: none;
}

 .lesson-send-answer-block .answer-form:before {
  position: absolute;
  content: "ВСЕ ГОТОВО!";
  top: 30px;
  left: 30px;
  width: 500px;
  height: 60px;
font-family: var(--second-family);
font-weight: 400;
font-size: 28px;
   line-height: 29px;
color: #71424f;
}

 .lesson-send-answer-block .answer-form:after {
  position: absolute;
  content: "ПЕРЕЙТИ К СЛЕДУЮЩЕМУ УРОКУ!";
  top: 60px;
  left: 30px;
  width: 500px;
  height: 60px;
letter-spacing: 0.01em;
   font-family: var(--second-family);
font-weight: 400;
font-size: 28px;
   line-height: 29px;
color: #522e38;
}

.lesson-mission-wrapper label {
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
color: #605b5a;
}

.lt-lesson-comment-block .answers-list .user-answer {
  border-radius: 16px;
  border: 1px dashed #6C544A;
  background: #FFF;
  margin-top: 10px;
}

.lt-lesson-mission-block .user-answer.status-accepted .answer-status .answer-status-label, .o-lt-lesson-comment-block .user-answer.status-accepted .answer-status .answer-status-label {
  border-radius: 8px;
  background: #E1A8B7;
    box-shadow: 0px 1px 0px 0px #DDBFAB;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding: 6px 12px;
}

.history_lesson .user-answer .answer-status .answer-status-label {
  border-radius: 8px;
background: #7E6961;
  padding: 7px 12px;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;

}

.o-lt-lesson .addfield.type-checkbox  {
  background: transparent;
}

.comment.lesson-answer-comment {
  background: #FEE9DC;
}

.o-lt-lesson .user-profile-link {
  color: #7E6961;
  font-family: "Lazydog";
  font-size: 18px;
  font-weight: 400;
}

.o-lt-lesson  .answer-date a {
  color: var(--grey, #888);
  font-family: "Century Gothic";
  font-size: 14px;
  font-weight: 400;
}

.comments .comment-form-wrapper .new-comment-textarea {
    border-radius: 10px;
}


.files-row .files-table {
  padding: 33px;
  display: block;
  border: 2px dashed #fffbf2;
  border-radius: 10px;
  box-shadow: inset 0 0 25px 0 rgba(255, 255, 255, 0);
background: #fbb1ce;
}

.files-row .files-table tbody,
.files-row .files-table tbody > tr {
  display: block;
}

.files-row .files-table td {
  border: none;
}

.files-row .files-table tr  td:first-child,
.files-row .files-table tr  td:nth-child(2)  {
  display: none;
}

.files-row .files-table tr  td:nth-child(3) {
  display: block;
}

.files-row .files-table tr  td:nth-child(3) a {
    text-decoration: none !important;
	position: relative;
	width: 100%;
    display: block;
}

.files-row .files-table tr  td:nth-child(3) a span {
    font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: #522e38;
  text-decoration: none !important;
  padding: 15px;
  background: #fee9f1;
  border-radius: 5px;
}


.files-row .files-table tr  td:nth-child(3) a:before {
  content: '';
  position: absolute;
  width: 73px;
  height: 73px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/124/h/c9c6c09c9624981ee50976b813865bed.svg)no-repeat;
}

.lit_lesson .lt-lesson .text {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 400;
  color: #474747;
}

.lit_lesson .lt-lesson a {
  font-weight: 600;
  text-decoration: underline;
}

.line-file .files-row .files-table tbody {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media(max-width: 678px) {
  .files-row .files-table {
    padding: 15px !important;
  }
  
 
.files-row .files-table tr td:nth-child(3) a:before {
    width: 33px !important;
    height: 33px !important;
  background-size: contain;
  }
  
  .files-row .files-table tr td:nth-child(3) a span {
    font-size: 14px !important;
  }
}



@media (min-width: 772px) {   
  .lesson-navigation td:nth-child(1) a  {
    padding: 9px 15px 9px 35px;
  }
  
  .lesson-navigation td:nth-child(1) a:before {
        content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    width: 13px;
    height: 13px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/97/h/c38d187e45823bdf6d8b0040870d73a2.svg)no-repeat;
    background-size: contain;
  }
  
  .lesson-navigation td:nth-child(3) a:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 15px;
    width: 13px;
    height: 13px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/201/h/c8277749c93dabbc8a3fa659a1f10429.svg)no-repeat;
    background-size: contain;
  }
  
 .row.lesson-navigation tr td .hidden-xs {
    margin-top: 12px !important;
    font-family: var(--third-family);
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #525252;
}
  
 .row.lesson-navigation tr {
    display: flex;
      align-items: flex-start;
}
  
  .lesson-header-block.row-section .row.lesson-navigation td:nth-child(3) {
    padding-left: 45px;
  }
    
      .lesson-navigation td a {
    border-radius: 100px;
    background: #F18795;
    text-decoration: none;
    padding: 9px 20px 9px 5px;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 161%;
    text-align: center;
    color: #fff;
    display: block;
    max-width: 200px;
}
}

.lesson-header-block.row-section {
  border-radius: 20px;
  background:  url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/346/h/b6d5ae45f3ab371c942e99c8fb7ac37b.png)!important;
  background-size: cover !important;
        border: 1px solid #FFCC65;
    border-bottom: 1px solid #FFCC65 !important;
}

.lesson-header-block.row-section .lesson-title-value {
font-family: var(--second-family);
font-weight: 400;
font-size: 32px;
text-transform: capitalize;
color: #522e38;
  margin: 10px 0 0 0;
}

.lesson-header-block.row-section .row.lesson-navigation {
  padding-top: 38px !important;
  padding-bottom: 15px !important;
}

.lesson-header-block.row-section .row.lesson-navigation td {
  color: #7E6961;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 400;
}

.lesson-header-block.row-section .row.lesson-navigation .user-state-has_mission > div {
  font-size: 16px !important;
}

.lesson-header-block.row-section .row.lesson-navigation td:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lesson-header-block.row-section .row.lesson-navigation td:nth-child(2) span {
  order: 1;
  font-family: var(--third-family);
font-weight: 300;
font-size: 12px;
text-align: center;
color: rgba(82, 82, 82, 0.9);
}

.lesson-description-value {
    font-family: var(--third-family);
font-weight: 300;
font-size: 12px;
text-align: center;
color: rgba(82, 82, 82, 0.9);
   margin-top: 10px;
  display: block;
}

.lesson-header-block.row-section .row.lesson-navigation td:nth-child(2) > div {
  order: 0;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 100px;
  background: #fff7e2;
  padding: 12px  25px;
  font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
text-align: center;
color: #d3a549;
  margin-bottom: 12px;
}
/*Конец шапка урока*/

.lt-lesson-comment-block .simple-answer.user-answer {
    background: #fff;
  border: 1.21px dashed #f18795;
  border-radius: 19px;
}

.simple-answer.user-answer textarea, .lt-lesson-mission-block textarea {
    border: none;
    border-radius: 10px;
    padding: 8px 10px 6px 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(82, 46, 56, 0.54);
    background: #fffbf2;
}

.simple-answer.user-answer .btn.btn-primary.btn-send {
  background: #ffcb64;
  border: none;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #7c6332;
  padding: 7px 22px;
}

.lt-lesson-mission-block h3 {
    display: none; 
}

@media(max-width: 1300px) {
body.lit_lesson {
   background: 
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png) !important;
    background-repeat:  repeat !important;
    background-position:  center !important;
    background-size: cover !important;
}
    
.lit_lesson .gc-main-content.with-left-menu > .container {
      padding: 0 15px !important;
    }
    
    .lesson-header-block.row-section .lesson-title-value {

    font-size: 22px !important;
    }
}

@media(max-width: 680px) {
 .simple-answer.user-answer textarea, .lt-lesson-mission-block textarea {
     font-size: 12px !important;
    }
    
        .lesson-send-answer-block .answer-form:before {
        left: 15px !important;
        line-height: 120% !important;
        font-size: 18px !important;
        width: 280px !important;
    }
  
      .lesson-send-answer-block .answer-form:after {
        left: 15px !important;
        font-size: 16px !important;
        line-height: 120% !important;
        width: 260px !important;
    }
    
    .lesson-mission-wrapper .btn.btn-primary.btn-lg {
    min-height: 45px !important;
    font-size: 16px !important;
    padding: 10px 15px 10px 15px !important;
}
    
    .lesson-mission-wrapper .answer-form {
    padding: 110px 20px 20px 20px !important;
}
    
}

/* ------------- 
content finish - Урок
------------- */

/* ------------- 
content start - Страница входа
------------- */

body.lit_enter  {
  	background:  url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/247/h/ff5f9fca60a6b7339025bcd837a380f4.png),
    url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/275/h/7d4123a91ab0b762f3bfeee5e36a05e1.png);
  	background-size: 100%, cover;
  background-position: bottom, center;
   	background-repeat: repeat-X, no-repeat;
    background-attachment: fixed !important;
}

.lit_enter .container {
  	padding-top: 130px;
    width: 100% !important;
}

.lit_enter .gc-main-content.with-left-menu .container {
    margin-left: 0;
    margin-right: 0;
}

.lit_enter .enter-two {
border: 2px solid #ffeabc;
border-radius: 25px;
background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/290/h/a5c86bf287f29b49e10b7c3d0eb92b3b.png)no-repeat;
        background-size: cover;
    position: relative;
  padding: 174px 37px 46px 37px;
  max-width: 914px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
        gap: 13px;
}

.lit_enter .logo.gc-account-logo {
display: none;
}

.lit_enter .xdget-col.col-md-6 {
     padding: 0;
}

.lit_enter .xdget-loginUserForm.standard-form {
border: 1px solid #ffe7b0;
border-radius: 10px;
    background: #FFF;
    position: relative;
    padding: 46px 33px 33px 33px;
    z-index: 1;
}

.enter-left-col {
      padding-left: 0;
      padding-right: 6px;
      flex: 0 0 56%;
}

.enter-right-col {
      padding-left: 6px;
      padding-right: 0;
      flex: 0 0 43%;
}

.enter-right-col > .xdget-div {
    border: 1px solid #ffe7b0;
    border-radius: 10px;
    padding: 25px 30px;
    background: #fff;
}

.enter-right-col h3 {
font-family: var(--second-family);
font-weight: 400;
font-size: 18px;
text-align: left;
color: #522e38;
  margin-bottom: 20px;
}

.enter-right-col .html-content p,
.enter-right-col .html-content li {
font-family: var(--font-family);
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #606060;
    margin: 0 0 3px 0;
}

 .enter-right-col .html-content li::marker {
  font-size: 12px;
}

.enter-right-col  button {
  border-radius: 10px;
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
  background: #ffcb64;
  padding: 14px 38px 13px 29px;
  margin-top: 23px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #7c6332;
  position: relative;
    border: none;
}


.lit_enter .xdget-loginUserForm.standard-form h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #522e38;
 	margin-bottom: 25px;
 	order: 0;
}

.lit_enter .xdget-loginUserForm.standard-form.state-logined h2,
.lit_enter .xdget-loginUserForm.standard-form.state-logined .author-html {
    text-align: center;
}


.lit_enter .btn.btn-link.btn-register {
font-family: var(--font-family);
font-weight: 400;
font-size: 13px;
line-height: 100%;
color: #828282;
}

.lit_enter .form-buttons {
  position: relative;
  overflow: visible;
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lit_enter .btn.btn-link.btn-remind {
  position: absolute;
  padding: 0;
  top: -15px;
  right: 0;
font-family: var(--font-family);
font-weight: 400;
font-size: 13px;
line-height: 100%;
color: #616161;
}

.lit_enter .xdget-button.btn.btn-success {
  	border-radius: 10px;
  	border: none;
  	box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
	background: #f28b99;
  	padding: 13px 17px 13px 17px;
  	margin: 25px 0 0 0;
    position: relative;
  	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}



.lit_enter .xdget-socialUserFormField .btn.btn-chatium,
.lit_enter .xdget-socialUserFormField .btn.btn-google-plus {
  display: none;
}

.lit_enter .xdget-socialUserFormField > div {
  	text-align: left;
  	margin: 15px auto 0 auto;
  	position: relative;
    max-width: 120px;
}



.lit_enter .xdget-socialUserFormField .btn-vk {
  margin: 0;
  position: relative;
  background: #0077FF;
}

.lit_enter .xdget-socialUserFormField .btn-vk .fa.fa-vk:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 3px;
  width: 22px;
  height: 15px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/565875/sc/293/h/7c6cdd43c572a0d72bf737c7f3545ccd.svg)no-repeat;
  background-size: contain;
}

.lit_enter .xdget-socialUserFormField > div:after {
  content: "Вконтакте";
  position: absolute;
  right: 0;
  top: 8px;
  width: 80px;
  height: 20px;
  color: #6B6B6B;
  font-family: "Century Gothic";
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; 
}

.lit_enter .xdget-block .form-field input {
border: 1px solid #fdd8e6;
border-radius: 8px;
  height: 48px;
  padding-left: 55px;
  font-family: var(--font-family);
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: rgba(116, 116, 116, 0.8);
}

.lit_enter .xdget-block .form-field input.form-field-email {
  background: #fdd8e6 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/15/h/b6df3b252c1580582866b58b4834288e.svg)no-repeat;
  background-position: 16px 13px !important;
}

.lit_enter .xdget-block .form-field input.form-field-password {
  background: #fdd8e6 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/118/h/8e9e58f75ae10b069574425d44cd5c77.svg)no-repeat;
  background-position: 18px 15px !important;
}

.lit_enter .xdget-block .form-field input.form-field-full_name {
  background: #fdd8e6 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/299/h/7afd63af546fd301486f2c9fef8161bc.svg)no-repeat;
  background-position: 19px 14px !important;
}

.lit_enter .register-form .btn-login {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #828282;
}

.btn.author-btn.btn-enter {
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
    background: #f28b99;
    padding: 13px 27px 13px 21px;
    margin: 25px 0 0 0;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 27px 13px 21px;
}


.lit_enter .enter-two:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 169px;
  height: 126px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/143/h/161316468e5d5d580cad051de2854dde.png)no-repeat;
  background-size: contain;
}

/*Полезные материалы*/
.links-box {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 16px 0 0 0;
}

.links-box a {
font-family: var(--font-family);
font-weight: 400;
font-size: 10px;
line-height: 100%;
color: #606060;
  padding: 10px 14px;
border-radius: 10px;
  background: rgba(255, 255, 255, 0.71);
  max-width: 120px;
  display: flex;
}

.links-box a img {
  margin: 0 9px 0 0;
  display: block;
}

.remind-block .btn.btn-primary {
  border-radius: 10px;
    border: none;
    box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
    background: #f28b99;
    padding: 13px 17px 13px 17px;
    margin: 25px 0 0 0;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.remind-block .btn.btn-link {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #828282;
  padding-top: 25px;
}

.remind-block label {
  display: none;
}



.enter-info {
  color: #000;
  font-family: "Century Gothic";
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 12px;
  text-align: center;
}

.enter-info a {
  color: #0066DA;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
}

.checkbox-text {
  color: #6C544A;
  font-family: "Century Gothic";
  font-size: 12px;
  line-height: 120%;
}

@media(max-width: 1080px) {
 .lit_enter .enter-two {
      padding: 120px 15px 30px 15px !important;
    }
    
    .lit_enter .xdget-button.btn.btn-success {
     font-size: 14px  !important;  
    }
    
    .lit_enter .enter-two:before {
    top: 17px !important;  
    width: 119px !important;  
    height: 96px !important;  
    }
    
    .lit_enter .xdget-loginUserForm.standard-form {
    	padding: 46px 20px 33px 20px !important;  
    }
    
    .lit_enter .xdget-col.col-md-6 {
    flex: 100% !important;  
}
}


@media(max-width: 840px) {
  .enter-left-col {
    flex: 0 0  100% !important;
    width: 100% !important;
    max-width: 370px !important;
    padding: 0 !important;
  }
  
  .enter-right-col {
    flex: 0 0 100% !important;
    max-width: 370px !important;
    margin: 20px auto 0 auto !important;
    padding: 0 !important;
  }   
}

@media (max-width: 767px) {
  .enter-right-col h3 {
     margin-bottom: 13px !important;   
    }
    
    .enter-right-col > .xdget-div {
     padding: 20px 30px !important;    
    }   
}


@media(max-width: 480px) {
body.lit_enter  {
  	background:  url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/247/h/ff5f9fca60a6b7339025bcd837a380f4.png),
    url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/205/h/8c6f0c908569e71fc0c95fc4b1dc0178.png);
  	background-size: 150%, cover !important;
  	background-position: bottom, center;
  	background-repeat: repeat-X, no-repeat;
  	background-attachment: fixed !important;
}
    
    .lit_enter .container {
    padding-top: 40px !important;
}
}

/* ------------- 
content finish - Страница входа
------------- */

/* ------------- 
content start - Реферальная программа
------------- */

.refer-block {
  	background: #fff;
  	border-radius: 12px;
  	padding: 8px;
    position: relative;
}

.refer-inBox {
    border: 1px solid rgba(126, 105, 97, 0.29);
    border-radius: 8px;
    background:  #FFF7E2;
    background-position: left top, right top 50px;
    background-repeat: no-repeat,
    no-repeat; 
    padding: 18px 6px 14px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.refer-inBox h4 {
font-family: var(--second-family);
font-weight: 400;
font-size: 18px;
color: #522e38;
  position: relative;
    margin: 0;
}

.refer-inBox .text1,
.refer-inBox .text2 {
    font-family: var(--font-family);
font-weight: 400;
font-size: 15px;
line-height: 133%;
color: #7e7979;
    margin: 7px 0 4px 0;
    text-align: left;
}

.refer-inBox h4:before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 65px;
  height: 40px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/565875/sc/302/h/cb266adf28b2e32ec9ce663f7eb35668.svg)no-repeat;
  background-size: contain;
}

.refer-code {
      font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 10px;
    border-radius: 12px;
    box-shadow: inset 0 0 22px 0 rgba(255, 255, 255, 0.25);
background: #f18795;
    margin: 11px 0;
    max-width: 240px;
}

.refer-code p {
  margin: 0;
}

.refer-block button {
  border: none;
  border-radius: 8px;
  background: #ca9175;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  box-shadow: inset 0 0 11px 0 rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 0 22px 0 rgba(255, 255, 255, 0.25);
background: #f18795;
font-family: var(--font-family);
font-weight: 400;
font-size: 14px;
line-height: 100%;
text-transform: uppercase;
color: #fff;
   padding: 10px 16px 12px 16px;
}


.refer-inBox .text1  {
  padding: 6px;
}
.refer-inBox .text1  span {
  font-weight: 700;
}

.refer-inBox .text2 {
   margin: 0 0 12px 0;
}

.refer-inBox .xdget-image {
  position: absolute;
  bottom: 0;
  right: 7px;
}

/* ------------- 
content finish - Реферальная программа
------------- */

/* ------------- 
content start - Профиль
------------- */

body.cat_user {
   background: 
      url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
}

.standard-logo .logo-link {
  position: relative;
}

.standard-logo .logo-link:after {
    content: "Литература и котики";
    position: absolute;
    top: -3px;
    left: 90px;
    width: 486px;
    height: 65px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    color: #000;
}


.cat_user .area-PAGE .xdget-col  {
    max-width: 1027px;
}

.cat_user .xdget-row {
      margin: 0 !important;
}

.cat_user > .gc-main-content .container {
  padding-left: 70px;
 
}

.cat_user .out-block {
    border: 1px solid #ffeaba;
	border-radius: 25px;
  	background: #ffefca;
  	padding: 40px 57px;
    position: relative;
}

.cat_user .box_withborder {
  box-shadow: 1px 17px 38px 0 rgba(196, 175, 223, 0.1), 5px 69px 69px 0 rgba(196, 175, 223, 0.09), 12px 155px 93px 0 rgba(196, 175, 223, 0.05), 22px 276px 111px 0 rgba(196, 175, 223, 0.01), 34px 431px 121px 0 rgba(196, 175, 223, 0);
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 30px 52px 73px 52px;
  z-index: 100;
}

.cat_user .standard-form {
  padding: 0;
  background: transparent;
}

.cat_user .cat-col1 {
  padding: 0 20px 0 0;
}

.cat_user .xdget-userCompleteForm img {
  width: 80px ;
  height: 80px;
  border: 2px solid #f18795;
  border-radius: 104px; 
  position: relative;
}

.cat_user .xdget-userCompleteForm img:before {
        content: '';
    position: absolute;
    bottom: -38px;
    left: -18px;
    width: 65px;
    height: 65px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/338/h/a96cdc2a58f7cb91ca7bf20d5993c3c0.svg)no-repeat;
    background-size: contain;
  z-index: 1;
}

.xdget-profileAvatar {
  position: relative;
}

.xdget-profileAvatar:before  {
    content: '';
    position: absolute;
    bottom: -38px;
    left: -18px;
    width: 65px;
    height: 65px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/338/h/a96cdc2a58f7cb91ca7bf20d5993c3c0.svg)no-repeat;
    background-size: contain;
    z-index: 1;
}

.cat_user .xdget-userCompleteForm .label-value {
	opacity: 0;
    font-size: 1px;
}

.cat_user .user-profile-image {
  border: 2px solid #f18795;
  border-radius: 104px; 
}

.cat_user .form-field-profile_image .field-label > div > div:first-of-type {
  max-width: 80px;
  position: relative;
  margin: 0 auto;
}

.cat_user .form-field-profile_image .field-label > div > div:first-of-type:before {
    content: '';
    position: absolute;
	bottom: -13px;
    left: -8px;
    width: 34px;
    height: 34px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/338/h/a96cdc2a58f7cb91ca7bf20d5993c3c0.svg)no-repeat;
    background-size: contain;
    z-index: 1;
}

.cat_user .xdget-profileTitle {
display: none;
}


.cat_user .btn.btn-success {
      background: transparent;
      border: none;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #F396A2;
      padding: 0;
}

.cat_user .xdget-userFormField a.dotted-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(87, 87, 87, 0.9);
      border-bottom: 1px dotted #BBA0A7;
}


.cat_user .xdget-block .form-field {
       text-align: center;
}

.cat_user .xdget-userCompleteForm.standard-form .form-buttons {
       text-align: center;
}

.cat_user .form-field-profile_image {
      margin-bottom: 5px;
}


.cat_user .uploadifive-button  {
      margin: 0 auto;
      background: none;
      color: #6C6C6C;
      font-family: "Century Gothic";
      font-size: 16px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: -0.48px;
      cursor: pointer;
      padding: 6px 0;
      display: inline-block;
    width: auto !important;
}

.cat_user .uploadifive-button:hover {
      text-decoration: underline;
}

.cat_user .trenning-box h3 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  color: #522e38;
  flex: 0 0 60%;
}

.cat_user .trenning-box {
      min-height: 120px;
      border-radius: 10px;
      background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/432/h/effcd0ea552f49ad160b9ddae2c85e16.png)no-repeat;
  background-size: cover;
      margin-top: 36px;  
      padding: 28px 31px 28px 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;  
      align-items: center;
}

.cat_user .trenning-box button {
      border-radius: 10px;
      box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
background: #f28b99;
      border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
      position: relative;
      padding: 16px 20px 16px 20px;
      transition: 0.3s;
}



.cat-img {
 position: absolute; 
  bottom: -1px;
  right: -1px;
  z-index: 100;
}



@media(max-width: 1360px) {
  .cat_user > .gc-main-content .container {
    padding-left: 20px !important;
}
}

@media(max-width: 1300px) {
  body.cat_user {
   background: 
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png) !important;
    background-repeat:  repeat !important;
    background-position:  center !important;
    background-size: cover !important;
}
}

@media(max-width: 980px) {
 .cat_user .box_withborder {
    padding: 10px 0 28px 0 !important;
  }
  
  .cat_user .standard-form {
    max-width: none !important;
  }
  
  .cat_user .out-block {
    padding: 20px 10px !important;
  }
  
  .cat-img {
    display: none !important;
  }
  
  .tw-col  {
    padding: 0 !important;
  }
    
  .cat_user .trenning-box h3 {
    margin: 0 0 15px 0 !important;
    font-size: 18px !important;
    flex: 100% !important;
  }
    
}

@media(max-width: 480px) { 
    .cat_user .trenning-box button {
         padding: 16px 10px 16px 10px !important;
        font-size: 14px !important;
    }
    .cat_user button:after {
        top: 7px !important;
        right: 10px !important;
        width: 32px !important;
        height: 32px !important;
    }
    
    .cat_user .trenning-box h3:before {
         width: 0 !important;
        height: 0 !important;
    }
    
    .cat_user .cat-col1 {
    padding: 0 !important;
}
    
    .cat_user .trenning-box {
        padding: 25px 15px !important;
    }
}
/* ------------- 
content finish - Профиль
------------- */

/* ------------- 
content start - Строка поиска
------------- */

 .search_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 26px;
  gap: 15px;
}

.search-box {
  flex: 18%;
}

.lit-tr #SearchInput {
    border: 1px solid #f2abc7;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #522e38; 
  	padding: 17px 25px 17px 45px;
}

.lit-tr .SearchBlock__left-icon .fa-search:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -5px;
    width: 24px;
    height: 24px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/119/h/685e4ba7600d098c5333e4fd989e7f06.svg) no-repeat;
    background-size: contain;
}

.BlockList {
   position: absolute;
   z-index: 9999;
   width: calc(100% - 20px);
   background: white;
   height:300px;
   max-height:50vh;
   overflow: auto;
   border: 1px solid silver;
   border-top: none;
   border-radius: 0 0 10px 10px;
   box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
   display: none;
}
.TextInput{z-index: 10000;padding:8px 15px;font:inherit;outline:none;border-radius:3px;border:1px solid silver;width:100%}.TextInput::-webkit-input-placeholder{color:silver;font-weight:100}.TextInput::-moz-placeholder{color:silver;font-weight:100}.TextInput:-ms-input-placeholder{color:silver;font-weight:100}.TextInput::-ms-input-placeholder{color:silver;font-weight:100}.TextInput::placeholder{color:silver;font-weight:100}.TextInput:focus{border-color:rgba(2,121,254,.38);-webkit-box-shadow:0 0 0 2px rgba(2,121,254,.38);box-shadow:0 0 0 2px rgba(2,121,254,.38)}.TextInput.__error{background-color:#fcf4f4;border:1px solid #fe7676}.TextInput.__error:focus{border-color:rgba(254,2,57,.38);-webkit-box-shadow:0 0 0 2px rgba(254,2,57,.38);box-shadow:0 0 0 2px rgba(254,2,57,.38)}
.SearchBlock{padding:0;position:relative}.SearchBlock__input.__left-icon{padding-left:35px}.SearchBlock__input{padding-right:25px;font-size:14px}.SearchBlock__clear{right:20px;cursor:pointer}.SearchBlock__clear,.SearchBlock__left-icon{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SearchBlock__left-icon{left:20px;color:grey}.SearchBlock .TextInput:focus{border-color:silver;-webkit-box-shadow:none;box-shadow:none}
.TextBlock{word-break:break-word;white-space:pre-line;line-height:150%;color: rgb(153, 153, 153); font-weight: normal; font-size: 15px; padding: 20px 10px 5px; margin-top: 0px; margin-bottom: 5px;}.TextBlock.__clickable{cursor:pointer}.TextBlock .TextBlock__empty{color:#999}.TextBlock__editor .ProseMirror{outline:none}
.ScreenBlock{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:75px;padding:10px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit!important;font-weight: normal; font-size: 16px; position: relative; padding-left: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px;}.ScreenBlock.__clickable{cursor:pointer}.ScreenBlock.__unavailable{background:#f0f0f0}.ScreenBlock__left{width:70px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ScreenBlock__left,.ScreenBlock__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ScreenBlock__right{overflow:hidden;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.ScreenBlock__right-wrapper{width:100%;max-height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ScreenBlock__logo{position:relative}.ScreenBlock .ScreenBlock__left.__no-logo{width:10px!important}.ScreenBlock__logo-status{position:absolute;right:-3px;bottom:-3px}.ScreenBlock__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:16px}.ScreenBlock__item-title-left{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding-right:5px;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.ScreenBlock__item-title-left--with-description{margin-bottom:3px}.ScreenBlock__item-title-right{white-space:nowrap}.ScreenBlock__item-unread-bullet{display:inline-block;width:10px;height:10px;border-radius:10px;background-color:#2381cc;margin-right:5px}.ScreenBlock__item-time{font-size:13px;color:#9f9f9f;margin-right:10px}.ScreenBlock__description{font-size:13px;line-height:15px;max-height:30px;opacity:.6;overflow:hidden;text-overflow:ellipsis;padding-right:5px}.ScreenBlock.__selected{background-color:#2788cc!important;color:#fff!important}.ScreenBlock.__selected .ScreenBlock__description,.ScreenBlock.__selected .ScreenBlock__item-time{color:#fff!important}.ScreenBlock.__medium{height:60px;padding:7px 0}.ScreenBlock.__medium .ScreenBlock__left{width:60px}.ScreenBlock.__medium .ScreenBlock__description{max-height:15px}.ScreenBlock.__small{height:50px;padding:7px 0}.ScreenBlock.__small .ScreenBlock__left{width:50px}.ScreenBlock.__small .ScreenBlock__description{white-space:nowrap}.ScreenBlock.__mini .ScreenBlock__item-title-left{font-weight:400;font-size:12px}.ScreenBlock.__mini .ScreenBlock__left{width:30px}.ScreenBlock.__mini{height:30px;padding:7px 0}
.Logo{height:50px;width:50px;border-radius:5px;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:23px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color: white; background-color: rgb(246, 139, 45); font-size: 23px;}.Logo.__circle{border-radius:50px}.Logo.__large{height:50px;width:50px}.Logo.__medium{height:40px;width:40px}.Logo.__small{height:30px;width:30px}.Logo.__mini{height:20px;width:20px}.Logo.__default:after{content:" ";position:absolute;left:0;right:0;top:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));background:linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));border-radius:5px}.Logo.__circle.__default:after{border-radius:50px}


@media(max-width: 798px) {
  .search_box {
    flex-direction: column !important;
  }
  
  .schedule-btn, .talk-btn {
    padding: 4px 25px 4px 45px !important;
        background-position: 21px center !important;
  }
}

/* ------------- 
content finish - Строка поиска
------------- */

/* ------------- 
content start - Страница оплаты
------------- */

body.lit-sale {
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/140/h/eac032a02982b049b5a256f9508ee65c.png)no-repeat,
    url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/257/h/f908ae924ddf09356c1b6b2e4f85bd77.png)no-repeat,
    url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/200/h/59a310f384b3792afeae7931d0c8e92d.png)no-repeat;
  background-size: 100%, 100%, cover;
  background-position:  left top -20%, left bottom -35%, center;
  background-attachment: fixed;
}

.lit-sale .page-header h1 {
  font-family: var(--second-family);
font-weight: 400;
font-size: 34px;
text-transform: capitalize;
color: #522e38;
 margin-bottom: 40px;
  position: relative;
}

.lit-sale .page-header h1:before {
  content: '';
  position: absolute;
  top: -70px;
  left: -30px;
  width: 132px;
  height: 66px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/82/h/f9aea87ca1f9d8aa9bf98d1bcde78dab.svg)no-repeat;
  background-size: contain;
}


.lit-sale .logo.gc-account-logo {
   display: none; 
}

.lit-sale .content-menu {
  border: none;
}

.lit-sale .gc-main-content .main-page-block {
    position: relative;
    margin: 0 auto;
    max-width: 851px;
}

.lit-sale .gc-main-content .container {
    margin: 110px auto 0 auto;
    max-width: 851px;
    padding: 120px 30px 45px 30px;
    background-color: #fff;
}

.abs-img {
  position: absolute;
  right: 37px;
  top: 90px;
}

.lit-sale  .gc-main-content .main-page-block>.container::before, 
.lit-sale  .gc-main-content .main-page-block>.container::after {
    content: '';
    display: block;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/565875/sc/359/h/5fe3f35f5ddb05eee11c47a7ff876c89.svg) repeat-x;
    background-size: contain;
    height: 35px;
    width: 100%;
    position: absolute;
    top: -31px;
    left: 0;
}

.lit-sale .gc-main-content .main-page-block>.container::after {
    transform: rotate(180deg);
    top: auto;
    bottom: -31px;
}

.all-box {
  box-shadow: 0 235px 66px 0 rgba(215, 193, 178, 0);
  background:  url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/295/h/b7cee666aa23fa0de7ce30648e583f18.png)no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 10px 10px 28px 10px;
}

.into-box {
  background: #fffaf2;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 9px;
  padding: 30px;
    position: relative;
}

.into-box:before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 15px;
   width: 164px;
  height: 108px;
   background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/462/h/d39022982907b82d510866002dad74e2.png)no-repeat;
}

.into-box h4 {
  	font-family: var(--second-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 100%;
	text-transform: uppercase;
	color: #f18795;
    margin-bottom: 23px;
}

.position-actual-title {
  font-family: var(--font-family);
font-weight: 400;
font-size: 22px;
line-height: 100%;
color: #522e38;
}

.position-actual-title .text-muted.small {
  font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 100%;
color: #6f6f6f;
}

.deal-finish-price-title{
  font-family: var(--second-family);
font-weight: 400;
font-size: 22px;
line-height: 100%;
padding-left: 27px;
color: #522e38;
  position: relative;
  margin-top: 30px;
}

.deal-finish-price-title:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 30px;
    height: 30px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/391/h/7d59da231b6cd6f2a7756ce39dccede0.svg) no-repeat;
    background-size: contain;
}

.card-title {
    font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #522e38;
    margin-bottom: 30px;
}

.data-user  {
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #3e3e3e;
}

.xdget-currentUserInfo  {
  font-family: var(--third-family);
font-weight: 300;
font-size: 14px;
line-height: 150%;
text-transform: capitalize;
color: rgba(62, 62, 62, 0.8);
}

.lit-sale a.dotted-link {
  background: #ffdbe9;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  text-align: center;
  color: #3e3e3e;
  border-bottom: none;
  padding: 13px 17px;
  border-radius: 71px;
  display: block;
  max-width: 177px;
  margin: 15px 0 0 0;
}

#promoCode {
  margin-top: 15px;
  color: #3e3e3e;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
}

#promoCode input {
  border-radius: 30px;
  border: 1px solid #ffdbe9;
}

#promoCode button {
   background: #ffdbe9;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  text-align: center;
  color: #3e3e3e;
  border-bottom: none;
  padding: 4px 12px;
  border-radius: 71px;
}

.payment-subtitle p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #522e38;
  max-width: 670px;
  padding: 0 0 0 65px;
  position: relative;
}

.payment-subtitle p a {
  text-decoration: underline;
  color: #522e38;
  text-decoration-skip-ink: none;
}

.payment-subtitle p:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 10px;
  width: 27px;
  height: 39px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/364/h/7009d6ecffc48ebf76c9ec3895b6c54d.svg)no-repeat;
  background-size: contain;
}

/**/
#tinkoff>div {
    display: block;
border: 1px solid #fdd8e6;
border-radius: 10px;
    background: #ffdbe9;
    padding: 30px;
}

#tinkoff>div table {
    margin: 0;
    width: 100%;
}

#tinkoff>div table tr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.text-made-card {
font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
line-height: 100%;
color: #3e3e3e;
  max-width: 260px
}

#tinkoff .tinkoff-button {
     border-radius: 10px;
     box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
background: #f28b99;
     border: none;
    font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #fff;
    padding: 20px 26px 16px 26px;
}

#tinkoff .tinkoff-button img {
  display: none;
}

.gc-payment-method-card > div > table tr:only-child > td:first-of-type {
  padding: 0;
}

/**/
.sbp-block2 {
    border-radius: 15px;
    position: relative;
    padding: 21px 50px 21px 220px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
    margin-bottom: 65px;
      background: #FFFAF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/350/h/e5b639f8b6bf9cd508d8207e92ae0ecb.png)no-repeat;
    
}

.sbp-block2 h4 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  color: #522e38;
    margin: 0;
    position: relative;
     max-width: 300px;
}

.sbp-block2 .html-content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #3e3e3e;
    max-width: 370px;
}

.sbp-block2 .sbp-btn {
    width: 137px;
    height: 55px;
    margin-top: 0;
    background: #FFCB64 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/182/h/00ea18d1db9d6003f6d623ee15fb2809.svg) no-repeat;
    background-position: center;
      border-radius: 8px;
border: none;
}

.sbp-block2 .xdget-image {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media(max-width: 995px) {
  #tinkoff>div table tr {
    flex-direction: column !important;
    gap: 15px;
  }
  
  .text-made-card {
	font-size: 16px !important;
      text-align: center !important;
  }
}

@media(max-width: 769px) {
  .abs-img {
    top: 35px !important;
    max-width: 125px !important;
}
  
  .lit-sale .page-header h1 {
    font-size: 26px !important;
  }
  
  .lit-sale .page-header h1:before {
    width: 90px !important;
    height: 36px !important;
    top: -40px !important;
    left: 0 !important;
  }
}

@media (max-width: 768px) {
.lit-sale .gc-main-content.with-left-menu .container {
        margin: 40px auto 0 auto !important;
        padding: 25px 15px 45px 15px !important;
    }
}

@media (max-width: 680px) {
    .sbp-block2 {
        padding: 140px 15px 30px 15px !important;
        justify-content: center !important;
        margin: 80px 0 35px 0 !important;
       gap: 15px !important;
    }
  
      .sbp-block2 h4 {
        font-size: 18px !important;
        text-align: center !important;
    }
      .sbp-block2 .html-content {
        text-align: center !important;
    }
      .sbp-block2 .sbp-btn {
        width: 263px !important;
    }
      .sbp-block2 .xdget-image {
        left: 50% !important;
        transform: translateX(-50%);
        width: 164px !important;
        top: -35px !important;
        height: 140px !important;
    }
}

@media (max-width: 546px) {
   .lit-sale .gc-main-content .main-page-block>.container::before {
        top: -13px !important;
    }
  
.lit-sale .gc-main-content .main-page-block>.container::after  {
  bottom: -13px !important;
  }
    
    body.lit-sale {
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/200/h/59a310f384b3792afeae7931d0c8e92d.png)no-repeat !important;
}
    
    
  .into-box:before {
    width: 104px !important;
    height: 68px !important;
    background-size: contain !important;
      bottom: -7px !important;
    }
    
    .into-box {
    padding: 20px !important;
    }
    
    .position-actual-title,
    .deal-finish-price-title {
    font-size: 18px !important;
    }
    
    
.payment-subtitle p {
  padding: 0 0 0 65px !important;
}

    .payment-subtitle p:before {
  left: 10px !important;
}
    
    .card-title {
    text-align: center  !important;
}

}

@media(max-width: 480px) {
  .abs-img {
    top: 0 !important;
    right: 0 !important;
    max-width: 90px !important;
  }
      .lit-sale .page-header h1 {
        font-size: 22px !important;
        margin-bottom: 0 !important;
    }
  
  .into-box h4 {
    font-size: 22px !important;
  }
}
/* ------------- 
content finish - Страница оплаты
------------- */

/* ------------- 
content start - Страница Спасибо
------------- */

.cat_thanks .gc-main-content {
    margin-left: 0 !important;
}

.cat_thanks .gc-main-content  {
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/25/h/1e22b77b7b0960ab003291e055145cd3.png)repeat-X,   url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/340/h/2cd5cfad58eb2794dd8ca3ee25a69402.png)no-repeat;
  background-size: 80%, cover;
  background-position: bottom -15% left, center center;
  background-attachment: fixed;
    padding-bottom: 80px; 
}

.cat_thanks.cat-mess .gc-main-content {
   padding-top: 80px;
}

.cat_thanks .logo.gc-account-logo {
  display: none;
}

.cat_thanks .gc-main-content.with-left-menu .container,
.cat_thanks .main-page-block .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    padding: 0;
}

.cat_thanks .page-header h1 {
  display: none;
}

.cat_thanks .subTitle .xdget-button {
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
background: #f28b99;
  padding: 15px 40px;
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
text-align: center;
color: #fff;
}

.cat_thanks .subTitle h3 {  
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #522e38;
    margin-bottom: 30px;
}

.cat_thanks .subTitle .xdget-html .html-content {
font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
line-height: 120%;
text-align: center;
color: #522e38;
    margin-bottom: 25px;
}

.cat_thanks .content-menu {
    border-bottom: none;
}

.cat_thanks .thanks_cols {
box-shadow: 1px 12px 27px 0 rgba(238, 222, 196, 0.1), 5px 48px 48px 0 rgba(238, 222, 196, 0.09), 12px 108px 65px 0 rgba(238, 222, 196, 0.05), 21px 192px 77px 0 rgba(238, 222, 196, 0.01), 33px 300px 84px 0 rgba(238, 222, 196, 0);
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/214/h/d40abfa52ea52a310ce201bf809a8635.png)no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  padding: 30px 14px 70px 445px;
  max-width: 914px;
  margin: 0 auto;
}

.cat_thanks .subTitle {
  background: #fff;
  border: 1px solid #ffe7b0;
border-radius: 10px;
 background: #fff;
  border-radius: 20px;
  padding: 30px 33px 27px 33px;
  z-index: 5;
  max-width: 382px;
  margin: 0 auto;
    text-align: center;
}

.cat-box {
  text-align: center;
}

.thanks_cols  .img-desk {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.subTitle .xdget-html  {
  max-width: 438px;
  text-align: center;
  margin: 0 auto;
}

/**/
 .cat-mess .standard-form {
  border: 1px solid #ffe7b0;
  border-radius: 10px;
   background: #fff;
   max-width: 382px;
}

 .cat-mess .standard-form h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #522e38;
}

 .cat-mess .standard-form textarea {
  background: rgba(255, 246, 250, 0.76);
  border: 1px solid #fdd8e6;
  border-radius: 8px;
}

 .cat-mess .standard-form textarea::placeholder {
  font-family: var(--font-family);
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: rgba(57, 57, 57, 0.51);
}

.cat-mess .btn.btn-success {
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.47);
  background: #f28b99;
  border-radius: 10px;
  border: none;
  min-height: 55px;
  width: 100%;
  font-family: var(--font-family);
font-weight: 400;
font-size: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
text-align: center;
color: #fff;
}

.cat-mess .standard-form input {
  border: 1px solid #fdd8e6;
  border-radius: 8px;
  font-family: var(--font-family);
font-weight: 400;
font-size: 12px;
line-height: 100%;
color: rgba(57, 57, 57, 0.51);
  height: 50px;
  padding: 4px 10px 4px 46px;
}

.cat-mess .standard-form input.form-field-email {
  background: rgba(255, 229, 239, 0.76) url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/232/h/608327735dab2dae391de19a4f1e2fb1.svg)no-repeat;
  background-position: left 14px center !important;
}

.cat-mess .standard-form input.form-field-full_name {
  background: rgba(255, 229, 239, 0.76) url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/392/h/1348489538e9d97755a52721c052865a.svg)no-repeat;
  background-position: left 18px center !important;
}

@media(min-width: 890px) {
    .img-desk {
    display: block;
  }
  
   .img-mob {
    display: none;
  }
}

@media(max-width: 890px) {
  .cat_thanks .thanks_cols {
    padding: 24px 20px 18px 20px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }  
  
  .cat_thanks .subTitle {
    margin: 0 auto !important;
  }
  
  .thanks_cols .img-desk {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 44% !important;
    z-index: -1 !important;
}
  
  .img-desk {
    display: none;
  }
  
  .cat_thanks .main-page-block > .container {
    margin-top: 0 !important;
  }
  
  .cat_thanks .logo.gc-account-logo:after {
    top: -90px !important;
    height: 60px !important;
    width: 180px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: url(https://fs24.getcourse.ru/fileservice/file/download/a/558326/sc/387/h/4cd35bae125d7ee846c49cd8ab9c6d0a.png)no-repeat !important;
    background-size: contain !important;
  }
  
  .cat_thanks .subTitle h3 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  
  .cat_thanks .subTitle .xdget-html .html-content {
       font-size: 12px !important;
        margin-bottom: 15px !important;
  }
  .cat_thanks .subTitle .xdget-button {
        font-size: 12px !important;
        border-radius: 12px !important;
        padding: 13px 34px !important;
  }
}

/* ------------- 
content finish - Страница Спасибо
------------- */

/* ------------- 
content start - Куратор
------------- */

.kurator-block {
  border: 5px solid #fff;
  border-radius: 20px;
  padding: 30px 15px 22px 164px;
  background:   url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/24/h/028c62d05c4f165b37014602a3622bdd.png)no-repeat,
    url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/152/h/c84b3b015cf687cb6942d40f9a4f4509.png)no-repeat;
  background-position: bottom 10px left 18px, center;
	background-size: 27%, cover;	
    min-height: 145px;
}

.kurator-block h3 {
font-family: var(--second-family);
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
color: #393939;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}


.kurator-block .html-content {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 18px;
  color: #7e6961;
  text-align: left;
}

.kurator-block .link-kurator .html-content {
  text-align: right;
}

.kurator-block .link-kurator .html-content a {
  height: 30px;
  width: 30px;
  background: rgba(255, 255, 255, 0.72) url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/133/h/33d04d915797ad610329e06a11ad7bcd.svg)no-repeat;
  display: block;
  background-position: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.56);
  border-radius: 10px;
  margin: 0 0 0 auto;
}

.kurator-block .link-kurator .html-content a:hover {
  text-decoration: none;
}
/* ------------- 
content finish - Куратор
------------- */

/* ------------- 
content start - Строка поиска
------------- */

.search_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 26px;
  gap: 15px;
}

.search-box {
  flex: 18%;
}

.lit-tr #SearchInput {
    border: 1px solid #f2abc7;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #522e38; 
  	padding: 17px 25px 17px 45px;
}

.lit-tr .SearchBlock__left-icon .fa-search:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -5px;
    width: 24px;
    height: 24px;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/119/h/685e4ba7600d098c5333e4fd989e7f06.svg) no-repeat;
    background-size: contain;
}

.BlockList {
   position: absolute;
   z-index: 9999;
   width: calc(100% - 20px);
   background: white;
   height:300px;
   max-height:50vh;
   overflow: auto;
   border: 1px solid silver;
   border-top: none;
   border-radius: 0 0 10px 10px;
   box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
   display: none;
}
.TextInput{z-index: 10000;padding:8px 15px;font:inherit;outline:none;border-radius:3px;border:1px solid silver;width:100%}.TextInput::-webkit-input-placeholder{color:silver;font-weight:100}.TextInput::-moz-placeholder{color:silver;font-weight:100}.TextInput:-ms-input-placeholder{color:silver;font-weight:100}.TextInput::-ms-input-placeholder{color:silver;font-weight:100}.TextInput::placeholder{color:silver;font-weight:100}.TextInput:focus{border-color:rgba(2,121,254,.38);-webkit-box-shadow:0 0 0 2px rgba(2,121,254,.38);box-shadow:0 0 0 2px rgba(2,121,254,.38)}.TextInput.__error{background-color:#fcf4f4;border:1px solid #fe7676}.TextInput.__error:focus{border-color:rgba(254,2,57,.38);-webkit-box-shadow:0 0 0 2px rgba(254,2,57,.38);box-shadow:0 0 0 2px rgba(254,2,57,.38)}
.SearchBlock{padding:0;position:relative}.SearchBlock__input.__left-icon{padding-left:35px}.SearchBlock__input{padding-right:25px;font-size:14px}.SearchBlock__clear{right:20px;cursor:pointer}.SearchBlock__clear,.SearchBlock__left-icon{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.SearchBlock__left-icon{left:20px;color:grey}.SearchBlock .TextInput:focus{border-color:silver;-webkit-box-shadow:none;box-shadow:none}
.TextBlock{word-break:break-word;white-space:pre-line;line-height:150%;color: rgb(153, 153, 153); font-weight: normal; font-size: 15px; padding: 20px 10px 5px; margin-top: 0px; margin-bottom: 5px;}.TextBlock.__clickable{cursor:pointer}.TextBlock .TextBlock__empty{color:#999}.TextBlock__editor .ProseMirror{outline:none}
.ScreenBlock{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:75px;padding:10px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:inherit!important;font-weight: normal; font-size: 16px; position: relative; padding-left: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px;}.ScreenBlock.__clickable{cursor:pointer}.ScreenBlock.__unavailable{background:#f0f0f0}.ScreenBlock__left{width:70px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ScreenBlock__left,.ScreenBlock__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ScreenBlock__right{overflow:hidden;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.ScreenBlock__right-wrapper{width:100%;max-height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ScreenBlock__logo{position:relative}.ScreenBlock .ScreenBlock__left.__no-logo{width:10px!important}.ScreenBlock__logo-status{position:absolute;right:-3px;bottom:-3px}.ScreenBlock__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:16px}.ScreenBlock__item-title-left{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding-right:5px;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.ScreenBlock__item-title-left--with-description{margin-bottom:3px}.ScreenBlock__item-title-right{white-space:nowrap}.ScreenBlock__item-unread-bullet{display:inline-block;width:10px;height:10px;border-radius:10px;background-color:#2381cc;margin-right:5px}.ScreenBlock__item-time{font-size:13px;color:#9f9f9f;margin-right:10px}.ScreenBlock__description{font-size:13px;line-height:15px;max-height:30px;opacity:.6;overflow:hidden;text-overflow:ellipsis;padding-right:5px}.ScreenBlock.__selected{background-color:#2788cc!important;color:#fff!important}.ScreenBlock.__selected .ScreenBlock__description,.ScreenBlock.__selected .ScreenBlock__item-time{color:#fff!important}.ScreenBlock.__medium{height:60px;padding:7px 0}.ScreenBlock.__medium .ScreenBlock__left{width:60px}.ScreenBlock.__medium .ScreenBlock__description{max-height:15px}.ScreenBlock.__small{height:50px;padding:7px 0}.ScreenBlock.__small .ScreenBlock__left{width:50px}.ScreenBlock.__small .ScreenBlock__description{white-space:nowrap}.ScreenBlock.__mini .ScreenBlock__item-title-left{font-weight:400;font-size:12px}.ScreenBlock.__mini .ScreenBlock__left{width:30px}.ScreenBlock.__mini{height:30px;padding:7px 0}
.Logo{height:50px;width:50px;border-radius:5px;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:23px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color: white; background-color: rgb(246, 139, 45); font-size: 23px;}.Logo.__circle{border-radius:50px}.Logo.__large{height:50px;width:50px}.Logo.__medium{height:40px;width:40px}.Logo.__small{height:30px;width:30px}.Logo.__mini{height:20px;width:20px}.Logo.__default:after{content:" ";position:absolute;left:0;right:0;top:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));background:linear-gradient(hsla(0,0%,100%,.5),hsla(0,0%,100%,0));border-radius:5px}.Logo.__circle.__default:after{border-radius:50px}


@media(max-width: 798px) {
  .search_box {
    flex-direction: column !important;
  }
  
  .schedule-btn, .talk-btn {
    padding: 4px 25px 4px 45px !important;
        background-position: 21px center !important;
  }
}

/* ------------- 
content finish - Строка поиска
------------- */

/* ------------- 
content start - Спецкурсы
------------- */

body.history_kurs {
  background: 
      url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/319/h/d132048d364bcef41fab4c2dafd14f43.png),
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png); 
    background-repeat: repeat-y, repeat;
    background-position: right 0 top 0%, center;
    background-size: 30%, cover;
}

.history_kurs .stream-table tr td {
    height: 100% !important;
    display: block;
  	padding: 0;
    position: relative;
    border-radius: 16px;
	border: 2px dashed rgba(255, 255, 255, 0.76);
    opacity: 1;
}

.history_kurs  .stream-table tbody tr a > div b {
    display: none;
}

.history_kurs .stream-table tbody tr a {
    height: 100%;
    width: 100%;
} 

.history_kurs .stream-table tbody tr a > div {
 display: none;   
}

.history_kurs .container {
 	padding-left: 27px;   
}

.history_kurs .page-header h1 {
  color: #000;
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.history_kurs .stream-table {
  	margin: 0 !important;
    display: block;
}

.history_kurs .stream-table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.history_kurs .stream-table tbody tr {
  flex: 0 0 calc(50% - 30px);
  min-height: 172px;
  border-radius: 16px;
  background: #FFEDBF;
  margin-bottom: 20px;
  padding: 8px;
}

.history_kurs .stream-table tr td:hover {
    background: transparent;
}

.history_kurs tr td a {
  	padding: 0;
  	height: 100%;
  	display: block;
    position: relative;
    padding: 25px 20px 33px 20px;
    text-align: center;
}

.history_kurs tr td a:before {
    content: "Перейти";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 45px;
  border-radius: 8px;
  color: #522E38;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  padding: 12px 50px 8px 20px;
   box-shadow: 0px 4px 14px 0px #CFB5A7;
  background: #FFCC67 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/428/h/aca9fdb1f80e5db8ad220ceb7748bd26.svg)no-repeat;
  background-position: right 20px bottom 17px;
}

.history_kurs tr td a .stream-title {
  color: #522E38;
  font-family: var(--second-family);
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

/*Бесплатные тренинги*/
.history_free .stream-table {
  margin: 0;
}

.history_free .stream-table tr {
  	border-radius: 16px;
   	background: url(https://fs22.getcourse.ru/fileservice/file/download/a/565875/sc/333/h/ec5fc3ed4f0c94204924d5bf8cae600d.png)no-repeat,
	url(https://fs20.getcourse.ru/fileservice/file/download/a/565875/sc/121/h/c86c4f8bf1144f86b33578a06859cf65.png)no-repeat #FFDDC9 ;
	background-size: 5%, cover;
	background-position: left 5px top 5px, center;
  	box-shadow: 0px 3.9923927783966064px 19.961963653564453px 0px rgba(255, 255, 255, 0.12);
  	display: block;
    margin-bottom: 20px;
    min-height: 120px;
}

.history_free .stream-table tr td {
    height: 100%;
    width: 100%;
    padding: 0;
    display: block;
  min-height: 120px;
}

.history_free .stream-table tr .stream-title {
  color: #6C6C6C;
  font-family: "Century Gothic";
  font-size: 24px;
  font-weight: 700;
}

.history_free .stream-table tr td a {
  height: 100%;
  position: relative;
  padding: 45px 175px 45px 40px;
  width: 100%;
  min-height: 120px;
  z-index: 100;
}

.history_free .stream-table tr td a:after {
     content: "Смотреть";
  position: absolute;
  right: 23px;
  bottom: 50%;
  transform: translateY(50%);
  width: 167px;
  height: 65px;
  border-radius: 100%;
  text-align: center;
  padding: 16px 0 9.5px 0;
  color: #6c6c6c;
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 700;
  z-index: 10;
 background: url(https://fs02.getcourse.ru/fileservice/file/download/a/565875/sc/326/h/a66be122c1a3d38a5e9c68ecef225aa3.png)no-repeat;
  transition: 0.2s;
}

.history_free .stream-table tr td:hover {
  background: transparent;
}

.history_free .stream-table tr a > div {
  display: none;
}
/*Конец бесплатные тренинги*/

@media(max-width: 1200px) {
  body.history_kurs {
   background: 
      #FFFBF2 url(https://fs.getcourse.ru/fileservice/file/download/a/808394/sc/406/h/d6aa5777a7ded8ba47099fcd629bef2f.png) !important;
    background-repeat:  repeat !important;
    background-position:  center !important;
    background-size: cover !important;
}
}

@media (max-width: 720px) {
    .history_kurs .stream-table tbody tr {
        flex: 0 0 100% !important;
    }
    
    .history_kurs tr td a .stream-title, .history_free .link.title {
        font-size: 20px !important;
    }
}
/* ------------- 
content finish - Спецкурсы
------------- */
