/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
/*==============================
=            Banner            =
==============================*/
.hp_banner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.hp_banner .container {
  padding: 65px 100px 0 100px;
  display: flex;
}
@media screen and (max-width: 1599px) {
  .hp_banner .container {
    padding: 50px 50px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .hp_banner .container {
    padding: 0;
    flex-direction: column;
  }
}

.hp_banner_top {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hp_banner_top_wrap {
  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;
  padding-bottom: 15px;
}

.hp_banner_top_left {
  padding-top: 42px;
  width: 27%;
  padding-right: 20px;
}
.hp_banner_top_left .t1 {
  font-size: 3rem;
  color: #06832f;
  line-height: 1;
}
.hp_banner_top_left .t2 {
  font-size: 4.125rem;
  font-weight: 700;
  color: #06832f;
  line-height: 0.9;
}
.hp_banner_top_left .link_wrap {
  padding-top: 17px;
}
.hp_banner_top_left .link {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  font-size: 0.8125rem;
  color: #1e273d;
}
.hp_banner_top_left .link::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1e273d;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .hp_banner_top_left .link:hover::before {
    width: 100%;
    background-color: #8ECC09;
  }
}

.hp_banner_top_center {
  padding-top: 42px;
  width: 28%;
}
.hp_banner_top_center img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.hp_banner_top_right {
  width: 45%;
  padding-left: 20px;
  padding-top: 55px;
}

.hp_banner_top_right_point {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 10px;
}
.hp_banner_top_right_point .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #8ecc09;
}
.hp_banner_top_right_point .icon img {
  max-width: 24px;
  max-height: 22px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hp_banner_top_right_point .desc {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e273d;
  text-transform: uppercase;
  padding-left: 25px;
  width: calc(100% - 40px);
}
.hp_banner_top_right_point:nth-child(3n+2) .icon {
  background-color: #1e273d;
}
.hp_banner_top_right_point:nth-child(3n) .icon {
  background-color: #09815f;
}

@media screen and (min-width: 1025px) {
  .hp_banner_top_part .hp_banner_el {
    height: calc(100vh - 243px);
    min-height: 500px;
  }
}
.hp_banner_el {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.hp_banner_el .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: rgba(30, 39, 61, 0.9);
}
.hp_banner_el .content {
  color: #fff;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out 0s;
  padding: 55px 70px 40px 80px;
  width: 100%;
  height: 100%;
}
.hp_banner_el .title {
  position: relative;
}
.hp_banner_el .title .t1 {
  font-size: 3rem;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
}
.hp_banner_el .title .t2 {
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 0.92;
  transition: all 0.3s ease-in-out 0s;
}
.hp_banner_el .map {
  width: 284px;
  opacity: 0.08;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
  left: -80px;
  top: -10px;
  pointer-events: none;
}
.hp_banner_el .desc {
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  width: 490px;
  max-width: 100%;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  max-width: calc(50vw - 250px);
  display: none;
}
.hp_banner_el .link_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .hp_banner_el .link_wrap {
    display: none;
  }
}
.hp_banner_el .link {
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 4px;
  position: relative;
  opacity: 1;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 1024px) {
  .hp_banner_el .link {
    flex-shrink: 0;
  }
}
.hp_banner_el .link::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1e273d;
  transition: opacity 0.4s ease-in-out 0s;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hp_banner_el .link svg,
