@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Russo+One&display=swap');
.section-cards__body {
  margin: 0 auto;
  width: 94%;
  font-size: 18px;
}
.section-cards__body h2 {
  font-size: 29px;
}
.section-cards__body ul {
  margin-left: 20px;
}
.section-cards__body li {
  list-style-position: inside;
}
.section-cards__title h2 {
  font-size: 2.7rem;
  font-weight: normal;
  margin: 52px auto;
  padding: 0 10px;
  text-align: center;
}
.section-cards__image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 11px;
}
.section-cards__image .bg-card {
  margin: auto;
  width: 100%;
  max-width: 190px;
  height: 325px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  border-radius: 11px;
  transition: 0.4s;
}
.section-cards__image .bg-card:hover {
  background: rgba(255, 255, 255, 0.3);
}
.section-cards__slideshow .slick-dots li button::before {
  top: 7px;
  color: #ffffff;
}
.section-cards__slideshow .slick-arrow::before {
  color: #ffffff;
}
.section-cards__popbox {
  position: relative;
  background: #ffffff;
  margin: 20px auto;
  padding: 20px;
  width: auto;
  max-width: 500px;
  font-size: 15px;
  color: #000000;
}
.section-cards__popbox-title {
  font-size: 30px;
  margin-bottom: 7px;
}
.section-cards__popbox-price {
  font-size: 18px;
  margin-bottom: 10px;
}
.section-cards__popbox-option {
  margin-bottom: 10px;
}
.section-cards__popbox-option ul {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  list-style: outside disc;
}
.section-cards__popbox-option ul li {
  margin: 0 0 6px;
  font-size: 14px;
  list-style: outside disc;
}
.section-cards__popbox-form {
}
.section-cards__popbox-form .form-item,
.section-cards__popbox-form .form-actions {
  margin: 0;
}
.section-cards__popbox-form select,
.section-cards__popbox-form input[type="text"],
.section-cards__popbox-form input[type="select"],
.section-cards__popbox-form input[type="number"],
.section-cards__popbox-form input[type="email"],
.section-cards__popbox-form input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: 0.5em 0;
  padding: 10px 15px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
  font-size: 1em;
}
.section-cards__popbox-form .select2-container--default .select2-selection--single {
  box-sizing: border-box;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%);    
}
.section-cards__popbox-form input[type="submit"] {
  display: block;
  margin: 15px auto 15px;
}
.section-cards__popbox-form label.option {
  display: inline;
  font-weight: normal;
  font-size: 15px;
  padding-left: 5px;
  line-height: 23px;
}
.section-cards__popbox-form label.option a {
  color: #e94347;
}
.section-cards__popbox-form label.option a:hover {
  text-decoration: none;
}
.section-cards__popbox-form label[for*="note"] {
  font-size: 15px;
  font-weight: normal;
}
.section-cards__popbox-form .form-type-select {
  margin-top: 8px;
  margin-bottom: 12px;
}
.section-fitnes-question__note p {
  line-height: 18px;
}
.section-cards__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  buttom: 0;
  z-index: 10;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  max-width: 190px;
  height: 100%;
  border-radius: 11px;
  margin: 0 auto;
}
.section-cards__name,
.section-cards__more,
.section-cards__type,
.section-cards__organization,
.section-cards__logo {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
}
.section-cards__organization {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 9px;
  bottom: 3%;
}
.section-cards__organization span {
  font-size: 25px;
}
.section-cards__type {
  font-size: 20px;
  letter-spacing: 1px;
  top: 27%;
}
.section-cards__more {
  bottom: 111px;
  padding: 5px 10px;
  width: 115px;
  border-radius: 30px;
  background-color: #e94347;
}
.section-cards__more:hover {
  color: #fe0000;
  background-color: #ffffff;
  transition: 0.5s;
}
.section-cards__name {
  top: 35%;
}
.section-cards__logo {
  top: 1px;
}
.section-cards__logo img {
  margin: 0 auto;
}
@media screen and (max-width: 476px) {
  .section-cards__body h2 {
    font-size: 1.3rem!important;
    margin-top: 3px!important;
    line-height: 24px!important;
  }
  .section-cards__popbox-title {
    font-size: 24px;
  }
  .mfp-container {
    margin: 0!important;
  }
}
