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;
}

.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 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;
}

@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;
  min-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;
  margin: 15px 0;
}
.article-desc p {
  font-size: 18px;
  margin: 15px 0;
}
.article-desc a {
  color: red;
}

.info__text {
  font-size: 20px;
  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;
}

.button-linkk {
  background-color: #d10a10;
  color: white !important;
  display: block;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}

.button-linkk:hover {
  color: #fff;
  background-color: #444;
}


@media(max-width: 600px) {
.g_font-title-xl {
  font-size: 30px;
}
}
