@charset "UTF-8";
body {
  font-family: "Bai Jamjuree", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Hepta Slab", sans-serif;
  color: #060d27;
  font-weight: normal; }

.belka {
  width: 100%;
  background-color: #333;
  margin-top: 5px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .belka {
      margin-top: 2px; } }
  .belka.title_only {
    background-color: #000;
    padding: 9vh 0; }
    @media (max-width: 1198px) {
      .belka.title_only {
        padding: 4.45vh 0; } }
    @media (max-width: 991px) {
      .belka.title_only {
        padding: 4.04vh 0; } }
    .belka.title_only .b_title {
      margin: 0;
      color: #fdca00;
      font-size: clamp(1.5rem, 4.523vw, 5.5rem);
      font-family: "Hepta Slab", sans-serif;
      font-weight: 900;
      margin-top: -6px; }
      @media (max-width: 991px) {
        .belka.title_only .b_title {
          font-size: clamp(1.2rem, 8.205vw, 4.313rem); } }
  .belka.pol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; }
    @media (max-width: 991px) {
      .belka.pol {
        -ms-flex-flow: column;
            flex-flow: column; } }
    .belka.pol .pol_item {
      padding: 8.278vh 0; }
      @media (max-width: 1198px) {
        .belka.pol .pol_item {
          padding: 4.45vh 0; } }
      @media (max-width: 991px) {
        .belka.pol .pol_item {
          width: 100vw;
          padding: 4.04vh 0; } }
      .belka.pol .pol_item.notactive {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 991px) {
          .belka.pol .pol_item.notactive {
            width: 100vw;
            padding: 1.68vh 0; } }
        @media (max-width: 991px) {
          .belka.pol .pol_item.notactive h1 {
            line-height: normal; } }
        .belka.pol .pol_item.notactive a {
          color: #ccc;
          font-size: clamp(1.1rem, 2.604vw, 3.438rem);
          line-height: normal; }
          @media (max-width: 991px) {
            .belka.pol .pol_item.notactive a {
              font-size: clamp(1.1rem, 3.565vw, 2.438rem); } }
      .belka.pol .pol_item.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
    .belka.pol .lewe {
      background-color: #333; }
      .belka.pol .lewe.notactive {
        padding-right: 41px;
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: calc(37vw); }
        @media (max-width: 991px) {
          .belka.pol .lewe.notactive {
            width: 100vw;
            -ms-flex-pack: start;
                justify-content: flex-start;
            padding-right: 20px;
            padding-left: 23px; } }
      .belka.pol .lewe.active {
        width: 63vw;
        background-color: #000;
        padding-right: 41px;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        @media (max-width: 991px) {
          .belka.pol .lewe.active {
            width: 100vw;
            -ms-flex-pack: start;
                justify-content: flex-start;
            padding-right: 20px;
            padding-left: 23px; } }
    .belka.pol .prawe {
      background-color: #333;
      border-left: 5px solid #fff; }
      @media (max-width: 991px) {
        .belka.pol .prawe {
          border-left: none; } }
      .belka.pol .prawe.notactive {
        padding-left: 37px; }
        @media (max-width: 991px) {
          .belka.pol .prawe.notactive {
            width: 100vw;
            -ms-flex-pack: start;
                justify-content: flex-start;
            padding-right: 20px;
            padding-left: 23px; } }
      .belka.pol .prawe.active {
        width: calc(63vw - 5px);
        background-color: #000;
        padding-left: 41px; }
        @media (max-width: 991px) {
          .belka.pol .prawe.active {
            width: 100vw;
            padding-left: 23px; } }
  .belka h1 {
    margin: 0 auto; }
  .belka a {
    text-decoration: underline;
    font-size: clamp(1.2rem, 3.594vw, 4.313rem);
    font-family: "Hepta Slab", sans-serif;
    color: #fdca00;
    font-weight: 900; }
    @media (max-width: 991px) {
      .belka a {
        font-size: clamp(1.2rem, 8.205vw, 4.313rem); } }
    @media (max-width: 991px) {
      .belka a br {
        display: none; } }

.single_post_content .wp-block-embed.is-type-video {
  width: 100%; }
  .single_post_content .wp-block-embed.is-type-video iframe {
    width: 100%;
    height: 50vh; }
    @media (max-width: 991px) {
      .single_post_content .wp-block-embed.is-type-video iframe {
        height: 30vh; } }

.single_post_content .wp-block-verse,
.single_post_content .wp-block-code,
.single_post_content .wp-block-preformatted {
  padding: 4px 12px 4px;
  margin: 16px 0 0; }

.single_post_content .wp-block-code,
.single_post_content .wp-block-preformatted {
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content p {
  font-size: calc(10px + (10 * ((100vw - 520px) / 1400)));
  font-weight: 300;
  line-height: calc(17px + (17 * ((100vw - 520px) / 1400)));
  text-align: left;
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content h1 {
  font-size: calc(35px + (35 * ((100vw - 520px) / 1400)));
  font-weight: 900;
  line-height: calc(35px + (35 * ((100vw - 520px) / 1400)));
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content h2 {
  font-size: calc(30px + (30 * ((100vw - 520px) / 1400)));
  font-weight: 900;
  line-height: calc(30px + (30 * ((100vw - 520px) / 1400)));
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content h3 {
  font-size: calc(25px + (25 * ((100vw - 520px) / 1400)));
  font-weight: 700;
  line-height: calc(25px + (25 * ((100vw - 520px) / 1400)));
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content h4 {
  font-size: calc(20px + (20 * ((100vw - 520px) / 1400)));
  font-weight: 700;
  line-height: calc(20px + (20 * ((100vw - 520px) / 1400)));
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content h5 {
  font-size: calc(18px + (18 * ((100vw - 520px) / 1400)));
  font-weight: 500;
  line-height: calc(18px + (18 * ((100vw - 520px) / 1400)));
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content h6 {
  font-size: calc(16px + (16 * ((100vw - 520px) / 1400)));
  font-weight: 500;
  line-height: calc(16px + (16 * ((100vw - 520px) / 1400)));
  padding: 14px 34px 4px;
  margin: 16px 0 0; }

.single_post_content blockquote {
  position: relative;
  font-style: italic; }
  .single_post_content blockquote:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '\201E';
    font-family: "Hepta Slab", sans-serif;
    font-size: calc(25px + (25 * ((100vw - 520px) / 1400))); }
  .single_post_content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\201D';
    font-family: "Hepta Slab", sans-serif;
    font-size: calc(25px + (25 * ((100vw - 520px) / 1400))); }

.single_post_content ol,
.single_post_content ul {
  font-size: calc(10px + (10 * ((100vw - 520px) / 1400)));
  font-weight: 300;
  line-height: calc(17px + (17 * ((100vw - 520px) / 1400)));
  text-align: left;
  padding: 14px 34px 4px;
  margin: 16px 0 0;
  list-style-position: inside; }
  .single_post_content ol ol,
  .single_post_content ol ul,
  .single_post_content ul ol,
  .single_post_content ul ul {
    margin: 0;
    padding: 0 0 0 24px; }

/*** Mobile: iPhone 12 ***/
@media (max-width: 767px) {
  .single_post_content .wp-block-code,
  .single_post_content .wp-block-preformatted {
    padding: 4px 12px 4px;
    margin: 16px 0 0; }
  .single_post_content p {
    font-size: calc(10px + (8 * ((100vw - 90px) / 300)));
    line-height: calc(12px + (10 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content h1 {
    font-size: calc(16px + (16 * ((100vw - 90px) / 300)));
    line-height: calc(16px + (16 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content h2 {
    font-size: calc(15px + (15 * ((100vw - 90px) / 300)));
    line-height: calc(15px + (15 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content h3 {
    font-size: calc(14px + (14 * ((100vw - 90px) / 300)));
    line-height: calc(14px + (14 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content h4 {
    font-size: calc(12px + (12 * ((100vw - 90px) / 300)));
    line-height: calc(12px + (12 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content h5 {
    font-size: calc(11px + (11 * ((100vw - 90px) / 300)));
    line-height: calc(11px + (11 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content h6 {
    font-size: calc(10px + (10 * ((100vw - 90px) / 300)));
    line-height: calc(10px + (10 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; }
  .single_post_content blockquote:after {
    font-size: calc(25px + (25 * ((100vw - 520px) / 1400))); }
  .single_post_content blockquote:before {
    font-size: calc(25px + (25 * ((100vw - 520px) / 1400))); }
  .single_post_content ol,
  .single_post_content ul {
    font-size: calc(10px + (8 * ((100vw - 90px) / 300)));
    line-height: calc(12px + (10 * ((100vw - 90px) / 300)));
    padding: 4px 12px 4px; } }

.render-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 80px;
  margin-top: 45px; }
  .render-posts article a:hover {
    color: #000; }
  .render-posts article:first-child .item__content .title {
    width: 69%;
    bottom: 110px; }
  .render-posts article:nth-child(2) .item__content .title {
    bottom: 110px; }
  .render-posts article:nth-child(5) .item__content .title {
    width: 69%;
    bottom: 110px; }
  .render-posts article:nth-child(7) .item__content .title {
    bottom: 110px; }
  .render-posts article:nth-child(8) .item__content .title {
    width: 69%;
    bottom: 110px; }
  .render-posts .item__image {
    display: -ms-flexbox;
    display: flex; }
  .render-posts .item__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .render-posts .item__content .title_text {
      color: #000;
      font-size: clamp(1rem, 2.104vw, 2.9rem);
      font-family: "Hepta Slab", sans-serif;
      font-weight: 500;
      line-height: 3.2vw;
      margin-top: 21px; }
    .render-posts .item__content .title {
      color: #000;
      font-size: clamp(1rem, 2.104vw, 2.9rem);
      font-family: "Hepta Slab", sans-serif;
      font-weight: 900;
      position: absolute;
      z-index: 2;
      line-height: 3.2vw;
      left: 2vw;
      right: 1vw;
      margin-top: 80px; }
      .render-posts .item__content .title span {
        box-shadow: 10px 0px 0px #fff, -10px 0px 0px #fff;
        background-color: #fff;
        padding-right: 2vw; }
      .render-posts .item__content .title .sub_date {
        display: none; }
      .render-posts .item__content .title .sub_title {
        background-color: #fdca00;
        font-size: clamp(1rem, 1.197vw, 3rem);
        letter-spacing: 2.3px;
        width: fit-content;
        margin-bottom: 14px;
        padding: 0 6px;
        line-height: 2vw;
        box-shadow: 10px 0px 0px #fdca00, -10px 0px 0px #fdca00; }
  .render-posts .item__button {
    position: absolute;
    bottom: 113px;
    right: 48px;
    font-family: "Hepta Slab", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer; }
    .render-posts .item__button a {
      background-color: #fdca00;
      border-radius: 17px;
      padding: 9px 26px; }
      .render-posts .item__button a img {
        height: 11px;
        width: auto; }
  .render-posts .item__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #000;
    color: #fff; }
    .render-posts .item__info.black_on_white {
      background-color: #fff;
      color: #000; }
    .render-posts .item__info.black_on_white .item__date .date:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTEgOSI+PGc+PGc+PGc+PHBhdGggZD0iTTkuMzcxIDcuNjdhLjQ2My40NjMgMCAwIDEtLjQ2Mi40NjJIMS43MDFhLjQ2My40NjMgMCAwIDEtLjQ2Mi0uNDYyVjMuNTEyYzAtLjEwMi4wODMtLjE4NS4xODUtLjE4NWg3Ljc2M2MuMTAxIDAgLjE4NC4wODMuMTg0LjE4NXpNOC4yNjIuNzR2LjU1NGEuMTg1LjE4NSAwIDAgMS0uMTg0LjE4NWgtLjM3YS4xODUuMTg1IDAgMCAxLS4xODUtLjE4NVYuNzM5SDMuMDg3di41NTVhLjE4NS4xODUgMCAwIDEtLjE4NC4xODVoLS4zN2EuMTg1LjE4NSAwIDAgMS0uMTg1LS4xODVWLjczOWgtLjkyNGEuOTI3LjkyNyAwIDAgMC0uOTI0LjkyNHY2LjI4NGMwIC41MDguNDE2LjkyNC45MjQuOTI0aDcuNzYzYS45MjcuOTI3IDAgMCAwIC45MjQtLjkyNFYxLjY2M0EuOTI3LjkyNyAwIDAgMCA5LjE4Ny43NHoiLz48L2c+PGc+PHBhdGggZD0iTTMuMDg3LjE4NUEuMTg1LjE4NSAwIDAgMCAyLjkwMyAwaC0uMzdhLjE4NS4xODUgMCAwIDAtLjE4NS4xODV2LjU1NGguNzR6Ii8+PC9nPjxnPjxwYXRoIGQ9Ik04LjI2Mi4xODVBLjE4NS4xODUgMCAwIDAgOC4wNzggMGgtLjM3YS4xODUuMTg1IDAgMCAwLS4xODUuMTg1di41NTRoLjc0eiIvPjwvZz48L2c+PC9nPjwvc3ZnPg=="); }
  .render-posts .item__date {
    display: inline-block;
    padding-left: 1rem; }
    .render-posts .item__date .date {
      position: relative;
      padding-left: 16px;
      line-height: 60px;
      font-size: 11px; }
      .render-posts .item__date .date:after {
        position: absolute;
        content: '';
        left: 0;
        width: 12px;
        height: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj48Zz48Zz48Zz48cGF0aCBmaWxsPSIjY2NjIiBkPSJNOC44NzEgOC4xN2EuNDYzLjQ2MyAwIDAgMS0uNDYyLjQ2MkgxLjIwMUEuNDYzLjQ2MyAwIDAgMSAuNzQgOC4xN1Y0LjAxMmMwLS4xMDIuMDgzLS4xODUuMTg1LS4xODVoNy43NjJjLjEwMiAwIC4xODUuMDgzLjE4NS4xODV6TTcuNzYyIDEuMjR2LjU1NGEuMTg1LjE4NSAwIDAgMS0uMTg1LjE4NWgtLjM3YS4xODUuMTg1IDAgMCAxLS4xODQtLjE4NXYtLjU1NUgyLjU4N3YuNTU1YS4xODUuMTg1IDAgMCAxLS4xODQuMTg1aC0uMzdhLjE4NS4xODUgMCAwIDEtLjE4NS0uMTg1di0uNTU1SC45MjRBLjkyNy45MjcgMCAwIDAgMCAyLjE2M3Y2LjI4NGMwIC41MDguNDE2LjkyNC45MjQuOTI0aDcuNzYyYS45MjcuOTI3IDAgMCAwIC45MjQtLjkyNFYyLjE2M2EuOTI3LjkyNyAwIDAgMC0uOTI0LS45MjR6Ii8+PC9nPjxnPjxwYXRoIGZpbGw9IiNjY2MiIGQ9Ik0yLjU4Ny42ODVBLjE4NS4xODUgMCAwIDAgMi40MDMuNWgtLjM3YS4xODUuMTg1IDAgMCAwLS4xODUuMTg1di41NTRoLjc0eiIvPjwvZz48Zz48cGF0aCBmaWxsPSIjY2NjIiBkPSJNNy43NjIuNjg1QS4xODUuMTg1IDAgMCAwIDcuNTc3LjVoLS4zN2EuMTg1LjE4NSAwIDAgMC0uMTg0LjE4NXYuNTU0aC43NHoiLz48L2c+PC9nPjwvZz48L3N2Zz4="); }
  .render-posts .item__socials {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .render-posts .item__socials li {
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .render-posts .item__socials li a {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 10px; }
  .render-posts__item {
    max-width: 32.5%;
    -ms-flex: 32.5%;
        flex: 32.5%;
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .render-posts__item--big {
      max-width: 66.2%;
      -ms-flex: 66.2%;
          flex: 66.2%; }
    .render-posts__item--text .item__content {
      padding: 0 70px; }
    .render-posts__item--text .item__button {
      bottom: 70px; }
    .render-posts__item--empty {
      max-width: 100%;
      -ms-flex: 100%;
          flex: 100%;
      text-align: center; }
    .render-posts__item .resp_image__bg, .render-posts__item .resp_image__bg img {
      width: 100%;
      height: 561px;
      -o-object-fit: cover;
         object-fit: cover; }

/*** Mobile:tablet  ***/
/*** Mobile:phone  ***/
@media (max-width: 991px) {
  .render-posts {
    margin-bottom: 4px; }
    .render-posts__item {
      max-width: 100%;
      -ms-flex: 100%;
          flex: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 4px; }
      .render-posts__item .resp_image__bg, .render-posts__item .resp_image__bg img {
        height: 340px; }
      .render-posts__item--text {
        height: 400px; }
        .render-posts__item--text .item__content {
          padding: 0 35px; }
          .render-posts__item--text .item__content .title_text {
            font-size: clamp(1rem, 7.18vw, 3rem);
            line-height: 10vw; }
          .render-posts__item--text .item__content .excerpt {
            font-size: clamp(1rem, 3.589vw, 3.5rem); }
    .render-posts .item__date .date {
      line-height: 40px; }
    .render-posts .item__socials {
      right: 0; }
    .render-posts .item__content .title {
      left: 6vw;
      font-size: clamp(1rem, 7.18vw, 3rem);
      line-height: 10vw; }
    .render-posts .item__content .sub_title {
      line-height: 7vw; }
    .render-posts .item__button {
      right: 12px;
      bottom: 70px; } }

/*# sourceMappingURL=page-search.css.map*/