.hp_banner_el .link img {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media screen and (min-width: 1025px) {
  .hp_banner_el .link:hover::before {
    opacity: 1;
  }
}
.hp_banner_el.right .link::before {
  background-color: #3ba020;
}
.hp_banner_el.active .link {
  opacity: 1;
  transform: translateY(0px);
}
.hp_banner_el.active .link:nth-child(2) {
  transition: all 0.3s ease-in-out 0.1s;
}
.hp_banner_el.active .link:nth-child(3) {
  transition: all 0.3s ease-in-out 0.2s;
}
.hp_banner_el.active .link:nth-child(4) {
  transition: all 0.3s ease-in-out 0.3s;
}
.hp_banner_el.active .link:nth-child(5) {
  transition: all 0.3s ease-in-out 0.4s;
}
.hp_banner_el.active .link:nth-child(6) {
  transition: all 0.3s ease-in-out 0.5s;
}
.hp_banner_el.active .link:nth-child(7) {
  transition: all 0.3s ease-in-out 0.6s;
}
.hp_banner_el.active .link:nth-child(8) {
  transition: all 0.3s ease-in-out 0.7s;
}
.hp_banner_el.active .link:nth-child(9) {
  transition: all 0.3s ease-in-out 0.8s;
}
.hp_banner_el.active .link:nth-child(10) {
  transition: all 0.3s ease-in-out 0.9s;
}
.hp_banner_el.inactive {
  width: 300px;
}
.hp_banner_el.inactive .content {
  padding: 0 50px 14vh;
}
.hp_banner_el.inactive .title .t1 {
  font-size: 1.6875rem;
}
.hp_banner_el.inactive .title .t2 {
  font-size: 2.3125rem;
}
.hp_banner_el.inactive .map {
  width: 145px;
  left: -10px;
  top: -30px;
}
.hp_banner_el.inactive .desc {
  opacity: 0;
}

.hp_banner_scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  font-weight: 300;
  font-size: 0.6875rem;
  text-align: center;
  width: 150px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
}
.hp_banner_scroll .text {
  position: relative;
  padding-bottom: 20px;
}
.hp_banner_scroll .text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media screen and (max-width: 1599px) {
  .hp_banner_el .content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hp_banner_top_left {
    width: 35%;
  }
  .hp_banner_top_right {
    width: 38%;
  }
  .hp_banner_top_right .desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1399px) {
  .hp_banner_el .title .t1 {
    font-size: 2.375rem;
  }
  .hp_banner_el .title .t2 {
    font-size: 2.8125rem;
  }
  .hp_banner_el .desc {
    font-size: 1rem;
  }
  .hp_banner_el .link {
    width: 85px;
    font-size: 0.6875rem;
  }
  .hp_banner_el .link::before {
    width: 85px;
    height: 85px;
  }
  .hp_banner_el .link img,
  .hp_banner_el .link svg {
    width: 40px;
    height: 40px;
  }
  .hp_banner_top_left .t1 {
    font-size: 2.5rem;
  }
  .hp_banner_top_left .t2 {
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 1199px) {
  .hp_banner_el .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hp_banner_el .link {
    width: 60px;
    font-size: 0.625rem;
    margin: 0;
  }
  .hp_banner_el .link::before {
    width: 70px;
    height: 70px;
  }
  .hp_banner_el .link img,
  .hp_banner_el .link svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .hp_banner {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .hp_banner_el {
    width: 100%;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .hp_banner_el .content {
    padding: 20px 50px;
    width: 100%;
  }
  .hp_banner_el .map {
    width: 285px;
    display: none;
  }
  .hp_banner_el .title {
    max-width: 100%;
  }
  .hp_banner_el .all_cont {
    position: unset;
  }
  .hp_banner_el .desc {
    width: 415px;
    max-width: 100% !important;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 1;
  }
  .hp_banner_el .link_wrap {
    padding: 0 !important;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 0;
    display: flex;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
  }
  .hp_banner_el .link {
    font-size: 0.8125rem;
    margin: 4px;
    width: 102px;
    height: 102px;
    font-size: 0.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hp_banner_el .link::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
    opacity: 1;
    background-color: rgba(30, 39, 61, 0.3);
    border: 1px solid rgba(30, 39, 61, 0.4);
  }
  .hp_banner_el .link svg {
    width: 26px;
    height: 26px;
  }
  .hp_banner_el .d_btn {
    width: 160px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .hp_banner_el .d_btn_open {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-right: 15px;
  }
  .hp_banner_el.right .link::before {
    background-color: rgba(59, 160, 32, 0.15);
    border: 1px solid rgba(59, 160, 32, 0.25);
  }
  .hp_banner_el.active {
    width: 100%;
  }
  .hp_banner_el.active .d_btn_open {
    opacity: 0;
    pointer-events: none;
  }
  .hp_banner_el.active .desc {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
  }
  .hp_banner_el.active .link_wrap {
    pointer-events: all;
    opacity: 1;
  }
  .hp_banner_el.active .title {
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
  }
  .hp_banner_top_wrap {
    padding-bottom: 40px;
  }
  .hp_banner_top_left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hp_banner_el .content {
    padding: 20px;
  }
  .hp_banner_el .map {
    width: 143px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hp_banner_el .title {
    width: auto;
    opacity: 1;
    transition: all 0.3s ease-in-out 0.2s;
  }
  .hp_banner_el .title .t1 {
    font-size: 1.625rem;
  }
  .hp_banner_el .title .t2 {
    font-size: 2.25rem;
  }
  .hp_banner_el .d_btn_open {
    right: 0;
    display: block;
    width: 110px;
    font-size: 0.75rem;
    margin-right: 0;
    height: 30px;
  }
  .hp_banner_el .all_cont {
    position: unset;
  }
  .hp_banner_el .link_wrap {
    left: 0;
    right: 0;
    margin: auto;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .hp_banner_el .link {
    width: 75px;
    height: 75px;
    font-size: 0.5625rem;
    margin: 4px;
  }
  .hp_banner_el .link::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
  }
  .hp_banner_el .link svg {
    width: 26px;
    height: 26px;
  }
  .hp_banner_el .d_btn_close_wrap {
    display: none;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    pointer-events: none;
    padding-top: 15px;
  }
  .hp_banner_el .d_btn_close .arrow {
    left: auto;
    right: calc(100% + 20px);
    transform: rotate(180deg);
  }
  .hp_banner_el.active .title {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
  }
  .hp_banner_el.active .d_btn_close_wrap {
    opacity: 1;
    transition: all 0.3s ease-in-out 0.4s;
    pointer-events: auto;
  }
  .hp_banner_top {
    background-position: 75% center;
  }
  .hp_banner_top_wrap {
    display: block;
    padding-bottom: 5px;
  }
  .hp_banner_top_left {
    width: 100%;
    padding-left: 22%;
  }
  .hp_banner_top_left .t1 {
    font-size: 1.625rem;
  }
  .hp_banner_top_left .t2 {
    font-size: 2.25rem;
  }
  .hp_banner_top_left .link {
    font-size: 0.75rem;
  }
  .hp_banner_top_center {
    width: 100%;
    padding-top: 0;
  }
  .hp_banner_top_center img {
    width: 200px;
    margin-right: 0;
  }
}
/*=====  End of Banner  ======*/
/*=================================
=            Last post            =
=================================*/
.hp_block1 .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}

.hpb_news {
  width: 50%;
  padding-top: 66px;
}

.hpb_news_title .t1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: #3ba020;
  position: relative;
  z-index: 5;
}
.hpb_news_title .d_btn {
  left: -45px;
  margin-right: -45px;
  vertical-align: middle;
}

.hpb_news_wrap {
  padding-left: 55px;
  padding-top: 35px;
  width: 530px;
  max-width: 100%;
}

.hpb_news_single {
  padding-bottom: 5px;
}
.hpb_news_single .date {
  font-weight: 200;
  font-size: 0.8125rem;
  color: #434343;
}
body.yellow:not(.reader-mode) .hpb_news_single .date {
  color: var(--yellow);
}
.hpb_news_single .title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  color: #1e273d;
  padding-top: 7px;
}
body.yellow:not(.reader-mode) .hpb_news_single .title {
  color: var(--yellow);
}
.hpb_news_single .desc {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  color: #434343;
  font-weight: 400;
  padding: 32px 0 43px;
}
body.yellow:not(.reader-mode) .hpb_news_single .desc {
  color: var(--yellow);
}
.hpb_news_single .link {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  color: #1e273d;
}
.hpb_news_single .link::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1e273d;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .hpb_news_single .link:hover::before {
    width: 100%;
    background-color: #8ECC09;
  }
}
body.yellow:not(.reader-mode) .hpb_news_single .link {
  color: var(--yellow);
}

.hpb_news_nav {
  text-align: right;
  width: 530px;
  max-width: 100%;
  margin-top: -35px;
}
.hpb_news_nav .arrows_wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.hpb_news_nav .arrows_wrap::before {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #989898;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  margin: auto;
  transform: rotate(15deg);
}
body.yellow:not(.reader-mode) .hpb_news_nav .arrows_wrap::before {
  background-color: var(--yellow);
}
.hpb_news_nav .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  height: 25px;
}
.hpb_news_nav .slick-arrow svg {
  width: 12px;
  height: 5px;
  fill: #989898;
}
body.yellow:not(.reader-mode) .hpb_news_nav .slick-arrow svg {
  fill: var(--yellow);
}
.hpb_news_nav .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}
.hpb_news_nav .nr_wrap {
  display: inline-block;
  vertical-align: middle;
  color: #989898;
  position: relative;
  font-size: 0.875rem;
}
.hpb_news_nav .nr_wrap::before {
  content: "";
  width: 2px;
  height: 26px;
  background-color: #989898;
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  margin: auto;
  transform: rotate(15deg);
}
body.yellow:not(.reader-mode) .hpb_news_nav .nr_wrap::before {
  background-color: var(--yellow);
}
.hpb_news_nav .nr_wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 3px;
}
body.yellow:not(.reader-mode) .hpb_news_nav .nr_wrap span {
  color: var(--yellow);
}
.hpb_news_nav .nr_wrap .all {
  padding-top: 20px;
}
.hpb_news_nav .nr_wrap .nr {
  padding-bottom: 4px;
  min-width: 11px;
  color: #06832F;
}

