:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

.black__link,
a {
  text-decoration: none;
}
a,
aside,
body,
div,
figure,
footer,
h1,
h2,
h3,
header,
html,
img,
li,
p,
span,
strong,
time,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
aside,
figure,
footer,
header {
  display: block;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  font-family: "Mundo Sans Std", sans-serif;
  font-style: normal;
  font-weight: 400;
}
ul {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 27px;
}
.container {
  padding: 0 20px;
}
.text__bold {
  font-weight: 700;
}
.black__link {
  color: #333;
}
.header__bottom-wrapper {
  background-color: #f7f7f7;
  padding: 12px 20px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.header {
  -webkit-box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.header .header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.header .header__middle .header__middle-icon__img {
  width: 150px;
}
.header .header__middle .header__middle-links {
  display: none;
}
.header .header__middle .header__middle-links .header__middle-links__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header__middle .header__middle-links .header__middle-links-burger,
.header .header__middle .header__middle-links .header__middle-links-img,
.header .header__middle .header__middle-links .header__middle-links__ul a {
  margin-right: 12px;
}
.header .header__bottom {
  max-width: 991px;
  margin: 0 auto;
}
.header .header__bottom .header__bottom-left {
  color: #333;
  font-family: Times New Roman;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.56px;
}
.header .header__bottom .header__bottom-right,
.header .header__bottom .header__bottom-ul {
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
}
.header .header__bottom .header__bottom-ul a {
  margin-right: 14px;
}
.header .header__bottom .header__bottom-ul a:first-child {
  margin-left: 14px;
}
.main .main__header {
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}
.main .main__header .main__header-subtitle {
  color: #2e6d9d;
  font-family: Roboto Condensed;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.72px;
  margin-bottom: 10px;
}
.main .main__header .main__header-title {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.footer .footer__links,
.footer .footer__social-wrapper,
.footer .footer__title {
  border-bottom: 1px solid #666;
}
.footer .footer__links,
.footer .footer__social-wrapper .footer__social {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.footer .footer__title {
  color: #555;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  padding: 7px 0;
  border-top: 1px solid #666;
  margin-bottom: 10px;
}
.footer .footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer .footer__links .footer__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer .footer__links .footer__links-wrapper .footer__links-item {
  max-width: 130px;
  width: 100%;
}
.footer
  .footer__links
  .footer__links-wrapper
  .footer__links-item
  .footer__links-title {
  color: #333;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}
.footer
  .footer__links
  .footer__links-wrapper
  .footer__links-item
  .footer__ul
  .footer__li
  a {
  color: #2e6d9d;
  font-family: Roboto Condensed;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer .footer__social-wrapper .footer__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer__social-wrapper .footer__social .footer__social-logo2 img {
  max-width: 113px;
  width: 100%;
  margin-bottom: 5px;
}
.footer .footer__social-wrapper .footer__social .footer__social-text {
  color: #666;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.06px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.footer .footer__social-wrapper .footer__social .footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer
  .footer__social-wrapper
  .footer__social
  .footer__social-icons
  .footer__social-icons__item {
  margin-right: 9px;
}
.footer .footer__bottom {
  padding: 10px 0;
}
.footer .footer__bottom .footer__bottom__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.footer .footer__bottom .footer__bottom__ul .footer__bottom__li a {
  font-family: Roboto Condensed;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #2e6d9d;
}
.footer .footer__bottom .footer__bottom__ul .footer__bottom__li a .decor {
  margin: 0 10px;
}
@media (min-width: 883px) {
  .container,
  .main .main__header {
    max-width: 700px;
    margin: 0 auto;
  }
  .header .header__middle {
    max-width: 991px;
    margin: 12px auto 10px;
    padding: 0;
  }
  .header .header__middle .header__middle-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header .header__bottom .header__bottom-left {
    padding-right: 21px;
    border-right: 1px solid #000;
  }
  .header .header__bottom .header__bottom-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__bottom .header__bottom-right {
    display: block;
  }
  .main .main__header .main__header-title {
    font-size: 39px;
    line-height: 40px;
    letter-spacing: 0;
  }
  .footer .footer__links {
    max-width: 1027px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto 20px;
    border-bottom: none;
  }
  .footer .footer__links .footer__links-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .footer .footer__social-wrapper {
    border-top: 1px solid #666;
  }
  .footer .footer__social-wrapper .footer__social {
    padding-top: 24px;
    padding-bottom: 20px;
    max-width: 1027px;
    margin: 0 auto;
  }
  .footer .footer__social-wrapper .footer__social .footer__social-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .footer__social-wrapper .footer__social .footer__social-icons {
    position: absolute;
    right: 20px;
  }
  .footer .footer__bottom .footer__bottom__ul {
    max-width: 896px;
  }
}

.ue-c-article__bar {
  box-sizing: border-box;
}
.container1 img {
  width: 100%;
}
.text strong {
  font-weight: 600;
}
@media (max-width: 880px) and (min-width: 650px) {
  .container {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ue-c-article__bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .ue-c-article__bar-body {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    flex-grow: 1;
    align-items: stretch;
  }
  .ue-c-article__author {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    flex-direction: column;
  }
  .ue-c-article__author-avatar {
    height: 3.125rem;
    display: flex;
    gap: 0.3125rem;
    flex-shrink: 0;
  }
  .ue-c-author-profile__photo {
    margin: 0;
    width: 100%;
    max-width: 3.125rem;
    max-height: 3.125rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
  }
  .ue-c-article__author-avatar-item img {
    height: 100%;
    max-width: 100%;
  }
  .ue-c-article__author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }
  .ue-c-article__author-name {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 19px;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 700;
    color: #000;
  }
  .ue-c-article__author a {
    color: #000;
    text-decoration: none;
  }
  .hidden-content {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    background-color: #fff;
    color: #000;
  }
  .ue-c-article__author-caption,
  .ue-c-article__publishdate {
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    color: #797676;
  }
  .ue-c-article__author-caption {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
  }
  .ue-c-article__author-caption-item {
    display: flex;
    gap: 0.3em;
  }
  .ue-c-article__bar-footer {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 0;
    flex-wrap: wrap;
  }
  .ue-c-article__publishdate {
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0;
    font-style: normal;
    padding: 0;
    background-color: transparent;
    border-top: none;
  }
  .ue-c-article__publishdate span {
    font-weight: 700;
  }
}
.ue-c-article__bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.ue-c-article__author-avatar {
  height: 3.125rem;
  display: flex;
  gap: 0.3125rem;
  flex-shrink: 0;
}
.ue-c-author-profile__photo {
  margin: 0;
  width: 100%;
  max-width: 3.125rem;
  max-height: 3.125rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
}
.ue-c-article__author-avatar-item img {
  height: 100%;
  max-width: 100%;
}
.ue-c-article__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.ue-c-article__author-name {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 700;
  color: #000;
}
.ue-c-article__author a {
  color: #000;
  text-decoration: none;
}
.hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}
.ue-c-article__author-caption,
.ue-c-article__publishdate {
  font-weight: 400;
  color: #797676;
  font-family: Mundo, Times New Roman, Times, serif;
}
.ue-c-article__author-caption {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 16px;
}
.ue-c-article__author-caption-item {
  display: flex;
  gap: 0.3em;
}
.ue-c-article__bar-footer {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 0;
  flex-wrap: wrap;
}
.ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
  font-style: normal;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.ue-c-article__publishdate span {
  font-weight: 700;
}
@media (min-width: 46.25em) {
  .ue-c-article__author--horizontal-from-tablet {
    flex-direction: row;
  }
}
.ue-c-article__author {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  flex-direction: row;
}
.ue-c-article__bar-body {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  flex-grow: 1;
  align-items: stretch;
}
.ue-c-article__bar {
  margin-bottom: 1.5rem;
}

.ue-c-seo-links__list,
.ue-c-seo-links__title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.ue-c-seo-links,
.ue-c-seo-links-container {
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  box-sizing: border-box;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
  display: flex;
}
* {
  font-family: "PT Serif", serif !important;
}
.ue-c-seo-links {
  width: 100%;
  max-width: 990px;
  position: relative;
  padding: 0 1rem;
  height: var(--ue-c-seo-links-height, 25px);
  line-height: var(--ue-c-seo-link-line-height, 15px);
  height: 1.25rem;
  font-size: var(--ue-c-seo-link-font-size, 10px);
  line-height: var(--ue-c-seo-link-line-height, 12px);
  letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
  height: var(--ue-c-seo-links-height, 20px);
}
.ue-c-seo-links:after {
  content: "";
  width: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent, #fff);
}
.ue-c-seo-links__title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
  text-transform: var(--ue-c-seo-links-title-text-transform, uppercase);
  color: var(--ue-c-seo-links-title-color, #cecece);
}
.ue-c-seo-links__title:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 0.25rem;
  height: 10px;
  width: 1px;
  background-color: var(
    --ue-c-seo-links-title-divider-background-color,
    #cecece
  );
}
.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  align-items: center;
}
@media (max-width: 61.24em) {
  .ue-c-seo-links__list {
    overflow-x: auto;
  }
}
.ue-c-seo-links__list::-webkit-scrollbar {
  display: none;
}
.ue-c-seo-links__item {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  padding: 0 0.5rem;
}
.ue-c-seo-links__item a {
  text-decoration: none;
  color: var(--ue-c-seo-links-item-color, #cecece);
}
.ue-c-seo-links__item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: var(
    --ue-c-seo-links-item-separator-background-color,
    #cecece
  );
}
.ue-c-seo-links__item:last-child {
  padding-right: 3.125rem;
}
.ue-c-seo-links-container {
  width: 100%;
  justify-content: center;
  padding: 0 0.625rem;
}
.ue-c-seo-links-container .ue-c-seo-links {
  padding: 0;
}
@media (min-width: 46.25em) {
  .ue-c-seo-links__title:after {
    margin: 0 0 0 0.5rem;
  }
  .ue-c-seo-links__item {
    padding: 0 0.5rem;
  }
  .ue-c-seo-links__item a {
    color: var(--ue-c-seo-links-item-shade-color, #cecece);
  }
  .ue-c-seo-links__item a:hover {
    color: var(--ue-c-seo-links-item-hover-color, #666);
  }
}
.ue-c-article__meta {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.icon-button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-family: "PT Serif", serif;
  font-size: 0.95rem;
  color: #333;
  transition: background 0.2s;
}
.icon-button:hover {
  background: #f5f5f5;
}

.link-btn {
  background-color: #0000ff;
  padding: 16px;
  font-weight: 700;
  font-size: 30px;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  max-width: 350px;
  transform: scale(1);
  transition: transform 0.4s ease, background-color 0.4s ease;

  &:hover {
    transform: scale(1.01);
    background-color: #0000a6;
  }
}

#link-btn {
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
