:root {
  --article-body-tablet-offset: rem(32px);
  --grid-6-1-column-content: calc(
    1 * ((100% - var(--grid-column-gap) * 5) / 6 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-6-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 5) / 6 + var(--grid-column-gap))
  );
  --grid-8-1-column-content: calc(
    1 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-8-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap))
  );
  --grid-8-2-column-content: calc(
    2 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-8-3-column-content: calc(
    3 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-8-4-column-content: calc(
    4 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-1-column-content: calc(
    1 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-2-column-content: calc(
    2 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-3-column-content: calc(
    3 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-4-column-content: calc(
    4 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap))
  );
  --grid-12-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 11) / 12 + var(--grid-column-gap))
  );
}
@font-face {
  font-family: MarcinAntB;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/marcinantb-medium-webfont.woff2) format("woff2"),
    url(../fonts/marcinantb-medium-webfont.woff) format("woff");
}
@font-face {
  font-family: MarcinAntB;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/marcinantb-heavy-webfont.woff2) format("woff2"),
    url(../fonts/marcinantb-heavy-webfont.woff) format("woff");
}
@font-face {
  font-family: MajritTxRoman;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Italic.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Italic.woff) format("woff");
}
@font-face {
  font-family: MajritTx;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Medium.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Medium.woff) format("woff");
}
@font-face {
  font-family: MajritTx;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Medium-Italic.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Medium-Italic.woff) format("woff");
}
@font-face {
  font-family: MajritTx;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Semibold-Italic.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Semibold-Italic.woff) format("woff");
}
@font-face {
  font-family: MajritTx;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Extrabold.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Extrabold.woff) format("woff");
}
@font-face {
  font-family: MajritTx;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Extrabold-Italic.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Extrabold-Italic.woff) format("woff");
}
@font-face {
  font-family: MajritTx;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Majrit-Text-Black-Italic.woff2) format("woff2"),
    url(../fonts/Majrit-Text-Black-Italic.woff) format("woff");
}
@font-face {
  font-family: MajritBn;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Majrit-Banner-Light.woff2) format("woff2"),
    url(../fonts/Majrit-Banner-Light.woff) format("woff");
}
@font-face {
  font-family: MajritBn;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Majrit-Banner-Light-Italic.woff2) format("woff2"),
    url(../fonts/Majrit-Banner-Light-Italic.woff) format("woff");
}
.w_t {
  font-family: MajritTx, serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 0.5rem;
  color: #000;
  position: relative;
  margin: 0;
  line-height: 0.9375rem;
}
.w_t:after {
  content: "";
  height: 0.125rem;
  width: 8.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
}
.a_c > h2 {
  font-family: MajritTx, serif;
  font-weight: 900;
  margin: 3.125rem 0 0.8125rem;
  padding: 0 0 0.625rem;
  position: relative;
}
.a_c > h2 a:after {
  content: ">";
  display: inline-block;
  position: relative;
  bottom: -0.125rem;
  margin-left: 0.3125rem;
}
.a_c > h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.375rem;
  height: 0.0625rem;
  background-color: #000;
}
.a_c > h2 {
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.a_c > ul {
  font-family: MajritTxRoman, serif;
  padding-left: 1.3125rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-bottom: 2.5rem;
  margin: 0 0 2rem;
}
.a_c > ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.a_c ol li::marker {
  content: counter(item) ". ";
  font-weight: 700;
  margin-right: 0.625rem;
  font-family: MajritTx, serif;
}
.a_c ul a {
  color: #016ca2;
  text-decoration: underline;
}
.a_c ul a:hover {
  text-decoration: none;
}
.a_com {
  margin: 0 0 2rem;
  border-bottom: 1px solid #4a4a4a;
  justify-content: space-between;
}
.a_com .w_t {
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 0 0.5rem;
  cursor: pointer;
}
.a_com_c {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
}
.a_com_c:not(:empty):before {
  content: "-";
  display: inline-block;
  padding: 0 0.3125rem;
}
.a_com svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke: #fff;
  fill: #000;
  margin-left: 0.3125rem;
}
.a_com_l {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #00b1ff;
}
.a_tp {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-top: 0.625rem;
  border-top: 1px solid #4a4a4a;
  justify-content: space-between;
  margin: 0 0 2rem;
}
.a_tp_i {
  padding: 0.1875rem 0;
}
.a_tp_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.a_tp_txt img {
  width: 7.3125rem;
  height: 1.25rem;
}
.a_tp_mi {
  align-items: center;
  padding-bottom: 0.8125rem;
  margin-top: -0.625rem;
  flex: 0 0 100%;
}
.a_tp_mi svg {
  width: 0.4375rem;
  height: auto;
  margin-left: 0.125rem;
  stroke: #000;
}
.a_tp_si {
  box-sizing: border-box;
  border-top: solid 0.0625rem #979797;
  line-height: 1rem;
  padding-top: 0.6875rem;
}
.a_tp_si a {
  color: #016ca2;
}
.w-fid {
  margin: 0 0 2rem;
}
.w-fid .w_t {
  padding-bottom: 0;
}
.w-fid .w_b {
  display: flex;
  flex-direction: column;
}
.w-fid_t {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #000;
  font-weight: 400;
  margin-top: 0.625rem;
  padding-bottom: 0.5rem;
}
.w-fid_t a {
  background: url(../images/ico-newsletter.svg) no-repeat center left;
  background-size: 1.375rem auto;
  padding-left: 1.75rem;
}
.w-fid_s {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.w-fid .w_rs {
  margin-top: 0.3125rem;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0.25rem;
}
.w-fid .w_rs ._btn {
  background-color: #0000;
  padding: 0;
}
.w-fid .w-fid_s:has(.w_rs:empty) {
  display: none;
}
.w-sea {
  margin: 0 0 2rem;
}
.w-sea .w_b {
  padding-top: 1.3125rem;
}
.w-sea .btn-6 svg {
  margin-left: 2.25rem;
  width: 0.625rem;
  height: auto;
}
.w-sea ._g {
  grid-template-columns: 4.25rem 1fr;
  grid-column-gap: 0.875rem;
}
.w-sea_f {
  grid-column: 1/2;
}
.w-sea_f img {
  border-radius: 50%;
}
.w-sea_txt {
  grid-column: 2/5;
}
.w-sea_txt ._df {
  margin-bottom: 0.5rem;
  align-items: end;
}
.w-sea_txt_na {
  font-family: MajritTx, serif;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.w-sea_txt_i {
  width: auto;
  height: 1.125rem;
  margin: 0.1875rem 0 0 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid #d3d3d3;
}
.w-sea_txt_da {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #000;
  margin: 0;
}
.w-rel {
  margin: 0 0 2rem;
}
.w-rel ._g {
  grid-template-columns: 6.25rem 1fr;
  grid-column-gap: 0.875rem;
}
.w-rel .a_m_i {
  width: 21%;
  height: auto;
  bottom: 0.6875rem;
  left: 0.6875rem;
}
.w-rel_n {
  border-bottom: 0.0625rem solid #e2e2e2;
  padding: 1.25rem 0;
}
.w-rel_n:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.w-rel .nt_t {
  font-family: MajritTx, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0.3125rem 0 0.625rem;
}
.w-rel .nt_a {
  font-family: MarcinAntB, sans-serif;
  color: #0009;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
}
:root {
  --classifieds-gap: rem(20px);
}
.b_ne {
  margin-bottom: 2.5rem;
  font-family: MarcinAntB, sans-serif;
}
.b_ne .btn-c {
  display: none;
}
.b_ne .btn-c svg {
  width: 0.875rem;
}
.b_ne_o {
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 1.4375rem;
}
.b_ne_o:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  margin-left: 0.625rem;
  width: 0;
  height: 0;
  border-left: 0.3125rem solid rgba(0, 0, 0, 0);
  border-right: 0.3125rem solid rgba(0, 0, 0, 0);
  border-top: 0.3125rem solid #00aeff;
  transform: rotate(0);
}
.b_ne .on ._btn {
  font-weight: 700;
}
.b_ne section {
  padding-top: 2.1875rem;
  border-top: 0.5rem solid #000;
  position: relative;
}
.b_ne_pa {
  height: 4.375rem;
}
.b_ne_pa a {
  text-indent: -624.9375rem;
  display: block;
  flex-grow: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 2.3125rem;
}
.b_ne_li {
  min-height: 43.75rem;
}
.b_ne_c_t {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.005rem;
  display: flex;
}
.b_ne_c_t a {
  flex: 1;
  padding: 1.0625rem 0 1.0625rem 1.0625rem;
}
.b_ne_c {
  padding-bottom: var(--classifieds-gap);
  margin-bottom: var(--classifieds-gap);
  border-bottom: 0.0625rem solid #e2e2e2;
  display: grid;
  grid-template-columns: 4fr 6fr;
}
.b_ne_c-1 {
  display: block;
}
.b_ne_c-1 .a_m {
  margin-bottom: 0.875rem;
}
.b_ne_c-1 .b_ne_c_t {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: -0.005625rem;
  padding-left: 0;
}
.b_ne_c_h {
  display: none;
  grid-column: 1/3;
  grid-row: 1;
  height: 1.625rem;
  margin-bottom: 0.0625rem;
}
.b_ne_c_h a {
  background-position: center;
  background-size: auto 65%;
  background-repeat: no-repeat;
  background-position: 0.8125rem center;
  flex: 1;
  display: block;
  text-indent: -624.9375rem;
}
.tpl-a .b_ne {
  margin-top: 2.5rem;
}
.escaparatecm .b_ne_pa a {
  background-color: #001722;
  background-image: url(../images/escaparate_cibermonday_elpais_white_desktop.svg);
}
.w-ae {
  margin-bottom: 2rem;
}
.w-ae .w_ul {
  flex-wrap: wrap;
}
.w-ae .w_ul--mh {
  height: 2rem;
  overflow: hidden;
  padding-right: 2.125rem;
}
.w-ae .w_b {
  padding-top: 0.6875rem;
  position: relative;
}
.w-ae .btn {
  position: absolute;
  top: 0.6875rem;
  right: 0;
  border-radius: 100%;
  background: #d8d8d8;
  color: #666;
  width: 1.6875rem;
  height: 1.6875rem;
}
.w-ae .btn svg {
  width: 0.4375rem;
  height: auto;
}
.w-ae li {
  display: inline-block;
  font-family: MarcinAntB, sans-serif;
  font-size: 0.875rem;
  color: #111;
  line-height: 1.43;
  position: relative;
  margin-bottom: 0.0625rem;
}
.w-ae li:not(:last-child) {
  padding-right: 0.5625rem;
  margin-right: 0.4375rem;
}
.w-ae li:not(:last-child):after {
  content: "\b7";
  position: absolute;
  right: 0;
  top: 0.4375rem;
  color: #707076;
}
.w-ae a {
  color: #707076;
  display: inline-block;
  padding: 0.375rem 0;
}
.videoTop:has(div.c_vr) {
  height: 100%;
}
.w-cta-nw .w_t {
  background-image: url(../images/ico-newsletter.svg);
  background-size: 1.3125rem 0.8125rem;
  background-position: top right;
  background-repeat: no-repeat;
}
.w-cta-nw .w_t:after {
  background: #00b1ff;
}
#disqus_thread {
  overflow-y: auto;
}
.me {
  font-family: MarcinAntB, sans-serif;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.me .btn-2,
.me .btn-3 {
  width: 100%;
}
.me svg {
  stroke: none;
}
.me .btn-c svg {
  width: 1rem;
  height: auto;
}
.me_f {
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #efefef;
}
.me_f-ns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0.9375rem;
  margin-top: -1.5rem;
  background: #efefef;
}
.me_f-ns .me_f_txt {
  margin-bottom: 0.5rem;
}
.me-u {
  right: 0;
  width: 100vw;
  height: 100%;
  flex-direction: column;
  padding: 4.25rem 2.5rem 2.5rem;
  background: #fff;
  color: #000;
  box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
  box-sizing: border-box;
}
.me-c {
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 4.25rem 2.5rem;
  background: #fff;
  color: #000;
  box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
  box-sizing: border-box;
  padding: 4.25rem 2rem 0;
}
.me-c .me_f .btn {
  margin: 0 0.5625rem 0 0;
  max-width: 15.8125rem;
}
.me-c .me_f .btn-2 {
  margin-bottom: 0.375rem;
}
.me-c .me_f .btn:last-child {
  margin: 0;
}
.me_cc {
  display: flex;
  justify-content: space-between;
}
.me_cc a {
  font-family: MarcinAntB, sans-serif;
  font-weight: 400;
  color: #00b1ff;
  text-transform: none;
  margin-left: auto;
}
.me_cc a svg {
  width: 0.5rem;
  margin: 0 0 0 0.125rem;
  height: auto;
  float: none;
  color: #00b1ff;
  stroke: #00b1ff;
  position: relative;
  top: 1px;
}
.me_nu {
  font-size: 1.1875rem;
  line-height: 1.1875rem;
}
.me li {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.75rem;
  position: relative;
}
.me li:not(:last-child) {
  margin: 0 0 0.75rem;
}
.me .me_deg {
  position: fixed;
  top: calc(100vh - 78px);
  bottom: 0;
  width: inherit;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #fff 38%,
    #fff 100%
  );
  height: 4.875rem;
  pointer-events: none;
}
.me-dis {
  background: #fff;
  width: 300px;
  height: 460px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 9px solid #f7cf3c;
  box-shadow: 0 2px 0 2px #0000000d, 0 2px 64px #b6bbbd;
  padding-bottom: 0.3125rem;
}
.me-dis_c {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 1.875rem;
}
.me-dis_i {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/ico-alert-users.svg) no-repeat;
  background-size: contain;
  top: -3.125rem;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.me-dis_t {
  font-weight: 800;
  font-size: 1.4375rem;
  line-height: 1.75rem;
  letter-spacing: -0.59px;
  color: #000;
  text-align: center;
  margin: 2.625rem auto 1.25rem;
  width: auto;
}
.me-dis_l {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.875rem;
}
.me-dis_l .btn {
  font-size: 0.8125rem;
  background: #f7cf3c;
  min-width: 250px;
  height: 45px;
  border-radius: 2px;
  border: 2px solid #f7cf3c;
}
.me-dis_l .btn.btn-b {
  background: rgba(0, 0, 0, 0);
}
.me-dis p {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  letter-spacing: -0.018125rem;
  color: #000;
  margin: 0 0 1.25rem;
  text-align: center;
}
.me-dis p a {
  font-weight: 800;
  text-decoration: underline;
}
.me-dis p.lk {
  margin-bottom: 0.3125rem;
}
.me-dis .arrow {
  display: flex;
  justify-content: center;
  width: 19px;
  height: 10px;
  background: url(../images/piquito.svg) no-repeat;
  background-size: contain;
  margin: 0.625rem auto 0.9375rem;
  transform: rotate(180deg);
  text-indent: -99999999px;
}
.me-dis_d {
  width: auto;
  display: none;
}
.me-dis_d_t {
  display: flex;
  flex-direction: column;
}
.me-dis_d_t .enc {
  margin: 0 0 1.25rem;
  font-weight: 800;
  font-size: 1.0625rem;
  line-height: 1.375rem;
}
.me-dis_d_t .tx p {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  text-align: left;
}
.a_r {
  position: relative;
  margin: 0 0 3.75rem;
  background-color: #fff;
  height: auto;
  box-shadow: 0 1px 4px #0000004d;
  transform: translateZ(0);
  border-radius: 0.25rem;
  font-family: MarcinAntB, sans-serif;
  text-align: center;
  padding: 3.75rem 0;
  border-top: 10px solid #00b1ff;
}
.a_r:before {
  content: "";
  position: absolute;
  top: -13.3125rem;
  left: 0;
  height: 12.5rem;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 23%, #fff 74%);
  pointer-events: none;
}
.a_r_e {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  letter-spacing: -0.1px;
  color: #000;
  width: 200px;
  margin: 0 auto 2.5rem;
  font-weight: 700;
  font-family: MajritTx, serif;
}
.a_r_b .btn {
  margin: 0 0.25rem;
  padding: 0.5rem;
  min-width: 7.625rem;
  font-size: 0.75rem;
}
.a_r_ti {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #000;
  margin-top: 2.8125rem;
}
.a_r_ti p {
  width: 22.6875rem;
  margin-top: 0;
}
.a_r_ti p a {
  color: #000;
  text-decoration: underline;
  font-size: 0.9375rem;
  letter-spacing: -0.005rem;
  font-family: MarcinAntB, sans-serif;
  font-weight: 700;
}
.a_o > :not(:first-child) {
  margin-top: 3.125rem;
}
.c-brr:has(.kg-especialpubli) .c_t {
  color: #717684;
}
.c-brr:has(.kg-especialpubli) .c_d {
  color: #666;
}
.w-lmv {
  border-bottom: 0.0625rem solid #4a4a4a;
}
.w-lmv .w_b {
  padding: 1.25rem 0;
}
.w-lmv ol {
  list-style-type: revert;
  padding-left: 0.9375rem;
}
.w-lmv ol li {
  font-family: MajritTx, serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  position: relative;
}
.w-lmv ol li a {
  font-weight: 500;
}
.w-lmv ol li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.9375rem;
  right: 0;
  border-bottom: 0.0625rem dotted #111;
}
.w-lmv ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.w-lmv ol li:last-child:after {
  border-bottom: none;
}
.w-sc {
  border-bottom: 0.0625rem solid #4a4a4a;
}
.w-sc .w_t {
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.0175rem;
  font-weight: 900;
  padding-top: 1.25rem;
  border-top: 0.5rem solid #000;
  text-transform: none;
  padding-bottom: 0.6875rem;
}
.w-sc .w_t:after {
  width: 13.125rem;
}
.w-sc .w_b {
  padding: 0 0 0.5rem;
}
.w-sc .c {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
}
.w-sc .c:last-of-type {
  border-bottom: none;
}
.w-sc .c_h {
  display: block;
}
.w-sc .c_da {
  color: #ff0c37;
  font-family: MarcinAntB, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
}
.w-sc .c_da:after {
  content: "";
  width: 0.0625rem;
  height: 0.625rem;
  display: inline-block;
  background: #000;
  margin: 0 0.3125rem;
}
.w-sc .c .c_h .c_t {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin: 0;
  display: inline;
}
.a_o .w-sc .w_t {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 8px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  font-family: MajritTx, serif;
  border-bottom: 1px solid #000;
}
.a_o .w-sc .w_t:after {
  width: 132px;
  height: 2px;
  display: block;
}
.a_o .w-sc .c {
  border-bottom: 1px dotted #111;
  padding: 10px 0;
}
.a_o .w-sc .c:last-child {
  border-bottom: 0;
}
.a_o .w-sc .c_t {
  font-family: MajritTx, serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.mc_bg {
  z-index: 1040;
  height: 100%;
  width: 100%;
  background-color: #fffc;
  top: 0;
  left: 0;
  right: 0;
}
.mc_bg._df {
  justify-content: center;
  align-items: center;
}
.mc_bg .a_r {
  width: 90%;
  margin: 0 auto;
  border-top: 0.625rem solid #00b1ff;
}
.mc_bg .a_r:before {
  display: none;
}
.mc_bg .a_r .mc_c {
  padding: 1rem;
  top: 0;
  right: 0;
}
.mc_bg .a_r .mc_c svg {
  width: 1rem;
  height: 1rem;
}
.mc_bg .a_r p a {
  color: #000;
  text-decoration: underline;
  font-size: 0.9375rem;
  letter-spacing: -0.005rem;
  font-family: MarcinAntB, sans-serif;
  font-weight: 700;
}
.mci_bg {
  z-index: 1040;
  height: 100vh;
  width: 100%;
  background-color: #0003;
  top: 0;
  left: 0;
  right: 0;
}
.mci_bg .mci {
  background-color: #fff;
  width: 90%;
  height: 25.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1030;
  box-shadow: 0 0.0625rem 0.25rem #0000004d;
  transform: translate3d(0);
  border-radius: 0.25rem;
  text-align: center;
  font-family: MarcinAntB, sans-serif;
  border-top: 0.375rem solid #00b1ff;
}
.mci_bg .mci_b {
  margin: 0 auto 2.5rem;
  width: 12.3125rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.mci_bg .mci_b .btn {
  padding: 0.5rem 0;
  color: #fff;
  font-size: 0.75rem;
  margin: 0;
  min-width: 8.4375rem;
  border-radius: 0.125rem;
}
.mci_bg .mci_e {
  font-family: MajritTx, serif;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #000;
  margin: 2.5rem auto 1.875rem;
  font-weight: 600;
  width: 16.25rem;
}
.mci_bg .mci_su {
  background: #fefaeb;
  text-align: center;
  margin: 0 auto;
  width: 15.75rem;
  padding: 0.75rem 0 0.9375rem;
}
.mci_bg .mci_su p {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.018125rem;
  color: #111;
  margin: 0 0 0.625rem;
}
.mci_bg .mci_su .btn-3 {
  min-width: 11.25rem;
  padding: 0.4375rem 0.5rem;
}
@media (min-width: 576px) {
  .a_tp .a_m {
    display: inline-flex;
    margin-left: 0;
  }
  .a_tp_i {
    padding: 0;
  }
  .a_tp_mi {
    margin-top: 0.0625rem;
  }
}
@media (min-width: 768px) {
  .a_c > h2 {
    margin: 0 2rem 2rem;
  }
  .a_c > h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .a_c > ul {
    margin: 0 2rem 3.125rem;
  }
  .a_c > ul {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
  .a_com {
    margin: 0 2rem 2rem;
  }
  .a_tp {
    font-size: 0.875rem;
    margin: 0 2rem 2rem;
    align-items: center;
    padding-top: 0.5625rem;
    align-items: flex-start;
  }
  .a_tp_txt {
    padding-right: 1.875rem;
    line-height: 1.3125rem;
  }
  .a_tp_mi {
    padding-bottom: 0;
  }
  .a_tp_si {
    box-sizing: border-box;
    flex: 0 0 50%;
    border: 0;
    border-left: solid 0.0625rem #979797;
    padding-left: 1.875rem;
    line-height: 1.125rem;
    padding-top: 0;
  }
  .w-fid {
    margin: 0 2rem 2rem;
  }
  .w-fid .w_b {
    flex-direction: row;
  }
  .w-fid_t {
    padding-bottom: 0;
  }
  .w-fid_s {
    border-left: 1px solid #000;
    border-top: 0;
    border-bottom: 0;
    margin-left: auto;
    padding: 0 0 0 0.9375rem;
  }
  .w-fid .w_rs {
    padding-bottom: 0;
  }
  .w-sea {
    margin: 0 2rem 2rem;
  }
  .w-sea ._g {
    grid-column-gap: 1.25rem;
  }
  .w-sea_txt {
    grid-column: 2/8;
  }
  .w-sea_txt_na {
    font-size: 1.3125rem;
    line-height: 1.4375rem;
  }
  .w-rel {
    margin: 0 2rem 2rem;
  }
  .w-rel ._g {
    grid-template-columns: 8.125rem 1fr;
    grid-column-gap: 1.25rem;
  }
  .w-rel .nt_t {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .b_ne_pa {
    grid-column: 1/5;
    grid-row: 1;
  }
  .b_ne_li {
    min-height: 24.375rem;
  }
  .b_ne_c {
    grid-column: 5/9;
  }
  .b_ne_c-1,
  .b_ne_c:last-child {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
  }
  .b_ne_c-1 {
    grid-column: 1/5;
    grid-row: 1/20;
    padding-top: 4.4375rem;
    position: relative;
  }
  .b_ne_c-1:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #dedede;
    right: calc(var(--grid-column-gap) / 2 - var(--grid-column-gap));
    top: 0;
    position: absolute;
  }
  .w-ae {
    margin: 0 2rem 2rem;
  }
  .me_f-ns {
    flex-direction: row;
  }
  .me_f-ns .me_f_txt {
    margin-bottom: 0;
  }
  .me_f-ns .btn {
    width: auto;
  }
  .me-u {
    height: auto;
    width: 20.875rem;
  }
  .me-c .me_f .btn-2 {
    margin-bottom: 0;
  }
  .me_cc {
    align-items: center;
  }
  .me-dis {
    width: 615px;
    height: 522px;
    top: 50%;
    padding-bottom: 0;
  }
  .me-dis_c {
    padding: 0;
  }
  .me-dis_i {
    width: 130px;
    height: 130px;
    top: -4.0625rem;
  }
  .me-dis_t {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    width: 450px;
    margin: 5.9375rem auto 2.1875rem;
  }
  .me-dis p {
    margin: 0 0 1.875rem;
    line-height: 1.5rem;
  }
  .me-dis .arrow {
    margin: 0.625rem auto 1.875rem;
  }
  .me-dis_d {
    width: 450px;
  }
  .me-dis_d_t .enc {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .a_r {
    margin: 0 2rem 3.125rem;
    padding: 4.0625rem 0;
  }
  .a_r_b .btn {
    min-width: 12.3125rem;
  }
  .mc_bg .a_r {
    width: 36.5625rem;
    padding: 5.375rem 0;
    border-top: 0.375rem solid #00b1ff;
  }
  .mci_bg .mci {
    width: 36.6875rem;
    height: 21.5rem;
  }
  .mci_bg .mci_b {
    margin: 0 auto 2.8125rem;
    width: 25rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
  .mci_bg .mci_b .btn {
    min-width: 12.1875rem;
    padding: 0.4375rem 0;
  }
  .mci_bg .mci_e {
    margin: 2.8125rem auto 1.5625rem;
    width: 20.3125rem;
  }
  .mci_bg .mci_su {
    width: 25rem;
  }
}
@media (min-width: 1001px) {
  .a_c > h2 {
    margin: 3.75rem 0 2rem;
  }
  .a_c > h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .a_c > ul {
    margin: 0 0 2rem;
  }
  .a_com {
    margin: 0 0 2rem;
  }
  .a_tp {
    margin: 0 0 2rem;
  }
  .w-fid,
  .w-sea {
    margin: 0 0 2rem;
  }
  .w-sea_txt {
    grid-column: 2/7;
  }
  .w-rel {
    margin: 0 0 2rem;
  }
  .w-rel ._g {
    grid-template-columns: 8.125rem 1fr;
  }
  .w-rel .nt_t {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .b_ne_o {
    display: none;
  }
  .b_ne_nav {
    display: block;
    border-bottom: 0.125rem solid #efefef;
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    letter-spacing: -0.01875rem;
    margin-bottom: 1.25rem;
  }
  .b_ne ul {
    display: flex;
  }
  .b_ne li {
    margin-right: 1.875rem;
  }
  .b_ne ._btn {
    padding-bottom: 0.625rem;
  }
  .b_ne_pa {
    grid-column: 1/3;
    height: 100%;
  }
  .b_ne_pa a {
    background-size: 65% auto;
    background-position: center 2.125rem;
    min-height: 11.875rem;
  }
  .b_ne_li {
    min-height: 12.5rem;
  }
  .b_ne_c_t a {
    padding: 0;
  }
  .b_ne .a_m {
    margin-bottom: 0.875rem;
  }
  .b_ne_c {
    display: block;
    grid-column: span 2;
    grid-row: 1;
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .b_ne_c:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #dedede;
    left: calc(var(--grid-column-gap) / 2 - var(--grid-column-gap));
    top: 0;
    position: absolute;
  }
  .b_ne_c-1 {
    grid-column: span 4;
    padding-top: 0;
  }
  .b_ne_c_h {
    height: 5.1875rem;
  }
  .b_ne_c_h a {
    background-position: center;
    background-size: auto 41%;
  }
  .w-ae {
    margin: 0 0 2rem;
  }
  .w-ae li {
    margin-bottom: 0.25rem;
  }
  .me-c {
    padding: 4.25rem 2.5rem;
    width: 59.3125rem;
  }
  .me li:hover > a {
    font-weight: 700;
  }
  .a_r {
    margin: 0;
    padding: 4.0625rem 0;
  }
  .a_r:before {
    top: -16.4375rem;
    height: 15.625rem;
  }
  .a_r_e {
    width: 200px;
    margin: 0 auto 2.5rem;
  }
  .a_o > :not(:first-child) {
    margin-top: 6.25rem;
  }
  .w-sc .c .c_h .c_t {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 600;
    margin: 0;
    display: inline;
  }
  .mc_bg .a_r {
    width: 47rem;
    margin: 0 auto;
  }
  .mci_bg .mci {
    width: 46.875rem;
    height: 26.5625rem;
  }
  .mci_bg .mci_e {
    margin: 5.625rem auto 1.5625rem;
    width: 20.3125rem;
  }
}
@media (min-width: 1199px) {
  .a_c > ul {
    margin: 0 0 2rem var(--grid-8-1-column-content-gap);
  }
  .a_r {
    margin: 0 0 0 var(--grid-8-1-column-content-gap);
    padding: 4.0625rem 0;
  }
}
@media (max-width: 767.98px) {
  .a_tp {
    flex-direction: column;
  }
}
@media (max-width: 1000.98px) {
  .b_ne_nav {
    display: none;
    background: #fff;
    padding: 0.375rem var(--grid-offset);
    font-size: 0.875rem;
    line-height: 1rem;
    box-shadow: 0 0.0625rem 0.25rem #0000004d, 0 0.125rem 1.5rem #00000017;
    position: absolute;
    left: 0;
    top: 4.625rem;
    width: calc(100% + 2 * var(--grid-offset));
    box-sizing: border-box;
    z-index: 10;
    margin: 0 var(--grid-offset-justify);
  }
  .b_ne ._btn {
    padding: 0.875rem 0;
  }
}
@media (max-width: 575.98px) {
  .mci_bg .mci_b .btn.btn-5 {
    margin-bottom: 0.5rem;
  }
}
:root {
  --root-width: 100%;
  --root-max-width: none;
  --root-padding-left: 32px;
  --root-padding-top: 32px;
  --root-padding-right: 32px;
  --root-padding-bottom: 32px;
  --root-overflow: hidden;
  --root-bg: rgba(255, 255, 255, 1);
  --root-color: rgba(15, 15, 15, 1);
  --button-primary-bg: rgba(15, 15, 15, 1);
  --button-primary-hover-bg: rgba(28, 28, 28, 1);
  --button-primary-color: rgba(15, 15, 15, 1);
  --button-secondary-bg: rgba(230, 230, 230, 1);
  --button-secondary-hover-bg: rgba(217, 217, 217, 1);
  --button-secondary-color: rgba(15, 15, 15, 1);
  --button-normal-bg: rgba(15, 15, 15, 0.05);
  --button-normal-color: rgba(15, 15, 15, 1);
  --input-bg: rgba(15, 15, 15, 0.05);
  --input-color: rgba(15, 15, 15, 1);
  --input-placeholder-color: rgba(15, 15, 15, 0.5);
  --icon-close: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
  --icon-back: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path d="M1 5.5h15M5.5.55L.55 5.5l4.95 4.95" /></svg>');
  --icon-caret: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path fill="none" d="M1 3.95L5.95 8.9l4.95-4.95" /></svg>');
  --icon-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path fill="none" d="M1 3.95L5.95 8.9l4.95-4.95" /></svg>');
  --icon-checkmark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="M2.11 5.56l2.83 2.83 4.95-4.95" /></svg>');
}
@font-face {
  font-family: emoji;
  src: local("Apple Color Emoji"), local("Android Emoji"), local("Segoe UI"),
    local(EmojiSymbols), local(Symbola);
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}

.grid-image {
  max-width: 100%;
  height: 230px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 20px; */
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.grid-item {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
  min-height: 300px;
  max-width: 400px;
  margin: 0 auto;
  /* Центровка по горизонтали для блока */
}

.grid-name {
  font-weight: bold;
  font-size: 1.2em;
}

.grid-age {
  font-style: italic;
}

.grid-image {
  max-width: 100%;
  height: 230px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.grid-sum {
  color: #229901;
  font-weight: bold;
  font-size: 20px;
}

.grid-description {
  font-size: 18px;
  font-weight: 500;
}

.goTo {
  background-color: #015999 !important;
  color: white !important;
  padding: 20px 30px !important;
  margin: 20px 0 20px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600 !important;

  -webkit-animation-name: "play_down";
  -moz-animation-name: "play_up";
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes play_top {
  0% {
    -webkit-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    -moz-box-shadow: 0 0 rgba(0, 163, 182, 0.6);
    box-shadow: 0 0 rgba(0, 163, 182, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    -moz-box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
    box-shadow: 0 0 0 20px rgba(0, 163, 182, 0);
  }
}

@keyframes play_down {
  0% {
    -webkit-box-shadow: 0 0 rgba(55, 55, 55, 0.6);
    -moz-box-shadow: 0 0 rgba(55, 55, 55, 0.6);
    box-shadow: 0 0 rgba(55, 55, 55, 0.6);
  }

  to {
    -webkit-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
    -moz-box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
    box-shadow: 0 0 0 20px rgba(55, 55, 55, 0);
  }
}

@media (max-width: 800px) {
  .goTo {
    width: 100%;
  }
}
