body, * { margin: 0px; padding: 0px; box-sizing: border-box; }
body, html { height: 100%; min-width: 320px; min-height: 100%; }
body { font-family: Roboto, sans-serif; font-size: 17px; line-height: 24px; font-weight: 400; color: rgb(0, 0, 0); }
a { text-decoration: none; color: inherit; }
.container { max-width: 1100px; margin: 0px auto; }
h1 { font-size: 30px; line-height: 40px; font-weight: 700; color: rgb(153, 0, 102); margin-bottom: 15px; }
h2 { font-size: 23px; line-height: 33px; font-weight: 500; color: rgb(153, 0, 102); margin-bottom: 15px; }
h3 { font-size: 23px; line-height: 30px; font-weight: bold; margin-bottom: 15px; }
.sticky-content.fixed { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999; }
.logo-w { font-family: serif; font-size: 50px; color: rgb(190, 0, 127); display: block; padding: 16px 10px 15px; margin-right: 30px; }
.sticky-content.fixed .logo-w { color: rgb(255, 255, 255); background: rgb(190, 0, 127); }
.header { padding-top: 15px; }
.header__bottom { background: rgb(255, 255, 255); position: relative; z-index: 999; }
.header__bottom::before { content: ""; position: absolute; top: 0px; width: 100%; height: 2px; background: rgb(190, 0, 127); }
header ul { list-style: none; }
.header__top .login { color: rgb(158, 158, 158); display: inline-flex; align-items: center; margin-right: 20px; }
.header__top .login a { margin-right: 10px; }
.header__middle { text-align: center; padding: 10px 0px 25px; }
.header__bottom { display: flex; align-items: center; }
.header__bottom .menu { margin-right: 40px; margin-top: 8px; }
.header-navigation-top { display: flex; }
.header-navigation-top a { font-weight: bold; font-size: 14px; letter-spacing: 0.5px; margin: 0px 10px; text-transform: uppercase; }
.header-navigation-top li { padding-top: 13px; padding-bottom: 15px; z-index: 1; }
.header-navigation-top .pink { border-top: 2px solid rgb(228, 95, 197); }
.header-navigation-top .purple { border-top: 2px solid rgb(185, 131, 248); }
.header-navigation-top .blue { border-top: 2px solid rgb(104, 119, 245); }
.header-navigation-top .yellow { border-top: 2px solid rgb(247, 223, 106); }
.header-navigation-top .green { border-top: 2px solid rgb(138, 220, 155); }
.header-navigation-top .brown { border-top: 2px solid rgb(237, 172, 138); }
.header-navigation-top .blue-green { border-top: 2px solid rgb(98, 184, 186); }
.header-navigation-top .forum { color: rgb(255, 255, 255); background-color: rgb(190, 0, 127); padding: 4px 8px 5px; border-radius: 4px; }
.about-article { display: flex; align-items: center; color: rgb(158, 158, 158); margin-bottom: 15px; }
.about-article div { margin-right: 20px; }
.about-article__first { display: flex; }
.about-article__last { margin-left: auto; }
figure { text-align: center; margin-bottom: 20px; }
figure img { width: 100%; max-width: 700px; }
figcaption { font-family: "Roboto Slab", serif; color: rgb(158, 158, 158); font-size: 14px; line-height: 24px; font-weight: 700; text-align: center; }
.main { padding: 20px 0px; }
.main p { font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 16px; }
.main .link { color: rgb(59, 124, 249); }
.doctor-block { border: 2px solid red; padding: 20px 20px 10px; }
.doctor-block__img { text-align: center; }
.doctor-block img { width: 100%; max-width: 600px; margin: 0px auto 10px; }
.comments h3 { font-size: 24px; line-height: 32px; }
.all-comments { display: flex; justify-content: space-between; position: relative; margin: 30px 0px; }
.flex { display: flex; }
.all-comments::after { content: ""; background: rgba(0, 0, 0, 0.1); height: 1px; width: 100%; position: absolute; bottom: 0px; }
.all-comments .star a, .all-comments .all { line-height: 24px; letter-spacing: 0.2px; font-size: 18px; font-weight: bold; padding-bottom: 10px; }
.all-comments .star { display: flex; align-items: center; color: rgb(153, 0, 102); margin-right: 20px; }
.all-comments .star img { margin-right: 10px; margin-bottom: 10px; }
.all-comments .all { border-bottom: 1px solid rgb(0, 0, 0); padding-left: 5px; padding-right: 5px; }
.all-comments .sorts a { font-family: "Roboto Slab", sans-serif; font-size: 14px; line-height: 24px; font-weight: 700; margin-left: 20px; }
.all-comments .sorts .new { border-bottom: 1px solid rgb(0, 0, 0); padding-bottom: 12px; padding-left: 5px; padding-right: 5px; }
.all-comments .sorts .old { color: rgb(153, 0, 102); }
.comment-item { display: flex; width: 100%; margin: 20px 0px; }
.comment-item-avatar { margin-right: 15px; }
.comment-item-avatar img { width: 55px; height: 55px; object-fit: cover; border-radius: 50%; }
.comment-item-body img { display: block; width: 100%; max-width: 500px; margin: 0; }
.comment-item-body .title { font-weight: bold; margin-bottom: 5px; }
.comment-item-body__signature { width: 100%; display: flex; align-items: center; justify-content: space-between; font-family: "Roboto Slab", serif; font-size: 14px; line-height: 24px; font-weight: 700; }
.comment-item-body { width: 100%; }
.comment-item-body__signature img { display: inline-block; max-width: 19px; }
.comment-item-body__signature .answer { color: rgb(153, 0, 102); margin-right: 20px; }
.comment-item-body__signature .complain { color: rgb(129, 129, 129); }
.comment-item-body__numbers { display: flex; }
.comment-item-body__numbers img { margin-right: 5px; }
.comment-item-body__numbers span { font-size: 15px; line-height: 24px; }
.comment-item-body__numbers a { display: flex; align-items: center; margin-left: 30px; }
.similar { background: rgb(243, 243, 243); padding: 16px; border-radius: 8px; margin-bottom: 20px; }
.similar__title { font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.similar__list a { color: rgb(153, 0, 102); margin: 0px; vertical-align: top; font-family: Roboto, sans-serif; font-size: 17px; line-height: 24px; }
.number { display: inline-block; color: rgb(255, 255, 255); background-color: rgb(153, 0, 102); width: 24px; height: 24px; text-align: center; border-radius: 50%; margin-right: 5px; }
.similar ul { list-style: none; }
.similar ul li { margin-top: 15px; }
.footer { font-size: 15px; margin-top: 50px; }
.footer__top-line { position: relative; height: 1px; width: 100%; background-color: rgb(196, 196, 196); }
.footer__top-line img { position: absolute; left: 50%; transform: translateX(-50%); top: -25px; background: rgb(255, 255, 255); padding: 0px 20px; }
.footer ul { list-style: none; }
.footer__middle { margin-top: 80px; }
.footer-socials { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 20px auto; }
.footer__middle-third-row { padding: 20px; text-align: center; color: rgba(0, 0, 0, 0.5); background-color: rgb(245, 245, 245); }
.footer__middle-third-row-container { max-width: 1000px; margin: 0px auto; }
.footer-menu { display: flex; justify-content: center; }
.footer-menu li { margin: 10px; }
.footer-logos { margin: 20px auto; }
.footer-logos-list { display: flex; align-items: center; justify-content: space-between; margin: 20px auto; max-width: 900px; }
@media (max-width: 1100px) {
  .container { max-width: 95%; }
  .hidden-mobile { display: none; }
}
@media (max-width: 900px) {
  .main { padding-top: 0px; margin-top: 10px; }
  .footer-menu { flex-wrap: wrap; }
  .header__middle {
    text-align: center;
    padding: 34px 0px 0px;
}
}
@media (max-width: 700px) {
  h1 { font-size: 25px; line-height: 35px; }
  h2, h3 { font-size: 20px; line-height: 28px; }
  .about-article { font-size: 14px; flex-direction: column; align-items: flex-start; }
  .about-article div { margin-bottom: 5px; }
  .about-article__last { margin-left: 0px; }
  .main p { font-size: 16px; }
  .doctor-block { padding: 10px 10px 0px; }
  .comments__guest, .sorts { display: none; }
  .all-comments { justify-content: center; }
  .all-comments .star a, .all-comments .all { font-size: 15px; }
  .comment-item-avatar img { width: 50px; height: 50px; }
  .comment-item-avatar { margin-right: 10px; }
  .comment-item-body__signature { flex-direction: column; align-items: flex-start; }
  .footer__middle-third-row-container { font-size: 13px; }
  .comment-item-body__numbers a { margin: 5px 20px 0px 0px; }
  .footer-logos-list, .footer-menu { flex-direction: column; }
  .footer-menu li { margin-bottom: 10px; }
  .footer-logos-list li { margin-bottom: 10px; }
  .footer-socials { flex-wrap: wrap; }
  .footer-socials li { margin-left: 10px; margin-right: 10px; }
  .header-navigation-top {
    display: none;
  }
}
.comment-item-body__numbers img {
  width: 16px;
}