/*
    Theme Name: Femmeritum
    Description: Szablon dedykowany dla Femmeritum
    Version: 1.8
    Author: Piotr Sember
    Author URI: http://kodhtml.pl
*/
html {
  font-size: 62.5%;
  overflow-y: scroll !important; }

body {
  margin: 0;
  background: #fff;
  line-height: 1.8571428571;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0; }

ul, ol {
  padding-left: 1.5em; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700; }

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none; }

svg, img {
  max-width: 100%;
  width: auto;
  height: auto; }

.d-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.d-table > * {
  display: table-cell;
  vertical-align: middle; }

.clr {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important; }

td {
  padding-left: 2rem; }

td:first-child {
  padding-left: 0; }

main, section, article, header, footer, nav, aside {
  display: block; }

.container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1300px;
  padding-left: 73px;
  padding-right: 73px; }
  @media (max-width: 599px) {
    .container {
      padding-left: 14px;
      padding-right: 14px; } }

.bg-image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.rwd-bg {
  background-position: center center;
  background-repeat: repeat; }
  .rwd-bg.full-bg {
    background-repeat: no-repeat;
    background-size: cover; }

.video-container {
  position: relative;
  padding-bottom: 56.25%; }

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: 'linux_libertine';
  src: url("fonts/linlibertine_r-webfont.woff2") format("woff2"), url("fonts/linlibertine_r-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'linux_libertine';
  src: url("fonts/linlibertine_ri-webfont.woff2") format("woff2"), url("fonts/linlibertine_ri-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
nav#top-nav {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    nav#top-nav {
      font-size: 1.7rem; } }
  nav#top-nav #top-bar {
    padding: 1rem 0;
    background: #000;
    color: #fff;
    border-bottom: 1rem solid #fff; }
    nav#top-nav #top-bar .container:after {
      content: '' !important;
      display: table !important;
      clear: both !important; }
    nav#top-nav #top-bar .container .socials {
      float: right; }
  nav#top-nav #nav-bar {
    background: rgba(255, 255, 255, 0.95);
    position: relative; }
    .scrolled nav#top-nav #nav-bar {
      position: fixed;
      z-index: 1000;
      top: 0;
      width: 100%;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    @media (max-width: 767px) {
      .scrolled.show-menu nav#top-nav #nav-bar {
        height: 100%; } }
    @media (max-width: 767px) {
      nav#top-nav #nav-bar .container {
        max-height: 100%;
        overflow-y: auto; } }
    nav#top-nav #nav-bar .container .container-in {
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border-top: 1px solid #000;
      padding-top: 4rem;
      padding-bottom: 3.4rem; }
      nav#top-nav #nav-bar .container .container-in:after {
        content: '' !important;
        display: table !important;
        clear: both !important; }
      .scrolled nav#top-nav #nav-bar .container .container-in {
        border-color: transparent; }
      .scrolled nav#top-nav #nav-bar .container .container-in {
        padding-top: 1rem;
        padding-bottom: 1rem; }
      @media (max-width: 767px) {
        nav#top-nav #nav-bar .container .container-in {
          padding-top: 1rem;
          padding-bottom: 1rem;
          display: block !important;
          display: -ms-flex !important;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column; } }
    nav#top-nav #nav-bar .container .menu-block {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table;
      table-layout: fixed;
      border-collapse: collapse;
      position: relative;
      width: 35%;
      float: left;
      margin-top: 0.8rem;
      line-height: 1.3; }
      @media (max-width: 1023px) {
        nav#top-nav #nav-bar .container .menu-block {
          width: 40%;
          margin-top: 0; } }
      @media (max-width: 767px) {
        nav#top-nav #nav-bar .container .menu-block {
          -webkit-order: 2;
          -ms-order: 2;
          order: 2;
          float: none !important;
          width: 100% !important;
          display: none; }
          .show-menu nav#top-nav #nav-bar .container .menu-block {
            display: block; }
          nav#top-nav #nav-bar .container .menu-block:last-child {
            padding-bottom: 2rem; } }
      nav#top-nav #nav-bar .container .menu-block > li {
        height: 5.4rem;
        display: table-cell;
        vertical-align: top;
        padding: 0 0.5rem 0 0;
        position: relative; }
        @media (max-width: 767px) {
          nav#top-nav #nav-bar .container .menu-block > li {
            display: block !important;
            height: auto !important;
            padding: 1.4rem 0 0 0 !important; } }
        nav#top-nav #nav-bar .container .menu-block > li > a {
          text-transform: uppercase;
          float: left;
          letter-spacing: 0.2em; }
          @media (max-width: 767px) {
            nav#top-nav #nav-bar .container .menu-block > li > a {
              float: none !important;
              display: inline-block !important; } }
        nav#top-nav #nav-bar .container .menu-block > li > ul {
          list-style: none;
          padding: 0;
          margin: 0;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          left: 0;
          top: 100%;
          padding-top: 1rem;
          padding-bottom: 1px;
          width: 100%;
          height: auto;
          -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          z-index: 1; }
          nav#top-nav #nav-bar .container .menu-block > li > ul:after {
            content: '' !important;
            display: table !important;
            clear: both !important; }
          @media (max-width: 767px) {
            nav#top-nav #nav-bar .container .menu-block > li > ul {
              position: static;
              padding-left: 1.9rem;
              visibility: visible;
              opacity: 1; } }
          nav#top-nav #nav-bar .container .menu-block > li > ul:before {
            content: '';
            display: block;
            position: absolute;
            left: -100vw;
            width: 200vw;
            height: 100%;
            background: rgba(255, 255, 255, 0.95);
            z-index: -1; }
            @media (max-width: 767px) {
              nav#top-nav #nav-bar .container .menu-block > li > ul:before {
                display: none;
                content: none; } }
          nav#top-nav #nav-bar .container .menu-block > li > ul > li {
            display: block;
            margin-bottom: 1rem; }
            @media (max-width: 767px) {
              nav#top-nav #nav-bar .container .menu-block > li > ul > li {
                margin-bottom: 1.4rem; }
                nav#top-nav #nav-bar .container .menu-block > li > ul > li:last-child {
                  margin-bottom: 0; } }
            nav#top-nav #nav-bar .container .menu-block > li > ul > li a {
              font-family: 'linux_libertine', serif !important;
              font-weight: normal !important;
              font-size: 1.3rem;
              font-style: italic; }
              @media (min-width: 1025px) {
                nav#top-nav #nav-bar .container .menu-block > li > ul > li a:hover {
                  color: #ee7c28; } }
              @media (max-width: 767px) {
                nav#top-nav #nav-bar .container .menu-block > li > ul > li a {
                  font-size: 1.7rem; } }
        @media (min-width: 1025px) {
          nav#top-nav #nav-bar .container .menu-block > li:hover > ul {
            opacity: 1;
            visibility: visible;
            z-index: 3;
            -webkit-transform: translateY(0);
            transform: translateY(0); } }
        nav#top-nav #nav-bar .container .menu-block > li.clicked > ul {
          opacity: 1;
          visibility: visible;
          z-index: 2;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
        nav#top-nav #nav-bar .container .menu-block > li a {
          display: block;
          position: relative; }
          @media (min-width: 1025px) {
            nav#top-nav #nav-bar .container .menu-block > li a:hover {
              color: #ee7c28; } }
        nav#top-nav #nav-bar .container .menu-block > li.active > a {
          color: #ee7c28; }
      nav#top-nav #nav-bar .container .menu-block.menu-block-2 {
        float: right; }
        nav#top-nav #nav-bar .container .menu-block.menu-block-2 > li {
          padding: 0 0 0 2rem; }
          nav#top-nav #nav-bar .container .menu-block.menu-block-2 > li > a {
            float: right; }
    nav#top-nav #nav-bar .container #logo-container {
      width: 30%;
      float: left; }
      @media (max-width: 1023px) {
        nav#top-nav #nav-bar .container #logo-container {
          width: 20%; } }
      @media (max-width: 767px) {
        nav#top-nav #nav-bar .container #logo-container {
          width: 18rem;
          -webkit-order: 1;
          -ms-order: 1;
          order: 1; } }
      nav#top-nav #nav-bar .container #logo-container .logo {
        max-width: 27.8rem;
        display: block;
        margin: 0 auto; }
        nav#top-nav #nav-bar .container #logo-container .logo img {
          display: block; }

