

.label {
  text-align: center;
  display: block;
  font-size: 14px;
}

.day {
  text-align: center;
  padding: 5px;
  border: 1px solid #394088;
}

/*==============CHECK==============*/

.check {
  border: 1px solid;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  background-color: #fff;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__top {
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  font-size: 0.7rem;
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.5fr 0.5fr 0.8fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 0.7rem;
  }
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}
.reg__title {
  font-weight: 700;
}
.reg__list {
  max-width: 85%;
  margin: 0 auto;

  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg__list-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reg__item {
  font-size: 1.1rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.reg__item img {
  margin-right: 0.5rem;
}
.reg__item a {
  font-weight: 700;
}
.reg__item a:hover {
  color: #3b5998;
}

.button-link {
  background-color: #b80000;
  color: #fff;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 4px;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}

a {
  color: #b80000;
  text-decoration: none;
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 95%;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}
.comment-display {
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.comment-display div {
  display: flex;
  gap: 1rem;
}
.comment-display div span:nth-child(1) {
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}
.comment-block-answer {
  margin-left: 2rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
}
.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}
.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 20px;
  padding: 5px;
}
.block-info-comment__name {
  font-weight: 700;
  color: #052962;
  /* padding-bottom: 1rem; */
}
.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}
.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 0.7rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}
