* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
ol,
ul {
  list-style: none;
}
@font-face {
  font-family: "Radio Canada";
  src: url("/fonts/RadioCanada-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Radio Canada";
  src: url("/fonts/RadioCanada-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Radio Canada";
  src: url("/fonts/RadioCanada-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Radio Canada";
  src: url("/fonts/RadioCanada-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/Inter_18pt-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
.plucdf-header {
  --top-head-height: 48px;
  padding-top: var(--top-head-height);
}
.plucdf-header .icon-before {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plucdf-header .icon-before::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.plucdf-header .icon-after {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plucdf-header .icon-after::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
.plucdf-header__top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: var(--top-head-height);
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.plucdf-header__top-wrapp {
  justify-content: space-between;
}
.plucdf-header__menu {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
}
.plucdf-header__menu::before {
  background-image: url("/img/icon_menu.svg");
}
.plucdf-header__logo {
  width: 71px;
  height: 18px;
}
.plucdf-header__tools {
  display: flex;
  align-items: center;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  gap: 25px;
}
.plucdf-header__tools > :nth-child(n) {
  padding: 4px 8px;
}
.plucdf-header__tools .search::before {
  background-image: url("/img/icon_search.svg");
}
.plucdf-header__tools .login::before {
  background-image: url("/img/icon_person.svg");
}
.plucdf-header__nav {
  height: 50px;
  background: var(--color-red);
  border-bottom: 1px solid #eaeaea;
}
.plucdf-header__nav-wrapp {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.plucdf-header__nav-wrapp .nav-nav {
  gap: 48px;
  margin-left: 24px;
}
.plucdf-header__nav-wrapp .link-item {
  display: flex;
  height: 28px;
  padding: 4px;
  flex-shrink: 0;
}
.plucdf-header__nav-wrapp .link-item.active,
.plucdf-header__nav-wrapp .link-item:hover {
  background: #fff;
  color: #e60505;
}
.plucdf-header__nav-wrapp .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.plucdf-header__nav-wrapp .link-btn::after {
  background-image: url("/img/icon_arrow-down.svg");
}
.plucdf-header__nav-wrapp .link-btn:hover {
  background-color: #fff;
  color: #e60505;
}
.plucdf-header__nav-wrapp .link-btn:hover::after {
  background-image: url("/img/icon_arrow-down-red.svg");
}
.plucdf-header__nav-wrapp .link-btn-more,
.plucdf-header__nav-wrapp .link-section {
  margin-left: auto;
}
.plucdf-header__nav-wrapp .link-section {
  display: none;
}
@media screen and (max-width: 1439px) {
  .plucdf-header__nav-wrapp .nav-nav {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .plucdf-header__nav-wrapp .nav-nav {
    display: none;
  }
  .plucdf-header__nav-wrapp .link-btn-more {
    display: none;
  }
  .plucdf-header__nav-wrapp .link-section {
    display: flex;
  }
}
@media screen and (max-width: 743px) {
  .plucdf-header .icon-before::before {
    margin-right: 0;
  }
  .plucdf-header__menu::before {
    margin-right: 12px;
    margin-left: 12px;
  }
  .plucdf-header__menu .text {
    display: none;
  }
  .plucdf-header__tools {
    gap: 15px;
  }
  .plucdf-header__tools > :nth-child(n) {
    padding: 4px;
  }
  .plucdf-header__tools .search .text,
  .plucdf-header__tools .login .text {
    display: none;
  }
}
.plucdf-footer {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  height: 61px;
  background: #000;
}
.plucdf-footer .plucdf-footer__wrapp {
  justify-content: space-between;
}
.plucdf-footer .plucdf-footer__wrapp > img {
  width: 214px;
}
.plucdf-footer-top {
  font-family: "Radio Canada";
  border-top: 1px solid #eaeaea;
  background: #fff;
}
.plucdf-footer-top .footer-top-wrapp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
}
.plucdf-footer-top .links-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 16px;
}
.plucdf-footer-top .links-title {
  font-size: 16.3px;
  font-weight: 700;
  line-height: 27.74px;
  margin-bottom: 15.31px;
}
.plucdf-footer-top .links-link {
  color: #0550c8;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 16.32px;
}
.plucdf-footer-top .links-link:not(:last-child) {
  margin-bottom: 7px;
}
.plucdf-footer-top .links-info {
  color: #000;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 16.32px;
}
.plucdf-footer-top .links-info:not(:last-child) {
  margin-bottom: 15px;
}
.plucdf-footer-top .links-info .link {
  color: #0550c8;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 1439px) {
  .plucdf-footer {
    height: 173px;
  }
  .plucdf-footer__wrapp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .plucdf-footer-top .footer-top-wrapp {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 17px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 739px) {
  .plucdf-footer-top .footer-top-wrapp {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.plucdf-main .main-container {
  width: 100%;
  max-width: 1072px;
  margin-left: auto;
  margin-right: auto;
}
.plucdf-main .main-wrapp {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  padding-top: 32px;
}
.plucdf-main .ad-wrapp {
  display: block;
  width: 100%;
  max-width: 300px;
}
.plucdf-main .red-text {
  color: #e60505;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #000;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.plucdf-main .red-text.under-red {
  text-decoration-color: #e60505;
}
.plucdf-main .mb32 {
  margin-bottom: 32px;
}
.plucdf-main__article {
  max-width: 730px;
}
.plucdf-main__tag {
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.plucdf-main__title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
.plucdf-main__subtitle {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}
.plucdf-main__h2 {
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 8px;
}
.plucdf-main__h2-undl {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.plucdf-main__p {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.plucdf-main__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding-right: 36px;
  border-radius: 6px;
  border: 1px solid var(--color-red);
  background-color: var(--color-red);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.plucdf-main__btn::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/img/icon_arrow-right.svg") no-repeat center;
}
.plucdf-main__btn:hover {
  background-color: #fff;
  color: var(--color-red);
}
.plucdf-main__btn:hover::after {
  background-image: url("/img/icon_arrow-right-red.svg");
}
.plucdf-main__note {
  padding: 10px;
  border-radius: 8px;
  border-left: 4px solid #ca2e20;
  background: #e4e4e4;
  font-family: Roboto;
  color: #000;
  font-weight: 400;
  margin: 16px 0;
}
.plucdf-main__note .note-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.plucdf-main__note .note-text {
  font-size: 16px;
  font-style: italic;
  padding: 0 10px;
}
.plucdf-main__post-info {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 14px 0;
}
.plucdf-main__post-info .post-info-ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}
.plucdf-main__post-info .main__author .name {
  color: #0550c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.plucdf-main__img-block {
  padding-bottom: 16px;
  margin: 14px 0 16px;
  border-bottom: 1px solid #d8d8d8;
}
.plucdf-main__img-block > .info {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 14px;
}
.plucdf-main__img-block > .author {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.plucdf-main__icons {
  margin: 28px 0 52px;
  gap: 26px;
}
.plucdf-main__icons img {
  width: 32px;
}
.plucdf-main__guide ol li {
  display: flex;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 6px;
}
.plucdf-main__guide ol li .red-text {
  font-weight: 600;
}
.plucdf-main__guide ol li::before {
  content: attr(data-num);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: var(--color-red);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.plucdf-main__ad {
  display: none;
}
.plucdf-main__about-a .about-a-title {
  margin-bottom: 16px;
}
.plucdf-main__about-a .a-ava {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  margin-right: 33px;
}
.plucdf-main__about-a .a-name {
  color: #00e;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.plucdf-main__about-a .a-position {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.plucdf-main__about-a .a-info {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0;
}
.plucdf-main__aside {
  position: relative;
  padding-bottom: 80px;
}
.plucdf-main__aside .aside-first,
.plucdf-main__aside .aside-second {
  position: relative;
}
.plucdf-main__aside .aside-first {
  min-height: 1310px;
}
.plucdf-main__aside .aside-second {
  height: calc(100% - 1310px);
}
.plucdf-main__aside .aside-ad {
  position: sticky;
  top: 50px;
}
.plucdf-main__aside .aside-news {
  position: sticky;
  top: 50px;
}
.plucdf-main__aside .aside-news {
  padding-top: 40px;
  background: #fff;
  color: #000;
}
.plucdf-main__aside .aside-news h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
.plucdf-main__aside .aside-news ol li {
  display: flex;
  padding: 12px 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  border-bottom: 1px solid #e0e0e0;
}
.plucdf-main__aside .aside-news ol li::before {
  content: attr(data-num);
  color: #e60505;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 12px;
}
.plucdf-main__aside .aside-news ol li h3 {
  color: #e60505;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.plucdf-main__form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.plucdf-main .news-card {
  display: flex;
  flex-direction: column;
  min-height: 272px;
  min-width: 200px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
.plucdf-main .news-card .img-wrapp {
  height: 112px;
  margin-bottom: 12px;
}
.plucdf-main .news-card .tag {
  color: #545454;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.plucdf-main .news-card .title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.plucdf-main .news-card .info {
  margin-bottom: 8px;
  margin-top: auto;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
.plucdf-main .main-news-video {
  margin-bottom: 40px;
}
.plucdf-main .main-news-video .news-video-cards .news-card {
  max-width: 200px;
}
.plucdf-main .main-news {
  margin-bottom: 60px;
}
.plucdf-main .main-news .news-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.footer-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 6px 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #000;
}
.footer-banner .content-wrapp {
  width: 100%;
  max-width: 762px;
  padding: 0 16px;
  text-align: center;
  line-height: 1;
}
.footer-banner .content-wrapp .title {
  font-size: 22px;
  margin-bottom: 4px;
}
.footer-banner .content-wrapp .title .sale {
  position: relative;
  display: inline-flex;
  padding-top: 18px;
  color: #e60505;
}
.footer-banner .content-wrapp .title .sale::before {
  content: attr(data-sale);
  position: absolute;
  bottom: 50%;
  color: #000;
}
.footer-banner .content-wrapp .title .sale::after {
  content: "";
  position: absolute;
  bottom: 12px;
  display: block;
  height: 3px;
  width: 100%;
  transform: rotate(-6deg);
  background-color: #e60505;
}
.footer-banner .content-wrapp .subtitle {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-banner .content-wrapp .link-btn {
  padding-right: 0;
}
.footer-banner .content-wrapp .link-btn::after {
  display: none;
}
.footer-banner .content-wrapp .marquee-wrapp {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: var(--color-red);
  transform: rotate(-1.4deg);
}
.footer-banner .content-wrapp .marquee {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  animation: marquee 25s linear infinite running;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 1160px) {
  .plucdf-main .main-news .news-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .plucdf-main .main-news .news-card {
    max-width: 320px;
    min-height: 362px;
    margin: 0 auto;
  }
  .plucdf-main .main-news .news-card .img-wrapp {
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .plucdf-main .main-wrapp {
    grid-template-columns: 1fr;
  }
  .plucdf-main__article {
    margin-left: auto;
    margin-right: auto;
  }
  .plucdf-main__aside {
    display: none;
  }
  .plucdf-main__ad {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 38px 0;
  }
}
@media screen and (max-width: 743px) {
  .plucdf-main__title {
    font-size: 28px;
  }
  .plucdf-main__h2 {
    font-size: 22px;
  }
  .plucdf-main__h2-undl {
    font-size: 18px;
  }
  .plucdf-main__p {
    font-size: 16px;
  }
  .plucdf-main__btn {
    height: 36px;
    font-size: 18px;
  }
  .plucdf-main__btn::after {
    top: 6px;
  }
  .plucdf-main__post-info .main__author {
    width: 100%;
    flex-wrap: wrap;
  }
  .plucdf-main__post-info .main__author .info {
    width: 100%;
    margin: 4px 0;
  }
  .plucdf-main__icons {
    justify-content: space-between;
  }
  .plucdf-main__note .note-title {
    font-size: 18px;
  }
  .plucdf-main__note .note-text {
    font-size: 14px;
  }
  .plucdf-main__guide {
    font-size: 16px;
  }
  .plucdf-main__about-a .plucdf-main__note {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .plucdf-main .main-news .news-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.plucdf-main__comments {
  --comments-text-color: #000;
  font-family: "Radio Canada";
  margin: 50px 0 80px;
}
.plucdf-main__comments .comments__title {
  margin: 0 0 20px 0;
  color: var(--comments-text-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
.plucdf-main__comments .comments__textarea-wrapp {
  position: relative;
  display: flex;
}
.plucdf-main__comments .comments__textarea {
  width: 100%;
  height: 120px;
  padding: 9px;
  resize: none;
  outline: none;
  font-family: Inter;
  color: var(--comments-text-color);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #b4b4b4;
  background: #e4e4e4;
}
.plucdf-main__comments .comments__textarea ::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #999;
}
.plucdf-main__comments .comments__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px 0;
  border: 1px solid #000;
}
.plucdf-main__comments .comments__btn:disabled {
  pointer-events: none;
  border: 1px solid #b4b4b4;
}
.plucdf-main__comments .comments__btn:disabled svg path {
  fill: #b4b4b4;
}
.plucdf-main__comments .comments__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 53px 0;
}
.plucdf-main__comments .comments__comment {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
}
.plucdf-main__comments .comments__comment > img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.plucdf-main__comments .comments__comment.sub {
  margin-top: 25px;
  border-bottom: none;
  padding-bottom: 0;
}
.plucdf-main__comments .comment__author {
  color: #3b5998;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.plucdf-main__comments .comment__text {
  min-height: 27px;
  margin: 0 0 16px 0;
  color: var(--comments-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.plucdf-main__comments .comment__text .text-img {
  display: flex;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  margin-top: 13px;
}
.plucdf-main__comments .comment__text .link {
  color: #2563eb;
}
.plucdf-main__comments .comment__text .link:hover {
  text-decoration: underline;
}
.plucdf-main__comments .comment__tools {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #3b5998;
  margin-left: 32px;
  margin-top: 24px;
}
.plucdf-main__comments .comment__tools .reply > :first-child {
  margin-right: 7px;
}
.plucdf-main__comments .comment__tools .hrs {
  position: relative;
  color: #666;
  font-weight: 400;
}
.plucdf-main__comments .comment__tools .hrs::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
}
@media (max-width: 743px) {
  .plucdf-main .comments__title {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .plucdf-main .comments__comment.sub {
    margin-left: -62px;
  }
  .plucdf-main .comment__text .text-img {
    max-width: 100%;
  }
  .plucdf-main .comment__tools {
    gap: 8px;
    margin-left: -62px;
  }
  .plucdf-main .comment__tools .hrs {
    padding-left: 10px;
  }
  .plucdf-main .comment__tools .hrs::before {
    left: 0;
  }
}
:root {
  --color-red: #e60505;
}
.plucdf {
  font-family: "Radio Canada";
  background-color: #fff;
}
.plucdf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plucdf b {
  font-weight: 700;
}
.plucdf-container {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}
.flx {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .plucdf-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 743px) {
  .plucdf-container {
    padding-left: 16px;
    padding-right: 16px;
  }
} /*# sourceMappingURL=style.min.css.map */
