@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"),
    url("") format("woff"), url("") format("truetype"), url("") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"),
    url("free-fa-regular-400.woff2") format("woff2"),
    url("free-fa-regular-400.woff") format("woff"),
    url("free-fa-regular-400.ttf") format("truetype"), url("") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"),
    url("free-fa-regular-400.woff2") format("woff2"),
    url("free-fa-regular-400.woff") format("woff"),
    url("free-fa-regular-400.ttf") format("truetype"), url("") format("svg");
}
.fab,
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"),
    url("free-fa-solid-900.woff2") format("woff2"),
    url("free-fa-solid-900.woff") format("woff"),
    url("free-fa-solid-900.ttf") format("truetype"), url("") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("");
  src: url("") format("embedded-opentype"),
    url("free-fa-solid-900.woff2") format("woff2"),
    url("free-fa-solid-900.woff") format("woff"),
    url("free-fa-solid-900.ttf") format("truetype"), url("") format("svg");
}

@media (max-width: 1000px) {
  .content__secondary {
    display: none;
  }

  #primary-navigation .nav-menu {
    display: none;
  }

  .c-primary-navigation .menu-toggle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    padding: 1.2em 0.75em 0;
    cursor: pointer;
  }
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
}
.reg__title {
  font-weight: 700;
}
.reg__list {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg p {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
  color: #000;
  font-size: 1rem;
  padding: 1rem;
}
.reg p span {
  color: #e02e3d;
}
.reg__item {
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.reg__item a:hover {
  color: #3b5998;
}

@media (max-width: 768px) {
  .container-sm {
    max-width: 764px !important;
  }
}

.reg__title {
  font-weight: 700;
}

.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background: white;
  padding: 10px;
}
.square li {
  position: relative;
  margin: 0 0 20px 2em;
  padding: 4px 8px;
  border-top: 2px solid #cecccf;
  transition: 0.3s linear;
}
.square li:last-child {
  margin-bottom: 0;
}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #cecccf;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #cecccf;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: 0.3s linear;
}

/*==========TABLE============*/

.table {
  background: rgb(253, 255, 255);
  background: linear-gradient(
    94deg,
    rgba(253, 255, 255, 1) 1%,
    rgba(255, 255, 255, 1) 50%,
    rgba(253, 255, 255, 1) 100%
  );

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.16), 0 8px 8px rgba(0, 0, 0, 0.2);
  max-width: 80% !important;
  margin: 2rem auto;
  padding: 5px;
  border-radius: 5px;
}
.table-rows {
  border-top: 2px solid #d24141;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.table__title {
  font-weight: 700;
  font-size: 2rem;
}

.table-block__flex {
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.table-block__flex-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.table-block__flex-container-num {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 !important;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-table {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  padding: 10px;
  position: absolute;
  bottom: 0%;
  font-style: italic;
  text-align: center;
}
.table-block__flex-container-text {
  font-weight: 700;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  text-align-last: left;
  line-height: 20px;
}

.big-text {
  font-size: 3rem;
  margin-left: 1rem;
  color: #000000e4;
}

.button-link {
  background-color: #d24141;
  color: white;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.button-link:hover {
  color: #fff;
  background-color: rgb(141, 141, 141);
}

.table {
  width: 40%;
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.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: 1rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.block-avatar {
  margin-right: 1rem;
}

.block-info-comment {
  margin-bottom: 5px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
  margin-bottom: 5px;
}
.block-info input {
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
  font-size: 12px;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #3b5998;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item span {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa-thumbs-up::before {
  content: "\f164";
  margin-right: 3px;
}

.text__info {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 0px;
  font-size: 18px;
}

.day {
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid #e02e3d;
  text-align: center;
}

.transaction-img {
  width: 100%;
  margin: 10px 0px;
}

.label {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

/*==============CHECK==============*/

.check {
  box-shadow: 0px 0px 10px 0px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-bottom: 1rem;
  line-height: 1.7rem;
}
.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 {
  width: 150px;
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.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;
}

.check__bot-grid-col-text {
  padding: 3px;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .bank__logo {
    width: 70px;
  }
}

.line-red {
  border-left: 3px solid #e02e3d;
  padding-left: 5px;
  font-style: italic;
}

.o-menu .sub-menu a {
  pointer-events: none;
}

#masthead {
  pointer-events: none;
}

.o-kicker {
  pointer-events: none;
}

.c-social {
  pointer-events: none;
}

.block-info-line__like {
  pointer-events: none;
}

.c-tag-list {
  pointer-events: none;
}

.c-story-header__meta {
  pointer-events: none;
}

.footer-nav {
  pointer-events: none;
}

.label {
  font-family: "Sohne", "Noto Sans SC", Arial, Sans-serif;
  letter-spacing: 0.005em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  font-size: 14px;
  text-align: left;
}

.day {
  font-weight: 600 !important;
}

.exp .text__info {
  margin: 0;
}
.reg__title {
  font-weight: 700 !important;
}
.reg p {
  max-width: 100%;
}

.far.fa-thumbs-up {
  font-style: normal;
}

.check-mobile_lcolumn p {
  font-family: "IBM Plex Mono", IBM Plex, monospace !important;
}

.check-mobile_rcolumn p {
  font-family: "IBM Plex Mono", IBM Plex, monospace !important;
}

.block-info-comment {
  line-height: 1.25;
}

.block-info-answer-flex {
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 15px;
}

.block-info-answer-flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 799px) {
  #colophon {
    text-align: center;
  }
  .site-footer__colophon {
    border-top: none;
  }
}
