ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  outline: transparent;
}

button {
  display: inline-block;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
  outline: transparent;
}
.check__iban,
.phone_numb {
  pointer-events: none;
}

.check__iban > a {
  text-decoration: none;
  color: inherit;
}

.phone_numb > a {
  text-decoration: none;
  color: inherit;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: initial;
  font-size: 16px;
  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 span {
  font-weight: 400 !important;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr 1fr 2fr;
}

.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;
}

@media (max-width: 600px) {
  .check__top-col-2 {
    grid-template-columns: 1fr;
  }
  .check__bot-grid {
    grid-template-columns: 1fr;
  }
  .css-18wbqll.e1ywe5j620 {
    display: none;
  }
}

.reg__list-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reg__list-container img {
  width: 27px !important;
  height: 27px !important;
}

.article-desc {
  max-width: 800px;
  margin: 0 auto;
}

.article-desc h1 {
  font-size: 36px;
}
.article-desc h2 {
  font-size: 30px;
  margin: 15px 0;
}
.article-desc h3 {
  font-size: 26px;
}
.article-desc p {
  font-size: 20px;
  margin: 15px 0;
}

.info__text {
  font-size: 24px;
  margin-right: 15px 0;
}
.tac {
  display: block;
  font-size: 18px;
  margin-top: 15px;
}

.steps {
}
.steps__title {
  font-size: 26px;
}

.reg__item {
  font-size: 20px;
}

.reg__list ul {
  margin: 15px 0;
  list-style: none;
}

.button-linkk {
  background-color: #d10a10;
  color: white !important;
  display: block !important;
  max-width: 80%;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}

.button-linkk:hover {
  color: #fff;
  background-color: #444;
}

.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  align-items: center;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: none;
  cursor: pointer;
  color: #365899;
  padding: 8px 4px 0 0;
  white-space: nowrap;
}
.avatar {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fb-post {
  width: 100%;
  padding: 12px;
  -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;
  background-color: #fff;
}

.fb-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-post__author {
  color: #365899;
  font-weight: 600;
}

.fb-post__avatar {
  height: 40px;
  width: 40px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.fb-post__time {
  margin: 5px 0;
  color: #606770;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-post__time_public {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  background-position: -382px -270px;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
}

.fb-post__image {
  width: calc(100% + 24px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -12px;
}

.fb-post__stat {
  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: 10px 12px 0 12px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dadde1;
  color: #606770;
  font-size: 12px;
  line-height: 20px;
}

.fb-post__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-post__stat-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: auto;
}

.fb-post__stat-icon:first-child {
  z-index: 100;
  border: 2px solid white;
  border-radius: 100%;
}

.fb-post__stat-icon:nth-child(2) {
  z-index: 99;
  margin-left: -8px;
}

.fb-post__stat-icon_like {
  background-position: 0 -526px;
}

.fb-post__stat-icon_love {
  background-position: -17px -492px;
}

.fb-post__com-shares:hover {
  text-decoration: underline;
}

.fb-post__act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% + 24px);
  padding: 4px 0;
  margin: 0 -12px;
  border-bottom: 1px solid #dadde1;
}

.fb-post__react {
  width: 30%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #606770;
}

.fb-post__react:hover {
  background-color: rgba(29, 33, 41, 0.04);
  border-radius: 2px;
}

.fb-post__react span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.fb-post__react_like span {
  background-position: -368px -245px;
}

.fb-post__react_comment span {
  background-image: url("");
  background-position: -19px -198px;
}

.fb-post__react_share span {
  background-image: url("");
  background-position: 0 -293px;
}

.fb-post__comments {
  font-size: 12px;
}

.fb-comment__sort {
  color: #365899;
  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;
  width: 32px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
  flex-shrink: 0;
  object-fit: cover;
}

.fb-comment__write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-comment__input {
  width: 440px;
  height: 34px;
  margin: 10px 0;
  border-radius: 18px;
  padding-left: 5px;
  border: 1px solid #dddfe2;
  background-color: #f2f3f5;
}

.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;
  /* flex-direction: row-reverse; */
}

.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.4rem;
  /* flex-direction: row-reverse; */
}
.fb-comment__text {
  /* max-width: 440px; */
  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__text.added {
  margin-top: 10px;
  max-width: 400px;
  margin-left: 40px;
}

.fb-comment__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}

.fb-comment__author:hover {
  /* text-decoration: underline; */
}

.fb-comment__react {
  text-decoration: none !important;
  color: #365899 !important;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__more {
  color: #365899;
  text-decoration: none;
}

.fb-comment__more:hover {
  text-decoration: underline;
}

.fb-comment__att {
  display: block;
  max-height: 210px;
  max-width: 260px;
  border-radius: 18px;
  margin: 3px 0;
}

.fb-comment__like {
  position: absolute;
  bottom: -25px;
  left: 10px;
  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;
  gap: 5px;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: block;
  margin-right: 3px;
  padding: 0 !important;
}

.comment-updating {
  color: #90949c !important;
  padding-left: 50px;
}

