/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
/*=============================
=            Misja            =
=============================*/
.about_m {
  position: relative;
  padding: 64px 0 185px;
  color: #fff;
  margin-top: 22px;
  z-index: 5;
}
body.yellow:not(.reader-mode) .about_m {
  color: var(--yellow);
  background-color: var(--black);
  margin-top: 0;
}
.about_m .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.yellow:not(.reader-mode) .about_m .bg {
  display: none;
}
.about_m .row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
}
.about_m .title_block {
  width: 31%;
  padding-left: 5.5%;
}
.about_m .t1 {
  font-weight: 900;
  font-size: 4.3125rem;
  line-height: 1;
}
.about_m .t2 {
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 0.8421052632;
}
.about_m .desc {
  width: 69%;
  font-weight: 300;
  padding-top: 42px;
}

@media screen and (max-width: 1024px) {
  .about_m {
    padding: 40px 0 75px;
  }
  .about_m .row {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .about_m .title_block {
    width: 100%;
    padding-left: 52px;
  }
  .about_m .t1 {
    font-size: 3rem;
  }
  .about_m .t2 {
    font-size: 1.875rem;
  }
  .about_m .desc {
    width: 100%;
    padding-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .about_m {
    padding: 42px 0 70px;
  }
  .about_m .title_block {
    padding-left: 32px;
  }
  .about_m .t1 {
    font-size: 2.25rem;
  }
  .about_m .t2 {
    font-size: 1.625rem;
  }
  .about_m .desc {
    padding-top: 44px;
    font-size: 0.875rem;
  }
}
body.yellow:not(.reader-mode) .about_file {
  color: var(--yellow);
  background-color: var(--black);
}

/*=====  End of Misja  ======*/
/*===================================
=            Wladze/dane            =
===================================*/
.about_wd {
  color: #1e273d;
  position: relative;
}
body.yellow:not(.reader-mode) .about_wd {
  color: var(--yellow);
  background-color: var(--black);
}
.about_wd .bg {
  position: absolute;
  left: 0;
  top: -115px;
  height: calc(100% + 115px);
  z-index: 1;
  opacity: 0.25;
}
body.yellow:not(.reader-mode) .about_wd .bg {
  display: none;
}
.about_wd .row {
  margin: 0 -28px;
  position: relative;
  z-index: 5;
}
.about_wd .all_block {
  padding: 0 28px;
}
.about_wd .block_title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.25rem;
  padding-bottom: 30px;
  overflow: hidden;
}
.about_wd .block_title span {
  position: relative;
  padding-right: 32px;
}
.about_wd .block_title span::after {
  content: "";
  width: 435px;
  height: 1px;
  left: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  background-color: #1e273d;
}
body.yellow:not(.reader-mode) .about_wd .block_title span::after {
  background-color: var(--yellow);
}
.about_wd .part_title {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 23px;
}
.about_wd .part_title.green {
  color: #06832F;
}
body.yellow:not(.reader-mode) .about_wd .part_title.green {
  color: var(--yellow);
}
.about_wd .block_cont {
  padding: 23px 10px 23px 35px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.about_wd .person {
  line-height: 2.5714285714;
}
.about_wd .name {
  font-weight: 500;
}
.about_wd .adres {
  font-weight: 700;
  padding: 7px 0;
}
.about_wd .phone {
  padding: 17px 0;
}
@media screen and (min-width: 1025px) {
  .about_wd a:hover {
    color: #06832F;
  }
}

.about_fast_cont_block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-top: 115px;
}
.about_fast_cont_block .title {
  color: #1e273d;
  font-size: 2.1875rem;
  line-height: 1.0285714286;
}
body.yellow:not(.reader-mode) .about_fast_cont_block .title {
  color: var(--yellow);
}
.about_fast_cont_block .t1 {
  font-weight: 300;
}
.about_fast_cont_block .t2 {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .about_wd {
    padding-bottom: 45px;
  }
  .about_wd .block_title {
    font-size: 1.875rem;
    padding-bottom: 10px;
  }
  .about_wd .block_title span::after {
    width: 100vw;
  }
  .about_wd .part_title {
    font-size: 1rem;
  }
  .about_wd .block_cont {
    padding: 18px 10px 23px 38px;
  }
  .about_wd .person {
    line-height: 2.1428571429;
  }
  .about_wd .bg {
    top: -30px;
    height: auto;
  }
  .about_wd .all_block_1 {
    padding-top: 35px;
  }
  .about_wd .all_block_2 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about_wd {
    padding-bottom: 45px;
  }
  .about_wd .block_title {
    font-size: 1.875rem;
    padding-bottom: 10px;
  }
  .about_wd .block_title span::after {
    width: 100vw;
  }
  .about_wd .part_title {
    font-size: 0.9375rem;
  }
  .about_wd .block_cont {
    padding: 18px 0px 0px 20px;
    font-size: 0.8125rem;
  }
  .about_wd .person {
    line-height: 2.1428571429;
  }
  .about_wd .bg {
    top: -30px;
    height: auto;
  }
  .about_wd .all_block_1 {
    padding-top: 35px;
  }
  .about_wd .all_block_2 {
    padding-top: 30px;
  }
}
/*=====  End of Wladze/dane  ======*/
/*======================================
=            Banner history            =
======================================*/
.about_hist {
  padding: 47px 0 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.yellow:not(.reader-mode) .about_hist {
  background: none !important;
  background-color: var(--black) !important;
}
.about_hist .cont_wrap {
  position: relative;
  padding-top: 45px;
  width: 67%;
}
.about_hist .title_2line {
  color: #fdf8e8;
}
body.yellow:not(.reader-mode) .about_hist .title_2line {
  color: var(--yellow);
}
.about_hist .map {
  width: 295px;
  opacity: 0.33;
  position: absolute;
  left: 43px;
  top: 0px;
  mix-blend-mode: soft-light;
}
.about_hist .btn_wrap {
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .about_hist {
    padding: 44px 0 42px;
  }
  .about_hist .cont_wrap {
    padding-top: 0;
    width: 455px;
    max-width: 100%;
  }
  .about_hist .map {
    width: 225px;
    left: 30px;
    top: -15px;
  }
  .about_hist .btn_wrap {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .about_hist {
    padding: 24px 0 27px;
  }
  .about_hist .cont_wrap {
    padding-top: 0;
    width: 230px;
  }
  .about_hist .title_2line {
    font-size: 1.25rem;
  }
  .about_hist .title_2line .t2 {
    font-size: 1.875rem;
    padding-left: 0;
  }
  .about_hist .map {
    width: 140px;
    left: 0;
    top: 100px;
  }
  .about_hist .btn_wrap {
    padding-top: 12px;
  }
  .about_hist .d_btn {
    width: 110px;
    height: 30px;
    font-size: 0.625rem;
  }
  .about_hist .d_btn .arrow {
    position: relative;
    left: 0;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -4px;
  }
}
/*=====  End of Banner history  ======*/
/*====================================
=            PDF download            =
====================================*/
.about_file {
  padding: 40px 0 75px;
}
.about_file .single_pc_files {
  padding: 16px 0 34px;
  border-bottom: 1px solid #1e273d;
}
body.yellow:not(.reader-mode) .about_file .single_pc_files {
  border-color: var(--yellow);
}
.about_file .single_pc_files:first-child {
  border-top: 1px solid #1e273d;
}
body.yellow:not(.reader-mode) .about_file .single_pc_files:first-child {
  border-color: var(--yellow);
}
.about_file .single_pc_files .single_file {
  padding-right: 30px;
}
.about_file .group_t {
  font-weight: bold;
  font-size: 1.875rem;
  color: #1e273d;
  text-transform: uppercase;
  padding-bottom: 35px;
}
body.yellow:not(.reader-mode) .about_file .group_t {
  color: var(--yellow);
}

@media screen and (max-width: 1024px) {
  .about_file {
    padding-bottom: 35px;
  }
  .about_file .group_t {
    padding-bottom: 18px;
  }
  .about_file .single_pc_files .single_file {
    width: 100%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about_file {
    padding-bottom: 35px;
  }
  .about_file .group_t {
    padding-bottom: 18px;
  }
  .about_file .single_pc_files .single_file {
    width: 100%;
    font-size: 0.875rem;
  }
}
/*=====  End of PDF download  ======*/
/*==================================
=            Komunikaty            =
==================================*/
.about_kom .block_title {
  padding: 0 28px;
}
.about_kom .block_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 6px;
  background-color: #fff;
}
.about_kom .block_title span::after {
  width: 100vw;
}

.about_kom_wrap::after {
  clear: both;
  content: "";
  display: table;
}
.about_kom_wrap .text_format {
  padding: 15px 28px;
}
.about_kom_wrap .banner_img {
  padding: 15px 28px;
}
.about_kom_wrap .banner_img img {
  width: 100%;
  display: block;
  height: auto;
}

@media screen and (max-width: 767px) {
  .about_kom {
    padding-bottom: 0;
  }
  .about_kom_wrap .text_format {
    padding: 5px 28px;
  }
  .about_kom_wrap .banner_img {
    padding: 5px 28px;
  }
}
/*=====  End of Komunikaty  ======*//*# sourceMappingURL=about.css.map */