



/* ------------- 
content start - appFixes
------------- */

/* ФИКСЫ ДЛЯ ПРИЛОЖЕНИЯ */
.chatium_body {
	padding: 0 15px !important;
}
/* ------------- 
content finish - appFixes
------------- */

/* ------------- 
content start - lessonsMainFormat
------------- */

.lesson-textblock {
    font-size: 120%;
    line-height: 170% !important;
}

.lesson-textblock p {
  padding-bottom: 20px;
}

.lesson-textblock li {
  padding-bottom: 5px;
}

.lessson-img {
  text-align: center;
}

.lt-lesson-header {
  text-align: center !important;
  font-weight: bold !important;
}

.lt-lesson-text {
    font-size: 120%;
    line-height: 170% !important;
}

.lt-lesson-text p {
  padding-bottom: 20px;
}

.lt-lesson-text li {
  padding-bottom: 5px;
}

.lt-lesson-image {
  text-align: center;
}
/* ------------- 
content finish - lessonsMainFormat
------------- */

/* ------------- 
content start - lessonsFileButtonStyle
------------- */

.btnfile .files-table tr td:nth-child(1),
.btnfile .files-table tr td:nth-child(2) {
  display: none;
}

.btnfile .files-table tr td:nth-child(3) {
    border-top: none!important;
}

.btnfile .files-table tr td:nth-child(3) a {
  display: block;
  width: 100%; 
  height: 70px;
  background: linear-gradient(180deg, #D6B8FE 0%, #fff, #D6B8FE 100%);
  border-radius: 15px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none!important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  color: #000;
}

@media (max-width: 748px) {
  .btnfile .files-table tr td:nth-child(3) a {
    font-size: 20px!important;
  }
}

@media (max-width: 620px) {
  .btnfile .files-table tr td:nth-child(3) a {
    font-size: 18px!important;
  }
}

@media (max-width: 580px) {
  .btnfile .files-table tr td:nth-child(3) a {
    height: 100px!important;
    font-size: 20px!important;
    padding-top: 35px!important;
  }
}

@media (max-width: 400px) {
  .btnfile .files-table tr td:nth-child(3) a {
    height: 150px!important;
  }
  
  .btnfile .files-table tr:nth-child(2) td a {
    padding-top: 60px!important;
  }

/* ------------- 
content finish - lessonsFileButtonStyle
------------- */
