@media (max-width: 767px) {
  .page__title {
    padding-top: 26.67vw;
  }
}

@media (min-width: 768px) {
  .regulations {
    padding: 90px 0 40px;
  }
}
@media (max-width: 767px) {
  .regulations {
    padding: 55px 0 0;
  }
}
@media (min-width: 768px) {
  .regulations__wrapper {
    max-width: 1010px;
    padding: 0 20px;
  }
}
.regulations__head {
  color: #ff4627;
}
@media (max-width: 767px) {
  .regulations__head {
    line-height: 27px;
    letter-spacing: 0.08rem;
  }
}
@media (min-width: 768px) {
  .regulations__subsection + .regulations__subsection {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .regulations__subsection + .regulations__subsection {
    margin-top: 30px;
  }
}
.regulations__subtitle {
  background-color: #56af79;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .regulations__subtitle {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .regulations__subtitle {
    border-radius: 5px;
  }
}
.regulations__text {
  padding: 0 10px;
}
.regulations__ol, .regulations__p {
  line-height: 33px;
  letter-spacing: 0.06rem;
}
.regulations__ol {
  list-style: none;
}
.regulations__ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.regulations__btn {
  position: relative;
  height: 50px;
  background-color: #56af79;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .regulations__btn {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .regulations__btn {
    width: 320px;
  }
}
.regulations__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.regulations__btn span {
  position: relative;
  padding-left: 30px;
}
.regulations__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 24px;
  background-image: url(../img/common/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}