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

.filter{
  background: #F3FBFF;
  padding: 30px 25px;
  border-radius: 10px;
}
.section{
    min-height: 70vh;
}
.check{
    display: flex;
    align-items: center;
}
.calc_btn{
    padding: 15px 10px !important;
    height: 0px !important;
}
.calc_text{
    background: #F3FBFF;
    border: 0px;
    padding: 10px 15px;
    width: 50px;
    outline: none;

}
.calc{
    display: flex;
    width: 25%;
    align-items: start;
}
.punct{
    display: flex;
    margin-top: 20px;
}
.dif{
    width: 25%;
    margin-right: 5%;
}
.name {
    display: flex;
}
.name h2{
    color: #485fc7;
    width: 25%;
}

.check_div{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 20px;
    z-index: 1;
}
.check{
    display: flex;
    flex-direction: column;
    align-items: start; 
    font-size: 18px;
    width: 50%;
}
.check input{
    margin-right: 10px;
}
#checkbox, #checkbox_1, #checkbox_2, #checkbox_3, #checkbox_4, #checkbox_5, #checkbox_6, #checkbox_7, #checkbox_8, #checkbox_9, #checkbox_10, #checkbox_11{
    margin-left: -20px;
}
.secret{
    display: none;
}
.plus{
    border: 0px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    background: #485fc7;
    margin-left: 10px;
    color: #fff;
    font-size: 24px;
    padding-bottom: 5px;
}
.minus{
    border: 0px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    background: #485fc7;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    padding-bottom: 5px;
}
.special{
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 991px) {
    .calc{
        width: 100%;
    }
    .section{
        min-height: 70vh;
    }
  .filter_column{
    width: 100% !important;
  }
  .homework_flex{
    flex-direction: column;
  }
  .footer{
      padding: 3rem 1.5rem !important;
  }
  .punct{
      flex-direction: column;
  }
  .dif{
    width: 50%;
    margin-right: 5%;
  }
  .type{
      width: 100%;
  }
  .calc {
    margin: 20px 0px;
}
.check{
    width: 100%;
}
}
@media (max-width: 699px) {
  .fc .fc-toolbar{
    flex-direction: column-reverse;
}
.fc, .fc *, .fc :after, .fc :before{
    width: 100%;
}
.button{
    padding: 20px 15px !important;
}
}
@media (max-width: 399px) {
    .check{
        font-size: 14px;
    }       
    .dif{
        width: 100%;
        margin-right: 5%;
        }
    
}

