@font-face {
  font-display: swap;
  src: url("/fonts/MarrSans-Regular-Web.woff2") format("woff2");
  font-family: "MarrSans";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  src: url("/fonts/MarrSans-Medium-Web.woff2") format("woff2");
  font-family: "MarrSans";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  src: url("/fonts/MarrSansCondensed-Medium-Web.woff2") format("woff2");
  font-family: "MarrSansCondensed";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  src: url("/fonts/TheAntiquaB-LeMonde.woff2") format("woff2");
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  src: url("/fonts/TheAntiquaB-LeMonde-Italic.woff2") format("woff2");
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: italic;
}
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #383f4e;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  font-size: 16px;
  overflow-x: clip;
}
@media (min-width: 1024px) {
  body {
    background-color: #f5f6f8;
  }
}
@media print {
  body {
    background-color: #fff;
    font-size: 9pt;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a {
  color: inherit;
  font-family: inherit;
  -webkit-text-decoration: none;
  text-decoration: underline;
}
@supports not (display: grid) {
  @media (min-width: 1024px) {
    .old__zone {
      position: relative;
    }
    .old__zone:after {
      clear: both;
      content: "";
      display: table;
    }
  }
}
.zone {
  background-color: #fff;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .zone {
    max-width: 115.2rem;
  }
}
@media (min-width: 1200px) {
  .zone {
    margin: 0 auto;
  }
}
.zone--footer {
  background-color: #2a303b;
}
.icon__home,
.icon__nav-connexion,
.icon__search {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.logo__lemonde {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.icon__home {
  display: inline-flex;
  /* background-image: url("/img/4b339a42860b3043504376b1cf09df1cc8d04c01.svg"); */
  height: 2.4rem;
  width: 2.4rem;
}
.icon__search {
  /* background-image: url("/img/aace6ccf2f26a2b58506b9b083413726e8b888a5.svg"); */
}
.logo__lemonde {
  background-image: url("/img/6e1311f12cb5fc601326a83396304e45984f6ec7.svg");
  height: 3rem;
  width: 13.8rem;
}
.icon__nav-connexion {
  background-image: url("/img/7922616253cc97cd12765099d1781ae4810d23d2.svg");
  height: 2.4rem;
  width: 2.4rem;
}
.page__view-more--trigger:not(:checked) + .page__actions-container {
  overflow: visible;
}
.Nav__item-link {
  transition: -webkit-text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* .Burger__right-arrow:after {
  background-image: url("/img/5a03162a4dec6301cc22ff587b8a46767bb52997.svg");
  content: " ";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
} */
#Header {
  align-items: center;
  background-color: #fcfcfd;
  position: fixed;
  top: 0;
  transition:
    top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.4s ease;
  width: 100%;
  z-index: 7;
}
@media print {
  #Header {
    display: none;
  }
}
@media (min-width: 1024px) {
  #Header {
    background-color: #fff;
    position: relative;
  }
}
#Header .header__center {
  align-self: center;
  display: flex;
}
#Header .header__left {
  justify-content: flex-start;
  width: 5.6rem;
}
@media (min-width: 1024px) {
  #Header .header__left {
    align-self: flex-end;
    padding-left: 4.8rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #Header .header__left {
    padding-left: 0;
  }
}
#Header .header__right {
  justify-content: flex-end;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  #Header .header__right {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  #Header .header__right {
    align-self: flex-end;
    width: 100%;
  }
}
#Header .Header {
  align-items: center;
  background-color: #fff;
  border-bottom: 0.1rem solid #eff0f3;
  display: flex;
  flex-direction: row;
  height: auto;
  margin: 0 auto;
  max-width: 115.2rem;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  #Header .Header {
    padding-right: 4.8rem;
  }
}
@media (max-width: 1023px) {
  #Header .Header {
    height: 6rem;
    padding: 1.5rem 1.2rem 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  #Header .Header {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #Header .Header {
    height: 13.2rem;
    transition: height 0.4s ease-in-out;
  }
}
#Header .Header__jelec {
  align-items: center;
  align-self: flex-end;
  /* background-image: url("/img/e7765b652236d6fee57e1ed890506520d2591671.svg"); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0.1rem solid #eff0f3;
  color: #717b8e;
  display: none;
  flex-direction: column;
  font-size: 1.3rem !important;
  font-weight: 500;
  height: 5.4rem;
  line-height: 1.1;
  padding-left: 7rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 8rem;
}
html:not(.fonts-loaded) #Header .Header__jelec,
html:not(.fonts-loaded) #Header .Header__jelec > * {
  letter-spacing: 0.314px;
}
@media (min-width: 1024px) {
  #Header .Header__jelec {
    display: flex;
  }
}
#Header .Header__jelec p {
  height: 5.4rem;
  line-height: 1.6rem;
  margin-left: 9rem;
  padding-top: 1rem;
  font-size: 1.4rem;
}
#Header .Header__jelec:hover p {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}
#Header .Header__logo {
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  #Header .Header__logo {
    align-self: center;
    padding-left: 0;
  }
}
#Header .Header__logo span {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 8.9rem;
}
@media (min-width: 360px) {
  #Header .Header__logo span {
    height: 2.3rem;
    width: 9.9rem;
  }
}
@media (min-width: 768px) {
  #Header .Header__logo span {
    height: 3rem;
    width: 13.8rem;
  }
}
@media (min-width: 1024px) {
  #Header .Header__logo span {
    height: 6.1rem;
    width: 29rem;
  }
}
#Header .Header__actions {
  align-items: center;
  align-self: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: flex-end;
}
@media (min-width: 360px) {
  #Header .Header__actions {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  #Header .Header__actions {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
  }
}
#Header .Header__actions .login-info {
  display: none;
}
@media (min-width: 576px) {
  #Header .Header__actions .login-info {
    display: block;
    margin-left: 0.8rem;
  }
}
@media (min-width: 1024px) {
  #Header .Header__actions .login-info {
    display: none;
  }
}
@media (min-width: 1200px) {
  #Header .Header__actions .login-info {
    display: block;
  }
}
#Header .Header__actions .Header__connexion {
  align-self: center;
  display: flex;
  padding: 0.8rem 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
#Header .Header__actions .Header__connexion:hover .icon__nav-connexion {
  background-image: url("/img/65e57413a2c5c04da397440c38538867cc5834d4.svg");
}
#Header .Header__actions .Header__connexion:hover .login-info {
  color: #026b9c;
}
#Header .Header__actions .Header__connexion span {
  align-self: center;
}
#Header .Header__actions .Header__connexion:after {
  background-color: #e2e4e9;
  content: " ";
  display: block;
  height: auto;
  margin: 0 1.6rem 0 0.8rem;
  width: 0.1rem;
}
@media (min-width: 576px) {
  #Header .Header__actions .Header__connexion:after {
    margin: 0 1.6rem;
  }
}
@media (min-width: 1024px) {
  .Header__nav-container {
    height: 5.8rem;
  }
}
.Burger {
  align-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 5.6rem;
}
@media (min-width: 1024px) {
  .Burger {
    display: none;
  }
}
.Burger__icon {
  align-self: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-shrink: 0;
  height: 2.4rem;
  width: 2.4rem;
}
.Burger__right-arrow:after {
  display: none;
}
.Nav {
  align-items: center;
  background-color: #fff;
  color: #000b15;
  height: auto;
  padding-top: 6rem;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media print {
  .Nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .Nav {
    border-bottom: 0.1rem solid #eff0f3;
    border-top: 0.4rem solid #026b9c;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.04);
    height: 5.8rem;
    padding-top: 0;
  }
}
.Nav .wrapper {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 115.2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
}
.Nav .wrapper > ul {
  display: flex;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .Nav .wrapper {
    overflow-x: hidden;
  }
  .Nav .wrapper > ul {
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .Nav .wrapper {
    overflow-x: hidden;
    padding: 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .Nav .wrapper {
    padding: 0;
  }
}
.Nav ul {
  list-style: none;
}
.Nav__item {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 1200px) {
  .Nav__item {
    font-size: 1.7rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .Nav__item:not(:last-child) {
    margin-right: 1.8rem;
  }
}
@media (min-width: 1100px) {
  .Nav__item:not(:last-child) {
    margin-right: 2.7rem;
  }
}
@media (min-width: 1150px) {
  .Nav__item:not(:last-child) {
    margin-right: 3.3rem;
  }
}
@media (min-width: 1200px) {
  .Nav__item:not(:last-child) {
    margin-right: 1.8rem;
  }
}
.Nav__item--droppable > .Nav__item-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.Nav__item--droppable > .Nav__item-link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0;
  /* background-image: url("/img/b8da4aca2ebdfd47e808ac2d2ad358d6baac3f25.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: static;
  transform: none;
}
.Nav__item.Nav__item-home {
  border-right: 0.1rem solid #eff0f3;
  padding: 0;
}
@media (min-width: 1024px) {
  .Nav__item.Nav__item-home {
    border-right: none;
  }
}
.Nav__item.Nav__item-en-continu {
  border-right: 0.1rem solid #eff0f3;
  padding: 0;
}
@media (min-width: 1024px) {
  .Nav__item.Nav__item-en-continu {
    border-right: none;
    display: none;
  }
}
.Nav__item.Nav__item-search {
  margin-left: auto;
  padding: 1.6rem;
}
.Nav__item.Nav__item-search .Nav__search {
  align-self: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 1.6rem;
}
.Nav__item.Nav__item-search .Nav__search .sr-only {
  height: 1.6rem;
  width: 1.6rem;
}
@media (min-width: 1024px) {
  .Nav__item--extended:before {
    border-right: none;
    display: none;
  }
}
.Nav__item-actualites span:after {
  display: block;
}
.Nav__item-link {
  font-family: "MarrSansCondensed", sans-serif;
}
html:not(.fonts-loaded) .Nav__item-link {
  letter-spacing: -1.607px;
}
html:not(.fonts-loading) .Nav__item-link {
  letter-spacing: 0.05rem;
}
.Nav__item-link:not(.Nav__search) {
  padding: 1.6rem 0.8rem;
}
@media (min-width: 1024px) {
  .Nav__item-link:not(.Nav__search) {
    padding: 1.6rem 1rem;
  }
}
@media (min-width: 1200px) {
  .Nav__item-link:not(.Nav__search) {
    padding: 1.6rem 2rem;
  }
}
.Nav .js-burger-to-show {
  display: none;
  font-size: 1.6rem;
  line-height: 1.88;
}
#nav-desktop .Nav__item-en-continu,
#nav-desktop .Nav__item-home {
  position: relative;
}
@media (min-width: 768px) {
  #nav-desktop {
    position: static;
  }
}
@media (max-width: 1023px) {
  #nav-desktop .Nav__item:last-child:not(.Nav__item--contextual-header) {
    margin-right: 2.4rem;
  }
}
#nav-desktop.Nav--hidden {
  display: none;
}
@media (min-width: 1024px) {
  #nav-desktop.Nav--hidden {
    display: flex;
  }
}
#nav-markup {
  border-bottom: 0.1rem solid #eff0f3;
  overflow-x: auto;
  overflow-y: hidden;
  position: static;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 1024px) {
  #nav-markup {
    border-bottom: none;
    overflow: hidden;
  }
}
#nav-markup {
  justify-content: flex-start;
}
.footer {
  -webkit-font-smoothing: antialiased;
  background-color: #2a303b;
  color: #e8eaee;
  padding: 4rem 1.6rem;
  position: relative;
  z-index: 4;
}
@media print {
  .footer {
    display: none;
  }
}
.footer--free .zone--footer {
  max-width: 100rem;
}
.footer .zone {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__bottom {
  border-top: 0.1rem solid #a4a9b4;
  padding-top: 2.4rem;
}
@media (min-width: 1024px) {
  .footer__bottom .footer__title {
    margin-right: 3.2rem;
  }
  .footer__bottom {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.footer__title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.28;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
figure {
  clear: both;
  margin: 2.4rem -2.4rem 0;
}
@media (min-width: 768px) {
  figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media print {
  figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.6rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .old__zone {
    position: relative;
  }
  .old__zone:after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .icon__home,
  .icon__nav-connexion,
  .icon__search {
    background-size: auto;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  #nav-markup {
    overflow: hidden;
  }
}
.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  font-family: MarrSans, Arial, Roboto, sans-serif;
  font-weight: 600;
}
.lmd-btn--s {
  font-size: 1.2rem;
  padding: 0.7rem 0.6rem;
}
@media (min-width: 340px) {
  .lmd-btn--s {
    padding: 0.7rem 1rem;
  }
}
@media (min-width: 360px) {
  .lmd-btn--s {
    padding: 0.7rem 1.6rem;
  }
}
.lmd-btn--premium {
  background-color: #ffc700;
  color: #2a303b;
}
.lmd-btn--premium:hover {
  background-color: #eab002;
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.login-info {
  font-weight: 600;
  font-family: MarrSans, Arial, Roboto, sans-serif;
}
.Nav__item-link {
  font-size: 1.8rem;
}
.logo--full {
  height: 100% !important;
  width: 100% !important;
}
:root {
  --white: #ffffff;
  --main-color: #026b9c;
  --bg-color: #383f4e;
  --link-color: #007fff;
  --title-color: #2a303b;
  --text-color: #383f4e;
  --text-color-add: #717b8e;
  --label-color: #717b8e;
  --label-color-add: #a2a9ae;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --text-size: 1.7rem;
  --title-size: 2.6rem;
  --title-size-article: 2.2rem;
  --common-padding: 0 64px;
  --common-font-family: "The Antiqua B";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  color: var(--bg-color);
}
body {
  height: 100%;
  font-size: 16px;
  font-family: var(--common-font-family);
}
h1 {
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
}
h2,
h3 {
  color: var(--title-color);
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
  font-weight: 700;
}
p {
  font-size: var(--text-size);
  font-family: var(--common-font-family);
}
a {
  color: var(--link-color);
}
img {
  height: auto;
}
.un-header__topics {
  align-items: center;
  color: var(--label-color);
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "MarrSansCondensed", sans-serif;
}
.un-header__topic {
  align-items: center;
  display: flex;
  line-height: 1.6rem;
}
.un-header__topic:first-child:after {
  align-self: center;
  color: #bdc1c8;
  content: "•";
  padding: 0 0.8rem;
}
@media all and (min-width: 1024px) {
  .un-header__heading {
    max-width: 85%;
  }
}
.un-header__title {
  color: var(--title-color);
  font-size: var(--title-size);
  font-weight: 600;
  line-height: 1.25;
  font-family: inherit;
}
@media all and (min-width: 576px) {
  .un-header__title {
    font-size: 2.8rem;
    line-height: 1.14;
    font-weight: 600;
  }
}
@media all and (min-width: 768px) {
  .un-header__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.11;
  }
}
@media all and (min-width: 1024px) {
  .un-header__title {
    font-size: 3.8rem;
    font-weight: 500;
  }
}
.un-header__author {
  color: var(--label-color);
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.42;
  margin-top: 1.6rem;
}
@media all and (min-width: 576px) {
  .un-header__author {
    letter-spacing: 0.019rem;
  }
}
@media all and (min-width: 768px) {
  .un-header__author {
    letter-spacing: 0.02rem;
  }
}
@media all and (min-width: 1024px) {
  .un-header__author {
    max-width: 85%;
  }
}
.un-header__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-flow: wrap;
}
.un-header__date {
  color: var(--label-color);
  font-size: 1.4rem;
  letter-spacing: 0.314px;
  font-family: "MarrSans";
}
.un-header__reading-time {
  color: var(--label-color);
  display: inline-flex;
  float: none;
  margin-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.314px;
  line-height: 1.42;
  align-items: center;
}
.un-header__reading-time::before {
  color: #d5d8dc;
  content: "•";
  display: inline-block;
  line-height: 1;
  padding-right: 0.4rem;
}
.un-header__icon-time {
  letter-spacing: 0.314px;
  background-image: url("/img/c4ab2b58ecac15d3206f8416b1f9da42d628bae9.svg");
  height: 2.4rem;
  margin-right: 0.8rem;
  width: 1.2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
}
.un-header__info-time {
  font-family: "MarrSans";
  font-size: 1.4rem;
}
.un-header__actions {
  clear: both;
  gap: 1.2rem;
  justify-content: flex-start;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  position: relative;
  height: 3.2rem;
  align-items: center;
  z-index: 4;
  display: flex;
  list-style: none;
}
.un-header__favorites {
  letter-spacing: 0.314px;
  font-size: 1.4rem;
  position: relative;
  color: var(--title-color);
}
.un-header__favorites-wrapper {
  background-color: #fff;
  border: 0.1rem solid #d5d8dc;
  gap: 0.8rem;
  padding: 0 1rem;
  width: auto;
  cursor: pointer;
  align-items: center;
  border-radius: 25rem;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  font-size: 1.4rem;
}
.un-header__favorites-icon {
  background-image: url("/img/b2087e4436656baab1dedd46af67f3ce83fd9b76.svg");
  height: 1.56rem;
  width: 1.1rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.un-header__favorites-description {
  letter-spacing: 0.314px;
  font-size: 1.4rem;
}
.un-header__share-icon {
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 4px;
}
#un-content {
  display: block;
  padding: 3.2rem 1.6rem 4rem;
  background-color: var(--white);
  width: 100%;
  max-width: 66.4rem;
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  #un-content {
    display: grid;
    grid-column-gap: 6.4rem;
    grid-template-columns: 1fr 31.6rem;
    grid-template-rows: auto auto auto;
    max-width: 100rem;
    padding: 3.2rem;
  }
}
#un-additional {
  display: none;
}
@media all and (min-width: 1024px) {
  #un-additional {
    display: block;
    grid-column: 2;
    grid-row: 2 / 3;
    margin-bottom: 4rem;
    padding-top: 2.4rem;
  }
}
#un-header {
  padding-bottom: 2rem;
  position: relative;
}
@media all and (min-width: 1024px) {
  #un-header {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 2.4rem;
  }
}
#un-header:after {
  background-color: #d5d8dc;
  bottom: 0;
  content: " ";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}
.un-article__image {
  margin: 2.4rem auto 2.4rem;
}
.un-article__image img {
  width: 100%;
}
#un-main h3,
#un-main p {
  margin: 2rem 0 2rem 0;
}
#un-additional {
  display: block;
}
@media all and (min-width: 1024px) {
  #un-additional {
    grid-column: 2;
    grid-row: 2/3;
    margin-bottom: 4rem;
    padding-top: 2.4rem;
  }
  #un-main {
    grid-column: 1;
    overflow: hidden;
  }
}
.un-additional__wrapper {
  background-color: #f5f6f8;
  border-top: 4px solid #2a303b;
  padding: 0 20px 20px 20px;
}
.un-additional__title {
  font-family: "MarrSansCondensed";
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  margin-top: 28px;
  color: #2a303b;
}
.un-additional__list {
  margin: 0;
  padding: 0;
  background-color: hsl(220, 18%, 97%);
  list-style: none;
}
.un-additional__item {
  display: flex;
  padding: 24px 0;
  text-decoration: none;
  color: #2a303b;
  font-family: "The Antiqua B";
  cursor: pointer;
}
.un-additional__item:not(:last-child) {
  border-bottom: 1px solid #d5d8dc;
}
.un-additional__item-number {
  margin-top: -3px;
  font-weight: 600;
  line-height: normal;
  color: #2a303b;
  font-size: 32px;
}
.un-additional__item-info {
  color: #2a303b;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02px;
  font-weight: 400;
  padding-left: 16px;
}
.un-additional__item:hover {
  text-decoration: underline;
}
.footer-logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#Header {
  pointer-events: none;
}
.Header__nav-container {
  pointer-events: none;
}
.un-header__actions {
  pointer-events: none;
}
#un-additional {
  pointer-events: none;
}
.footer__bottom {
  border-top: none;
  padding-top: 0;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #un-additional {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 2rem 1.6rem;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
a:hover {
  color: #e11229 !important;
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
@media (max-width: 500px) {
  html,
  body {
    overflow-x: clip;
  }
}
ul {
  margin-left: 1.25rem;
}
.red-list li::marker {
  content: "✔ ";
  color: red;
}
.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}
.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}
.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;
}
.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.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;
}
.fb-comment__text {
  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;
}
@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0 !important;
}
.btn_comm {
  width: 100%;
}
@media (max-width: 575px) {
  .comment-block-input__input {
    flex: 0 1 100%;
  }
}
* {
  box-sizing: border-box;
}
:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
.after_title {
  margin-top: 2rem;
}
#un-main p a {
  color: #007fff;
  text-decoration: underline;
  &:hover {
    color: #e11229;
  }
}
.un-article__image {
  background-color: inherit !important;
}
.footer {
  background-color: #2a303bde;
}
.zone--footer {
  background-color: transparent;
}
.footer__bottom {
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .fb-comment__text {
    padding-right: 30px;
  }
}
.reg__item::marker {
  font-weight: bold;
}
.reg-v4 .button-link:hover {
  color: #fff !important;
}
@media all and (max-width: 1023px) {
  #un-content {
    display: block !important;
    width: 100%;
    max-width: 66.4rem;
    margin: 0 auto;
    padding: 3.2rem 1.6rem 4rem;
  }
  #un-header,
  #un-main {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #un-additional {
    display: none !important;
  }
  .un-header__heading {
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  .fb-comment__text {
    padding-bottom: 20px;
    padding-right: 15px;
  }
}
.fb-comment__text .lightbox-img:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.fb-comment__text .lightbox-img:focus-visible img {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 1024px) {
  #Header,
  #Header .Header,
  .Header__nav-container,
  .Header__nav-container .Nav {
    pointer-events: auto !important;
  }
  #Header *,
  .Header__nav-container * {
    pointer-events: none !important;
  }
}
.zoom-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  cursor: zoom-out;
  opacity: 1;
  transition: background-color 0.24s ease;
  isolation: isolate;
  touch-action: none;
  overscroll-behavior: contain;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.zoom-image {
  object-fit: contain;
  cursor: default;
  z-index: 1;
  transition:
    left 0.26s ease,
    top 0.26s ease,
    width 0.26s ease,
    height 0.26s ease,
    opacity 0.2s ease;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.zoom-close {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  right: calc(12px + env(safe-area-inset-right));
  bottom: auto;
  left: auto;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 2147483647;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    color 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}
.zoom-close:hover {
  color: #e11229;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .zoom-overlay {
      isolation: isolate;
    }
    .zoom-image {
      image-rendering: auto;
    }
  }
}
.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );
  --reg-v4-line-width: 1px;
  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}
.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}
.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}
.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}
.reg-v4 .reg-v4__content::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}
.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}
.reg-v4 .reg-v4__avatar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);
  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  z-index: 2 !important;
}
.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}
.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}
.reg-v4 .reg-v4__title {
  width: fit-content !important;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}
.reg-v4 .reg-v4__content > ul {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}
.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}
.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}
.reg-v4 .reg-v4__content > ul li::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}
.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}
.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}
.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}
.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}
.reg-v4 .button-link {
  display: inline-block !important;
  width: var(--reg-v4-button-width);
  max-width: none !important;
  margin: var(--reg-v4-button-margin);
  padding: var(--reg-v4-button-padding);
  font-weight: var(--reg-v4-button-font-weight);
  font-size: var(--reg-v4-button-font-size);
  line-height: 100% !important;
  text-align: center !important;
  text-transform: var(--reg-v4-button-text-transform);
  color: var(--reg-v4-button-text-color);
  background-color: var(--reg-v4-button-bg);
  border-radius: var(--reg-v4-button-radius);
  text-decoration: none !important;
  box-shadow: var(--reg-v4-button-shadow);
}
.reg-v4 .button-link:hover {
  color: var(--reg-v4-button-text-color);
  background-color: var(--reg-v4-button-hover-bg);
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }
  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }
  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}
@media (max-width: 575px) {
  .reg-v4 .button-link {
    width: var(--reg-v4-button-mobile-width);
    margin-left: var(--reg-v4-button-mobile-margin-left);
  }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.reg-v4 {
  --reg-v4-accent: #005890;
  --reg-v4-title-bg: #e3e3e3;
  --reg-v4-title-color: #000;
  --reg-v4-text-color: #000;
  --reg-v4-font-family: Arial, sans-serif;
  --reg-v4-button-bg: #005890;
  --reg-v4-button-hover-bg: #007fff;
  --reg-v4-button-text-color: #ffffff;
  --reg-v4-button-text-transform: uppercase;
  --reg-v4-link: #e11229;
  --reg-v4-link-hover: #007fff;
  --reg-v4-link-bold: inherit;
  --reg-v4-note-color: #464b5a;
  --reg-v4-content-padding-top: 16px;
  --reg-v4-content-padding-bottom: 8px;
  --reg-v4-content-padding-left: 75px;
  --reg-v4-content-mobile-padding-left: 58px;
  --reg-v4-content-mobile-padding-bottom: 20px;
  --reg-v4-avatar-size: 54px;
  --reg-v4-avatar-mobile-size: 47px;
  --reg-v4-avatar-gap: 0px;
  --reg-v4-avatar-border: none;
  --reg-v4-avatar-border-width: 0px;
  --reg-v4-avatar-radius: 50%;
  --reg-v4-avatar-margin-bottom: -60px;
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  --reg-v4-line-left: 27px;
  --reg-v4-line-mobile-left: 19px;
  --reg-v4-line-top: 20px;
  --reg-v4-line-height: 93%;
  --reg-v4-line-mobile-height: 92%;
  --reg-v4-line-width: 1px;
  --reg-v4-dot-size: 11px;
  --reg-v4-dot-radius: 50%;
  --reg-v4-dot-top: 0.65em;
  --reg-v4-name-font-size: 16px;
  --reg-v4-name-font-weight: 700;
  --reg-v4-name-line-height: 18px;
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  --reg-v4-title-font-size: 1.1875rem;
  --reg-v4-title-font-weight: 800;
  --reg-v4-title-line-height: 1.5rem;
  --reg-v4-title-letter-spacing: 0;
  --reg-v4-title-text-transform: uppercase;
  --reg-v4-title-padding: 16px 13px;
  --reg-v4-title-margin: 4px 0 25px;
  --reg-v4-title-radius: 4px;
  --reg-v4-step-font-size: 19px;
  --reg-v4-step-line-height: 1.35;
  --reg-v4-step-margin: 8px 0;
  --reg-v4-last-step-margin-top: 20px;
  --reg-v4-step-bold: 700;
  --reg-v4-note-font-size: var(--font-size-main-text);
  --reg-v4-note-margin: 0 0 20.647px;
  --reg-v4-button-width: 100%;
  --reg-v4-button-mobile-width: 90%;
  --reg-v4-button-margin: 0 auto 20px;
  --reg-v4-button-mobile-margin-left: 10px;
  --reg-v4-button-padding: 19px;
  --reg-v4-button-font-size: 16px;
  --reg-v4-button-font-weight: 700;
  --reg-v4-button-radius: 10px;
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
.reg-v4 {
  --reg-v4-font-family: "The Antiqua B", sans-serif;
  --reg-v4-button-bg: #007fff;
  --reg-v4-button-hover-bg: #e11229;
  --reg-v4-button-text-color: #ffffff;
  --reg-v4-name-font-size: 17px;
  --reg-v4-title-font-size: 19px;
  --reg-v4-title-font-weight: 700;
  --reg-v4-title-color: #2a303b;
  --reg-v4-step-font-size: 17px;
  --reg-v4-button-font-size: 17px;
  --reg-v4-accent: #007fff;
  --reg-v4-button-mobile-width: 100%;
  --reg-v4-button-mobile-margin-left: 0;
  --reg-v4-line-left: 26px;
  --reg-v4-link: #007fff;
  --reg-v4-link-hover: #e11229;
}
.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}
.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0;
}
.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}
.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type="submit"],
    input[type="button"]
  ) {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}
.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}
/**comments*/
.page__view-more--trigger:not(:checked) + .page__actions-container {
  overflow: visible;
}
@media (max-width: 500px) {
  .fb-comment__like {
    bottom: -8px;
    right: -5px;
  }
}
.red-list li::marker {
  content: "✔ ";
  color: red;
}
.fb-comment__avatar {
  height: 34px;
  width: 34px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
  object-fit: cover;
  flex-shrink: 0;
}
.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;
}
.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__text {
  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__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}
