
/*Мои стили*/

.punct{
    display: flex;
    border-radius: 10px;
    background: #F3FBFF;
    align-items: center;
    padding: 16px 25px;
}
.punct h4{
  margin-left: 20px;
}
.punct.spec{
  flex-direction: column;
  align-items: start;
}
.punct_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.punct_text h4{
  margin-left: 0px;
  margin: 10px 0px;
}
.homework_div, .homework_div_new{
    display: block;
    border: 1px solid #ACACAC;
    padding: 20px 25px;
}
.homework_div_branch_active{
  border: 1px solid #ACACAC;
  padding: 0px 15px;
}
.main{
    color: #485fc7;
}
.homework_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delite{
    color: #FF9F15;
}
.homework_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.file-cta{
    background: #F3FBFF;
    border: 1px solid #485fc7 !important;
}
.file.has-name .file-name{
    background: #485fc7;
    border: 1px solid #485fc7 !important;
    color: #fff;
}
.filter{
  background: #F3FBFF;
  padding: 30px 25px;
  border-radius: 10px;
}
.show{
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
.secret{
  display: none;
}
.see{
  display: block;
}
.pre_task{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search{
  display: flex;
  align-items: center;
}
.search input{
  height: 40px;
  width: 400px;
  padding: 0px 10px;
  background: #F3FBFF;
  border: 1px solid #485fc7;
}
.search button{
  height: 40px;
  width: 40px;
  background: #485fc7;
}
.favourite{
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background: #F3FBFF;
}
.favourite img{
  height: 25px;
  margin-right: 10px;
}
.pages {
  font-size: 20px;
}
.box{
  padding: 100px;
}

.input__span {
  color: red;
  font-size: 13px;
}
.table {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1220px) {
  .homework_header{
    flex-wrap: wrap;
  }
  .homework_header p{
    padding: 5px 0px;
    width: 100%;
  }
  .show p{
    font-size: 14px !important;
  }
  .show a{
    font-size: 14px !important;
  }
  .search input{
    width: 300px;
  }
}
@media (max-width: 991px) {
  .filter_column{
    width: 100% !important;
  }
  .homework_flex{
    flex-direction: column;
  }
  .puncts{
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .punct{
      width: 48%;
  }
  .homework_row{
    width: 100% !important;
  }
  .homework_footer{
      flex-direction: column-reverse;
      align-items: start;
      text-align: left;
  }
  .homework_footer a{
      margin-top: 10px;
  }
  .btn_favourite{
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 699px) {
  .fc .fc-toolbar{
    flex-direction: column-reverse;
}
.fc, .fc *, .fc :after, .fc :before{
    width: 100%;
}
  .pre_task{
    flex-direction: column-reverse;
    align-items: start;
  }
  .favourite{
    margin-bottom: 20px ;
    padding: 10px 20px;
  }
  .search{
    width: 100% !important;
  }
  .btn_favourite{
    display: flex;
    flex-direction: column;
  }
  .btn_favourite .punct{
    width: 100% !important;
  }
  .box{
    padding: 40px 20px;
  }
}
@media (max-width: 499px){
    .punct{
    width: 100%;
    }
    .file-label{
        flex-direction: column;
    }
}
