/* line 1, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.for-comments > a {
  white-space: nowrap; }

/* line 6, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-title:not(.first) {
  font-size: 0;
  height: 12px;
  width: 30px; }

/* line 14, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-title:not(.first):hover {
  cursor: pointer; }

/* line 18, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-title:not(.first):hover:before {
  color: #e3241a;
  cursor: pointer; }

/* line 23, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-title:not(.first):before {
  content: "-";
  display: inline-block;
  font-family: '4for4_icons';
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  margin-left: 10px; }

/* line 29, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-wrapper {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 33px; }

/* line 36, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  display: none;
  left: -12px;
  padding: 16px;
  position: absolute;
  top: 28px;
  width: 416px;
  z-index: 2; }

/* line 48, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content:after {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: '';
  height: 0;
  left: 25px;
  margin-left: -8px;
  position: absolute;
  width: 0; }

/* line 61, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content:before {
  border-bottom: 10px solid #e7e7e7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  content: '';
  height: 0;
  left: 25px;
  margin-left: -10px;
  position: absolute;
  width: 0; }

/* line 74, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content.bottom-offset::before, .popup-content.bottom-offset::after {
  display: none; }

/* line 80, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content ul {
  list-style-type: none; }

/* line 84, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content .popup-title {
  margin-bottom: 6px; }

/* line 88, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content .popup-title.first,
.popup-content .popup-title.first a {
  color: #141414;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.3px;
  line-height: 1.29; }

/* line 98, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content .popup-title.first .by,
.popup-content .popup-title.first .by a {
  color: #a6a8aa;
  font-family: Chivo;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal; }

/* line 107, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content .popup-title.first .by a {
  font-family: "Chivo Bold", sans-serif; }

/* line 111, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content .popup-body,
.popup-content .popup-body p,
.popup-content .popup-body strong {
  color: #141414;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  white-space: normal;
  letter-spacing: normal;
  word-break: break-word; }

/* line 124, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content .popup-body strong {
  display: block;
  font-family: "Chivo Bold", sans-serif;
  margin-bottom: 15px; }

/* line 130, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content-inside-column {
  top: 23px; }

/* line 133, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.popup-content-inside-column:after, .popup-content-inside-column:before {
  left: 0;
  margin: auto;
  right: 0; }

/* line 142, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.search-content .profile-popup .popup-content {
  opacity: 0; }

/* line 145, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.search-content .profile-popup .popup-content.hovered {
  opacity: 1; }

/* line 150, sass/components/page-elements/comments-popup/_table-pop-up.scss */
.red-comment-icon {
  color: #e3241a; }

@media (max-width: 1199px) {
  /* line 155, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-content {
    background-color: rgba(20, 20, 20, 0.6);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3; }
  /* line 167, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-content:before, .popup-content:after {
    content: none; }
  /* line 172, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-content .item-list {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    left: 50%;
    max-width: 416px;
    outline: 0;
    padding: 16px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    width: 100%; }
  /* line 186, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-content .modal-close-icon {
    position: absolute;
    right: 5px;
    top: 5px; }
  /* line 191, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-content .modal-close-icon:before {
    content: "'";
    display: inline-block;
    font-family: '4for4_icons';
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    color: #a6a8aa; }
  /* line 197, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-content .modal-close-icon:hover:before {
    cursor: pointer;
    opacity: .8; } }

@media (min-width: 992px) {
  /* line 205, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-title:not(.first) {
    top: 0; }
  /* line 208, sass/components/page-elements/comments-popup/_table-pop-up.scss */
  .popup-title:not(.first):before {
    content: "-";
    display: inline-block;
    font-family: '4for4_icons';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em; } }
