/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
.history_top_block {
  padding: 35px 0 26px;
}
.history_top_block .desc {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  color: #1e273d;
  font-weight: 500;
  padding-top: 35px;
}
body.yellow:not(.reader-mode) .history_top_block .desc {
  color: var(--yellow);
}

body.yellow:not(.reader-mode) .history_cont {
  background-color: var(--black);
}
.history_cont .row {
  margin: 0 -35px;
}

.history_cont_all {
  position: relative;
  padding-top: 20px;
}
.history_cont_all::before {
  content: "";
  width: 495px;
  max-width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #434343;
}
.history_cont_all::after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: linear-gradient(to , #434343 90%, rgba(67, 67, 67, 0) 100%);
}

.history_cont_single {
  width: 50%;
  padding: 25px 35px;
  z-index: 5;
}
.history_cont_single:nth-child(2) {
  margin-top: 70px;
}
.history_cont_single.move_top {
  transform: translateY(-20px);
}
.history_cont_single.move_bot {
  transform: translateY(20px);
}
.history_cont_single .wrap {
  position: relative;
}
.history_cont_single .top {
  line-height: 23px;
  background-image: url("../img/history_ar_l.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 15px 50px 9px 17px;
  position: relative;
  z-index: 2;
  min-height: 40px;
}
.history_cont_single .data {
  font-weight: 700;
  font-size: 1.625rem;
}
.history_cont_single .circle_data {
  font-weight: 700;
  font-size: 1.375rem;
  position: absolute;
  right: -63px;
  width: 56px;
  height: 56px;
  background: #fff;
  z-index: 5;
  border: 1px solid;
  border-radius: 50%;
  padding-top: 16px;
  text-align: center;
  top: 0px;
  bottom: 0;
  margin: auto;
}
body.yellow:not(.reader-mode) .history_cont_single .circle_data {
  background: var(--yellow);
}
.history_cont_single .tytul {
  font-weight: 500;
  font-size: 1.5rem;
  padding-left: 15px;
}
.history_cont_single .text_format {
  padding: 16px 20px 17px 0;
  position: relative;
  z-index: 2;
}
.history_cont_single .text_format strong {
  font-weight: 500;
}
.history_cont_single .img_wrap {
  padding-top: 20px;
}
.history_cont_single .img {
  width: 100%;
}
.history_cont_single .bg {
  position: absolute;
  bottom: -25px;
  transform: scale(-1, 1);
  left: -100px;
}
.history_cont_single .c_tytul {
  font-size: 1.625rem;
  font-weight: bold;
  color: #b3b3ab;
}
.history_cont_single.current .top {
  background-image: url("../img/history_ar_cl.png");
}
.history_cont_single.right .circle_data {
  right: auto;
  left: -63px;
}
.history_cont_single.right .top {
  background-image: url("../img/history_ar_r.png");
  background-position: left;
  padding-right: 0px;
  padding-left: 50px;
}
.history_cont_single.right .text_format {
  padding-left: 20px;
}
.history_cont_single.right .bg {
  transform: scale(1, 1);
  left: auto;
  right: -100px;
}
.history_cont_single.right .c_tytul {
  color: #fdf8e8;
}
.history_cont_single.right.current .top {
  background-image: url("../img/history_ar_cr.png");
}

@media screen and (max-width: 1024px) {
  .history_top_block {
    padding: 16px 0 63px;
  }
  .history_top_block .desc {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 35px;
  }
  .history_top_block .desc br {
    display: none;
  }
  .history_cont .row {
    margin: 0 -10px;
  }
  .history_cont_all {
    padding-top: 5px;
  }
  .history_cont_single {
    width: 50%;
    padding: 22px 10px;
  }
  .history_cont_single:nth-child(2) {
    margin-top: 55px;
  }
  .history_cont_single .top {
    background-image: url("../img/history_ar_l_sm.png");
    padding: 11px 20px 11px 0;
    width: calc(100% - 20px);
  }
  .history_cont_single .data {
    font-size: 1.25rem;
  }
  .history_cont_single .circle_data {
    font-size: 1.125rem;
    right: -53px;
    width: 46px;
    height: 46px;
    padding-top: 11px;
  }
  .history_cont_single .tytul {
    font-size: 1.25rem;
    padding-left: 0px;
  }
  .history_cont_single .text_format {
    padding: 9px 30px 14px 0;
  }
  .history_cont_single .img_wrap {
    padding-right: 30px;
  }
  .history_cont_single.right .top {
    background-image: url("../img/history_ar_r_sm.png");
    background-position: left;
    padding-right: 0px;
    padding-left: 30px;
    margin-left: 20px;
  }
  .history_cont_single.right .circle_data {
    right: auto;
    left: -53px;
  }
  .history_cont_single.right .text_format {
    padding-left: 30px;
  }
  .history_cont_single.right .img_wrap {
    padding-right: 0px;
    padding-left: 30px;
  }
  .history_cont_single_current {
    position: relative;
    margin-top: -23px;
  }
  .history_cont_single_current .top {
    line-height: 23px;
    background-image: url("../img/history_ar_c_sm.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
    padding: 17px 0px 15px 10%;
    position: relative;
    z-index: 2;
  }
  .history_cont_single_current .c_tytul {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fdf8e8;
  }
  .history_cont_single_current .text_format {
    padding: 16px 20px 37px 0;
    position: relative;
    z-index: 2;
    width: 50%;
  }
  .history_cont_single_current .text_format strong {
    font-weight: 500;
  }
  .history_cont_single_current .img {
    width: 100%;
  }
  .history_cont_single_current .bg {
    position: absolute;
    right: -50px;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .history_top_block {
    padding: 0px 0 30px;
  }
  .history_top_block .desc {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #434343;
    padding-top: 20px;
  }
  .history_top_block .desc br {
    display: none;
  }
  .history_cont {
    overflow: hidden;
  }
  .history_cont .row {
    margin: 0px;
  }
  .history_cont_all {
    position: relative;
    padding-top: 10px;
  }
  .history_cont_all::before {
    width: 50%;
    left: auto;
    background-color: #434343;
  }
  .history_cont_all::after {
    height: calc(100% - 250px);
    left: auto;
    background: linear-gradient(to , #434343 90%, rgba(67, 67, 67, 0) 100%);
  }
  .history_cont_single {
    width: 100%;
    padding: 10px 20px 10px 0;
  }
  .history_cont_single:nth-child(2) {
    margin-top: 0px;
  }
  .history_cont_single .top {
    background-image: url("../img/history_ar_l_sm.png");
    padding: 11px 20px 11px 0;
    width: calc(100% - 10px);
  }
  .history_cont_single .data {
    font-size: 0.9375rem;
  }
  .history_cont_single .circle_data {
    font-size: 1rem;
    right: -50px;
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
  .history_cont_single .tytul {
    font-size: 0.9375rem;
    padding-left: 0px;
  }
  .history_cont_single .text_format {
    padding: 10px 10px 10px 0;
  }
  .history_cont_single .img_wrap {
    padding-top: 6px;
    padding-right: 0px;
  }
  .history_cont_single .c_tytul {
    font-size: 1.25rem;
  }
  .history_cont_single .bg {
    right: -105px;
    bottom: -75px;
  }
  .history_cont_single:nth-child(2n) .top {
    background-image: url("../img/history_ar_r_xs.png");
  }
  .history_cont_single.current .top {
    background-image: url("../img/history_ar_c_xs.png");
    text-align: center;
    padding: 20px 15px 16px;
    margin-left: 0;
  }
  .history_cont_single.current .circle_data {
    left: auto;
    right: -50px;
  }
  .history_cont_single.current .wrap {
    padding-bottom: 118px;
  }
}/*# sourceMappingURL=historia.css.map */