#menu-btn {
  width: 22px;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
  margin-top: 5px;
  position: absolute;
  right: 14px;
  top: 1rem; }
  #menu-btn span {
    display: block;
    height: 2px;
    margin-top: 6px;
    width: 22px;
    background: #ee7c28;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    #menu-btn span:first-child {
      margin-top: 0 !important; }
  .show-menu #menu-btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }
  .show-menu #menu-btn span:nth-child(2) {
    opacity: 0; }
  .show-menu #menu-btn span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }
  @media (max-width: 767px) {
    #menu-btn {
      display: block; } }

body {
  overflow-x: hidden;
  position: relative; }

h1 {
  font-size: 2.7rem;
  font-weight: inherit; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.8rem; } }

h2 {
  font-size: 2.6rem;
  font-weight: inherit; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.6rem; } }

h3 {
  font-size: 2.1rem;
  font-weight: inherit; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.4rem; } }

h4 {
  font-size: 1.7rem;
  font-weight: inherit; }
  @media (max-width: 767px) {
    h4 {
      font-size: inherit; } }

h5 {
  font-size: 1.5rem;
  font-weight: inherit; }
  @media (max-width: 767px) {
    h5 {
      font-size: inherit; } }

h6 {
  font-size: 1.3rem;
  font-weight: inherit; }
  @media (max-width: 767px) {
    h6 {
      font-size: inherit; } }

hr {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  height: 1px !important;
  width: 100% !important;
  display: block;
  background: #000;
  border: none !important; }

img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0; }
img.alignright {
  float: right;
  margin: 0 0 2rem 2rem; }
img.aligncenter {
  display: block;
  margin: 0 auto; }

main {
  padding-top: 19.4rem; }
  @media (max-width: 767px) {
    main {
      padding-top: 11.3rem; } }
  main > section {
    position: relative;
    overflow: hidden; }
  main iframe.auto-h {
    min-height: 0; }
  main iframe.hide-frame {
    height: 0 !important; }
  main .ramka iframe {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    display: block;
    border: none;
    background: none;
    margin: 0;
    overflow-x: hidden; }
  main .ramka.w-link iframe {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  main .text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0; }
    main .text ul li {
      padding-left: 1.5em;
      position: relative; }
      main .text ul li:before {
        content: '';
        display: block;
        width: 0.5em;
        height: 0.5em;
        background: #ee7c28;
        position: absolute;
        left: 0;
        top: 0.8em; }

.js .anim-block {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0; }

