.haircut-moon{
    border: 1px solid #c3d7de;
    background: #dceef4;
    padding: 25px 20px;
}
.moon_calendar_title{
  margin: 15px 0!important;
  font-size: 20px!important;
  text-transform: inherit!important;
}
.moon_calendar_title_top{
  text-transform: inherit;
  font-family: inherit;
  font-size: 24px;
  margin: 20px 0;
}
.moon_calendar_title_top:before{
  content: '';
  display: block;
  clear: both;
}
.mc-grid-box{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 4px;
  width: calc(100% - 8px);
}
.mc-grid-item{
  padding: 20px 15px; 
  text-align: center; 
  box-shadow: 0 1px 6px #d6d0d0;
  width: 140px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mc-grid-item:last-child{
  margin-right: 0;
}
.mc-desctext{
  font-size: 16px;
  line-height: 1.4;
}
.hm-select, .hm-input{
    width: 100%;
    height: 36px;
    border:1px solid #b5b5b5;
    border-radius: 3px;
    margin-bottom: 20px;
}
.hm-input{
    padding: 0;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 0 10px;
}
.hm-select{
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background: #fff url('../img/icons/select-arrow.png');
	background-repeat:no-repeat;
	background-size:9px 5px;
    background-position: calc(100% - 10px) center;
    padding-right: 29px; 
}
.hm-label{
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
}
/*checkbox*/
.input-check-hm {
    float: left;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
  }
  .input-check-hm label{
    margin-left: 10px;
  }
  .input-check-hm input {
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
  }
  .input-check-hm {
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .input-check-hm label:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    background: rgba(0, 0, 0, 0) url(../img/icons/no-checked.png) no-repeat;
    z-index: 5;
    content: '';
  }
  .input-check-hm input:checked + label:before {
    background: rgba(0, 0, 0, 0) url(../img/icons/checked.png) no-repeat;
  }
  .hm-clearfix{
    clear: both;
  }
  .hm-mounth-btn{
    background: #00bbfa;
    color: #fff;
    padding: 12px;
    width: 140px;
    border-radius: 3px;
    font-size: 16px;
    margin: 15px auto;
    border: none;
    display: block;
    cursor: pointer;
  }
  .hm-btn{
    background: #00bbfa;
    color: #000;
    padding: 12px;
    width: 140px;
    border-radius: 3px;
    font-size: 16px;
    margin: 0 auto;
    border: none;
    display: block;
    margin-top: 25px;
    cursor: pointer;
    position: relative;
  }
  .hm-btn:before{
    position: absolute;
    width: 9px;
    height: 5px;
    content: "";
    right: 25px;
    top: 18px;
    background: url(../img/icons/btn-filter-arrow.png) no-repeat;
  }
  .hm-btn:hover{
    opacity: .9;
  }
  .hm-span{
    color: #535353;
  }
  .hm-table{
    width: 100%;
    font-size: 16px;
    border-spacing: 0;
    display: table!important;
  }
  .hm-table tr td{
    padding: 10px;
    line-height: 1.2;
    border-bottom: 1px solid #f0f0f0;
  }
  .hm-table tr td:first-child{
    text-align: center;
    width: 50px;
  }
  .hm-table tr:first-child td{
    padding: 25px 10px;
    line-height: 1.2;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .hm-perc{
    font-size: 14px;
    display: block;
  }
  .hm-table tr:first-child td:first-child{
    border-left: 1px solid #f0f0f0;
    box-sizing: initial!important;
  }
  .hm-table tr:first-child td:last-child{
    border-right: 1px solid #f0f0f0;
  }
  .hm-table .haircut-title-good{
    padding-left: 30px;
    background: url('../img/icons/good-haircut.png') 0 center no-repeat;
    min-height: 21px;
    padding-top: 6px;
  }
  .hm-table .haircut-title-bad{
    padding-left: 30px;
    background: url('../img/icons/bad-haircut.png') 0 center no-repeat;
    min-height: 21px;
    padding-top: 6px;
  }
  .hm-green-row{
    background: #dcffe9;
  }
  .hm-red-row{
    background: #f9dde3;
  }
  .hm-table-mt{
    margin-top: 35px;
  }
  .hm-content{
    margin: 80px 0 20px 0;
  }
  .hm-c-title{
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
  }
  .hm-c-title-mt{
    margin-top: 60px;
  }
  .hm-c-description{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #535353;
  }
  table.haircut-days{
    font-size: 16px;
    color: #535353;
    border-spacing: 0;
    border-collapse: collapse;
  }
  table.haircut-days tr td, table.haircut-days tr th{
    padding: 15px;
    border: 1px solid #f4f4f4;
    line-height: 1.2;
    vertical-align: top;
  }
  table.haircut-days.green-hd tr th{
    background: #dcffe9;
  }
  table.haircut-days.red-hd tr th{
    background: #f9dde3;
  }

  .owl-carousel{
    display: none;
  }
    .hc-date{
      background: #dcffe9;
      width: 100%;
      height: 50px;
      font-size: 14px;
      font-weight: bold;
      line-height: 50px;
      text-transform: uppercase;
      text-align: center;
    }
    .hc-date-red{
      background: #f9dde3;
    }
    .hc-gray-text{
      color: #535353;
      padding: 15px;
      font-size: 14px;
      text-align: center;
    }
    .hc-bold-gray{
      font-weight: bold;
      background: #f2f2f2;
      padding: 10px;
      font-size: 14px;
      text-align: center;
    }
    .hc-bottom{
      padding: 15px 0;
      font-size: 14px;
      text-align: center;
    }

    .owl-carousel{
      display: none;
    }

    .gb-case-li{
      list-style: none; 
      display: inline-block; 
      padding: 10px; 
      margin-bottom: 10px; 
      box-shadow: 0 1px 6px #d6d0d0;
    }
    .gb-case-li-left{
      float: left;
      width: 50px;
      padding-right: 20px;
      text-align: center;
     }
     .gb-case-li-left img{
      max-width: 50px;
     }
    .gb-case-li-right{
      float: right;
      width: calc(100% - 70px);
      font-size: 16px;
      line-height: 1.2;
    }

 @media screen and (max-width: 980px){
    .hm-table tr:first-child td img{
      float: inherit;
      display: block;
      margin: 0 auto;
    }
    .hm-table tr:first-child td{
      
    }
    .hm-c-title{
      font-size: 16px;
      font-weight: bold;
    }
    .owl-carousel{
      display: block!important;
    }
    .haircut-days{
      display: none!important;
    }
    .gb-case-li-left{
      box-sizing: content-box;
    }
  }

  @media screen and (max-width: 680px){
  .hm-table tr td{
    padding: 5px!important;
  }
  .mc-grid-box{
    flex-wrap: wrap;
  }
  .mc-grid-item:nth-child(2n){
    margin-right: 0;
  }
  .mc-grid-item{
    width: calc(50% - 5px);
  }
  .gb-case-li-left{
    width: 100%;
    font-size: 16px;
    font-weight: bold; 
    text-align: left;
  }
  .gb-case-li-left img{
    display: none;
  }
  .gb-case-li-right{
      margin-top: 10px;
      width: 100%;
      float: left;
  }
  .gb-case-li-left:after{
    content: '';
    display: block;
    clear: both;
  }
 }