html {
  --neutral05: #eceff1;
  --neutral10: #cfd8dc;
  --neutral20: #b0bec5;
  --neutral60: #546e7a;
  --neutral80: #37474f;
  --neutral90: #263238;
  --pri05: #eff3f9;
  --pri10: #cfdcf1;
  --pri20: #92c1e4;
  --pri30: #678ac6;
  --pri60: #1b3e7a;
  --pri80: #102447;
  --sec05: #fce8e8;
  --sec60: #e41f1f;
  --sec70: #b9151c;
  --ter05: #fbf8ee;
  --ter10: #faf0d6;
  --ter20: #f6e1ad;
  --ter50: #e8b332;
  --ter60: #daa520;
  --ter70: #c89413;
  --qua05: #eff6f1;
  --qua10: #e0eee4;
  --qua60: #008a27;
  --qua70: #076d02;
  --filter-fff: invert(100%);
  --filter-neutral05: invert(98%) sepia(3%) saturate(154%) hue-rotate(161deg)
    brightness(92%) contrast(107%);
  --filter-neutral20: invert(79%) sepia(17%) saturate(176%) hue-rotate(156deg)
    brightness(94%) contrast(87%);
  --filter-neutral60: invert(44%) sepia(24%) saturate(435%) hue-rotate(154deg)
    brightness(87%) contrast(87%);
  --filter-neutral80: invert(26%) sepia(7%) saturate(1396%) hue-rotate(155deg)
    brightness(91%) contrast(89%);
  --filter-neutral90: invert(16%) sepia(26%) saturate(439%) hue-rotate(155deg)
    brightness(97%) contrast(93%);
  --filter-pri10: invert(89%) sepia(9%) saturate(586%) hue-rotate(185deg)
    brightness(97%) contrast(94%);
  --filter-pri20: invert(71%) sepia(65%) saturate(199%) hue-rotate(165deg)
    brightness(93%) contrast(91%);
  --filter-pri30: invert(48%) sepia(68%) saturate(318%) hue-rotate(179deg)
    brightness(97%) contrast(90%);
  --filter-pri60: invert(16%) sepia(41%) saturate(3191%) hue-rotate(205deg)
    brightness(94%) contrast(88%);
  --filter-pri80: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  --filter-sec60: invert(19%) sepia(65%) saturate(6588%) hue-rotate(353deg)
    brightness(92%) contrast(91%);
  --filter-sec70: invert(12%) sepia(100%) saturate(3792%) hue-rotate(350deg)
    brightness(96%) contrast(96%);
  --filter-ter50: invert(60%) sepia(86%) saturate(368%) hue-rotate(5deg)
    brightness(103%) contrast(92%);
  --filter-ter60: invert(85%) sepia(10%) saturate(6540%) hue-rotate(347deg)
    brightness(91%) contrast(86%);
  --filter-qua70: invert(20%) sepia(86%) saturate(2284%) hue-rotate(88deg)
    brightness(98%) contrast(98%);
  --tgl-black: #000;
  --tgl-white: #fff;
  --txt-neutral60: var(--neutral60);
  --txt-neutral90: var(--neutral90);
  --txt-pri60: var(--pri60);
  --txt-pri80: var(--pri80);
  --tgl-neutral05: var(--neutral05);
  --tgl-neutral10: var(--neutral10);
  --tgl-neutral20: var(--neutral20);
  --tgl-neutral60: var(--neutral60);
  --tgl-neutral80: var(--neutral80);
  --tgl-neutral90: var(--neutral90);
  --tgl-pri05: var(--pri05);
  --tgl-pri10: var(--pri10);
  --tgl-pri20: var(--pri20);
  --tgl-pri30: var(--pri30);
  --tgl-pri60: var(--pri60);
  --tgl-pri80: var(--pri80);
  --tgl-sec05: var(--sec05);
  --tgl-sec60: var(--sec60);
  --tgl-sec70: var(--sec70);
  --tgl-ter05: var(--ter05);
  --tgl-ter10: var(--ter10);
  --tgl-ter20: var(--ter20);
  --tgl-ter50: var(--ter50);
  --tgl-ter60: var(--ter60);
  --tgl-ter70: var(--ter70);
  --tgl-qua05: var(--qua05);
  --tgl-qua10: var(--qua10);
  --tgl-qua60: var(--qua60);
  --tgl-qua70: var(--qua70);
  --filter-txt-neutral60: var(--filter-neutral60);
  --filter-txt-pri60: var(--filter-pri60);
  --filter-txt-pri80: var(--filter-pri80);
  --filter-tgl-black: none;
  --filter-tgl-white: var(--filter-fff);
  --filter-tgl-neutral05: var(--filter-neutral05);
  --filter-tgl-neutral20: var(--filter-neutral20);
  --filter-tgl-neutral60: var(--filter-neutral60);
  --filter-tgl-neutral80: var(--filter-neutral80);
  --filter-tgl-pri10: var(--filter-pri10);
  --filter-tgl-pri20: var(--filter-pri20);
  --filter-tgl-pri30: var(--filter-pri30);
  --filter-tgl-pri60: var(--filter-pri60);
  --filter-tgl-pri80: var(--filter-pri80);
  --filter-tgl-sec60: var(--filter-sec60);
  --filter-tgl-sec70: var(--filter-sec70);
  --filter-tgl-ter50: var(--filter-ter50);
  --filter-tgl-ter60: var(--filter-ter60);
}

