

/* Start:/local/components/DBdev/authors/templates/list-pagen/style.css?17316185255737*/
body {
  background-color: #F4F4F4!important;
}

section.creators {
  margin-bottom: 106px;
}
section.creators div.center {
  display: grid;
  grid-gap: 58px;
}
section.creators div.creator {
  font-family: "PT Mono";
  display: grid;
  grid-template-areas: "Photo Name" "Photo About" "Photo Details" "Photo Button";
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: 30px 50px;
}
@media (max-width: 960px) {
  section.creators div.creator {
    grid-gap: 15px 30px;
  }
}
@media (max-width: 575px) {
  section.creators div.creator {
    grid-template-areas: "Photo" "Name" "About" "Details" "Button";
    grid-template-columns: 1fr;
  }
}
section.creators div.creator div.photo {
  grid-area: Photo;
  cursor: pointer;
  position: relative;
  cursor: pointere;
  width: 215px;
  height: 215px;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 960px) {
  section.creators div.creator div.photo {
    width: 160px;
    height: 160px;
  }
}
section.creators div.creator div.photo::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 7px solid transparent;
  border-radius: 999px;
}
section.creators div.creator div.photo:hover::after {
  border: 7px solid #FFCD00;
}
section.creators div.creator div.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.creators div.creator span.name {
  grid-area: Name;
  font-size: 36px;
  color: black;
}
@media (max-width: 960px) {
  section.creators div.creator span.name {
    font-size: 24px;
    line-height: 1.5em;
  }
}
section.creators div.creator span.about {
  grid-area: About;
  display: block;
  font-size: 24px;
  color: black;
}
@media (max-width: 960px) {
  section.creators div.creator span.about {
    font-size: 18px;
  }
}
section.creators div.creator div.details {
  grid-area: Details;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-gap: 15px;
  font-size: 24px;
  color: black;
}
@media (max-width: 960px) {
  section.creators div.creator div.details {
    font-size: 18px;
  }
}
section.creators div.creator div.details a {
  line-height: 0;
}
section.creators div.creator a.button {
  grid-area: Button;
  justify-self: start;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  padding: 0 22px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  border: none;
  border-radius: 11px;
  background: #FFCD00;
}
@media (max-width: 960px) {
  section.creators div.creator a.button {
    font-size: 16px;
    line-height: 1.7em;
  }
}
@media (max-width: 575px) {
  section.creators div.creator a.button {
    font-size: 16px;
  }
}
section.creators div.creator a.button:hover {
  color: white;
  background-color: black;
}

section.article {
  font-family: "Pt Mono";
  font-size: 18px;
  color: black;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  section.article {
    font-size: 15px;
  }
}
section.article div.center {
  padding: 50px;
  background-color: white;
  max-width: 1600px;
}
@media (max-width: 575px) {
  section.article div.center {
    padding: 30px 20px;
  }
}
section.article img[align=right] {
  padding-left: 30px;
}
@media (max-width: 575px) {
  section.article img[align=right] {
    width: 100%;
    height: auto;
    align: center !important;
    padding: unset;
  }
}
section.article img[align=left] {
  padding-right: 30px;
}
@media (max-width: 575px) {
  section.article img[align=left] {
    width: 100%;
    align: center !important;
    padding: unset;
  }
}

section.comments {
  font-family: "Pt Mono";
  font-size: 14px;
  color: black;
}
section.comments div.center {
  max-width: 1600px;
  padding: unset;
}
section.comments div.upak_comments_cont {
  display: grid;
  grid-gap: 3px;
  width: 100%;
}
section.comments div.upak_comments_item {
  display: grid;
  grid-gap: 10px;
  background-color: white;
  padding: 30px 50px;
}
@media (max-width: 575px) {
  section.comments div.upak_comments_item {
    padding: 30px 20px;
  }
}
section.comments div.upak_comments_item.v2 {
  margin-left: 50px;
}
@media (max-width: 575px) {
  section.comments div.upak_comments_item.v2 {
    margin-left: 20px;
  }
}
section.comments div.upak_comments_author {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-gap: 10px;
}
section.comments div.upak_comments_author div.upak_comments_author_text {
  font-size: 12px;
}
section.comments div.upak_comments_author div.upak_comments_author_text span {
  color: #C2C2C2;
}
section.comments div.upak_comments_bottom {
  justify-self: end;
}
section.comments a.add_comment {
  display: block;
  padding: 5px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  line-height: 1.1em;
  color: #000000;
  background: #F7F7F7;
  border-radius: 999px;
}
section.comments a.add_comment:hover {
  background-color: #e3e3e3;
  color: #FFCD00;
  border-bottom: 1px solid rgba(243, 192, 4, 0.1);
}

section.section-call {
  margin-top: 30px;
  margin-bottom: 60px;
}

section.articles h2 {
  text-align: center;
  text-transform: unset;
  font-family: "PT Mono";
  font-size: 32px;
}

/* End */
/* /local/components/DBdev/authors/templates/list-pagen/style.css?17316185255737 */
