.comment-page {
  padding: 176px 0 90px;
  background: #fff;
}

.comment-page .x-wrap {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.comment-page .infobox {
  margin: 80px auto 0;
  padding: 28px 34px;
  border-top: 1px solid #dce2e7;
  border-bottom: 1px solid #dce2e7;
  background: #f6f8f9;
  font-family: "fira", sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #465159;
  word-break: break-word;
}
.comment-page .infobox p{margin: 10px 0;}
.comment-page__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #dce2e7;
}

.comment-page__title {
  font-family: "avian", "fira", sans-serif;
  font-size: 46px;
  line-height: 1.15;
  color: #20262b;
}

.comment-page__article {
  display: none;
  max-width: 520px;
  margin-left: 40px;
  text-align: right;
  font-size: 16px;
  line-height: 1.6;
  color: #68747d;
}

.comment-page__article a {
  color: #0079b9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.comment-page__article a:hover,
.comment-page__article a:focus {
  color: #bf0008;
}

.comment-compose {
  margin-top: 52px;
  padding: 30px 34px;
  border-top: 3px solid #bf0008;
  background: #f5f7f8;
}

.comment-compose__contact-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-bottom: 24px;
  margin-left: -12px;
}

.comment-compose__contact-fields .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
  padding-right: 12px;
  padding-left: 12px;
}

.comment-compose__label {
  display: block;
  margin-bottom: 14px;
  font-family: "fira", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #20262b;
}

.comment-compose__required {
  color: #bf0008;
}

.comment-compose__input {
  display: block;
  width: 100%;
  height: 138px;
  padding: 16px 18px;
  border: 1px solid #bac4cb;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #20262b;
  resize: vertical;
}

.comment-compose__input:focus {
  border-color: #0079b9;
  box-shadow: 0 0 0 2px rgba(0, 121, 185, 0.12);
}

.comment-compose__input[disabled] {
  background: #eceff1;
  cursor: not-allowed;
}

.comment-compose__verification {
  display: none;
  max-width: 360px;
  margin-top: 16px;
}

.comment-compose__verification label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #465159;
}

.comment-compose__verification-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-compose__verification-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #bac4cb;
  border-radius: 2px 0 0 2px;
  background: #fff;
  font-size: 16px;
}

.comment-compose__verification-input:focus {
  border-color: #0079b9;
}

.comment-compose__verification-refresh {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 118px;
  flex: 0 0 118px;
  height: 44px;
  border: 1px solid #bac4cb;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background: #fff;
  cursor: pointer;
}

.comment-compose__verification-refresh img {
  max-width: 104px;
  max-height: 36px;
}

.comment-compose__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}

.comment-compose__meta {
  min-width: 0;
  padding-right: 24px;
}

.comment-compose__count {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #77828a;
}

.comment-compose__status {
  min-height: 22px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.55;
  color: #68747d;
}

.comment-compose__status.is-error {
  color: #a90007;
}

.comment-compose__status.is-success {
  color: #187447;
}

.comment-submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 158px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #bf0008;
  border-radius: 2px;
  background: #bf0008;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

.comment-submit .fa {
  margin-right: 9px;
}

.comment-submit:hover,
.comment-submit:focus {
  border-color: #8e0006;
  background: #8e0006;
}

.comment-submit[disabled] {
  border-color: #a9b0b5;
  background: #a9b0b5;
  cursor: not-allowed;
}

.comment-list-section {
  margin-top: 58px;
}

.comment-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 2px solid #20262b;
}

.comment-list__heading h2 {
  font-family: "fira", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  color: #20262b;
}

.comment-list__total {
  font-size: 14px;
  color: #68747d;
}

.comment-list__total strong {
  margin-right: 5px;
  font-size: 20px;
  font-weight: normal;
  color: #bf0008;
}

.comment-list__state {
  padding: 56px 20px;
  border-bottom: 1px solid #dce2e7;
  text-align: center;
  font-size: 15px;
  color: #77828a;
}

.comment-list__state .fa {
  margin-right: 8px;
}

.comment-list__retry {
  margin-left: 12px;
  border-bottom: 1px solid #0079b9;
  color: #0079b9;
  cursor: pointer;
}

.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 32px;
  border-bottom: 1px solid #dce2e7;
}

.comment-item__meta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  padding-right: 30px;
}

.comment-item__author {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #20262b;
}

.comment-item__author .fa {
  width: 18px;
  margin-right: 6px;
  color: #29acf0;
}

.comment-item__time {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #8a949b;
}

.comment-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #343b40;
  white-space: pre-wrap;
  word-break: break-word;
}

.comment-pagination {
  display: none;
  margin-top: 30px;
  text-align: center;
}

.comment-pagination button {
  min-width: 38px;
  height: 38px;
  margin: 0 3px;
  padding: 0 10px;
  border: 1px solid #cbd3d8;
  border-radius: 2px;
  background: #fff;
  color: #465159;
  cursor: pointer;
}

.comment-pagination button:hover,
.comment-pagination button:focus {
  border-color: #0079b9;
  color: #0079b9;
}

.comment-pagination button.is-current {
  border-color: #20262b;
  background: #20262b;
  color: #fff;
  cursor: default;
}

.comment-pagination button[disabled]:not(.is-current) {
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .comment-page {
    padding: 120px 0 58px;
  }

  .comment-page .x-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .comment-page .infobox {
    max-width: none;
    padding: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .comment-page__intro,
  .comment-compose__footer,
  .comment-item {
    display: block;
  }

  .comment-page__title {
    font-size: 36px;
  }

  .comment-page__article {
    max-width: none;
    margin: 14px 0 0;
    text-align: left;
  }

  .comment-compose {
    margin-top: 30px;
    padding: 24px 20px;
  }

  .comment-compose__contact-fields {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .comment-compose__contact-fields .form-group {
    padding-right: 0;
    padding-left: 0;
  }

  .comment-compose__contact-fields .form-group + .form-group {
    margin-top: 20px;
  }

  .comment-compose__meta {
    padding-right: 0;
  }

  .comment-submit {
    width: 100%;
    margin-top: 14px;
  }

  .comment-list-section {
    margin-top: 42px;
  }

  .comment-list__heading {
    display: block;
  }

  .comment-list__heading h2 {
    font-size: 22px;
  }

  .comment-list__total {
    display: block;
    margin-top: 6px;
    text-align: left;
  }

  .comment-item__meta {
    padding-right: 0;
  }

  .comment-item__time {
    display: inline-block;
    margin: 0 0 0 10px;
  }

  .comment-item__content {
    margin-top: 15px;
    font-size: 16px;
  }

  .comment-pagination button {
    min-width: 36px;
    margin: 0 2px;
  }
}
