header, main,
section, footer{
  width: 100%;
  box-sizing: border-box;
  clear: both;
  display: block;
}
section{
  padding: 40px 0px;
}
div{
  box-sizing: border-box; 
}
button:active,
button:focus,
button:hover{
  outline:none;
}
p{
  line-height: 140%;
}
.container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: block;
  clear: both;
}
.container-arrow-down{
  text-align: center;
  width: 100%;
  height: 0;
  display: block;
  margin: 0 auto;
}
.container-arrow-down:after{
  content: '';
  position: absolute;
  border-right: 25px solid transparent;
  border-bottom: none;
  border-top: 25px solid #eeeeee;
  border-left: 25px solid transparent;
  left: 50%;
  z-index: 50;
  margin-left: -25px;
}
.clear{
  clear: both;
}
.padding-big{
  padding: 40px 15px;
}
.padding-small{
  padding: 20px 15px;
}
.text-left{
  text-align:left;
}
.text-center{
  text-align:center;
}
.box-center{
  margin: 0 auto;
  max-width: 620px;
}
.relative{
  position: relative;
}
.desktop{
  display: inline-block;
}
.mobile{
  display: none;
}
.maxwidth{
  max-width: 620px;
  margin: 0 auto;
}
.padding-left{
  padding-left: 1%;
}
.padding-right{
  padding-right: 1%;
}
.cl-12, .cl-11, .cl-10, .cl-9, .cl-8, .cl-7, .cl-6, .cl-5, .cl-4, .cl-3, .cl-2, .cl-1{
  float: left;
  box-sizing: border-box;
}
.cl-12{
  width: 100%;
}
.cl-11{
  width: 91.66666667%;
}
.cl-10{
  width: 83.33333333%;
}
.cl-9{
  width: 75%;
}
.cl-8{
  width: 66.66666667%;
}
.cl-7{
  width: 58.33333333%;
}
.cl-6{
  width: 50%;
}
.cl-5{
  width: 41.66666667%;
}
.cl-4{
  width: 33.33333333%;
}
.cl-3{
  width: 25%;
}
.cl-2{
  width: 16.66666667%;
}
.cl-1{
  width: 8.33333333%;
}
@media (max-width: 991px){
  .cl-12, .cl-11, .cl-10, .cl-9, .cl-8, .cl-7{
    width: 100%;
    float: none;
  }
  .cl-5, .cl-4, .cl-3, .cl-2, .cl-1, .cl-6{
    width: 50%;
  }
  .mobile{
    display: inline-block;
  }
  .desktop{
    display: none;
  }
}
@media (max-width: 677px){
  .cl-6, .cl-5, .cl-4{
    width: 100%;
    float: none;
  }
  .cl-3, .cl-2, .cl-1{
    width: 50%;
  }
  .padding-left{
    padding-left: 0;
  }
  .padding-right{
    padding-right: 0;
  }
}
@media (max-width: 480px){
  .cl-3, .cl-2, .cl-1{
    width: 100%;
    float: none;
  }
}