.relative {
  position: relative; }

.mainbaner {
  padding-bottom: 130px;
  background-image: url("../../img/common/bgmainbanner.png");
  background-color: #222;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (max-width: 1000px) {
    .mainbaner {
      padding-bottom: 20px;
      background-image: none;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 860px) {
    .mainbaner {
      margin-bottom: 70px; } }
  .mainbaner .in {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 0px; }
    @media only screen and (max-width: 1400px) {
      .mainbaner .in {
        height: 450px; } }
  .mainbaner .mainpagebtn {
    padding: 130px 0 0px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1000px) {
      .mainbaner .mainpagebtn {
        padding: 0px 0 0px 0;
        margin-top: -150px;
        z-index: 2; } }
    .mainbaner .mainpagebtn a {
      display: block;
      padding: 15px 20px;
      border: 2px solid #fff;
      border-radius: 15px;
      color: #fff;
      font-weight: bold;
      font-size: 28px;
      transition: all .5s ease; }
      @media only screen and (max-width: 860px) {
        .mainbaner .mainpagebtn a {
          padding: 5px 10px;
          font-size: 22px; } }
      @media only screen and (max-width: 620px) {
        .mainbaner .mainpagebtn a i {
          display: block;
          text-align: center;
          font-size: 48px; } }
      .mainbaner .mainpagebtn a:hover {
        background: #d42427; }
  .mainbaner .banners {
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px; }
    @media only screen and (max-width: 1000px) {
      .mainbaner .banners {
        display: none; } }
    .mainbaner .banners .one {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      flex: 0 0 24%;
      border-radius: 15px;
      overflow: hidden;
      transform: scale(0.9) translateY(0px);
      transition: all .5s ease;
      box-shadow: 0 0 1px 0 #333;
      box-sizing: border-box;
      border: 3px solid #fff;
      z-index: 101; }
      .mainbaner .banners .one .inside {
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: flex-end;
        color: #fff;
        padding: 15px;
        height: 500px;
        font-weight: bold;
        font-size: 28px;
        transition: all 1s ease; }
        @media only screen and (max-width: 1400px) {
          .mainbaner .banners .one .inside {
            height: 350px; } }
      .mainbaner .banners .one:hover {
        transform: scale(1) translateY(-40px);
        box-shadow: 0 0 10px 0 #000; }
        .mainbaner .banners .one:hover .inside {
          background-color: rgba(0, 0, 0, 0.1); }

.npoints {
  padding: 20px 0;
  overflow: hidden; }
  .npoints .in {
    display: flex;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: relative; }
    @media only screen and (max-width: 900px) {
      .npoints .in {
        flex-direction: column-reverse; } }
    .npoints .in .list {
      height: 500px;
      width: 400px;
      overflow: auto; }
      @media only screen and (max-width: 900px) {
        .npoints .in .list {
          width: 100%;
          height: auto;
          max-height: 90vh; } }
      .npoints .in .list .one {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer; }
        .npoints .in .list .one .base {
          display: flex;
          justify-content: center;
          align-items: center; }
          .npoints .in .list .one .base .ico {
            color: #888;
            display: block;
            width: 56px;
            text-align: center;
            filter: grayscale(100);
            transition: all .5s ease; }
            .npoints .in .list .one .base .ico i {
              font-size: 22px; }
          .npoints .in .list .one .base .desc {
            flex: 1; }
            .npoints .in .list .one .base .desc h4 {
              color: #222;
              letter-spacing: 1px;
              font-size: 18px; }
            .npoints .in .list .one .base .desc .type {
              font-size: 12px;
              letter-spacing: 2px;
              color: #444; }
        .npoints .in .list .one .more {
          display: none;
          overflow: auto;
          padding: 0px 5px 0px 55px;
          font-size: 14px; }
          .npoints .in .list .one .more .geo,
          .npoints .in .list .one .more .link,
          .npoints .in .list .one .more .owner {
            padding: 3px 0;
            font-size: 12px;
            color: #999;
            letter-spacing: 2px; }
            .npoints .in .list .one .more .geo i,
            .npoints .in .list .one .more .link i,
            .npoints .in .list .one .more .owner i {
              width: 30px;
              text-align: center; }
            .npoints .in .list .one .more .geo a,
            .npoints .in .list .one .more .link a,
            .npoints .in .list .one .more .owner a {
              color: #f00;
              font-weight: bold; }
          .npoints .in .list .one .more .desc {
            text-align: justify;
            padding: 5px 0; }
        .npoints .in .list .one.active .more {
          display: block; }
        .npoints .in .list .one:hover .base .ico {
          filter: grayscale(0); }
    .npoints .in .maps {
      flex: 1; }
      .npoints .in .maps #gmap {
        height: 500px; }
        .npoints .in .maps #gmap .gm-style-iw-chr {
          display: none; }
      .npoints .in .maps .infomap {
        padding: 10px; }
        .npoints .in .maps .infomap h3 {
          text-align: center;
          letter-spacing: 2px;
          color: #222;
          font-size: 26px;
          width: 300px; }
        .npoints .in .maps .infomap .img {
          height: 200px;
          width: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }

.infosection .content {
  min-height: 600px; }
  .infosection .content .row {
    padding: 20px 0; }
    @media only screen and (max-width: 1000px) {
      .infosection .content .row {
        flex-direction: column; }
        .infosection .content .row.s_row2 {
          flex-direction: column-reverse; } }
    .infosection .content .row.s_row4 .in {
      background: #000; }
      .infosection .content .row.s_row4 .in .in2 {
        max-width: 1000px;
        margin: 0 auto; }
  .infosection .content .sphoto {
    width: 90%;
    margin: 0 auto;
    max-width: 250px;
    height: 350px;
    border-radius: 65px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .infosection .content .sdesc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; }
    .infosection .content .sdesc h4 {
      text-align: center;
      letter-spacing: 2px;
      color: #777;
      font-size: 26px; }
    .infosection .content .sdesc .info {
      text-align: justify;
      font-size: 16px;
      line-height: 1.6;
      padding: 20px 30px; }
      @media only screen and (max-width: 700px) {
        .infosection .content .sdesc .info {
          padding: 20px 0px; } }
    .infosection .content .sdesc .btns {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px; }
      .infosection .content .sdesc .btns .one, .infosection .content .sdesc .btns .one2 {
        font-size: 22px;
        font-weight: bold;
        display: block;
        padding: 10px 15px;
        color: #fff;
        background: #d42427;
        border: 2px solid #d42427;
        border-radius: 5px;
        cursor: pointer;
        margin: 10px; }
      .infosection .content .sdesc .btns .one2 {
        background: #fff;
        color: #d42427; }

.newssection .inside {
  background-color: #222;
  background-size: cover;
  background-position: center center; }
  .newssection .inside img {
    width: 100%; }
  .newssection .inside .content {
    padding: 50px 0;
    min-height: 500px;
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .newssection .inside .content {
        flex-direction: column;
        padding: 50px 0 400px 0; } }
    @media only screen and (max-width: 700px) {
      .newssection .inside .content {
        padding: 40px 0 500px 0; } }
    .newssection .inside .content .desc {
      flex: 1;
      padding: 10px;
      margin: 20px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .newssection .inside .content .desc .h3 {
        padding-top: 0; }
      .newssection .inside .content .desc .insidedesc {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 20px;
        font-size: 18px;
        line-height: 1.5;
        color: #444;
        text-align: justify; }
      .newssection .inside .content .desc .newsbtn {
        padding: 20px 0 0px 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .newssection .inside .content .desc .newsbtn a {
          display: block;
          padding: 5px 10px;
          border: 2px solid #444;
          border-radius: 15px;
          color: #444;
          font-weight: bold;
          font-size: 22px;
          transition: all .5s ease; }
          .newssection .inside .content .desc .newsbtn a:hover {
            color: #fff;
            border: 2px solid #d42427;
            background: #d42427; }
    .newssection .inside .content .list {
      flex: 1;
      margin: 20px;
      padding: 10px;
      box-sizing: border-box;
      position: relative; }
      .newssection .inside .content .list .one {
        position: absolute;
        width: 50%;
        display: block;
        background-size: cover;
        background-position: center center;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 0 5px 0 #000; }
        .newssection .inside .content .list .one .name {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 450px;
          font-size: 22px;
          letter-spacing: 2px;
          box-sizing: border-box;
          text-align: center;
          box-shadow: 0 0 5px 0 #222;
          transition: all 2s ease-in; }
          .newssection .inside .content .list .one .name .in {
            background: rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 5px 0 #000;
            color: #fff;
            padding: 10px; }
        .newssection .inside .content .list .one.one_0 {
          z-index: 1;
          left: 0%;
          top: 0px;
          transform: scale(0.8); }
          .newssection .inside .content .list .one.one_0 .name {
            background: rgba(0, 0, 0, 0.7); }
        .newssection .inside .content .list .one.one_1 {
          z-index: 10;
          left: 25%;
          top: 0;
          transform: scale(1); }
        .newssection .inside .content .list .one.one_2 {
          z-index: 2;
          left: 50%;
          top: 0px;
          transform: scale(0.9); }
          .newssection .inside .content .list .one.one_2 .name {
            background: rgba(0, 0, 0, 0.6); }

.m1 {
  animation: m1_anim 1s 1;
  left: 50%;
  transform: scale(0.9);
  z-index: 1; }

@keyframes m1_anim {
  from {
    z-index: 1;
    left: 0%;
    transform: scale(0.8); }
  to {
    z-index: 1;
    left: 50%;
    transform: scale(0.9); } }
.m2 {
  z-index: 2;
  animation: m2_anim 1s 1;
  left: 0%;
  transform: scale(0.8); }

@keyframes m2_anim {
  from {
    z-index: 2;
    left: 25%;
    transform: scale(1); }
  to {
    z-index: 2;
    left: 0%;
    transform: scale(0.8); } }
.m3 {
  animation: m3_anim 1s 1;
  left: 0%;
  transform: scale(0.8);
  z-index: 3; }

@keyframes m3_anim {
  from {
    z-index: 3;
    left: 50%;
    transform: scale(0.9); }
  to {
    z-index: 3;
    left: 25%;
    transform: scale(1); } }

/*# sourceMappingURL=strona.css.map */
