*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 2300px) {
    html {
      font-size: 110%; } }
  @media only screen and (min-width: 2000px) {
    html {
      font-size: 80%; } }
  @media only screen and (min-width: 1800px) {
    html {
      font-size: 70%; } }

body {
  font-size: 1.4rem;
  box-sizing: border-box;
  font-family: 'Montserrat';
  background-color: #f5f5f5;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wp-block-group__inner-container {
  width: 100%;
  height: 100%; }

.footer {
  background-color: #212121;
  padding: 5rem 16rem; }
  @media only screen and (max-width: 1200px) {
    .footer {
      padding: 5rem 10rem; } }
  @media only screen and (max-width: 1000px) {
    .footer {
      padding: 5rem; } }
  @media only screen and (max-width: 400px) {
    .footer {
      padding: 5rem 3rem; } }
  @media only screen and (max-width: 350px) {
    .footer {
      padding: 5rem 2rem; } }
  .footer .cont {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      .footer .cont:nth-child(2) {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .footer .cont:first-child {
      padding-bottom: 3rem;
      margin-bottom: 3rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      @media only screen and (max-width: 700px) {
        .footer .cont:first-child {
          flex-direction: column; } }
      @media only screen and (max-width: 1100px) {
        .footer .cont:first-child .footer__text {
          flex-wrap: wrap;
          display: flex; } }
      @media only screen and (max-width: 700px) {
        .footer .cont:first-child .footer__text {
          justify-content: center; } }
      @media only screen and (max-width: 1100px) {
        .footer .cont:first-child .footer__text .logo {
          width: 100%;
          margin-top: 1rem; } }
      @media only screen and (max-width: 1000px) {
        .footer .cont:first-child .footer__text .logo {
          width: 100%;
          margin-top: 0rem; } }
      @media only screen and (max-width: 700px) {
        .footer .cont:first-child .footer__text .logo {
          text-align: center;
          margin-top: 1.5rem; } }
  .footer__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: flex-end;
    column-gap: 2rem; }
    @media only screen and (max-width: 1000px) {
      .footer__list {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-items: flex-start;
        row-gap: 2rem; } }
    @media only screen and (max-width: 700px) {
      .footer__list {
        margin-top: 5rem;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(1, 1fr);
        justify-items: center; } }
    @media only screen and (max-width: 600px) {
      .footer__list {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-items: center;
        row-gap: 2rem; } }
    @media only screen and (max-width: 350px) {
      .footer__list {
        grid-template-rows: repeat(5, 1fr);
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        row-gap: 3.5rem; } }
    @media only screen and (max-width: 350px) {
      .footer__list__item:not(:last-child) {
        margin-right: 0; } }
    .footer__list__item__link {
      color: white;
      font-weight: 400;
      font-size: 1.4rem;
      text-decoration: none; }
  .footer__author {
    font-size: 1.4rem;
    font-weight: 400;
    color: white; }
    @media only screen and (max-width: 350px) {
      .footer__author {
        text-align: center; } }
  .footer .logo {
    margin-left: 0.5rem; }
    @media only screen and (max-width: 1100px) {
      .footer .logo {
        margin-left: 0rem; } }
  .footer .author {
    font-weight: 600;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    color: white; }
  .footer .copy {
    font-size: 1.2rem;
    font-weight: 400;
    color: white; }
    @media only screen and (max-width: 600px) {
      .footer .copy {
        margin-bottom: 3rem; } }
  .footer__text {
    color: white;
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: none; }
    .footer__text span {
      font-weight: 400; }

.submenu {
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 2.5rem);
  display: none;
  background-color: #ff7300;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
  .submenu__item {
    text-align: center; }
    .submenu__item:not(:last-child) {
      margin-bottom: 3rem; }
    .submenu__item__link {
      font-size: 1.4rem;
      font-weight: 600;
      text-decoration: none;
      color: white;
      transition: color 0.3s; }

.mobsub {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: -2rem;
  display: none; }
  @media only screen and (max-width: 1000px) {
    .mobsub {
      margin-bottom: 0; } }
  .mobsub__item:not(:last-child) {
    margin-bottom: 2.5rem; }
  .mobsub__item__link {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-decoration: none; }

.header .subnav {
  background-color: #ff7300;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 16rem;
  list-style: none; }
  @media only screen and (max-width: 1200px) {
    .header .subnav {
      padding: 1.1rem 10rem; } }
  @media only screen and (max-width: 1000px) {
    .header .subnav {
      padding: 1.1rem 5rem; } }
  @media only screen and (max-width: 400px) {
    .header .subnav {
      padding: 1.1rem 3rem; } }
  @media only screen and (max-width: 350px) {
    .header .subnav {
      padding: 1.1rem 2rem; } }
  .header .subnav__item__link {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    text-decoration: none; }

.header .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #ff7300;
  z-index: 10000;
  display: none; }
  .header .mobile-menu .close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    right: 5.5rem;
    top: 10.7rem; }
    .header .mobile-menu .close img {
      width: 100%;
      object-fit: none; }
  .header .mobile-menu .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    list-style: none; }
    .header .mobile-menu .cont .menu__item {
      text-align: center; }
      .header .mobile-menu .cont .menu__item:not(:last-child) {
        margin-bottom: 4rem; }
      .header .mobile-menu .cont .menu__item__link {
        font-size: 2rem;
        color: white;
        font-weight: 600;
        text-decoration: none; }
        .header .mobile-menu .cont .menu__item__link span img {
          transform: translateY(-3px); }

