@import url(./assets_main/css/fonts.css);

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Colors */
  --color-accent: rgba(16, 123, 142, 1);
  --color-bg: rgba(239, 239, 239, 1);
  --color-text: rgba(41, 46, 50, 1);

  /* Typography */
  --font-base: "Source Sans", sans-serif;
  --font-size-base: 19px;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --line-height-base: 32px;

  /* Borders & Radius */
  --border-radius: 4px;
  --border-color: rgba(216, 216, 216, 1);

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

ul,
ol {
  list-style: none;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-base);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.lf0b6e {
  width: 100%;
  max-width: 1280px;
  margin-left: 130px;
}

.ja304a {
  color: var(--color-accent);
}

.ja304a:hover {
  text-decoration: underline;
}

.p62f70 {
  display: none !important;
  visibility: hidden;
}

.sef2cf:before,
.sef2cf:after {
  content: " ";
  display: table;
}

.sef2cf:after {
  clear: both;
}

.sef2cf {
  zoom: 1;
}

/* Animations */
.ee9246 {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cb255f {
  opacity: 0;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.f43cd4 {
  display: inline-block;
  color: var(--color-text);
  font-weight: 700;
  border-radius: var(--border-radius);
  padding: 16px 24px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

/* Header */
.h99fb9 {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.a54242 {
  padding: 10px 0px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.b5ad76 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ld5b46 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d6d6f2 img {
  width: 100px;
  height: auto;
}

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

.ee9b18 {
  background-color: rgba(177, 16, 41, 1);
  color: #fff;
  padding: 10px 15px;
}

.ee9b18:hover {
  background-color: rgba(177, 16, 41, 0.8);
}

.rc0fe5.fa90e1,
.rc0fe5.db5bed {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.db6a2a {
  position: relative;
}

.b655ce {
  display: flex;
  align-items: center;
  gap: 25px;
}

.j06b91 {
  width: 23px;
  display: none;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.j06b91 img {
  width: 12px;
  height: 12px;
}

.ie39ea {
  color: var(--color-accent);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  transition: color 0.15s;
  white-space: nowrap;
}

.ie39ea:hover {
  color: #a0111b;
}

.dee4b9 {
  position: relative;
}

.e731f5 {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 5px 0px;
}

.nfdd47 {
  font-size: 14px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nfdd47 strong {
  font-weight: 700;
}

.dbf2f9 img {
  margin: 0 auto;
}

.maeeba {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  min-width: 90px;
}

.maeeba:hover {
  opacity: 0.7;
}

.maeeba img {
  width: auto;
  height: 16px;
}

.maeeba span {
  font-size: 12px;
  line-height: 16px;
}

/* Main */
.fad58d {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 40px;
}

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

.f7bdc1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.t9268b {
  font-family: "Source Serif", serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
}

.fc9662 {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.c3b01c {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.c2a2b5 h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.ub5488 {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

.e9be9b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.o74f6e {
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.t18222 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fc0d2a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 17px;
  line-height: 26px;
}

.e11b27 {
  background: #188493;
  color: #fff;
}

.e11b27:hover {
  background: #0e5b64;
}

.b69c5c {
  align-self: flex-end;
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.md2495 {
  width: 100%;
  height: 1px;
  background: rgba(239, 239, 239, 1);
}

.b69720 {
  border-top: 1px solid rgba(160, 163, 166, 1);
  border-bottom: 1px solid rgba(160, 163, 166, 1);
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.e1547b {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.b029ad {
  margin-right: 15px;
}

.a00763 {
  color: var(--color-accent);
  display: flex;
  align-items: center;
  gap: 5px;
}

.a00763:hover {
  text-decoration: underline;
}

.e1547b img {
  transform: rotate(180deg);
}

.db44b2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p6d4cd {
  border-bottom: 1px solid rgba(160, 163, 166, 1);
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.e43066 {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
}

.f4a092 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.b59e44 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.ebf081 {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-accent);
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}
.ebf081 img {
  transform: rotate(180deg);
}

.ebf081:hover {
  text-decoration: underline;
}

/* Footer */
.s51d16 {
  background: rgba(41, 46, 50, 1);
  color: rgba(248, 248, 248, 1);
  padding: 50px 0px;
}

.jd40aa {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px;
}

.aab629 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
}

.p3d514 {
  transition: color 0.18s;
  font-weight: 400;
  text-transform: uppercase;
}

.p3d514:hover {
  color: #1ea9bc;
}

.e50683 {
  margin-bottom: 30px;
}

.e50683 a {
  color: #1ea9bc;
}

.e50683 p {
  margin: 0 0 15px 0;
}

@media (max-width: 1024px) {
  .lf0b6e {
    max-width: 884px;
    margin: 0 auto;
  }

  .b655ce {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 20px;
  }

  .b655ce::-webkit-scrollbar {
    display: none;
  }

  .j06b91 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nfdd47 {
    max-width: 365px;
  }
}

@media (max-width: 768px) {
  .db6a2a,
  .dee4b9 {
    display: none;
  }

  .ld5b46 {
    padding: 0px 20px;
  }

  .kc5518 {
    gap: 5px;
  }

  .rc0fe5 {
    width: 40px;
    font-size: 12px;
    color: var(--color-accent);
    line-height: 18px;
  }

  .d6d6f2 img {
    width: 70px;
  }

  .ee9b18 {
    margin-right: 10px;
    padding: 5px 15px;
  }

  .f43cd4.ee9b18 span {
    display: none;
  }

  .x5e266 {
    display: none;
  }

  .rc0fe5.fa90e1,
  .rc0fe5.db5bed {
    display: flex;
    text-align: center;
  }

  .t9268b {
    font-size: 25px;
  }

  .fc9662 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(216, 216, 216, 1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 0;
    z-index: 999;
  }

  .maeeba {
    flex: 1;
    min-width: auto;
  }

  body {
    font-size: 18px;
    line-height: 1.5;
  }

  .c2a2b5,
  .f7bdc1 {
    gap: 10px;
  }

  .c3b01c {
    gap: 20px;
  }

  .c2a2b5 h3 {
    font-size: 28px;
  }

  .ub5488 {
    gap: 20px;
  }

  .o74f6e,
  .b69c5c {
    font-size: 18px;
  }

  .p6d4cd {
    padding: 20px 0px;
  }

  .fad58d {
    margin-bottom: 0;
  }

  .s51d16 {
    padding: 50px 20px;
  }

  .e50683,
  .c8f046 {
    font-size: 16px;
    line-height: 23px;
  }
}