.comment-updating span {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #90949c;
  position: relative;
  animation: coments;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.comment-updating span:nth-child(2) {
  animation-delay: 0.2s;
}

.comment-updating span:nth-child(3) {
  animation-delay: 0.4s;
}

.comment-updating p {
  display: inline-block;
  margin-left: 10px;
  color: #90949c;
}

.fb-comment__item.new-coments {
  opacity: 0;
  height: 0;
  display: none;
  animation-duration: 2s;
  animation-timing-function: 1;
  animation-delay: 3s;
}

@keyframes coments {
  0% {
    top: 0px;
  }
  50% {
    top: -8px;
  }
  100% {
    top: 0px;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
  }
  100% {
    display: block;
    height: 100%;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
  .fb-post__image {
    width: 100%;
    margin: 0;
  }
  .fb-post__act {
    width: 100%;
  }
  .fb-comment__text {
    max-width: 100%;
  }
  .fb-comment__input {
    width: 100%;
  }
  .article-desc h1 {
    font-size: 26px;
  }
}
img {
  padding: 0 !important;
}

.article-desc {
  padding: 5px;
}

.article-desc a{
  color: #365899;
}

.article-desc a:hover{
  color: rgb(219, 70, 70);
}

.check {
            max-width: 980px;
            margin: 0 auto;
            background: #fff;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            padding: 10px;
          }

          .check * {
            box-sizing: border-box;
          }

          .check__inner {
            background-color: #fff;
            padding: 20px;
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          }

          .check__header {
            display: grid;
            grid-template-columns: 1fr 360px;
            gap: 60px;
            align-items: start;
            margin-bottom: 32px;
          }

          .check__left {
            display: flex;
            flex-direction: column;
            gap: 70px;
          }

          .check__logo {
            width: 150px;
            max-width: 100%;
            height: auto;
            display: block;
          }

          .check__client {
            display: flex;
            flex-direction: column;
            font-size: 18px;
            line-height: 1.18;
          }

          .check__client strong {
            font-weight: 700;
          }

          .check__info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px 40px;
          }

          .check__info-item {
            display: flex;
            flex-direction: column;
            gap: 8px;
            font-size: 18px;
            line-height: 1.15;
          }

          .check__info-item span {
            font-weight: 400;
          }

          .check__info-item strong {
            font-weight: 400;
          }

          .check__swift {
            margin: 20px 0;
            font-size: 18px;
            line-height: 1.2;
          }

          .check__table {
            width: 100%;
            border-bottom: 3px solid #000;
          }

          .check__table-head,
          .check__table-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
          }

          .check__table-head div {
            padding: 4px 6px;
            background: #d1d1d1;
            border-left: 1px solid #000;
            border-bottom: 3px solid #000;
            font-size: 18px;
            line-height: 1.15;
          }

          .check__table-row div {
            padding: 4px 6px;
            border-left: 1px solid #000;
            font-size: 18px;
            line-height: 1.15;
          }

          .check__table-head div:first-child,
          .check__table-row div:first-child {
            border-right: 1px solid #000;
          }

          .check__thanks {
            margin-top: 14px;
            padding-right: 42px;
            text-align: right;
            font-size: 18px;
          }

          /* Mobile */
          @media (max-width: 700px) {
            .check {
              max-width: 420px;
            }

            .check__inner {
              padding: 24px 12px;
            }

            .check__header {
              grid-template-columns: 1fr 1fr;
              gap: 15px;
              margin-bottom: 28px;
            }

            .check__left {
              gap: 34px;
            }

            .check__logo {
              width: 150px;
            }

            .check__client,
            .check__info-item,
            .check__swift,
            .check__table-head div,
            .check__table-row div,
            .check__thanks {
              font-size: 16px;
            }

            .check__info {
              grid-template-columns: 1fr;
              gap: 15px;
            }

      

            .check__table-head {
              display: none;
            }

            .check__table-row {
              display: flex;
              flex-direction: column;
              border: 1px solid #000;
              border-bottom: none;
            }

            .check__table-row div {
              display: grid;
              grid-template-columns: 120px 1fr;
              gap: 12px;
              padding: 8px 10px;
              border-right: none;
              border-left: none !important;
              border-bottom: 1px solid #000;
              font-size: 16px;
            }

            .check__table-row div::before {
              content: attr(data-label);
              font-weight: 700;
            }

            .check__thanks {
              padding-right: 0;
              text-align: center;
            }
          }

          @media (max-width: 420px) {
            .check__info {
              grid-template-columns: 1fr;
            }

            .check__table-row div {
              grid-template-columns: 105px 1fr;
            }
          }

.fb-comment__item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.fb-comment__content {
  flex: 1;
  min-width: 0;
  width: auto;
}

.fb-comment__text {
  width: auto;
}

.fb-comment__answer {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.fb-comment__answer .fb-comment__text {
  flex: 1;
  min-width: 0;
}

.fb-comment__item-input {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 5px;
}

.fb-comment__item-input .block-avatar {
  flex-shrink: 0;
}

.fb-comment__item-input .btn_comm {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.fb-comment__item-input .fb-comment__text-input {
  width: 100%;
}