.fb-comment__react {
  text-decoration: none;
  color: #365899;
}
.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}
.fb-comment__posted {
  color: #606770;
}
.fb-comment__like {
  position: absolute;
  bottom: 5;
  right: 0;
  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;
  justify-content: center;
}
.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}
@media screen and (max-width: 600px) {
  .fb-comment__text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .fb-comment__like {
    bottom: -10px;
    right: -6px;
  }
}
.fb-comment__text a {
  color: #007fff;
  text-decoration: underline;
  &:hover {
    color: #e11229;
  }
}
.flux_cta {
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .fb-comment__text {
    padding-right: 30px;
  }
}
.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;

  background-repeat: no-repeat;
  background-size: cover;
}
.reg__item::marker {
  font-weight: bold;
}
@media (max-width: 350px) {
  .fb-comment__text {
    padding-bottom: 20px;
    padding-right: 15px;
  }
  .fb-comment__like {
    bottom: -2px !important;
    right: -2px !important;
  }
}
.fb-comment__text .lightbox-img,
.fb-comment__text .lightbox-img:focus,
.fb-comment__text .lightbox-img:focus-visible,
.fb-comment__text .lightbox-img:active {
  outline: none !important;
  box-shadow: none !important;
}
.fb-comment__text .lightbox-img img,
.fb-comment__text .lightbox-img:focus img,
.fb-comment__text .lightbox-img:focus-visible img,
.fb-comment__text .lightbox-img:active img {
  outline: none !important;
  box-shadow: none !important;
}

/* Fading animation */
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
}
