label {
  font-size: 16px;
  color: rgb(109, 109, 109);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
}
.reg {
  font-size: 1.2rem;
}
.reg__list {
  max-width: 100%;
  margin: 0 auto;
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 95% !important;
}
.reg__title {
  max-width: 100%;
  margin: 1rem auto;
  text-transform: uppercase;
  font-weight: 700;
  width: 95%;
}
.reg__item {
  line-height: 30px;
  font-weight: normal;
  background-color: #f2f7ff;
  padding: 8px 12px;
  border-left: 2px solid #0b72b5;
  border-right: 2px solid #0b72b5;
  border-radius: 6px;
  margin-bottom: 10px;
}
.button-link {
  display: block;
  margin: 1.8rem auto;
  width: 300px;
  padding: 1rem 0;
  text-align: center;
  background-color: #0b72b5;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.button-link:hover {
  transform: translateY(5px);
  background-color: #444;
}
.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  text-align: center;
}
.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}
.block-avatar img {
  border-radius: 50%;
}
.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}
.comment-block-input__button {
  border: none;
  font-weight: 700;
  margin-left: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #0b72b5;
  border-radius: 15px;
  cursor: pointer;
}
.fb-post {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fb-comment__sort {
  color: #365899 !important;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}
.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}
.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}
.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.fb-comment__answer {
  display: flex;
  margin-top: 1.1rem;
}
.fb-comment__text {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fb-comment__author {
  font-weight: 600;
  color: #365899 !important;
  text-decoration: none;
  cursor: pointer;
}
.fb-comment__author:hover {
  text-decoration: underline;
}
.fb-comment__react {
  text-decoration: none;
  color: #365899 !important;
}
.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}
.fb-comment__posted {
  color: #606770;
}
.fb-comment__like {
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}
.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 5px;
    border: none;
  }

  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0;
}
.comment__img {
  max-width: 230px;
  width: 100%;
  margin-top: 7pt;
  border-radius: 5px;
}
.link {
  font-weight: 700;
  color: #005fff;
}
.link:hover {
  font-weight: 700;
  color: #444;
}
.fb-comment__answer-action {
  margin-left: 45px;
}
.mgid-mob {
  display: none;
}
@media all and (min-width: 0px) and (max-width: 719px) {
  .mgid-mob {
    display: block;
  }
  .mgid-desk {
    display: none;
  }
}
[data-id="tab_title"] strong {
  font-family: "noto serif";
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-top: -2px;
  margin-top: 5px;
  font-weight: 100 !important;
}
b,
strong {
  font-weight: 700;
}
#art_bc_2 a {
  color: #666666;
}
#art_bc_2 {
  font-family: "mallory";
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 20px;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 719px) {
  picture img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #mgid_outsid {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    overflow: hidden;
  }
}
.reg-form-wrapp {
  max-width: 450px;
  width: 100%;
  margin: 30px auto;
}
.sc-18fde0d6-0 .jFCfG {
  margin-bottom: 20px;
}
.number-bold {
  font-weight: bold;
  color: #0000ff !important;
}
.container-sm .sc-eb7bd5f6-0 .fYAfXe ol li {
  margin-bottom: 8px;
}
