.frame-type-header{
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header{
    margin: 80px 0;
  }
}

.frame-type-header h1{
  font-family: 'Amatic Sc';
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header h1{
    font-size: 80px;
    line-height: 80px;
  }
}



.frame header h2{
  font-family: 'Amatic Sc';
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .frame header h2{
    font-size: 50px;
    line-height: 50px;
  }
}


/*
#c57 li{
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
#c57 li::before{
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("../../images/pics/list.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}
*/

/*
#c57 ul{
  padding-left: 0;
}

#c57 ul li{
  background: #fafafa;
  border-radius: 3px;
  padding: 20px 40px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
*/


#c57 .ce-gallery{
  margin-right: 60px;
}

#c57 a{
  display: inline-block;
  background: #FFFFFF;
  color: #98bd29;
  padding: 10px 30px;
  color: inherit;
  border-radius: 320px;
  border: 2px solid #98bd29;

  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#c57 a:hover{
  background: #98bd29;
  color: #FFFFFF;
}


#c57 li{
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
  line-height: 1.6em;
}

#c57 li::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../../images/pics/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}

#c57 ul + p{
  margin-top: 30px;
}

#c60{
  background: #fafafa;
  padding: 30px 10px;
  margin: 60px 0;
}

@media only screen and (min-width: 1024px) {
  #c60{
    padding: 50px;
    margin: 120px 0;
  }
}

#c60 .ce-center .ce-outer,
#c60 .ce-center .ce-inner{
  position: relative;
  float: none;
  width: unset;
}

@media only screen and (min-width: 1024px) {
  #c60 .ce-center .ce-inner .ce-row{
    margin: 0 30px;
  }
}

#c60 .ce-center .ce-inner{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (min-width: 1024px) {
  #c60 .ce-center .ce-inner{
    justify-content: center;
  }
}

#c60 img{
  max-width: 100%;
  height: auto;
}

#c58 header{
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
  #c58 header{
    margin-bottom: 60px;
  }
}


@media only screen and (min-width: 1024px) {
  #c58 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#c58 ul li ul{
  display: block;
}

#c58 ul li ul li{
  margin-left: 10px;
  padding-left: 5px;
  list-style: circle outside none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}
#c58 ul li ul li::before{
  content: none;
}

#c58 li{
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.6em;
}

@media only screen and (min-width: 1024px) {
  #c58 li{
    width: 45%;
  }
}

#c58 li::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../../images/pics/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}
