.faq_spis {
    list-style: none;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    color: #dedede;
    font-size: 16px;
    line-height: 22px;
}

.faq_spis li {
    text-align: left;
    margin-left: 25px;
    transition: all 0.2s;
    padding: 2px 8px;
    border-bottom: 1px dotted transparent;
}

.faq_spis li:hover {
    margin-left: 35px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    color: #266DD3;
    border-bottom: 1px dotted #266DD3;
    background: rgba(0, 0, 0, 0.5);
}
.faq_spis li::before {
    content: '►';
    color: #fff;
    padding-right: 8px;
    opacity: 0;
    transition: all 0.2s;
}

.faq_spis li:hover::before {
    opacity: 1;
}

.hr {
    border-color: #070C17;
}

span.sib {
    font-weight: 100;
    font-size: 12px;
}

.faq_box {
    width: 550px;
    margin: 0 auto;
}

.cnt_dbl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.cnt_ls {
    text-align: left;
    margin-left: 10px;
    flex: 1;
    white-space: nowrap;
    padding-right: 55px;
    font-weight: 100;
}

.cnt_rs {
    margin-left: 25px;
    margin-right: 10px;
    text-align: left;
    flex: 3;
    flex-grow: 3;
    color: #eaeaea;
    /* color: #266DD3; */
    font-weight: 100 !important;
    line-height: 24px;
    /* opacity: 0.95; */
    word-spacing: 4px;
    font-size: 14px;
}

b {
    /* text-shadow: 0 0 10px #000; */
    /* border-bottom: 1px dotted #000; */
    background: rgba(0, 0, 0, 0.2);
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 100;
}

.media_hr {
    visibility: hidden;
    border-color: #000;
}

.media_hr2, .nrm_hr {
    border-color: #000;
}

@media only screen and (max-width: 1287px) {
  .cnt_ls {
      text-align: center;
  }
  .media_hr {
      visibility: visible;
  }

  .cnt_double {
      flex-direction: column !important;
  }

  .cnt_double hr {
      width: 90%;
  }
}

.cnt_ls .inf p:nth-child(1)  {
    color: #fff;
    margin-bottom: -10px;
}

.cnt_ls .inf p:nth-child(2)  {
    color: #266DD3;
    margin-left: 10px;
}

.cnt_list li {
    margin: 1em 0;
}

.cnt_double {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cnt_el1 {
    flex: 1;
    padding: 0 20px;
    color: #eaeaea;
    font-weight: 100;
    font-size: 14px;
}

.cnt_tlt_p {
    font-weight: 900;
    font-size: 2em;
    color: #266DD3;
}

.cnt_tlt_p2 {
    font-weight: 900;
    font-size: 1.5em;
    color: #266DD3;
    line-height: 1.5em;
}

u, .inline_link {
    text-decoration: none;
    border-bottom: 1px dotted #266DD3;
}

.dashlist {
    text-align: left;
    list-style-position: outside;
}

.inline_link {
    color: #266DD3;
    padding: 3px 5px;
    font-weight: 900;
}

.inline_link:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #eaeaea;
    border-radius: 15px;
}

.pomiar_img {
    width: 550px;
}

.img_box_pomiar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
