@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
button,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #2a2a2a;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

b {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

p {
  margin-bottom: 16px;
}

img {
  display: block;
  width: 100%;
}

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.j-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.al-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.j-b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  color: #cf1d39;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #fa3f5b;
}

.search-img {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.text-center {
  text-align: center;
}

.content_img {
  margin: 24px auto;
}

.italic {
  font-style: italic;
}

.main {
  max-width: 890px;
  margin: 0 auto;
}

.headline {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 16px;
}

.headline_info {
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.social-links-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-links-container ul li a span,
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.social-links-container ul li a span.facebook {
  background: url(./post-facebook-icon.svg?v=1) center / 9px no-repeat #f8f8f8;
}

.social-links-container ul li a span.twitter {
  background: url(./post-new-twitter-icon.svg?v=1) center / 17px no-repeat
    #f8f8f8;
}

.social-links-container ul li a span.linkedin {
  background: url(./post-linkedin-icon.svg?v=1) center / 17px no-repeat #f8f8f8;
}

.social-links-container ul li a span.telegram {
  background: url(./post-telegram-icon.svg?v=1) center / 20px no-repeat #f8f8f8;
}

.social-links-container ul li a span.whatsapp {
  background: url(./post-whatsapp-icon.svg?v=1) center / 17px no-repeat #f8f8f8;
}

.social-links-container ul li a span.email {
  background: url(./post-email-icon.svg?v=1) center / 17px no-repeat #f8f8f8;
}

.mt-32 {
  margin-top: 32px;
}

.title_2 {
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0 24px;
}

.repl {
  margin-top: 32px;
  font-weight: 700;
}

.red_info {
  color: #cf1d39;
  font-weight: 700;
}

.f-700 {
  font-weight: 700;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-24 {
  margin-top: 24px;
}

.list {
  margin: -8px 0 16px 28px;
  list-style: disc;
}

.title_pre_form {
  color: #cf1d39;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.info_form {
  padding: 16px 33px;
  border-radius: 7px;
  background: #efefef;
  max-width: 653px;
  margin: auto;
}
.info_form p:first-child {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 8px;
}
.info_form p:last-child {
  color: #474747;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
}

.comment_title {
  color: #000;
  font-family: Jost;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin: 120px 0 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid hsla(240, 10%, 82%, 1);
}

.comment_item {
  padding: 24px 0 16px 16px;
  border-bottom: 1px solid hsla(240, 10%, 82%, 1);
  gap: 16px;
}

.comment_ava {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
}

.comment_top {
  margin-bottom: 4px;
  gap: 5px;
}

.comment_name {
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.comment_point {
  display: block;
  width: 2px;
  height: 2px;
  background: #787878;
  border-radius: 50%;
}

.comment_data {
  color: #787878;
  font-size: 10.01px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.comment_text {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.comment_react {
  margin-top: 8px;
}

.comment_react a {
  color: #787878;
  font-size: 10.01px;
  line-height: 13px;
  margin-right: 5px;
}

.comm_img {
  margin-top: 8px;
  max-width: 217px;
}

.prod_img {
  max-width: 380px;
}

@media (min-width: 576.1px) {
  .social-links-container {
    max-width: 336px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 1440px) {
  .main {
    max-width: calc(100% - 550px);
  }
}

@media (max-width: 966px) {
  .main {
    max-width: 100%;
    margin: 0 16px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
  .headline {
    font-size: 19px;
    line-height: 22px;
  }
  .headline_info {
    font-size: 18px;
  }
  .social-links-container {
    max-width: 264px;
    margin: 0 auto 40px;
  }
  .title_2,
  .title_pre_form {
    font-size: 20px;
  }
  .info_form {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 21px;
  }
  .info_form p:first-child {
    font-size: 14px;
    line-height: 21px;
  }
  .info_form p:last-child {
    font-size: 12px;
    line-height: 19px;
  }
  .comment_title {
    padding-bottom: 24px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