@media screen and (max-width: 1320px) {
  .hpb_news_title::after {
    clear: both;
    content: "";
    display: table;
  }
  .hpb_news_title .d_btn {
    float: right;
    left: 0;
    top: -20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hpb_news {
    box-ordinal-group: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6;
    width: 100%;
    padding-top: 50px;
  }
  .hpb_news_title::after {
    clear: both;
    content: "";
    display: table;
  }
  .hpb_news_title .d_btn {
    float: none;
    left: -48px;
    top: 0px;
    width: 210px;
    margin-right: 0;
  }
  .hpb_news_title .t1 {
    font-size: 3rem;
  }
  .hpb_news_single .title {
    font-size: 1rem;
  }
  .hpb_news_single .desc {
    font-size: 0.875rem;
  }
  .hpb_news_wrap {
    padding-left: 50px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hpb_news {
    padding-top: 63px;
  }
  .hpb_news_title::after {
    clear: both;
    content: "";
    display: table;
  }
  .hpb_news_title .d_btn {
    float: none;
    left: -24px;
    top: 6px;
    width: 170px;
    margin-right: -30px;
    font-size: 0.625rem;
    padding-right: 20px;
    height: 35px;
  }
  .hpb_news_title .t1 {
    font-size: 1.625rem;
  }
  .hpb_news_wrap {
    padding-left: 10px;
  }
  .hpb_news_single .date {
    font-size: 0.6875rem;
  }
  .hpb_news_single .title {
    font-size: 0.9375rem;
  }
  .hpb_news_single .desc {
    padding: 17px 0 30px;
  }
  .hpb_news_single link {
    font-size: 0.75rem;
  }
}
/*=====  End of Last post  ======*/
/*=====================================
=            Contact block            =
=====================================*/
.hpb_cont {
  position: relative;
  width: 50%;
  padding-top: 65px;
  padding-left: 40px;
}
.hpb_cont::after {
  clear: both;
  content: "";
  display: table;
}

.hpb_cont_bg {
  position: absolute;
  right: -100px;
  top: 0;
  width: calc(100% + 100px);
  height: 100%;
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: -1;
  min-height: 600px;
}
body.yellow:not(.reader-mode) .hpb_cont_bg {
  border: 1px solid var(--yellow);
}

.hpb_cont_blue {
  position: relative;
  width: 530px;
  float: right;
  max-width: 100%;
}
body.yellow:not(.reader-mode) .hpb_cont_blue {
  background-color: var(--black);
  color: var(--yellow);
  border-color: var(--yellow);
}
.hpb_cont_blue .bg {
  background-color: #1e273d;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hpb_cont_blue .cont {
  position: relative;
  padding: 37px 40px 40px;
  text-align: center;
}
body.yellow:not(.reader-mode) .hpb_cont_blue .cont {
  border: 1px solid var(--yellow);
}
body.white:not(.reader-mode) .hpb_cont_blue .cont {
  background-color: var(--white);
}
.hpb_cont_blue .title {
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
.hpb_cont_blue .t1 {
  color: #8ECC09;
}
body.yellow:not(.reader-mode) .hpb_cont_blue .t1 {
  color: var(--yellow);
}
.hpb_cont_blue .t2 {
  font-weight: bold;
  color: #fff;
}
body.yellow:not(.reader-mode) .hpb_cont_blue .t2 {
  color: var(--yellow);
}
.hpb_cont_blue .btn_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  padding-top: 34px;
}
.hpb_cont_blue .btn_wrap svg {
  fill: #fff;
  width: 23px;
  height: 21px;
  display: inline-block;
}
.hpb_cont_blue .btn_col {
  width: 50%;
  padding-right: 5px;
}
.hpb_cont_blue .btn_col::after {
  clear: both;
  content: "";
  display: table;
}
.hpb_cont_blue .btn_col.right {
  padding-right: 0;
  padding-left: 5px;
}
.hpb_cont_blue .btn_col.right .d_btn {
  float: right;
}
body.yellow:not(.reader-mode) .hpb_cont_blue .btn_col.right .d_btn {
  background-color: var(--black);
  color: var(--yellow);
  border-color: var(--yellow);
}
.hpb_cont_blue .d_btn {
  margin-top: 16px;
  display: block;
  width: 205px;
}
body.yellow:not(.reader-mode) .hpb_cont_blue .d_btn {
  color: var(--yellow);
  border-color: var(--yellow);
  background-color: var(--black);
}
body.white:not(.reader-mode) .hpb_cont_blue .d_btn {
  background-color: var(--white) !important;
}
@media screen and (min-width: 1025px) {
  body.white:not(.reader-mode) .hpb_cont_blue .d_btn:hover {
    color: black !important;
    border-color: black !important;
  }
}

.hpb_cont_green {
  position: relative;
  float: right;
  max-width: 100%;
  color: #fff;
  display: block;
}
.hpb_cont_green .bg {
  background-color: #3ba020;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body.white:not(.reader-mode) .hpb_cont_green .bg {
  background-color: var(--white);
}
.hpb_cont_green .cont {
  position: relative;
  padding: 26px 40px 21px;
  line-height: 0.85;
}
body.yellow:not(.reader-mode) .hpb_cont_green .cont {
  border: 1px solid var(--yellow);
}
.hpb_cont_green .t1 {
  font-weight: bold;
  font-size: 3.5rem;
}
.hpb_cont_green .t2 {
  font-size: 1.3125rem;
}

@media screen and (max-width: 1024px) {
  .hpb_cont {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    width: 100%;
    padding-left: 0;
  }
  .hpb_cont_bg {
    right: -50px;
    top: -30px;
    width: calc(100% + 50px);
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .hpb_cont {
    padding-top: 30px;
    right: -20px;
  }
  .hpb_cont_blue .title {
    font-size: 1.25rem;
  }
  .hpb_cont_blue .cont {
    padding: 22px 20px 25px;
  }
  .hpb_cont_blue .btn_wrap svg {
    width: 18px;
    height: 15px;
    fill: #8ECC09;
  }
  .hpb_cont_blue .btn_col {
    padding-right: 15px;
  }
  .hpb_cont_blue .btn_col.right {
    padding-right: 0;
    padding-left: 15px;
  }
  .hpb_cont_blue .btn_col.right .d_btn {
    float: left;
  }
  .hpb_cont_blue .d_btn {
    width: 95px;
    float: right;
    height: 30px;
    margin-top: 0;
  }
  .hpb_cont_bg {
    right: -30px;
    top: -25px;
    width: calc(100% + 100px);
    min-height: 320px;
  }
  .hpb_cont_green .cont {
    padding: 16px 30px 13px;
  }
  .hpb_cont_green .t1 {
    font-size: 1.875rem;
  }
  .hpb_cont_green .t2 {
    font-size: 1.25rem;
  }
}
/*=====  End of Contact block  ======*/
/*==============================
=            Kredyt            =
==============================*/
.hp_kalk {
  min-height: 500px;
  background-size: 100% 100%;
  padding-bottom: 170px;
  background-position: center;
  background-image: url("../img/home/hp_kalk_bg_r.png");
  position: relative;
  z-index: 3;
}
.hp_kalk .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}

.hp_kalk_l {
  color: #fff;
  padding-top: 200px;
  padding-left: 9%;
  width: 30%;
}
.hp_kalk_l .t1 {
  font-weight: 900;
  font-size: 4.25rem;
  line-height: 1;
}
.hp_kalk_l .t2 {
  font-size: 2.375rem;
  line-height: 0.8421052632;
}

.hp_kalk_r {
  width: 70%;
  padding-top: 153px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}
.hp_kalk_r .sliders_wrap {
  width: 400px;
}
.hp_kalk_r .result_wrap {
  width: calc(100% - 400px);
  padding-right: 5%;
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.hp_kalk_r .d_btn {
  height: 50px;
  width: 245px;
  background-color: #1e273d;
  border-color: #1e273d;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 25px;
  box-shadow: -2px 2px 5px #4B4B4B;
}
@media screen and (min-width: 1025px) {
  .hp_kalk_r .d_btn:hover {
    color: #1e273d;
    background-color: #fff;
    border-color: #fff;
  }
  body.yellow:not(.reader-mode) .hp_kalk_r .d_btn:hover {
    color: var(--yellow);
    background-color: var(--black);
    border-color: var(--yellow);
  }
}
body.yellow:not(.reader-mode) .hp_kalk_r .d_btn {
  color: var(--yellow);
  background-color: var(--black);
  border-color: var(--yellow);
}

.hp_kalk_slider_wrap {
  color: #fefefe;
  width: 100%;
  padding: 22px 0;
}
.hp_kalk_slider_wrap .center {
  position: relative;
}
.hp_kalk_slider_wrap .slider {
  width: 100%;
  height: 7px;
  background-color: #1e273d;
  position: relative;
  cursor: pointer;
}
.hp_kalk_slider_wrap .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url("../img/home/slide_bar.jpg");
}
.hp_kalk_slider_wrap .ui-slider-handle {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 50%;
  top: -5px;
  margin-left: -8px;
  cursor: pointer;
  position: absolute;
  z-index: 5;
}
.hp_kalk_slider_wrap .center_line {
  position: relative;
  margin: auto;
  width: calc(100% - 8px);
}
.hp_kalk_slider_wrap .center_line .point {
  position: absolute;
  height: 4px;
  width: 1px;
  top: 0;
  background-color: #1e273d;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(1) {
  left: 0%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(2) {
  left: 10%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(3) {
  left: 20%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(4) {
  left: 30%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(5) {
  left: 40%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(6) {
  left: 50%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(7) {
  left: 60%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(8) {
  left: 70%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(9) {
  left: 80%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(10) {
  left: 90%;
}
.hp_kalk_slider_wrap .center_line .point:nth-child(11) {
  left: 100%;
}
.hp_kalk_slider_wrap .top {
  padding-bottom: 9px;
}
.hp_kalk_slider_wrap .top::after {
  clear: both;
  content: "";
  display: table;
}
.hp_kalk_slider_wrap .title {
  float: left;
  font-size: 1.1875rem;
}
.hp_kalk_slider_wrap .price {
  font-size: 1.5rem;
  font-weight: 400;
  float: right;
}
.hp_kalk_slider_wrap .bot {
  font-size: 0.6875rem;
  padding-top: 7px;
}
.hp_kalk_slider_wrap .bot::after {
  clear: both;
  content: "";
  display: table;
}
.hp_kalk_slider_wrap .min {
  float: left;
}
.hp_kalk_slider_wrap .max {
  float: right;
}

.hp_kalk_r_result_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #fff;
  padding-bottom: 40px;
}
.hp_kalk_r_result_wrap .text {
  font-size: 1.4375rem;
  line-height: 0.8695652174;
  text-align: right;
  padding-right: 28px;
  padding-top: 30px;
}
.hp_kalk_r_result_wrap .text .t1 {
  font-weight: 700;
}

.hp_kalk_r_result {
  border: 2px solid #8ECC09;
  text-align: center;
  min-width: 210px;
  margin: 0;
  position: relative;
}
.hp_kalk_r_result legend {
  font-weight: 500;
  font-size: 2.9375rem;
  text-align: center;
  text-shadow: -2px 2px 5px #4B4B4B;
  line-height: 1;
  padding: 0 17px;
}
.hp_kalk_r_result legend span {
  font-size: 4.25rem;
  font-weight: 900;
}
.hp_kalk_r_result legend sup {
  font-size: 2.5rem;
}
.hp_kalk_r_result .cont {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.25;
}

.hp_kalk_desc {
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.3;
  padding: 20px 0 0;
  color: #013412;
}

.hp_kalk_r_result_wrap_rrso {
  text-align: right;
  position: absolute;
  right: -5px;
  bottom: -23px;
  font-size: 0.625rem;
  cursor: pointer;
}
.hp_kalk_r_result_wrap_rrso.hover .tooltip_hover .tooltip_info {
  opacity: 1;
  transform: translateY(0px);
}
.hp_kalk_r_result_wrap_rrso .tooltip_hover {
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 1025px) {
  .hp_kalk_r_result_wrap_rrso .tooltip_hover:hover .tooltip_info {
    opacity: 1;
    transform: translateY(0px);
  }
}
.hp_kalk_r_result_wrap_rrso .tooltip_info {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  z-index: 20;
  background: white;
  color: #434343;
  border-radius: 5px;
  border: 1px solid #06832F;
  padding: 15px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  transform: translateY(10px);
  pointer-events: none;
  line-height: 1.4;
}
.hp_kalk_r_result_wrap_rrso .tooltip_info::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  bottom: -8px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #06832F;
  border-bottom: 1px solid #06832F;
  transform: rotate(45deg);
}
.hp_kalk_r_result_wrap_rrso .el_val {
  font-size: 0.75rem;
  font-weight: 600;
}

@media screen and (max-width: 1800px) {
  .hp_kalk {
    background-size: 110% 100%;
  }
  .hp_kalk_l {
    width: 23%;
    padding-left: 4%;
  }
  .hp_kalk_r {
    width: 77%;
  }
}
@media screen and (max-width: 1600px) {
  .hp_kalk {
    background-size: 120% 100%;
  }
  .hp_kalk_l {
    padding-left: 2%;
  }
  .hp_kalk_r .result_wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 1500px) {
  .hp_kalk {
    background-size: 123% 100%;
  }
  .hp_kalk_l {
    width: 19%;
    padding-left: 1%;
  }
  .hp_kalk_l .t1 {
    font-size: 3.625rem;
  }
  .hp_kalk_l .t2 {
    font-size: 1.75rem;
  }
  .hp_kalk_r {
    width: 81%;
  }
  .hp_kalk_r_result_wrap .text {
    font-size: 1.125rem;
    padding-right: 15px;
    padding-top: 25px;
  }
  .hp_kalk_r_result legend {
    font-size: 2.375rem;
  }
  .hp_kalk_r_result legend span {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .hp_kalk_r .d_btn {
    width: 205px;
    height: 40px;
  }
  .hp_kalk_r .sliders_wrap {
    width: 50%;
  }
  .hp_kalk_r .result_wrap {
    width: 50%;
  }
  .hp_kalk_r_result legend {
    padding: 0 10px;
    font-size: 1.875rem;
  }
  .hp_kalk_r_result legend span {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .hp_kalk {
    background-size: 100% 100%;
    padding-bottom: 135px;
    background-image: url("../img/home/hp_kalk_bg_sm.png");
  }
  .hp_kalk_l {
    width: 31%;
    padding: 120px 4% 0 5.5%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .hp_kalk_l .t1 {
    font-size: 4.125rem;
  }
  .hp_kalk_l .t2 {
    font-size: 2.25rem;
  }
  .hp_kalk_l .hp_kalk_desc {
    color: #6e7483;
    margin-top: auto;
  }
  .hp_kalk_r {
    width: 69%;
    padding-left: 8%;
    padding-top: 132px;
  }
  .hp_kalk_r .d_btn {
    width: 212px;
    height: 50px;
  }
  .hp_kalk_r .sliders_wrap {
    width: 100%;
  }
  .hp_kalk_r .result_wrap {
    width: 100%;
    padding-top: 30px;
  }
  .hp_kalk_slider_wrap {
    padding: 12px 0;
  }
  .hp_kalk_slider_wrap .title {
    font-size: 1.125rem;
  }
  .hp_kalk_slider_wrap .price {
    font-size: 1.375rem;
  }
  .hp_kalk_r_result_wrap {
    padding-bottom: 45px;
  }
  .hp_kalk_r_result_wrap .text {
    font-size: 1.4375rem;
    padding-right: 26px;
  }
  .hp_kalk_r_result legend {
    padding: 0 10px;
    font-size: 2.625rem;
  }
  .hp_kalk_r_result legend span {
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  .hp_kalk {
    background-size: 100% 100%;
    padding-bottom: 50px;
    background-image: url("../img/home/hp_kalk_bg_xs.png");
    margin: 45px 0 30px;
  }
  .hp_kalk_l {
    width: 100%;
    padding: 50px 0;
    display: block;
    text-align: center;
  }
  .hp_kalk_l .t1 {
    font-size: 2.5rem;
    display: inline-block;
  }
  .hp_kalk_l .t2 {
    font-size: 1.5rem;
    display: inline-block;
  }
  .hp_kalk_r {
    width: 100%;
    padding-left: 0%;
    padding-top: 50px;
  }
  .hp_kalk_r .result_wrap {
    padding-top: 20px;
  }
  .hp_kalk_slider_wrap {
    padding: 12px 0;
  }
  .hp_kalk_slider_wrap .title {
    font-size: 1rem;
  }
  .hp_kalk_slider_wrap .price {
    font-size: 1.25rem;
  }
  .hp_kalk_slider_wrap {
    padding: 17px 0;
  }
  .hp_kalk_r_result_wrap {
    padding-bottom: 55px;
  }
  .hp_kalk_r_result_wrap .text {
    font-size: 1.3125rem;
    padding-right: 26px;
  }
  .hp_kalk_r_result legend {
    padding: 0 10px;
    font-size: 2.375rem;
  }
  .hp_kalk_r_result legend span {
    font-size: 3.125rem;
  }
  .hp_kalk_desc {
    padding: 36px 0 0;
  }
}
/*=====  End of Kredyt  ======*/
/*=================================
=            Czy wiesz            =
=================================*/
.hp_bot .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}

.hp_bot_czy {
  width: 50%;
  position: relative;
  padding-bottom: 220px;
}
.hp_bot_czy .bg {
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  z-index: -1;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.hp_bot_czy .title {
  font-weight: 500;
  font-size: 2.875rem;
  color: #1e273d;
}
.hp_bot_czy .desc {
  padding-left: 55px;
  width: 460px;
  max-width: 100%;
}
.hp_bot_czy .desc::after {
  clear: both;
  content: "";
  display: table;
}
.hp_bot_czy .text {
  font-size: 1.4375rem;
  line-height: 1.3043478261;
  color: #4d4d4d;
  padding: 30px 0 50px;
  font-weight: 400;
}
.hp_bot_czy .d_btn {
  background-color: #1e273d;
  float: right;
  border-color: #1e273d;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .hp_bot_czy .d_btn:hover {
    background-color: #06832F;
    border-color: #06832F;
  }
}
body.yellow:not(.reader-mode) .hp_bot_czy .d_btn {
  background-color: var(--black);
  color: var(--yellow);
  border-color: var(--yellow);
}
@media screen and (min-width: 1025px) {
  body.yellow:not(.reader-mode) .hp_bot_czy .d_btn:hover {
    background-color: var(--yellow);
    color: var(--black);
    border-color: var(--yellow);
  }
}

@media screen and (max-width: 1700px) {
  .hp_bot_czy .bg {
    width: 140%;
    height: 140%;
  }
}
@media screen and (max-width: 1024px) {
  .hp_bot_czy {
    width: 100%;
    position: relative;
    padding-bottom: 75px;
    margin-top: -20px;
  }
  .hp_bot_czy .bg {
    left: -50px;
    width: 110%;
    height: 155%;
    bottom: -20%;
    background-size: 100%;
  }
  .hp_bot_czy .title {
    font-size: 2.375rem;
  }
  .hp_bot_czy .desc {
    padding-left: 50px;
    width: 565px;
  }
  .hp_bot_czy .text {
    font-size: 1.25rem;
    padding: 30px 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .hp_bot_czy {
    padding-bottom: 70px;
    margin-top: -8px;
  }
  .hp_bot_czy .bg {
    left: -20px;
    width: 140%;
    bottom: 0%;
  }
  .hp_bot_czy .title {
    font-size: 1.875rem;
  }
  .hp_bot_czy .desc {
    padding-left: 30px;
    text-align: center;
  }
  .hp_bot_czy .text {
    font-size: 1.0625rem;
    padding: 30px 0 43px;
    text-align: left;
  }
  .hp_bot_czy .d_btn {
    float: none;
  }
}
/*=====  End of Czy wiesz  ======*/
/*===================================
=            Kursy walut            =
===================================*/
.hp_bot_kursy {
  width: 50%;
}
.hp_bot_kursy .wrap {
  width: 345px;
  max-width: 100%;
  background-color: #fdf8e8;
  padding: 38px 40px 40px;
  margin: 0 auto;
}
.hp_bot_kursy .wrap::after {
  clear: both;
  content: "";
  display: table;
}
.hp_bot_kursy .title {
  margin-left: -80px;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 500;
  color: #06832F;
}
.hp_bot_kursy .desc {
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  color: #434343;
}
.hp_bot_kursy .waluty_wrap {
  padding: 28px 0 50px;
}
.hp_bot_kursy .b_head {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 0.8125rem;
}
.hp_bot_kursy .b_head > div {
  width: 33.33%;
}
.hp_bot_kursy .waluty_row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  font-size: 0.875rem;
  color: #787878;
  text-align: center;
  border-bottom: 1px solid #1e273d;
  padding: 11px 5px 3px;
}
body.yellow:not(.reader-mode) .hp_bot_kursy .waluty_row {
  border-color: var(--yellow);
}
.hp_bot_kursy .waluty_row > div {
  width: 33.33%;
}
.hp_bot_kursy .col.f {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1e273d;
}
.hp_bot_kursy .col.last {
  text-align: right;
}
.hp_bot_kursy .d_btn {
  margin-right: -112px;
  float: right;
  background-color: #06832F;
  border-color: #06832F;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .hp_bot_kursy .d_btn:hover {
    background-color: #1e273d;
    border-color: #1e273d;
  }
}
body.yellow:not(.reader-mode) .hp_bot_kursy .d_btn {
  background-color: var(--yellow);
  border-color: var(--yellow);
}
@media screen and (min-width: 1025px) {
  body.yellow:not(.reader-mode) .hp_bot_kursy .d_btn:hover {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
  }
}

@media screen and (max-width: 1199px) {
  .hp_bot_kursy .d_btn {
    margin-right: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .hp_bot_kursy {
    width: 100%;
    padding-left: 50px;
    padding-bottom: 120px;
  }
  .hp_bot_kursy .wrap {
    width: 100%;
    padding: 23px 30px 0;
  }
  .hp_bot_kursy .title {
    font-size: 2.375rem;
    margin-left: -80px;
  }
  .hp_bot_kursy .d_btn {
    margin-right: 0;
    margin-bottom: -20px;
  }
  .hp_bot_kursy .col.f {
    font-size: 1.0625rem;
  }
  .hp_bot_kursy .waluty_wrap_all {
    margin: 0 -13px;
    padding: 25px 0 45px;
  }
  .hp_bot_kursy .waluty_wrap_all::after {
    clear: both;
    content: "";
    display: table;
  }
  .hp_bot_kursy .waluty_wrap {
    float: left;
    width: 50%;
    padding: 0 13px;
  }
  .hp_bot_kursy .waluty_wrap.v1 .row_2,
  .hp_bot_kursy .waluty_wrap.v1 .row_3 {
    display: none;
  }
  .hp_bot_kursy .waluty_wrap.v2 .row_0,
  .hp_bot_kursy .waluty_wrap.v2 .row_1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hp_bot_kursy {
    padding-left: 40px;
    padding-bottom: 70px;
    padding-right: 15px;
  }
  .hp_bot_kursy .wrap {
    width: 100%;
    padding: 23px 25px 30px;
  }
  .hp_bot_kursy .title {
    font-size: 1.875rem;
    margin-left: -65px;
  }
  .hp_bot_kursy .d_btn {
    margin-bottom: 0px;
    margin-right: -40px;
  }
  .hp_bot_kursy .waluty_row {
    font-size: 0.75rem;
  }
  .hp_bot_kursy .col.f {
    font-size: 0.875rem;
  }
  .hp_bot_kursy .waluty_wrap_all {
    margin: 0;
    padding: 25px 0 30px;
  }
  .hp_bot_kursy .waluty_wrap {
    float: left;
    width: 100%;
    padding: 0;
  }
  .hp_bot_kursy .waluty_wrap.v1 .row_2,
  .hp_bot_kursy .waluty_wrap.v1 .row_3 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
  }
}
/*=====  End of Kursy walut  ======*/
/*==== Start of New Homepage Banner  ======*/
.hp_new_banner {
  background-color: #1e273d;
  background-repeat: no-repeat;
  background-size: 72% 100%;
  position: relative;
}
.hp_new_banner .banner_bg {
  height: 100%;
  width: auto;
  max-height: 0;
  position: absolute;
  max-width: 1128px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .banner_bg {
    width: 100%;
  }
}
.hp_new_banner .banner_bg::after {
  position: absolute;
  height: 100%;
  content: "";
  width: auto;
  background: transparent linear-gradient(270deg, #1E273D 0%, #1E273D 7%, rgba(30, 39, 61, 0.1607843137) 57%, rgba(30, 39, 61, 0) 100%) 0% 0% no-repeat padding-box;
}
.hp_new_banner .bg_mask {
  width: 100%;
  position: absolute;
  height: 100%;
  content: "";
  background: transparent linear-gradient(270deg, #1E273D 0%, #1E273D 7%, rgba(30, 39, 61, 0.1607843137) 57%, rgba(30, 39, 61, 0) 100%) 0% 0% no-repeat padding-box;
  max-width: 1129px;
}
.hp_new_banner .banner_bg_ac {
  max-height: 100%;
}
.hp_new_banner .content {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 62px 0;
  min-height: 730px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .content {
    flex-direction: column;
    min-height: unset;
    padding: 0;
  }
}
.hp_new_banner .right_item {
  background-color: white;
  padding: 30px 25px;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .right_item {
    padding: 10px 38px;
    flex-basis: 100%;
  }
}
.hp_new_banner .right_item::nth-child(even) {
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 0 1px;
}
.hp_new_banner .right_item:first-child {
  margin-top: 0;
}
.hp_new_banner .left_header {
  font-size: 3.4375rem;
  line-height: 60px;
  color: #8ECC09;
  text-shadow: 5px 9px 9px rgba(0, 0, 0, 0.3294117647);
  font-weight: 900;
}
@media screen and (max-width: 1440px) {
  .hp_new_banner .left_header {
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .left_header {
    font-size: 2rem;
    line-height: 36px;
    padding-right: 2px;
  }
}
.hp_new_banner .left_main {
  font-size: 5rem;
  line-height: 85px;
  font-weight: 900;
  text-shadow: 5px 9px 9px rgba(0, 0, 0, 0.3294117647);
  color: white;
}
@media screen and (max-width: 1200px) {
  .hp_new_banner .left_main {
    font-size: 4.375rem;
    line-height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .left_main {
    font-size: 2.8125rem;
    line-height: 46px;
    margin-left: 20px;
  }
}
.hp_new_banner .left_main p {
  margin: 0;
}
.hp_new_banner .left_desc {
  font-size: 1.5625rem;
  line-height: 30px;
  color: white;
  font-weight: 400;
  margin: 10px 0 40px 0;
  max-width: 650px;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .left_desc {
    font-size: 1rem;
    line-height: 19px;
    margin: 10px 0 20px 0;
    max-width: 100%;
  }
}
.hp_new_banner .left_desc p {
  margin: 0 0 10px 0;
}
.hp_new_banner .left_desc p:last-child {
  margin-bottom: 0;
}
.hp_new_banner .left_btn {
  display: inline-flex;
  color: white;
  background-color: #8ECC09;
  font-size: 0.75rem;
  line-height: 15px;
  padding: 18px 64px;
  border-radius: 25px;
}
.hp_new_banner .item_title {
  font-size: 1.875rem;
  line-height: 47px;
  color: #8ECC09;
  font-weight: 700;
  margin-bottom: 3px;
  max-width: calc(100% - 40px);
}
@media (max-width: 1440px) {
  .hp_new_banner .item_title {
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .item_title {
    display: none;
  }
}
.hp_new_banner .item_desc {
  font-size: 0.9375rem;
  line-height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .item_desc {
    display: none;
  }
}
.hp_new_banner .item_link_wrap {
  text-align: end;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .item_link_wrap {
    display: none;
  }
}
.hp_new_banner .item_link {
  display: inline-flex;
  align-items: center;
}
.hp_new_banner .item_link .link_title {
  padding-right: 12px;
}
.hp_new_banner .map {
  position: absolute;
  width: 368px;
  height: 313px;
  opacity: 0.1;
  right: -60px;
  top: 60px;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .map {
    display: none;
  }
}
.hp_new_banner .right_item {
  position: relative;
  transition: all 0.3s ease-out;
  margin: 10px 0 5px 0;
  cursor: pointer;
}
.hp_new_banner .right_item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .right_item:first-of-type {
    margin-right: 2px;
  }
}
.hp_new_banner .right_item .item_content {
  position: relative;
}
.hp_new_banner .right_item::before {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  transition: all 0.3s ease-out;
  top: 0;
  left: 0;
  background: transparent linear-gradient(270deg, #1E273D 100%, rgba(30, 39, 61, 0) 0%) 0% 0% no-repeat padding-box;
}
body.yellow:not(.reader-mode) .hp_new_banner .right_item::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .right_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}
.hp_new_banner .right_item:first-child {
  margin-top: 0;
}
.hp_new_banner .right_item:last-child {
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .right_item:last-child {
    margin-left: 2px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hp_new_banner .right_item:hover {
    transition: all 0.3s ease-out;
  }
  .hp_new_banner .right_item:hover::before {
    opacity: 1;
  }
  .hp_new_banner .right_item:hover .item_desc,
  .hp_new_banner .right_item:hover .item_icon,
  .hp_new_banner .right_item:hover .item_link {
    color: white;
    fill: white;
  }
  .hp_new_banner .right_item:hover .triangle {
    opacity: 1;
    background-color: #1e273d;
  }
  .hp_new_banner .right_item:hover .mask_wrap {
    opacity: 0.1;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .hp_new_banner .right_item:hover .mask_wrap {
    opacity: 0;
  }
}
.hp_new_banner .triangle {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .triangle {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 0;
    width: 10px;
    height: 10px;
    top: -4px;
  }
}
.hp_new_banner .active {
  transition: all 0.3s ease-out;
}
.hp_new_banner .active::before {
  opacity: 1;
}
.hp_new_banner .active .item_desc,
.hp_new_banner .active .item_icon,
.hp_new_banner .active .item_link {
  color: white;
  fill: white;
}
.hp_new_banner .active .triangle {
  opacity: 1;
  background-color: #1e273d;
}
.hp_new_banner .active .mask_wrap {
  opacity: 0.1;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .active .mask_wrap {
    opacity: 0;
  }
}
.hp_new_banner .item_icon {
  position: absolute;
  right: 25px;
  height: 37px;
  width: 37px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .item_icon {
    position: static;
  }
}
.hp_new_banner .banner_left {
  width: 55%;
  position: relative;
  top: -10px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .banner_left {
    padding-right: 30px;
    top: unset;
    width: 100%;
    margin: 30px 0;
  }
}
.hp_new_banner .banner_right {
  width: 38.5%;
  border: 5px solid white;
  background-color: white;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 97px;
}
@media screen and (max-width: 1440px) {
  .hp_new_banner .banner_right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .banner_right {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-width: 5px 5px 0 5px;
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .hp_new_banner .banner_right {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.hp_new_banner .anim_content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.3s ease-out;
}
.hp_new_banner .content_ac {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.hp_new_banner .mask_wrap {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.hp_new_banner .mask {
  position: absolute;
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(100%, #1E273D), color-stop(0%, rgba(30, 39, 61, 0))) 0% 0% no-repeat padding-box;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hp_new_banner .mask_image {
  max-width: 100%;
  max-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.hp_new_banner .middle_el {
  padding: 5px 0;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}
.hp_new_banner .middle_el .right_item {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .hp_new_banner .middle_el {
    display: flex;
    flex-basis: 33%;
    flex-shrink: 0;
    padding: 0 2px;
    border: none;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
  }
}

/*==== End of New Homepage Banner 	=====*//*# sourceMappingURL=home.css.map */