.js .anim-block-rev {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.js .anim-block-top {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.js .anim-block-bottom {
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.js .anim-block-opac {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0; }

.js .anim-block.active {
  -webkit-transform: translateX(0px) translateY(0px) scale(1);
  transform: translateX(0px) translateY(0px) scale(1);
  opacity: 1; }

.js .anim-block-scale > * {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.js .anim-block-scale.active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.wyrozniony {
  color: #ee7c28 !important; }
  .wyrozniony > * {
    color: inherit !important; }

.row, .container, .container-in {
  position: relative; }
  .row:after, .container:after, .container-in:after {
    content: '' !important;
    display: table !important;
    clear: both !important; }

.section-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%; }

.section-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  padding: 3rem 0 3rem 2em;
  position: relative; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 2rem;
      padding: 2rem 0 2rem 1.6em; } }
  .section-title:before {
    display: block;
    float: left;
    height: 0.8em;
    width: 0.8em;
    background: #ee7c28;
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    margin-top: 3rem;
    -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
    transition: transform 0.3s ease-out 0.3s; }
    @media (max-width: 767px) {
      .section-title:before {
        margin-top: 2rem; } }
  .section-title.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  padding: 0 0 0 2em;
  margin-bottom: 2em;
  position: relative; }
  @media (max-width: 767px) {
    .section-subtitle {
      margin-bottom: 14px; } }
  .section-subtitle:before {
    display: block;
    float: left;
    height: 0.7em;
    width: 0.7em;
    background: #ee7c28;
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em; }

.text-img {
  background: #fff; }
  @media (max-width: 767px) {
    .text-img {
      display: block; } }
  .text-img .text {
    padding: 3rem; }
    @media (max-width: 767px) {
      .text-img .text {
        display: block;
        padding: 14px; } }
  .text-img .img {
    width: 37.2616984402%;
    vertical-align: top; }
    @media (max-width: 767px) {
      .text-img .img {
        display: block;
        width: 100%; } }
    .text-img .img img {
      width: 100%;
      display: block;
      max-width: none; }

.text-img-2:after {
  content: '' !important;
  display: table !important;
  clear: both !important; }
.text-img-2 .img {
  width: 56.3258232236%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .text-img-2 .img {
      width: 100%;
      float: none; } }
  .text-img-2 .img img {
    display: block;
    width: 100%;
    max-width: none; }
  .text-img-2 .img .img-text {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 10%;
    top: 25%;
    width: 60%;
    height: 100%; }
    @media (max-width: 767px) {
      .text-img-2 .img .img-text {
        font-size: 1.3rem;
        width: 100%; } }
.text-img-2 .text {
  width: 43.6741767764%;
  float: left;
  padding: 1rem 0 1rem 5.5rem; }
  @media (max-width: 767px) {
    .text-img-2 .text {
      float: none;
      width: 100%;
      padding: 14px; } }
  .text-img-2 .text .text-1 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .text-img-2 .text .text-1 {
        font-size: 1.3rem;
        padding-bottom: 14px;
        margin-bottom: 14px; } }
    .text-img-2 .text .text-1 .wlb-img {
      margin-bottom: 1rem; }
      @media (max-width: 767px) {
        .text-img-2 .text .text-1 .wlb-img {
          margin-bottom: 14px;
          width: 62%;
          max-width: 26.6rem; } }
    .text-img-2 .text .text-1 .text-bg {
      position: absolute;
      z-index: -1;
      background: #ee7c28;
      width: 200vw;
      left: -100vw;
      bottom: 0;
      height: 100vh; }
  .text-img-2 .text .text-2 {
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .text-img-2 .text .text-2 {
        margin-bottom: 14px; } }
  .text-img-2 .text .text-3 {
    border-top: 1px solid #ee7c28;
    padding-top: 3rem;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .text-img-2 .text .text-3 {
        padding-top: 14px; } }

@media (max-width: 767px) {
  .text-img-3 .d-table {
    display: block; } }
.text-img-3 .d-table .img {
  width: 23.3968804159%;
  vertical-align: top; }
  @media (max-width: 767px) {
    .text-img-3 .d-table .img {
      display: block;
      width: 100%;
      margin-bottom: 14px; } }
  .text-img-3 .d-table .img .block {
    background: #fff;
    padding: 3rem;
    border-right: 10px solid #efefef; }
    @media (max-width: 767px) {
      .text-img-3 .d-table .img .block {
        border-right: none;
        padding: 14px; } }
    .text-img-3 .d-table .img .block img {
      width: 100%;
      display: block;
      max-width: 20rem;
      margin: 0 auto; }
.text-img-3 .d-table .text {
  overflow: hidden;
  background: #fff; }
  @media (max-width: 767px) {
    .text-img-3 .d-table .text {
      display: block;
      min-height: 228px;
      position: relative; } }
  .text-img-3 .d-table .text .block .block-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%); }
  .text-img-3 .d-table .text .block .block-in {
    z-index: 2;
    padding: 3rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .text-img-3 .d-table .text .block .block-in {
        padding: 14px; } }
.text-img-3 .text-btn {
  float: right;
  padding: 1.6rem 2rem;
  display: block;
  position: relative;
  z-index: 2; }
  .text-img-3 .text-btn .text {
    background: none; }
  @media (min-width: 1025px) {
    .text-img-3 .text-btn:hover .arr {
      -webkit-transform: translateY(2px);
      transform: translateY(2px); } }
.text-img-3.clicked .text .block .block-in {
  position: static; }
.text-img-3.clicked .text-btn .arr {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.text-img-3.clicked .text-btn .text span:nth-child(1) {
  display: none; }
.text-img-3.clicked .text-btn .text span:nth-child(2) {
  display: block; }
@media (min-width: 1025px) {
  .text-img-3.clicked .text-btn:hover .arr {
    -webkit-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px); } }

.socials {
  list-style: none;
  padding: 0;
  margin: 0; }
  .socials li {
    display: block;
    float: left;
    line-height: 2.7rem;
    padding-left: 1.8rem;
    margin-left: 0.9rem;
    background: url("images/divider.svg") no-repeat left center;
    background-size: 0.7rem 1.4rem; }
    .socials li:first-child {
      margin: 0;
      padding: 0;
      background: none; }
    .socials li.lang {
      text-transform: uppercase;
      font-size: 1.7rem; }
    @media (max-width: 767px) {
      .socials li {
        padding-left: 1.2rem;
        margin-left: 0.6rem; } }
    .socials li a {
      display: block; }
      .socials li a img {
        display: block;
        width: 2.7rem;
        height: 2.7rem;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
      @media (min-width: 1025px) {
        .socials li a:hover img {
          -webkit-transform: scale(1.14);
          transform: scale(1.14); } }

section.separator {
  background: #fff;
  padding: 8rem 0; }
  section.separator .container-in {
    border-top: 1px solid #1d1d1b; }
  @media (max-width: 767px) {
    section.separator {
      padding: 14px 0; } }

.elements-list-container .arr-next {
  cursor: pointer;
  position: absolute;
  width: 73px;
  right: 0;
  top: 0;
  height: 100%; }
  .elements-list-container .arr-next img {
    display: block;
    width: 1.3rem;
    height: 2.1rem;
    position: absolute;
    left: 50%;
    margin: -1rem 0 0 -0.6rem;
    top: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  @media (min-width: 1025px) {
    .elements-list-container .arr-next:hover img {
      -webkit-transform: translateX(3px);
      transform: translateX(3px); } }
  @media (max-width: 767px) {
    .elements-list-container .arr-next {
      display: none !important; } }
.elements-list-container .arr-prev {
  cursor: pointer;
  position: absolute;
  width: 73px;
  left: 0;
  top: 0;
  height: 100%; }
  .elements-list-container .arr-prev img {
    display: block;
    width: 1.3rem;
    height: 2.1rem;
    position: absolute;
    left: 50%;
    margin: -1rem 0 0 -0.6rem;
    top: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  @media (min-width: 1025px) {
    .elements-list-container .arr-prev:hover img {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px); } }
  @media (max-width: 767px) {
    .elements-list-container .arr-prev {
      display: none !important; } }
.elements-list-container .elements-list-in {
  position: relative; }
  .elements-list-container .elements-list-in .elements-list {
    position: relative;
    overflow: hidden; }
    .elements-list-container .elements-list-in .elements-list:after {
      content: '' !important;
      display: table !important;
      clear: both !important; }
    @media (max-width: 767px) {
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group {
        width: 200%; } }
    .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-2 {
      -webkit-transform: translateX(-14.9046793761%);
      transform: translateX(-14.9046793761%);
      position: relative;
      z-index: 2; }
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-2 + .elements-group {
        -webkit-transform: translateX(85.0953206239%);
        transform: translateX(85.0953206239%); }
    .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-3 {
      -webkit-transform: translateX(-29.8093587522%);
      transform: translateX(-29.8093587522%);
      position: relative;
      z-index: 2; }
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-3 + .elements-group {
        -webkit-transform: translateX(70.1906412478%);
        transform: translateX(70.1906412478%); }
    .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-4 {
      -webkit-transform: translateX(-44.7140381282%);
      transform: translateX(-44.7140381282%);
      position: relative;
      z-index: 2; }
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-4 + .elements-group {
        -webkit-transform: translateX(55.2859618718%);
        transform: translateX(55.2859618718%); }
    .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-5 {
      -webkit-transform: translateX(-59.6187175043%);
      transform: translateX(-59.6187175043%);
      position: relative;
      z-index: 2; }
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-5 + .elements-group {
        -webkit-transform: translateX(40.3812824957%);
        transform: translateX(40.3812824957%); }
    .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-6 {
      -webkit-transform: translateX(-74.5233968804%);
      transform: translateX(-74.5233968804%);
      position: relative;
      z-index: 2; }
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-6 + .elements-group {
        -webkit-transform: translateX(25.4766031196%);
        transform: translateX(25.4766031196%); }
    .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-7 {
      -webkit-transform: translateX(-89.4280762565%);
      transform: translateX(-89.4280762565%);
      position: relative;
      z-index: 2; }
      .elements-list-container .elements-list-in .elements-list.by-7 .elements-group.active-7 + .elements-group {
        -webkit-transform: translateX(10.5719237435%);
        transform: translateX(10.5719237435%); }
    .elements-list-container .elements-list-in .elements-list .elements-group {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s; }
      .elements-list-container .elements-list-in .elements-list .elements-group:after {
        content: '' !important;
        display: table !important;
        clear: both !important; }
      .elements-list-container .elements-list-in .elements-list .elements-group.no-anim {
        -webkit-transition: none !important;
        transition: none !important; }
      .elements-list-container .elements-list-in .elements-list .elements-group.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        position: relative;
        z-index: 2;
        margin-left: 0; }
        .elements-list-container .elements-list-in .elements-list .elements-group.active ~ .elements-group {
          -webkit-transform: translateX(100%);
          transform: translateX(100%); }
.elements-list-container.arr-clicked .elements-list-in .elements-list .elements-group {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

section.home .section-bg {
  background: #efefef;
  top: 50%;
  height: 51%; }
section.home .home-img {
  display: block; }
section.home .home-text {
  color: #fff;
  position: absolute;
  left: 12.1317157712%;
  top: 50%;
  max-width: 28rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700; }
  @media (max-width: 767px) {
    section.home .home-text {
      font-size: 1.2rem;
      left: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      padding: 0 14px 14px 14px;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  section.home .home-text .wlb-img {
    display: block;
    max-width: 26.6rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      section.home .home-text .wlb-img {
        width: 62%;
        margin-bottom: 14px; } }
  section.home .home-text .home-text-header {
    text-transform: uppercase;
    font-size: 2.6rem; }
    @media (max-width: 767px) {
      section.home .home-text .home-text-header {
        font-size: 1.3rem; } }
  section.home .home-text .home-text-content {
    margin-top: 1.6rem;
    padding-top: 1.8rem;
    border-top: 1px solid #ee7c28; }
    @media (max-width: 767px) {
      section.home .home-text .home-text-content {
        margin-top: 14px;
        padding-top: 14px; } }

section.o-nas .section-bg {
  background: #efefef;
  bottom: 50%;
  height: 51%; }

section.zespol {
  background: #efefef; }

section.zespol-osoby-header .btn {
  display: inline-block;
  margin-left: 2rem; }
  @media (min-width: 1025px) {
    section.zespol-osoby-header .btn:hover .arr {
      -webkit-transform: translateY(2px);
      transform: translateY(2px); } }
  @media (max-width: 767px) {
    section.zespol-osoby-header .btn {
      margin-left: 1rem; } }
  section.zespol-osoby-header .btn.clicked .arr {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  section.zespol-osoby-header .btn.clicked .text span:nth-child(1) {
    display: none; }
  section.zespol-osoby-header .btn.clicked .text span:nth-child(2) {
    display: block; }
  @media (min-width: 1025px) {
    section.zespol-osoby-header .btn.clicked:hover .arr {
      -webkit-transform: rotate(180deg) translateY(2px);
      transform: rotate(180deg) translateY(2px); } }

section.zespol-osoby-lista {
  display: none; }
  section.zespol-osoby-lista .zespol-osoby-lista-in {
    background: #efefef;
    padding-top: 3%; }
  section.zespol-osoby-lista .osoba {
    background: #fff;
    width: 47.9202772964%;
    float: left;
    margin: 0 0 3% 3%;
    table-layout: auto; }
    section.zespol-osoby-lista .osoba:after {
      content: '' !important;
      display: table !important;
      clear: both !important; }
    @media (max-width: 767px) {
      section.zespol-osoby-lista .osoba {
        width: 100%;
        display: block;
        margin: 14px 0 0 0 !important; }
        section.zespol-osoby-lista .osoba:first-child {
          margin-top: 0 !important; } }
    section.zespol-osoby-lista .osoba:nth-child(2n+1) {
      clear: left;
      margin-left: 0; }
    section.zespol-osoby-lista .osoba .osoba-img {
      vertical-align: top;
      width: 26.7631103074%;
      min-height: 1px; }
      @media (max-width: 767px) {
        section.zespol-osoby-lista .osoba .osoba-img {
          display: block;
          width: 100%; } }
      section.zespol-osoby-lista .osoba .osoba-img img {
        display: block;
        width: 100%;
        max-width: none;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (min-width: 1025px) {
          section.zespol-osoby-lista .osoba .osoba-img img:hover {
            -webkit-filter: grayscale(0);
            filter: grayscale(0); } }
      section.zespol-osoby-lista .osoba .osoba-img .no-img:after {
        padding-top: 130.4054%;
        content: '';
        display: block; }
      @media (max-width: 767px) {
        section.zespol-osoby-lista .osoba .osoba-img .no-img {
          display: none !important; } }
    section.zespol-osoby-lista .osoba .osoba-opis {
      vertical-align: top;
      text-align: justify;
      padding: 1rem 3rem;
      font-size: 1.2rem;
      line-height: 1.4; }
      @media (max-width: 767px) {
        section.zespol-osoby-lista .osoba .osoba-opis {
          display: block;
          padding: 14px;
          font-size: 1.3rem; } }
      section.zespol-osoby-lista .osoba .osoba-opis .osoba-imie {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.6rem;
        color: #ee7c28; }
      section.zespol-osoby-lista .osoba .osoba-opis .osoba-stanowisko {
        font-family: 'linux_libertine', serif !important;
        font-weight: normal !important;
        font-style: italic;
        font-size: 1.3rem;
        margin-bottom: 0.5rem; }
      section.zespol-osoby-lista .osoba .osoba-opis .osoba-bio .box {
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        background: #ee7c28;
        margin-bottom: 0.5rem; }

.btn {
  font-family: 'linux_libertine', serif !important;
  font-weight: normal !important;
  display: table;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.3rem;
  cursor: pointer;
  letter-spacing: 0 !important;
  text-transform: none !important; }
  @media (max-width: 767px) {
    .btn {
      font-size: 1.3rem; } }
  .btn .arr {
    width: 2.1rem;
    height: 1.3rem;
    display: block;
    background: url("images/arr-down.svg") no-repeat center center;
    background-size: 100% 100%;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .btn .text {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
    float: left;
    margin-left: 1rem; }
    .btn .text span:nth-child(1) {
      display: block; }
    .btn .text span:nth-child(2) {
      display: none; }

section.oferta {
  padding-bottom: 3.5rem;
  background: #efefef; }
  section.oferta .oferta-lista:after {
    content: '' !important;
    display: table !important;
    clear: both !important; }
  section.oferta .oferta-lista .oferta-el {
    float: left;
    position: relative; }
    section.oferta .oferta-lista .oferta-el:before {
      display: block;
      content: '';
      position: absolute;
      left: 8.3405545927%;
      margin-left: -0.4rem;
      top: 9.9rem;
      width: 0.8rem;
      height: 1.7rem;
      background: url("images/divider.svg") no-repeat center center;
      background-size: 100% 100%; }
      @media (max-width: 767px) {
        section.oferta .oferta-lista .oferta-el:before {
          width: 15%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0;
          background-size: 0.8rem auto; } }
    section.oferta .oferta-lista .oferta-el:nth-child(5n+1) {
      padding-left: 0; }
      section.oferta .oferta-lista .oferta-el:nth-child(5n+1):before {
        content: none;
        display: none; }
    section.oferta .oferta-lista .oferta-el:nth-child(5n+2) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    section.oferta .oferta-lista .oferta-el:nth-child(5n+3) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    section.oferta .oferta-lista .oferta-el:nth-child(5n+4) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    section.oferta .oferta-lista .oferta-el:nth-child(5n) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    @media (max-width: 767px) {
      section.oferta .oferta-lista .oferta-el {
        margin: 0 !important;
        clear: none !important;
        padding: 0 0 0 8% !important; }
        section.oferta .oferta-lista .oferta-el:nth-child(2n+1) {
          clear: left !important;
          padding: 0 !important; } }
    section.oferta .oferta-lista .oferta-el .oferta {
      cursor: pointer;
      overflow: hidden; }
      section.oferta .oferta-lista .oferta-el .oferta .oferta-img {
        background-size: contain;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        section.oferta .oferta-lista .oferta-el .oferta .oferta-img:after {
          padding-top: 100%;
          content: '';
          display: block; }
      section.oferta .oferta-lista .oferta-el .oferta .oferta-nazwa {
        color: #fff;
        background: #1d1d1b;
        height: 8.3rem;
        font-size: 1.5rem;
        line-height: 1.4;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        text-align: center;
        z-index: 2;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        section.oferta .oferta-lista .oferta-el .oferta .oferta-nazwa > * {
          padding: 1rem 3rem; }
        @media (max-width: 767px) {
          section.oferta .oferta-lista .oferta-el .oferta .oferta-nazwa {
            font-size: 1.3rem;
            padding: 1rem; } }
      section.oferta .oferta-lista .oferta-el .oferta .btn {
        margin: 2rem auto; }
      @media (min-width: 1025px) {
        section.oferta .oferta-lista .oferta-el .oferta:hover .oferta-img {
          -webkit-transform: scale(1.02);
          transform: scale(1.02); }
        section.oferta .oferta-lista .oferta-el .oferta:hover .oferta-nazwa {
          background: #ee7c28; }
        section.oferta .oferta-lista .oferta-el .oferta:hover .btn .arr {
          -webkit-transform: translateY(2px);
          transform: translateY(2px); } }
    section.oferta .oferta-lista .oferta-el.clicked .oferta .oferta-nazwa {
      background: #ee7c28; }
    section.oferta .oferta-lista .oferta-el.clicked .btn .arr {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    section.oferta .oferta-lista .oferta-el.clicked .btn .text span:nth-child(1) {
      display: none; }
    section.oferta .oferta-lista .oferta-el.clicked .btn .text span:nth-child(2) {
      display: block; }
    @media (min-width: 1025px) {
      section.oferta .oferta-lista .oferta-el.clicked:hover .btn .arr {
        -webkit-transform: rotate(180deg) translateY(2px);
        transform: rotate(180deg) translateY(2px); } }
  section.oferta .oferta-opisy {
    position: relative; }
    section.oferta .oferta-opisy .oferta-opis {
      display: none;
      background: #fff;
      padding: 3rem; }
      @media (max-width: 767px) {
        section.oferta .oferta-opisy .oferta-opis {
          padding: 14px; } }
    section.oferta .oferta-opisy .oferta-opisy-bg {
      background: #ee7c28;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10%;
      z-index: -1; }

section.oferta-podstrona-logo-tekst {
  background: #efefef;
  padding-bottom: 3.5rem; }

section.work-life-balance {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  section.work-life-balance .section-bg {
    height: 4rem;
    background: #efefef;
    bottom: 0; }

section.klienci {
  background: #efefef; }
  section.klienci .section-title {
    float: left;
    padding-right: 9rem; }
  section.klienci .text {
    position: relative;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 4rem;
    line-height: 1.4;
    text-transform: uppercase;
    padding-left: 4rem; }
    section.klienci .text:before {
      font-size: 2.7rem;
      position: absolute;
      left: 0;
      top: 3.5rem;
      content: "/";
      display: block;
      font-weight: 400; }
  section.klienci .elements-list-container {
    padding: 4.8rem 0; }
    section.klienci .elements-list-container .elements-group {
      margin-left: -4.3327556326%; }
      @media (max-width: 767px) {
        section.klienci .elements-list-container .elements-group {
          margin-left: -8.6655112652%; } }
      section.klienci .elements-list-container .elements-group.active {
        margin-left: 0; }
        section.klienci .elements-list-container .elements-group.active ~ .elements-group {
          margin-left: 4.3327556326%; }
          @media (max-width: 767px) {
            section.klienci .elements-list-container .elements-group.active ~ .elements-group {
              margin-left: 8.6655112652%; } }
    section.klienci .elements-list-container .el {
      width: 10.5719237435%;
      margin-left: 4.3327556326%;
      position: relative;
      float: left;
      background-size: contain; }
      section.klienci .elements-list-container .el:after {
        padding-top: 100%;
        content: '';
        display: block; }
      section.klienci .elements-list-container .el:first-child {
        margin-left: 0; }
      section.klienci .elements-list-container .el:before {
        content: '';
        display: block;
        position: absolute;
        width: 0.7rem;
        height: 1.5rem;
        top: 50%;
        right: 100%;
        margin: -0.7rem 17.3310225303% 0 0;
        background: url("images/divider.svg") no-repeat center center;
        background-size: 100% 100%; }

section.pages-links {
  padding: 3rem 0; }
  @media (max-width: 767px) {
    section.pages-links {
      padding: 14px 0; } }
  section.pages-links a {
    width: 48.5268630849%;
    display: block;
    margin: 1.4731369151% 0 1.4731369151% 2.9462738302%;
    float: left;
    overflow: hidden; }
    section.pages-links a img {
      display: block;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    section.pages-links a:nth-child(2n+1) {
      clear: left;
      margin-left: 0; }
    @media (min-width: 1025px) {
      section.pages-links a:hover img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03); } }
    @media (max-width: 767px) {
      section.pages-links a {
        width: 100%;
        float: none;
        margin: 14px 0 0 0 !important; }
        section.pages-links a:first-child {
          margin-top: 0 !important; } }

section.instagram-feed {
  background: #efefef;
  border-bottom: 6rem solid #fff;
  padding-top: 4rem; }
  @media (max-width: 767px) {
    section.instagram-feed {
      padding-top: 14px;
      border-bottom: none; } }
  section.instagram-feed .container {
    font-size: 1.7rem;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      section.instagram-feed .container {
        font-size: 1.3rem; } }
    section.instagram-feed .container .d-table {
      background: #fff; }
      @media (max-width: 767px) {
        section.instagram-feed .container .d-table {
          display: block;
          padding-bottom: 14px; } }
      section.instagram-feed .container .d-table > div {
        padding: 3rem; }
        @media (max-width: 767px) {
          section.instagram-feed .container .d-table > div {
            display: block;
            padding: 14px 14px 0 14px; } }
        section.instagram-feed .container .d-table > div:first-child {
          font-weight: 700;
          text-align: right;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            section.instagram-feed .container .d-table > div:first-child {
              text-align: center; } }
          section.instagram-feed .container .d-table > div:first-child img {
            height: 9.7rem;
            width: 9.7rem;
            vertical-align: middle;
            margin-right: 2rem; }
            @media (max-width: 767px) {
              section.instagram-feed .container .d-table > div:first-child img {
                width: 4rem;
                height: 4rem;
                margin-right: 0; } }
  @media (max-width: 767px) {
    section.instagram-feed #sb_instagram {
      padding: 0 !important; }
      section.instagram-feed #sb_instagram #sbi_images {
        padding: 0 !important; }
        section.instagram-feed #sb_instagram #sbi_images .sbi_item {
          width: 50% !important;
          clear: none !important;
          float: left !important;
          border-left: 7px solid #fff;
          border-top: 14px solid #fff; }
          section.instagram-feed #sb_instagram #sbi_images .sbi_item:nth-child(2n+1) {
            border-left: none;
            border-right: 7px solid #fff;
            clear: left !important; }
          section.instagram-feed #sb_instagram #sbi_images .sbi_item:nth-child(-n + 2) {
            border-top: none !important; }
          section.instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo {
            height: auto !important; }
            section.instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo:after {
              padding-top: 100%;
              content: '';
              display: block; } }

section.kontakt {
  background: #efefef; }
  section.kontakt .container {
    padding-bottom: 3rem; }
    @media (max-width: 767px) {
      section.kontakt .container {
        padding-top: 14px; } }
    section.kontakt .container .container-in {
      padding-bottom: 6rem;
      border-bottom: 1px solid #1d1d1b; }
      @media (max-width: 767px) {
        section.kontakt .container .container-in {
          padding-bottom: 14px; } }
      section.kontakt .container .container-in .d-table {
        margin-top: 5rem;
        table-layout: auto; }
        @media (max-width: 767px) {
          section.kontakt .container .container-in .d-table {
            margin-top: 0;
            display: block; } }
        section.kontakt .container .container-in .d-table > div {
          vertical-align: top; }
          @media (max-width: 767px) {
            section.kontakt .container .container-in .d-table > div {
              display: block;
              margin-top: 14px; }
              section.kontakt .container .container-in .d-table > div:first-child {
                margin-top: 0; } }
      section.kontakt .container .container-in .box.newsletter-box {
        width: 35rem; }
      section.kontakt .container .container-in .box:nth-child(4n+2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      section.kontakt .container .container-in .box:nth-child(4n+3) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      section.kontakt .container .container-in .box:nth-child(4n) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      section.kontakt .container .container-in .socials li a img {
        width: 3.7rem;
        height: 3.7rem; }
      section.kontakt .container .container-in .newsletter-form {
        position: relative;
        max-width: 30rem; }
        section.kontakt .container .container-in .newsletter-form input {
          display: block;
          width: 100%;
          height: 3.7rem;
          line-height: 2.7rem;
          padding: 0.5rem 5.7rem 0.5rem 2rem;
          border: none;
          color: #ee7c28;
          letter-spacing: 0.1em; }
          section.kontakt .container .container-in .newsletter-form input::-webkit-input-placeholder {
            color: #ee7c28; }
          section.kontakt .container .container-in .newsletter-form input::-moz-placeholder {
            color: #ee7c28; }
          section.kontakt .container .container-in .newsletter-form input:-ms-input-placeholder {
            color: #ee7c28; }
          section.kontakt .container .container-in .newsletter-form input:-moz-placeholder {
            color: #ee7c28; }
        section.kontakt .container .container-in .newsletter-form .send {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          width: 3.7rem;
          height: 100%;
          cursor: pointer;
          background: #ee7c28 url("images/yes.svg") no-repeat center center;
          background-size: 1.7rem 1.3rem;
          z-index: 2;
          -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
          section.kontakt .container .container-in .newsletter-form .send span {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            font-family: 'linux_libertine', serif !important;
            font-weight: normal !important;
            font-size: 1.1rem;
            font-style: italic;
            text-align: center;
            padding-top: 0.3rem; }
          @media (min-width: 1025px) {
            section.kontakt .container .container-in .newsletter-form .send:hover {
              background-color: #1d1d1b;
              color: #ee7c28; } }

section.galeria .gallery-container {
  position: relative; }
  section.galeria .gallery-container:after {
    content: '' !important;
    display: table !important;
    clear: both !important; }
  section.galeria .gallery-container .gallery-main-img {
    background: #ee7c28 url("images/ajax-loader.gif") no-repeat center center;
    width: 50.9532062392%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    @media (max-width: 767px) {
      section.galeria .gallery-container .gallery-main-img {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        height: 300px;
        float: none;
        max-height: 80vh; }
        section.galeria .gallery-container .gallery-main-img:after {
          padding-top: 100%;
          content: '';
          display: block; } }
    section.galeria .gallery-container .gallery-main-img .gallery-main-img-big {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background-size: cover;
      background-position: center center; }
      section.galeria .gallery-container .gallery-main-img .gallery-main-img-big.active {
        -webkit-transition: opacity 0.3s ease-out 0s;
        transition: opacity 0.3s ease-out 0s;
        opacity: 1; }
    section.galeria .gallery-container .gallery-main-img .arr-next {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      position: absolute;
      width: 73px;
      left: 100%;
      top: 0;
      height: 100%; }
      section.galeria .gallery-container .gallery-main-img .arr-next img {
        display: block;
        width: 1.3rem;
        height: 2.1rem;
        position: absolute;
        left: 50%;
        margin: -1rem 0 0 -0.6rem;
        top: 50%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      @media (min-width: 1025px) {
        section.galeria .gallery-container .gallery-main-img .arr-next:hover img {
          -webkit-transform: translateX(3px);
          transform: translateX(3px); } }
      @media (max-width: 1200px) {
        section.galeria .gallery-container .gallery-main-img .arr-next {
          width: 40px; } }
      @media (max-width: 767px) {
        section.galeria .gallery-container .gallery-main-img .arr-next {
          left: auto;
          right: 0;
          width: 40px;
          height: 40px;
          top: 50%;
          margin-top: -20px;
          background: rgba(0, 0, 0, 0.3); } }
    section.galeria .gallery-container .gallery-main-img .arr-prev {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      position: absolute;
      width: 73px;
      right: 100%;
      top: 0;
      height: 100%; }
      section.galeria .gallery-container .gallery-main-img .arr-prev img {
        display: block;
        width: 1.3rem;
        height: 2.1rem;
        position: absolute;
        left: 50%;
        margin: -1rem 0 0 -0.6rem;
        top: 50%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      @media (min-width: 1025px) {
        section.galeria .gallery-container .gallery-main-img .arr-prev:hover img {
          -webkit-transform: translateX(-3px);
          transform: translateX(-3px); } }
      @media (max-width: 1200px) {
        section.galeria .gallery-container .gallery-main-img .arr-prev {
          width: 40px; } }
      @media (max-width: 767px) {
        section.galeria .gallery-container .gallery-main-img .arr-prev {
          right: auto;
          left: 0;
          width: 40px;
          height: 40px;
          top: 50%;
          margin-top: -20px;
          background: rgba(0, 0, 0, 0.3); } }
  section.galeria .gallery-container .gallery-text {
    width: 39.3414211438%;
    float: right; }
    @media (max-width: 1200px) {
      section.galeria .gallery-container .gallery-text {
        width: 42.5%; } }
    @media (max-width: 767px) {
      section.galeria .gallery-container .gallery-text {
        margin-top: 14px;
        width: 100%;
        float: none; } }
    section.galeria .gallery-container .gallery-text .text {
      border: 1px solid #ee7c28;
      padding: 3rem 2rem; }
      @media (max-width: 767px) {
        section.galeria .gallery-container .gallery-text .text {
          padding: 14px; } }
    section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs {
      overflow: hidden;
      margin-top: 2rem;
      position: relative; }
      @media (max-width: 767px) {
        section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs {
          display: none !important; } }
      section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs:first-child {
        margin-top: 0; }
      section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs:after {
        content: '' !important;
        display: table !important;
        clear: both !important; }
      section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
        z-index: 1;
        background: #fff; }
        section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box:after {
          content: '' !important;
          display: table !important;
          clear: both !important; }
        section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box.active {
          z-index: 2;
          position: relative;
          -webkit-transform: translateX(0%);
          transform: translateX(0%); }
          section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box.active ~ .gallery-thumbs-box {
            -webkit-transform: translateX(100%);
            transform: translateX(100%); }
        section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box .gallery-thumb {
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          float: left;
          width: 31.72%;
          margin-left: 2.42%;
          cursor: pointer;
          background-color: #ee7c28;
          background-size: cover;
          background-position: center center;
          -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          box-shadow: 0 0 1px #fff; }
          section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box .gallery-thumb:nth-child(3n+1) {
            margin-left: 0; }
          section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box .gallery-thumb:after {
            padding-top: 66.6667%;
            content: '';
            display: block; }
          @media (min-width: 1025px) {
            section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box .gallery-thumb:hover {
              opacity: 0.7; } }
          section.galeria .gallery-container .gallery-text .gallery-thumbs-imgs .gallery-thumbs-box .gallery-thumb.active {
            opacity: 0.7; }

@media (max-width: 1200px) {
  html {
    font-size: 50%; }

  .container {
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 1023px) {
  html {
    font-size: 43.75%; } }
@media (max-width: 767px) {
  html {
    font-size: 62.5%; }

  .container {
    padding-left: 14px;
    padding-right: 14px; } }
footer {
  background: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  padding: 1.4rem;
  letter-spacing: 0.1em; }


