body {
  font-size: 18px;
}
.fon {
  background: linear-gradient(rgba(223, 223, 223, 0.8), rgba(248, 248, 248, 0.5)), url(images/fon5.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: top right;
  min-height: 900px;
}
.month_block__prev, .month_block__next {
  font-size: 32px; 
  margin:0px 15px;
  padding-top: 20px; 
  vertical-align: top;
}
.month_block__month_and_year {
  font-size: 24px;
  vertical-align: top;
}
.month_block {
  
}

.attendance thead th:nth-child(1), .attendance thead th:nth-child(n+3) {
  text-align: center;
}
.button_block__save, .button_block__cancel {
  margin-left: 5px;
  margin-right: 5px;
}
.button_block__cancel {
  background: rgb(221, 221, 221);
}
.button_block__homework {
  margin-top: 20px;
}

.homeBlock{
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
}

.anketa_form {
    max-width: 1200px;
}
.countDaysMonthBlock {
    font-size: 14px;
    margin: 5px;
}
.countDaysMonthBlock span {
    font-weight: bold;   
}
.noMargin {
    margin-left: 0px;
    margin-right: 0px;
}
.attendance td:nth-child(1), .attendance td:nth-child(n+3) {
    line-height: 25px;
    text-align: center;
}
.headAddress {
    font-size: 20px;
}


.backLinkLine {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}
.headName {
    margin-top: 10px;
    font-size: 20px;
}
.linkAddressBlock {
    margin: 8px auto;
}
.linkAddress {
    text-align: center;
    margin: 10px auto;
}
.dopBlockLink {
    margin: 30px auto 0px;
}
.linkAddressAdd {
    color: #5cb85c;
    text-align: center;
    margin: 10px auto;
    display: block;
}

.link {
    display: block;
    text-align: center;
}

.blockGroups {
    text-align: center;
}
.plusUser {
    color: #5cb85c;
    font-size: 20px;
    margin-left: 5px;
}
.plusUser:hover {
    color: #5cb85c;
    opacity: 0.8;
}

.plusGroup {
    color: #5cb85c;
    font-size: 20px;
    margin-left: 5px;
}

.userAddTrue {
    color: #5cb85c;
}
.userAddFalse {
    color: red;
}
.dayName {
    font-weight: normal;
    margin-left: 5px;
}
.chekDay {
    float: left;
    height: 17px;
    width: 17px;
}

.dopField {
    display: none;
    
}
.dopFieldLink {
    cursor: pointer;
}
.backLink {
    left: 20px;
    margin-top: 7px;
    position: absolute;
}
.backLinkTwo {
    display: block;
    float: left;
}
.deleteLink {
    color: red;
    float: left;
    display: block;
    margin-top: 70px;
    
}
.deleteLinkAddress {
    color: red;
    margin-right: 5px;
    
    
}
.coins {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.coins:hover {
    color: black;
}

.trainerCheck[type=checkbox] {
    float: left;
    height: 20px;
    margin-top: 8px;
    width: 20px;
}
.textCheck {
    color: red;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}
.dayNow {
    background-color: #dcffe4;
}
.noMoney {
    background-color: #ff000066;
}

.annualFeeYes {
    color: green;
}
.annualFeeNo {
    color: red;
}
.annualFeePart {
    color: orange;
}

.itogo {
    text-align: right !important;
    color: darkgrey;
}
.itogoSum {
    text-align: center;
}


@media screen and (max-width: 768px) {
    body {
     font-size: 16px;
    }
    .noPadding {
        padding: 0px;
    }
    .attendance th:nth-child(1), .attendance td:nth-child(1) {
        font-size: 13px;
    }
}