.header .nav {
  padding: 0 16rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .header .nav {
      padding: 0rem 10rem; } }
  @media only screen and (max-width: 1000px) {
    .header .nav {
      padding: 0rem 5rem; } }
  @media only screen and (max-width: 400px) {
    .header .nav {
      padding: 0rem 3rem; } }
  @media only screen and (max-width: 350px) {
    .header .nav {
      padding: 0rem 2rem; } }
  .header .nav .logo {
    padding: 1.6rem 0;
    width: 17.2rem; }
    .header .nav .logo img {
      width: 100%; }
  .header .nav .menu {
    display: flex;
    list-style: none; }
    @media only screen and (max-width: 900px) {
      .header .nav .menu {
        display: none; } }
    .header .nav .menu__item {
      position: relative;
      height: 100%;
		z-index: 20;
      display: inline-block;
      padding: 2.5rem 0; }
      .header .nav .menu__item:not(:last-child) {
        margin-right: 4rem; }
      .header .nav .menu__item:hover .submenu {
        display: block; }
      .header .nav .menu__item img {
        transform: translateY(-2px); }
      .header .nav .menu__item__link {
        font-size: 1.4rem;
        font-weight: 600;
        transition: all 0.3s;
        text-decoration: none;
        color: #212121; }
        .header .nav .menu__item__link:hover {
          color: #ff7300; }

.header .mob-menu {
  position: relative;
  display: none;
  height: 2rem; }
  @media only screen and (max-width: 900px) {
    .header .mob-menu {
      display: block; } }
  .header .mob-menu .line {
    background-color: black;
    height: 2px;
    position: absolute; }
    .header .mob-menu .line:nth-child(1) {
      width: 4rem;
      top: 0;
      right: 0; }
    .header .mob-menu .line:nth-child(2) {
      width: 4rem;
      top: 50%;
      right: 0; }
    .header .mob-menu .line:nth-child(3) {
      width: 2rem;
      top: 100%;
      right: 0; }

.header .navigation {
  background-color: #e6e6e6;
  display: flex;
  padding: 1.3rem 16rem; }
  @media only screen and (max-width: 1200px) {
    .header .navigation {
      padding: 1.3rem 10rem; } }
  @media only screen and (max-width: 1000px) {
    .header .navigation {
      padding: 1.3rem 5rem; } }
  @media only screen and (max-width: 400px) {
    .header .navigation {
      padding: 1.3rem 3rem; } }
  @media only screen and (max-width: 350px) {
    .header .navigation {
      padding: 1.3rem 2rem; } }
  .header .navigation a,
  .header .navigation span {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0rem 1rem; }
  .header .navigation span:first-child {
    margin-left: 0; }
  .header .navigation span span span {
    margin-left: 0rem; }
  .header .navigation .breadcrumb_last {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1rem; }
  .header .navigation__link {
    font-size: 1.2rem;
    font-weight: 600; }
    .header .navigation__link:not(:last-child) {
      margin-right: 2rem; }
    .header .navigation__link-selected {
      text-decoration: underline; }
  .header .navigation__slash {
    margin-right: 2rem;
    font-size: 1.2rem;
    font-weight: 600; }

.home .hero {
  height: 71rem;
  position: relative; }
  .home .hero .wp-block-group__inner-container {
    width: 100%;
    height: 100%; }
  .home .hero figure {
    position: absolute;
    height: 100%;
    width: 100%; }
    .home .hero figure::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: -1; }
    .home .hero figure img {
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: -1;
      object-fit: cover; }
  .home .hero h1 {
    font-size: 3.2rem;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-top: 20rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 700px) {
      .home .hero h1 {
        padding: 0 2rem;
        padding-top: 20rem; } }
    @media only screen and (max-width: 400px) {
      .home .hero h1 {
        padding: 0 2rem;
        padding-top: 16rem; } }
  .home .hero p {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0 30%;
    line-height: 2;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      .home .hero p {
        padding: 0 27%; } }
    @media only screen and (max-width: 900px) {
      .home .hero p {
        padding: 0 19%; } }
    @media only screen and (max-width: 700px) {
      .home .hero p {
        padding: 0 10%; } }
  .home .hero a {
    color: white; }

.home .main__slider {
  position: relative;
  padding: 0 23rem; }
  .home .main__slider .wp-block-group__inner-container {
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1300px) {
    .home .main__slider {
      padding: 0 20rem; } }
  @media only screen and (max-width: 1200px) {
    .home .main__slider {
      padding: 0 15rem; } }
  @media only screen and (max-width: 900px) {
    .home .main__slider {
      padding: 0 10rem; } }
  @media only screen and (max-width: 700px) {
    .home .main__slider {
      padding: 0 15rem; } }
  @media only screen and (max-width: 700px) {
    .home .main__slider {
      padding: 0 10rem; } }
  @media only screen and (max-width: 400px) {
    .home .main__slider {
      padding: 0 5rem; } }
  .home .main__slider .posunout {
    position: absolute;
    top: -18rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    text-decoration: underline;
    color: white;
    font-weight: 600;
    z-index: 30; }
    @media only screen and (max-width: 600px) {
      .home .main__slider .posunout {
        display: none; } }
  .home .main__slider .slick-slider .slick-track {
    height: 62rem; }
    @media only screen and (max-width: 500px) {
      .home .main__slider .slick-slider .slick-track {
        height: 80rem; } }
  .home .main__slider .cont {
    transform: translateY(-14rem); }
    .home .main__slider .cont .wp-block-group__inner-container {
      width: 100%;
      height: 100%; }
    .home .main__slider .cont .slick-center .slide {
      z-index: 10;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      border-radius: 5px 5px 0 0;
      transform: translateY(0px);
      padding-bottom: 7rem; }
    .home .main__slider .cont .slide {
      padding-top: 3rem;
      transform: translateY(3rem);
      padding-left: 3rem;
      padding-right: 3rem;
      padding-bottom: 4rem;
      background-color: white;
      position: relative;
      cursor: grab;
      transition: all 0.3s ease-in-out; }
      .home .main__slider .cont .slide .wp-block-group__inner-container {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 1200px) {
        .home .main__slider .cont .slide {
          padding-left: 1rem;
          padding-right: 1rem; } }
      @media only screen and (max-width: 1100px) {
        .home .main__slider .cont .slide {
          box-shadow: 15px 0 30px rgba(0, 0, 0, 0.1); } }
      @media only screen and (max-width: 500px) {
        .home .main__slider .cont .slide {
          box-shadow: none; } }
      @media only screen and (max-width: 350px) {
        .home .main__slider .cont .slide {
          border-radius: 5px; } }
      .home .main__slider .cont .slide figure {
        width: 19rem;
        height: 15rem;
        margin: auto;
        margin-bottom: 2rem; }
        .home .main__slider .cont .slide figure img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
      .home .main__slider .cont .slide h3 {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 4rem;
        text-align: center; }
      .home .main__slider .cont .slide h1 {
        font-size: 3.2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        text-align: center;
        color: #ff7300; }
      .home .main__slider .cont .slide ul {
        list-style: none; }
        .home .main__slider .cont .slide ul li {
          font-size: 1.4rem;
          font-weight: 400;
          color: rgba(33, 33, 33, 0.8);
          padding-bottom: 2.3rem;
          text-align: center;
          border-bottom: 1px solid rgba(51, 51, 51, 0.05); }
          .home .main__slider .cont .slide ul li:not(:last-child) {
            margin-bottom: 2.3rem; }
          @media only screen and (max-width: 350px) {
            .home .main__slider .cont .slide ul li:last-child {
              display: none; } }
      .home .main__slider .cont .slide .btn {
        background-color: #ff7300;
        text-align: center;
        border-radius: 5px;
        width: 16rem;
        margin: auto;
        margin-top: 4rem;
        cursor: pointer; }
        .home .main__slider .cont .slide .btn .wp-block-group__inner-container {
          width: 100%;
          height: 100%; }
        .home .main__slider .cont .slide .btn a {
          font-size: 1.4rem;
          color: white;
          font-weight: 600;
          width: 100%;
          height: 100%;
          padding: 1rem 0;
          display: inline-block;
          text-decoration: none; }
  .home .main__slider__btn {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    cursor: pointer;
    z-index: 2; }
    .home .main__slider__btn .wp-block-group__inner-container {
      display: flex;
      align-items: center; }
    @media only screen and (max-width: 1000px) {
      .home .main__slider__btn {
        color: #f5f5f5; } }
    @media only screen and (max-width: 1000px) {
      .home .main__slider__btn p {
        display: none; } }
    .home .main__slider__btn figure {
      width: 13px;
      height: 13px; }
      @media only screen and (max-width: 1000px) {
        .home .main__slider__btn figure {
          width: 20px;
          height: 20px; } }
      .home .main__slider__btn figure img {
        width: 100%;
        height: 100%; }
    .home .main__slider__btn-left {
      left: 5%; }
      @media only screen and (max-width: 1200px) {
        .home .main__slider__btn-left {
          left: 2%; } }
      @media only screen and (max-width: 1000px) {
        .home .main__slider__btn-left {
          left: 7%; } }
      @media only screen and (max-width: 900px) {
        .home .main__slider__btn-left {
          left: 5%; } }
      @media only screen and (max-width: 700px) {
        .home .main__slider__btn-left {
          left: 10%; } }
      @media only screen and (max-width: 600px) {
        .home .main__slider__btn-left {
          left: 6%; } }
      @media only screen and (max-width: 400px) {
        .home .main__slider__btn-left {
          visibility: hidden; } }
      @media only screen and (max-width: 350px) {
        .home .main__slider__btn-left {
          left: 3%; } }
      .home .main__slider__btn-left figure {
        margin-right: 8px; }
    .home .main__slider__btn-right {
      right: 5%; }
      @media only screen and (max-width: 1200px) {
        .home .main__slider__btn-right {
          right: 2%; } }
      @media only screen and (max-width: 1000px) {
        .home .main__slider__btn-right {
          right: 7%; } }
      @media only screen and (max-width: 900px) {
        .home .main__slider__btn-right {
          right: 5%; } }
      @media only screen and (max-width: 700px) {
        .home .main__slider__btn-right {
          right: 10%; } }
      @media only screen and (max-width: 600px) {
        .home .main__slider__btn-right {
          right: 6%; } }
      @media only screen and (max-width: 400px) {
        .home .main__slider__btn-right {
          visibility: hidden; } }
      .home .main__slider__btn-right figure {
        margin-left: 8px; }
        .home .main__slider__btn-right figure img {
          transform: rotate(180deg); }

.home .about {
  padding: 0 23rem;
  margin-top: 3rem; }
  .home .about .wp-block-group__inner-container {
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1300px) {
    .home .about {
      padding: 0 20rem; } }
  @media only screen and (max-width: 1200px) {
    .home .about {
      padding: 0 15rem;
      margin-top: -5rem; } }
  @media only screen and (max-width: 1000px) {
    .home .about {
      padding: 0 10rem; } }
  @media only screen and (max-width: 700px) {
    .home .about {
      margin-bottom: 10rem;
      margin-top: -7rem;
      padding: 0 5rem; } }
  @media only screen and (max-width: 500px) {
    .home .about {
      margin-top: -25rem; } }
  @media only screen and (max-width: 400px) {
    .home .about {
      padding: 0 2rem; } }
  @media only screen and (max-width: 350px) {
    .home .about {
      margin-top: -32rem; } }
  .home .about h1 {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 4rem;
    text-align: left; }
    @media only screen and (max-width: 700px) {
      .home .about h1 {
        text-align: center;
        line-height: 2;
        margin-bottom: 1rem; } }
  .home .about p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 3rem;
    text-align: left; }
    @media only screen and (max-width: 700px) {
      .home .about p {
        text-align: left;
        margin-bottom: 5rem; } }
  .home .about figure {
    height: 22rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 600px) {
      .home .about figure {
        display: none; } }
    .home .about figure img {
      width: 100%;
      border-radius: 5px;
      height: 100%;
      object-fit: cover; }

.home .vyhody {
  background-color: #ff7300;
  margin-top: -10rem;
  padding: 0 23rem;
  padding-bottom: 10rem; }
  .home .vyhody .wp-block-group__inner-container {
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1300px) {
    .home .vyhody {
      padding: 0 20rem;
      padding-bottom: 10rem; } }
  @media only screen and (max-width: 1200px) {
    .home .vyhody {
      margin-top: -15rem; } }
  @media only screen and (max-width: 1200px) {
    .home .vyhody {
      padding: 0 15rem;
      padding-bottom: 10rem; } }
  @media only screen and (max-width: 1000px) {
    .home .vyhody {
      padding: 0 10rem;
      padding-bottom: 10rem; } }
  @media only screen and (max-width: 700px) {
    .home .vyhody {
      margin-top: -16rem;
      padding: 0 5rem;
      padding-bottom: 10rem; } }
  @media only screen and (max-width: 600px) {
    .home .vyhody {
      margin-top: 0; } }
  @media only screen and (max-width: 400px) {
    .home .vyhody {
      padding: 0 2rem;
      padding-bottom: 10rem; } }
  .home .vyhody h1 {
    padding-top: 25rem;
    color: white;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 9rem; }
    @media only screen and (max-width: 700px) {
      .home .vyhody h1 {
        text-align: center;
        padding-top: 20rem; } }
    @media only screen and (max-width: 600px) {
      .home .vyhody h1 {
        padding-top: 6rem; } }
  .home .vyhody .wp-block-columns {
    display: flex; }
    @media only screen and (max-width: 800px) {
      .home .vyhody .wp-block-columns {
        flex-direction: column; } }
  .home .vyhody .wp-block-column:not(:last-child) {
    margin-right: 7rem; }
    @media only screen and (max-width: 800px) {
      .home .vyhody .wp-block-column:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5rem; } }
  .home .vyhody .wp-block-column h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    position: relative;
    color: white; }
    .home .vyhody .wp-block-column h3::before {
      height: 1.5px;
      width: 4rem;
      background-color: white;
      position: absolute;
      content: '';
      top: -12px;
      left: 0; }
  .home .vyhody .wp-block-column p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 2;
    font-size: 1.4rem; }

