*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.check-list-page-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.check-list-page-header h1 {
  text-align: center !important;
}

@media (max-width: 60rem) {
  .check-list-page-header {
    height: 300px;
  }
}
@media (max-width: 32rem) {
  .check-list-page-header {
    height: 370px;
  }
}

/* form */
.check-list {
  position: relative;
  margin-top: 50px;
}
.form__ul-li {
  display: flex;
  background-color: #f7f7f7;
  padding-bottom: 18px;
}
.form__ul-li-marked {
  font-family: Arial;
  font-weight: 700;
}
.form__ul-li-inner {
  display: flex;
}
.form__ul-li-inner-btn {
  display: flex;
}
.form__ul-li-num {
  height: 39px;
  color: #8bd6f7;
  font-size: 54px;
  font-weight: 400;
  line-height: 26px;
  margin: 30px 30px 0 30px;
  font-family: Arial;
}
.form__ul-li-num_big {
  margin-left: 11px;
  margin-right: 21px;
}
.form__ul-li-text {
  color: #212121;
  font-family: Arial;
  font-size: 17px;
  font-weight: 400;
  margin-top: 18px;
  line-height: 26px;
  padding-right: 75px;
  margin-bottom: 0 !important;
}
.form__ul-li .input {
  position: relative;
  display: flex;
  margin-top: 30px;
  margin-right: 36px;
}
.form__ul-li_white {
  background: #fff;
}
.input,
.input__radio,
.input__label::before,
.input__label::after,
.input__radio::before,
.input__radio::after {
  cursor: pointer;
}
.form:focus {
  outline: 1px solid #2424b4;
}
.input__radio {
  border: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.input__label {
  padding-left: 35px;
  cursor: pointer;
  color: #212121;
  font-family: Arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.input__radio:hover + .input__label::before {
  cursor: pointer;
  border: 1px solid #2424b4;
}
.input__radio:hover + .input__label::after {
  cursor: pointer;
}
.input__radio:focus + .input__label:before {
  border: 1px solid #2424b4;
}

.input__label::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  transition: border 0.2s;
  background-color: white;
}
.input__label::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 10px;
  transition: background 0.3s;
}
.input__radio:checked + .input__label::after {
  background: #2624b4;
}
.input__radio:checked + .input__label::before {
  border: 1px solid #2424b4;
}
.form__output {
  width: 320px;
  color: #ee352b;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  margin: auto;
  margin-top: 79px;
  text-align: center;
  border-bottom: 1px dashed #ee352b;
}
.form__output-text {
  margin-bottom: 9px;
}
.grade {
  margin-top: 79px;
}
.grade__item {
  display: flex;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-right: 33px;
}
.over {
  border-bottom: 1px solid #e1e1e1 !important;
  margin-bottom: 100px;
}
.grade__item-picture {
  width: 130px;
  margin-right: 40px;
}
.grade__item-info {
  margin: 0;
}
.grade__item-title {
  width: 163px;
  color: #212121;
  font-family: Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 11px;
  margin-bottom: 20px;
  border-bottom: 1px solid #39b54a;
}
.grade__item-p {
  color: #212121;
  font-family: Arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  width: auto;
  margin-right: 50px;
  margin-bottom: 0 !important;
}
.grade__link {
  border: 1px solid #00a651 !important;
  border-radius: 4px;
  background-color: #ffffff;
  color: #00a651 !important;
  font-family: Arial;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  padding: 13px 0;
  text-decoration: none !important;
  display: block;
  width: 247px;
  text-align: center;
  transition-property: border, color;
  transition-duration: 0.7s;
}
.grade__link:hover {
  border: 1px solid #064b0b !important;
  color: #064b0b !important;
}

.grade__link-wrap {
  margin-top: auto;
  margin-bottom: 0;
}
.a-wrap_1 {
  margin-bottom: 6px;
}

@media (max-width: 820px) {
  .grade__item {
    flex-wrap: wrap;
  }
  .grade__item-picture {
    width: auto;
  }
  .grade__item-p {
    width: 60vw;
    margin-right: 0;
  }
  .grade__link-wrap {
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 48rem) {
  .grade {
    margin: 80px 20px 0;
  }
}
@media (max-width: 600px) {
  .grade__item-p {
    width: 100%;
  }
  .grade__item {
    padding-right: 0;
  }
  .grade__item-info {
    text-align: center;
  }
  .grade__item-title {
    margin: 0 auto 20px;
  }
  .grade__item-picture {
    display: none;
  }
  .form__ul-li {
    flex-direction: column;
  }
  .form__ul-li-inner-btn {
    margin-left: 94px;
  }
  .form__ul-li-text {
    padding-right: 10px;
  }
}

.script--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
  margin: 30px 0;
}
.script--flex {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  flex: 1;
  text-align: left;
  margin: 10px;
  border: 1px solid #4f8aa0;
  min-width: 25%;
  transition: 0.4s;
}
.script--flex:hover {
  border: 1px solid #f56c14;
}
.script--flex-1-6 {
  flex: 1.6;
}
.script--flex-1-3 {
  flex: 1.3;
}
.script--text {
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
}
.script--player {
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  align-items: center;
}
.script--player-desc {
  margin-left: 12px;
  font-size: 17px;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .script--flex {
    min-width: 35%;
  }
}
@media (max-width: 610px) {
  .script--flex {
    min-width: 50%;
  }
}