@media only screen and (max-width: 767.98px) {
  .category-info h2 {
    font-size: calc(1.05rem + 0.9vw);
  }
}

.crp {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.crp-bnr {
  overflow: hidden;
  border-radius: 16px;
}
.crp-bnr img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
.crp-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .crp-items {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
.crp-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 192px;
  width: calc(33.3333333333% - 16px);
  padding: 31px 21px;
  overflow: hidden;
  border-radius: 16px;
  background: #e7eae7;
}
@media only screen and (max-width: 1199.98px) {
  .crp-item {
    width: calc(33.3333333333% - 11px);
  }
}
@media only screen and (max-width: 991.98px) {
  .crp-item {
    min-height: 177px;
    padding: 23px 21px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-item {
    width: 100%;
    min-height: 154px;
    padding: 12px 10px;
  }
}
.crp-item:first-child {
  background: linear-gradient(130deg, #edefed 0%, #e7eae7 100%);
}
.crp-item_wide {
  width: calc(50% - 12px);
  background: linear-gradient(90deg, #e1e7e1 0%, #e1e6e1 100%);
}
@media only screen and (max-width: 1279.98px) {
  .crp-item_wide {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .crp-item_wide {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .crp-item_wide {
    width: calc(50% - 8px);
    padding-right: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-item_wide {
    width: 100%;
    padding-right: 10px;
  }
  .crp-item_wide:nth-last-child(1) {
    grid-column: span 2 / auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .crp-item_wide .crp-item__title br {
    display: none;
  }
}
.crp-item__icon {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  z-index: 2;
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .crp-item__icon {
    width: 30px;
    height: 30px;
  }
}
.crp-item__title {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.17647;
  color: var(--maincolor);
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .crp-item__title {
    font-size: 16px;
    line-height: 1.125;
  }
  .crp-item__title br {
    display: none;
  }
}
.crp-item__pict {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 991.98px) {
  .crp-item__pict {
    right: -10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-item__pict {
    right: 0;
  }
}
.crp-ord {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 294px;
  margin-top: 10px;
  padding: 28px 32px 28px 60px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
}
@media only screen and (max-width: 1399.98px) {
  .crp-ord {
    min-height: auto;
    padding: 28px 25px 28px 40px;
  }
}
@media only screen and (max-width: 1279.98px) {
  .crp-ord {
    padding: 28px 20px 28px 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .crp-ord {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-ord {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 16px 171px;
  }
}
.crp-ord-main {
  position: relative;
  padding: 0 70px 100px 0;
  color: var(--maincolor);
  z-index: 2;
}
@media only screen and (max-width: 1279.98px) {
  .crp-ord-main {
    padding: 0 20px 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-ord-main {
    padding: 0;
  }
}
.crp-ord__title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 1279.98px) {
  .crp-ord__title br {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-ord__title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
  }
}
.crp-ord__desc {
  font-size: 17px;
  line-height: 1.17647;
}
@media only screen and (max-width: 767.98px) {
  .crp-ord__desc {
    display: none;
  }
}
.crp-ord__pict {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: calc(100% - 378px);
  z-index: 0;
}
@media only screen and (max-width: 1279.98px) {
  .crp-ord__pict {
    max-width: calc(100% - 268px);
  }
}
@media only screen and (max-width: 991.98px) {
  .crp-ord__pict {
    left: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .crp-ord__pict {
    left: -35px;
    right: 0;
    max-width: 436px;
    margin: 0 auto;
  }
}
.crp-ord-body {
  position: relative;
  z-index: 2;
}
.crp-ord-body .inline-form {
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .crp-ord-body .inline-form {
    gap: 16px;
  }
}
.crp-ord-body .inline-form-bottom {
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .crp-ord-body .inline-form-bottom {
    gap: 16px;
  }
}
.crp-ord-body .inline-form-bottom .btn {
  margin-top: 0;
}
.crp-title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.96;
  text-align: center;
  color: var(--maincolor);
}
@media only screen and (max-width: 1199.98px) {
  .crp-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .crp-title {
    display: none;
  }
}

.label-text.label-text_sm {
  font-size: 13px;
  line-height: 1.23077;
}