* {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
body {
  position: relative;
  font-family: sans-serif;
  line-height: 1.25;
  color: #000;
  background: #fff;
}
input,
button {
  font-size: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
}
b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
#emblem {
  font-family:
    fira sans,
    sans-serif;
}
h1,
h2,
h3,
#emblem {
  font-weight: 700;
}
body {
  font-family: inter, sans-serif;
  color: #263238;
  background: #eceff1;
  overflow-anchor: none;
}
a,
a:hover {
  color: #102447;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
:target {
  margin-top: -4em;
  padding-top: 4em;
}
html {
  overflow-y: scroll;
}
#ma1n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.m-bg-1 {
  padding: 10px 0;
}
.m-bg-3 {
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
}
.m-bg-4 {
  position: relative;
  z-index: 2;
  width: 1000px;
  min-height: 600px;
  margin: 0 auto;
  padding: 0.1px 0 1px;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .m-bg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portal {
  position: relative;
  z-index: 99;
  width: 1030px;
  margin: 0 -15px 20px;
  text-align: left;
}
.portal-g1 {
  position: relative;
  z-index: 2;
  background: #fff;
  transition:
    box-shadow 0.4s,
    background 0.2s;
}
.portal-g1:after {
  content: "";
  display: block;
  clear: both;
}
#emblem {
  float: left;
  margin: 0 0 0 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: normal;
  color: inherit;
}
#emblem:after {
  content: "";
  display: block;
  clear: both;
}
#footer .content {
  width: 964px;
  margin: 2.5rem auto 1.5rem;
  font-size: 1rem;
}
#footer .f-idn {
  display: block;
  width: 10rem;
  height: 2rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  text-indent: -99em;
}
#footer #copyright {
  margin: 0 3.5rem;
  font-weight: 400;
  font-size: 81.25%;
  line-height: 1.231;
  text-align: center;
}
.settime {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  color: #8598a0;
  font-size: 12px;
  align-items: center;
}

.content {
  position: relative;
  clear: both;
  margin-bottom: 20px;
}
.col-over {
  margin: -20px -15px 20px;
}
.art-full:after {
  content: "";
  display: block;
  clear: both;
}
@media print {
  body,
  #portal #emblem,
  .m-bg-1,
  .m-bg-2,
  .m-bg-3,
  .m-bg-4,
  .content,
  #content,
  .art-full {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0 !important;
    filter: none !important;
  }
  .content {
    margin: 0 !important;
  }
  a {
    color: #009 !important;
  }
}
@media print {
  .portal,
  .content,
  #content,
  .art-full,
  .col-over {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0 !important;
    filter: none !important;
  }
  .portal-g1 {
    width: auto;
    color: initial !important;
    background: 0 0 !important;
    text-shadow: none;
  }
  .portal ul {
    display: none !important;
  }
  .content {
    margin: 0 !important;
  }
  a {
    color: #009 !important;
  }
}

h1 {
  font-size: 225%;
  padding-top: 20px;
}

h2 {
  margin-bottom: 20px;
}

.art-full p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.img-responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.reg {
  font-size: 17px;
  font-family: inter, sans-serif;
  margin-top: 1rem;
}

.reg__title {
  font-weight: 500;
}

.reg__list {
  margin-bottom: 2rem !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg__item {
  font-size: 17px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.comments {
  margin-top: 2rem;
}

.comments__title {
  font-weight: 700;
  color: #1b1b1b;
}

.comments__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1rem;
}

.button-link {
  background: #d01818;
  color: #fff !important;
  padding: 20px 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border: 1px solid transparent;
}

.button-link:hover,
.button-link:active {
  background: #fff;
  color: #d01818 !important;
  border-color: #d01818;
  text-decoration: none;
}

#ma1n {
  width: 100%;
}

.m-bg-4 {
  width: 100%;
  max-width: 1000px;
}

.portal {
  width: calc(100% + 30px);
  margin: 0;
  margin-left: -15px;
  margin-bottom: 20px;
}

.col-over {
  width: 80%;
  margin-inline: auto;
}

#footer .f-idn {
  background: url("/favicon.ico") no-repeat 50% 50% / contain;
  width: 100%;
}

#footer .content {
  position: relative;
  width: 100%;
  max-width: 964px;
}

