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

.selected {
  padding-left: 10px;
  font-style: italic;
  border-left: 5px solid #e41f1f;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figcaption {
  text-align: center;
}



/*=========STEPS==============*/

.steps {
  font-size: 17px;
  font-family: "Inter", sans-serif;
}
.steps__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.steps__text {
  border-left: 4px solid #d01818;
  padding: 0.385rem;
}
.steps__text a:hover {
  color: #007FFF;
}
.steps__text span {
  color: #d01818;
  font-weight: 700;
}
.steps__important {
  font-size: 17px;

  font-family: Georgia, "Times New Roman", Times, serif;

  font-style: italic;
  border-left: 8px solid #d01818;
  padding-left: 1rem;
}
.steps__important a {
  color: #dc0505;
}
.steps__important a:hover {
  color: #3b5998;
}
.steps__img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.steps__label {
  text-align: center;
  display: block;
  font-style: italic;
  font-weight: 700;
}
.steps__img-chel {
  margin: 0 auto;
  display: block;
}

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

.reg ol {
  counter-reset: myCounter;
}

.reg {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  margin-top: 1rem;
  padding: 20px;
}

.reg li{
  list-style: none;
  line-height: 1.3rem;
  margin: 0 0 8px 0;
}

.reg li:before {
  /* counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 2px #d01818 solid;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #d01818;
  font-weight: 700;
  margin: auto 0.5rem auto 0;
  line-height: 25px; */
  content: "" !important;
    display: flex;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #e11229;
    width: 0;
    height: 0;
    border-radius: 0;
    margin-right: 8px;
}

/* .reg2 {
  background-color: #ececec;
  border-radius: 6px;
  padding: 8px;
} */
.reg__item2::before {
  content: "" !important;
    display: flex;
    border: 2px solid #e11229 !important;
    width: 0;
    height: 0;
    border-radius: 0;
    margin-right: 8px;
}
.reg__item2 {
  background: none;
}
.reg span {
  margin: auto 0;
}
.reg {
  padding: var(--common-padding);
  font-family: var(--OpenSans-medium);
}

.reg__list {
  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;
  box-shadow: var(--box-shadow);
  padding: 1rem;
  line-height: 24px;
} */

.reg__title {
  font-weight: 700;
}
.reg__list {
  max-width: 90%;
  margin-bottom: 2rem !important;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  counter-reset: item-counter;
}
/* .reg p {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
  color: #000;
  font-size: 1rem;
  box-shadow: var(--box-shadow);
  padding: 1rem;
} */
.reg p span {
  color: #b00205;
}
.reg__item {
  font-size: 17px;
  margin-bottom: 0.5rem;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  font-weight: normal;
  background-color: #ececec;
  padding: 8px;
  /* border-left: 2px solid #d01818;
  border-right: 2px solid #d01818; */
  border-radius: 6px;
  width: 100%;
  display: flex;
}


/*==========TAGS================*/

.tags {
  margin-top: 3rem;
  font-size: 17px;
}
.tags__row {
  display: flex;
  gap: 0.5rem;
}
.tags__socials {
  margin-bottom: 2rem;
}
.tags__title {
  font-weight: 500;
}
.tags__row a {
  color: #444;
  border: 1px solid #444;
}
.tags__row a:hover {
  color: #dc0505;
  border: 1px solid #dc0505;
}
.tags__block {
  font-size: 1rem;
  padding: 0.2rem 1rem;
}

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

.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;
}
.comments__block {
  border-radius: 10px;
}
.avatar__img {
  border-radius: 50%;

  max-width: 50px;
}
.block__row {
  padding: 0 10px;
  display: flex;
}
.block__info {
  flex: 1 1 90%;
  margin-left: 0.5rem;
}
.block__info::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #1c1b1842;
}
.info__name {
  font-weight: 700;
  color: #d01818;
}
.info__name a {
  color: #d01818;
}
.info__name span {
  color: #1c1b18;
}
.info__text-text {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.info__answer {
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  display: flex;
  background-color: #e8e8e8;
  padding: 0.5rem;
}
.block__info::after {
  margin-bottom: 1rem;
}
.info__date {
  display: flex;
  margin-bottom: 1rem;
}
.date__item {
  font-weight: 500;
  list-style: none;
  margin-right: 1rem;
  font-size: 18px;
  color: #d01818;
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
}
.comment__img {
  max-width: 50%;
  height: 300px;
}
.comments__link {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
  color: #444;
}
.comments__link:hover {
  color: #d01818;
}

.bank-logo-wrapper {
  padding: 5px;
  text-align: center;
  background: #2870ed;
  border-radius: 10px;
}

.border-img {
  border: 1px solid black;
  box-sizing: border-box;
}

.button-link {
  background: #d01818;
  color: #fff;
  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;
  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("idnes.svg") no-repeat 50% 50% / contain;
  width: 100%;
}

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

#footer .f-top {
  float: none;
  position: absolute;
  top: 0;
  right: 50px;
}

.reg {
  padding-left: 1rem;
}

.reg__title {
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  .m-bg-4 {
    box-sizing: border-box;
  }
  .art-full {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .portalmenu-1.portalmenu-1b {
    display: none;
  }

  .portal {
    width: 100%;
    margin-left: 0;
  }

  .emblem-2,
  .emblem-3 {
    display: none;
  }
}

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

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

  #footer .f-top {
    width: 2rem;
    height: 2rem;
    top: -35px;
    right: 25px;
  }

  .check__top-col-2 {
    gap: 0.5rem;
  }

  .check__top-grid {
    gap: 0.5rem;
  }
}

.link {
  text-decoration: underline;
  color: #ff3939;
}

.link:hover {
  color: #007fff;
}

/*===*/
.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;
}

.title_def {
	font-weight: 600 !important;
  	font-size: 30px !important;
}

@media (max-width: 991px) {

  .logo-header {
    width: 130px;
  }

  .title_def {
    font-weight: 600 !important;
      font-size: 24px !important;
  }

  .btn-premium {
    display: none;
  }
  .header-nav {
    overflow: scroll;
    justify-content: flex-start;
  }
  .header-nav li {
    color: #000;
    font-size: 14px;
  }
  .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;
  }
}

/*=========REPORT=============*/

.title__report {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
  background-color: #a7a7a7;
  color: white;
  padding: 5px;
}
.text__report {
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 0px 0px 4px 4px;
}


.imp {
  padding-left: 10px;
  border-left: 4px solid #e11229;
  font-style: italic;
}

.reg {
  padding-left: 0!important;
}

.advantages {
  margin-top: 1rem;
}

.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dsc-name > * {
  text-decoration: none!important;
}

.navlist li * {
  text-decoration: none!important;
}

.advantages__list-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e11229;
}

.advantages__list-header::before {
  content: "\2713";
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #e11229;
}

.advantages__list-text {
  margin-top: 10px;
}