.other .ostatni p {
  line-height: 2;
  font-size: 1.4rem;
  color: #212121; }
  .other .ostatni p:not(:last-child) {
    margin-bottom: 2rem; }

.other .ostatni a {
  font-size: 1.4rem;
  color: #212121;
  display: inline-block; }
  .other .ostatni a:not(:last-child) {
    margin-bottom: 2rem; }

.other .ostatni h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #212121; }
  .other .ostatni h1:not(:last-child) {
    margin-bottom: 2rem; }

.other .ostatni h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #212121; }
  .other .ostatni h2:not(:last-child) {
    margin-bottom: 1rem; }

.other .ostatni h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #212121; }
  .other .ostatni h3:not(:last-child) {
    margin-bottom: 1rem; }

.other .ostatni ul {
  list-style: circle;
  padding-left: 2rem;
  margin-left: 1rem; }
  .other .ostatni ul li:not(:last-child) {
    margin-bottom: 1.5rem; }
  .other .ostatni ul:not(:last-child) {
    margin-bottom: 3rem; }

.other .ostatni .wp-block-table:not(:last-child) {
  margin-bottom: 3rem; }

.other .ostatni .wp-block-table table {
  width: 100%;
  margin: 2rem 0; }
  .other .ostatni .wp-block-table table tr {
    background-color: #e6e6e6; }
    .other .ostatni .wp-block-table table tr:nth-child(2n) {
      background-color: white; }
  .other .ostatni .wp-block-table table td {
    padding: 2rem 2.5rem; }
  .other .ostatni .wp-block-table table th {
    padding: 2rem 2.5rem;
    text-align: left; }

.other .ostatni img {
  height: 100%; }

.other .ostatni .wp-block-image:not(:first-child) {
  max-height: 40rem; }

.other .ostatni .wp-block-image:not(:last-child) {
  margin-bottom: 3rem; }

.other .produkt p {
  line-height: 2;
  font-size: 1.4rem;
  color: #212121; }
  .other .produkt p:not(:last-child) {
    margin-bottom: 1rem; }

.other .produkt a {
  font-size: 1.4rem;
  color: #212121;
  display: inline-block; }
  .other .produkt a:not(:last-child) {
    margin-bottom: 2rem; }

.other .produkt h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #212121; }
  .other .produkt h1:not(:last-child) {
    margin-bottom: 2rem; }

.other .produkt h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #212121; }
  .other .produkt h2:not(:last-child) {
    margin-bottom: 2rem; }

.other .produkt h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #212121; }
  .other .produkt h3:not(:last-child) {
    margin-bottom: 2rem; }

.other .produkt ul {
  list-style: circle;
  padding-left: 2rem;
  margin-left: 1rem; }
  .other .produkt ul li:not(:last-child) {
    margin-bottom: 1.5rem; }
  .other .produkt ul:not(:last-child) {
    margin-bottom: 3rem; }

.other .produkt .wp-block-table:not(:last-child) {
  margin-bottom: 3rem; }

.other .produkt .wp-block-table table {
  width: 100%;
  margin: 2rem 0; }
  .other .produkt .wp-block-table table tr {
    background-color: #e6e6e6; }
    .other .produkt .wp-block-table table tr:nth-child(2n) {
      background-color: white; }
  .other .produkt .wp-block-table table td {
    padding: 2rem 2.5rem; }
  .other .produkt .wp-block-table table th {
    padding: 2rem 2.5rem;
    text-align: left; }

.other .produkt img {
  height: 100%; }

.other .produkt .wp-block-image:first-child {
  height: 30rem; }

.other .produkt .wp-block-image:not(:first-child) {
  max-height: 40rem; }

.other .produkt .wp-block-image:not(:last-child) {
  margin-bottom: 3rem; }

.other .produkty {
  margin-top: 5rem; }
  .other .produkty h1 {
    font-size: 3.2rem;
    font-weight: 600; }
  .other .produkty p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 2.5rem;
    margin-bottom: 3.5rem; }
  .other .produkty__item {
    height: 25rem;
    background-color: white;
    position: relative; }
    .other .produkty__item .wp-block-group__inner-container {
      display: inline-block !important;
      height: 100%;
      width: 100%; }
  .other .produkty .cont .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem; }
    @media only screen and (max-width: 800px) {
      .other .produkty .cont .wp-block-group__inner-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 600px) {
      .other .produkty .cont .wp-block-group__inner-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 500px) {
      .other .produkty .cont .wp-block-group__inner-container {
        grid-template-columns: repeat(1, 1fr); } }
  .other .produkty .cont a {
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none; }
  .other .produkty .cont figure {
    height: 20rem;
    margin: auto;
    padding: 2rem 0; }
    .other .produkty .cont figure img {
      width: 100%;
      object-position: center;
      height: 100%;
      object-fit: contain; }
  .other .produkty .cont h3 {
    background-color: #ff7300 !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
    text-align: center !important;
    padding: 1.1rem 0 !important; }

.other {
  padding: 0 16rem;
  margin-top: 9rem;
  margin-bottom: 10rem; }
  @media only screen and (max-width: 1200px) {
    .other {
      padding: 0 10rem; } }
  @media only screen and (max-width: 1000px) {
    .other {
      padding: 0 5rem; } }
  @media only screen and (max-width: 400px) {
    .other {
      padding: 0 3rem; } }
  @media only screen and (max-width: 350px) {
    .other {
      padding: 0 2rem; } }
  .other .serie .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; }
    @media only screen and (max-width: 800px) {
      .other .serie .wp-block-group__inner-container {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 600px) {
      .other .serie .wp-block-group__inner-container {
        grid-template-columns: repeat(1, 1fr); } }
  .other .serie__item {
    height: 25rem;
    background-color: white;
    position: relative; }
    .other .serie__item .wp-block-group__inner-container {
      display: inline-block !important;
      height: 100%;
      width: 100%; }
  .other .serie a {
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none; }
  .other .serie figure {
    height: 20rem;
    margin: auto;
    padding: 2rem 0; }
    .other .serie figure img {
      width: 100%;
      object-position: center;
      height: 100%;
      object-fit: contain; }
  .other .serie h1 {
    color: #212121;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    padding: 1.1rem 0; }

.other .block {
  display: block !important; }

.other .technologie .header {
  font-size: 2.5rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 3rem; }
  .other .technologie .header:not(:first-child) {
    margin-top: 6rem; }

.other .technologie .item:not(:last-child) {
  margin-bottom: 3rem; }

.other .technologie .item .subheader-cont {
  background-color: white;
  cursor: pointer;
  width: 100%; }
  .other .technologie .item .subheader-cont .wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    padding: 3rem; }
  .other .technologie .item .subheader-cont figure {
    width: 20px;
    height: 20px; }
    .other .technologie .item .subheader-cont figure img {
      width: 100%;
      height: 100%;
      transform: rotate(-90deg); }

.other .technologie .item .subheader {
  font-size: 1.6rem;
  font-weight: 600;
  color: #212121;
  width: 100%; }

.other .technologie .item .cont {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3rem; }
  .other .technologie .item .cont p {
    line-height: 2;
    font-size: 1.4rem;
    color: #212121; }
    .other .technologie .item .cont p:not(:last-child) {
      margin-bottom: 2rem; }
  .other .technologie .item .cont a {
    font-size: 1.4rem;
    color: #212121;
    display: inline-block; }
    .other .technologie .item .cont a:not(:last-child) {
      margin-bottom: 2rem; }
  .other .technologie .item .cont h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #212121; }
    .other .technologie .item .cont h1:not(:last-child) {
      margin-bottom: 2rem; }
  .other .technologie .item .cont h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #212121; }
    .other .technologie .item .cont h2:not(:last-child) {
      margin-bottom: 1rem; }
  .other .technologie .item .cont figure:not(:last-child) {
    margin-bottom: 3rem; }
  .other .technologie .item .cont figure img {
    max-height: 30rem;
    max-width: 100%;
    object-fit: cover; }
  .other .technologie .item .cont h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #212121; }
    .other .technologie .item .cont h3:not(:last-child) {
      margin-bottom: 1rem; }
  .other .technologie .item .cont ul {
    list-style: circle;
    padding-left: 2rem;
    margin-left: 1rem; }
    .other .technologie .item .cont ul li:not(:last-child) {
      margin-bottom: 1.5rem; }
    .other .technologie .item .cont ul:not(:last-child) {
      margin-bottom: 3rem; }