@media (max-width: 1060px) {
  .m-bg-4 {
    box-sizing: border-box;
  }

  .art-full {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .portal {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 530px) {
  .check {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  .check {
    font-size: 12px;
  }
}

.portal {
  border-top: 0.25rem solid #e41f1f;
}

.header-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.header-new__under {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #102447;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.8em;
}

.header-new__under span svg {
  width: 8px;
}

.header-icons {
  display: flex;
  gap: 1.5em;
  margin-left: auto;
  padding-right: 15px;
  filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -webkit-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -moz-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -o-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -ms-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
}

.header-nav {
  border-top: 1px solid #cfdcf1;
  border-bottom: 1px solid #cfdcf1;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  list-style: none;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
}

.header-nav li {
  padding: 0 0.5em;
  color: #19386d;
  font-weight: 700;
}

.text-icons {
  font-size: 0.5em;
  text-align: center;
  margin-left: -2px;
  color: #000;
}

.btn-premium {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: auto;
}

.btn-premium p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  color: #526b99;
}

.btn-header {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  color: #263238 !important;
  background: #e8b332 !important;
  box-shadow: 0 2px 5px #b0bec5;
}

.logo-header {
  width: 170px;
}

.logo {
  margin-inline: auto;
}

.art-full {
  width: 80%;
  margin-inline: auto;
}

@media (max-width: 991px) {
  .btn-premium {
    display: none;
  }

  .header-nav {
    overflow: scroll;
    justify-content: flex-start;
  }

  .header-nav li {
    color: #000;
  }

  .header-new__under {
    color: #000;
  }

  .desk {
    display: none;
  }

  .header-icons {
    margin-left: 0;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
  }

  .art-full,
  .col-over {
    width: 90%;
  }

  .m-bg-1 {
    padding: 0;
  }
}

@media (min-width: 991px) {
  .mob {
    display: none;
  }
}

* {
  box-sizing: border-box;
  /* user-select: none */
}

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

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: monospace;
  font-style: initial;
  font-size: 14px;
  background-color: #fff;
}

.check span {
  font-weight: 400 !important;
}

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

.reg__list li {
  margin: 10px 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

.reg__title {
  font-size: 24px;
  margin: 20px 0;
}

@media (max-width: 600px) {
  .check {
    font-size: 10px;
  }
}

ul,
ul li {
  list-style-type: none;
}

.art-full a {
  color: #2e64c2;
}

.art-full a:hover {
  color: rgb(212, 79, 79);
}

.art-full p {
  margin: 15px 0;
}

.art-full h2 {
  margin: 15px 0;
}

.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 2fr 1fr 1fr 1fr;
}

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

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

.check__table-head div:first-child,
.check__table-row div:first-child {
  border-left: 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;
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.comments {
  padding: 12px;
  max-width: 800px;
  margin: 10px auto;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  background-color: #fff;
}

.comments p {
  margin: 0;
}

.comments__container {
  width: 100%;
}

.comments__title {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 600;
}

.comments__form {
  margin-top: 20px;
  margin-bottom: 0;
}

.comments__form-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comments__avatar {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.comments__input-placeholder {
  width: 100%;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
}
.comment__block-input {
  background-color: transparent;
  border: 0;
  height: 100%;
  padding: 0;
  resize: none;
  width: 100%;
  max-width: 200px;
  padding: 5px;
}

.comments__post-button {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  padding: 8px 10px;
  border: none;
  border-radius: 18px;
  background-color: #f2f3f5;
  cursor: pointer;
  font: inherit;
}

.comments__post-button:hover {
  background-color: #e3e3e4;
}

.comments__sort {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.2;
}

.comments__list {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.comments__item {
  display: flex;
  gap: 8px;
  margin: 15px 0;
}

.comments__item--reply {
  padding-left: 32px;
}

.comments__content {
  width: 100%;
}

.comments__bubble {
  width: 100%;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
}

.comments__name {
  font-size: 16px;
  font-weight: 700;
  color: #365899;
}

.comments__message {
  font-size: 14px;
  line-height: 1.4;
}

.comments__screen {
  max-width: 230px;
  max-height: 400px;
  display: block;
}

.comments__arrow {
  color: inherit;
}

.comments__actions {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.comments__like {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 34px;
  padding: 8px 12px;
  background-color: #f2f3f5;
  border-radius: 18px;
}

.comments__like-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
}

.comments__like-count {
  font-size: 14px;
  line-height: 1;
}

.comments__reply-button {
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  border-radius: 18px;
  background-color: #f2f3f5;
  cursor: pointer;
  font: inherit;
}

.comments__reply-button:hover {
  background-color: #e3e3e4;
}

.comments__time {
  font-size: 14px;
  line-height: 1.2;
  color: #65676b;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

#form {
  max-width: 450px;
  width: 100%;
  margin: 20px auto;
}
