/* compiled by scssphp v0.7.0 on Thu, 17 Jul 2025 18:03:11 +0000 (0.2057s) */

@charset 'UTF-8';
/* `XHTML, HTML4, HTML5 Reset
 ----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }
/*
 html,
 body {
 height: 100%;
 }
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  /*
   Override the default (display: inline) for
   browsers that do not recognize HTML5 tags.
   IE8 (and lower) requires a shiv:
   http://ejohn.org/blog/html5-shiv
   */
  display: block; }

b, strong {
  /*
   Makes browsers agree.
   IE + Opera = font-weight: bold.
   Gecko + WebKit = font-weight: bolder.
   */
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
   For IE.
   http://css-tricks.com/ie-fix-bicubic-scaling-for-images
   */
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

li {
  /*
   For IE6 + IE7:
   "display: list-item" keeps bullets from
   disappearing if hasLayout is triggered.
   */
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

sub, sup, small {
  font-size: 75%; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  /*
   For IE9. Without, occasionally draws shapes
   outside the boundaries of <svg> rectangle.
   */
  overflow: hidden; }

*:focus {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }
/* Buttons
 -----------------------------------------------*/
button, input[type="reset"], input[type="button"], input[type="submit"] {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

button::-moz-focus-inner {
  border: 0; }

.blank {
  display: none; }
/**
 * Set up a decent box model on the root element
 */
body {
  background-color: rgba(217, 222, 225, 1);
  font-family: 'Source Sans Pro';
  color: rgba(69, 88, 90, 1); }
  body.not-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden; }
/**
 * Basic typography style for copy text
 */
h1 {
  position: relative;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight: 900; }
  @media (min-width: 992px) {
  h1 {
    line-height: 1em;
    font-size: 50px; } }
  h1:before {
    content: '';
    position: absolute;
    height: 7px;
    width: 137px;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 1); }

h3 {
  font-weight: 900;
  font-size: 25px; }

a {
  color: rgba(69, 88, 90, 1); }

p > a {
  font-weight: 900; }

.page-title {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px; }
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }
/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container, .moduletable h1 {
  max-width: 1160px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */ }
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }
/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media (min-width: 992px) {
    body > header {
      margin-top: 20px;
      margin-bottom: 20px; } }
  body > header > .container {
    display: flex;
    height: 66px; }
    body > header > .container .logo {
      width: 120px;
      height: 35px;
      margin-right: auto;
      align-self: center;
      background: url('/themes/27-zemesdziles/images/logo.svg') no-repeat center center;
      background-size: contain; }
      body > header > .container .logo > a {
        display: block;
        height: 100%;
        width: 100%; }
      @media (min-width: 1200px) {
  body > header > .container .logo {
    width: 188px;
    height: 56px;
    align-self: start; } }
    body > header > .container .top-menu {
      margin-right: auto;
      align-self: center;
      display: none; }
      @media (min-width: 992px) {
  body > header > .container .top-menu {
    display: block;
    margin-left: 0; } }
      body > header > .container .top-menu ul.nav.menu {
        column-gap: 17px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 90%; }
        @media (min-width: 1200px) {
  body > header > .container .top-menu ul.nav.menu {
    column-gap: 25px; } }
        body > header > .container .top-menu ul.nav.menu li {
          display: flex;
          text-align: center;
          justify-content: center; }
        body > header > .container .top-menu ul.nav.menu li.deeper {
          padding-right: 12px; }
          body > header > .container .top-menu ul.nav.menu li.deeper:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: 8px;
            right: 0;
            border-style: solid;
            border-width: 7px 6.5px 0 6.5px;
            border-color: rgba(69, 88, 90, 1) transparent transparent transparent; }
        body > header > .container .top-menu ul.nav.menu li > a {
          color: rgba(69, 88, 90, 1); }
          @media (min-width: 992px) {
  body > header > .container .top-menu ul.nav.menu li > a {
    font-size: 16px; } }
        body > header > .container .top-menu ul.nav.menu li.parent {
          position: relative; }
          body > header > .container .top-menu ul.nav.menu li.parent ul.nav-child {
            display: none;
            position: absolute;
            text-transform: uppercase;
            width: 200px;
            bottom: -30px;
            z-index: 10; }
            body > header > .container .top-menu ul.nav.menu li.parent ul.nav-child a {
              font-size: 10px;
              margin-top: 10px;
              display: inline-block;
              border-bottom: 2px solid transparent; }
              body > header > .container .top-menu ul.nav.menu li.parent ul.nav-child a:hover {
                text-decoration: underline rgba(231, 64, 17, 1);
                text-decoration-thickness: 2px;
                text-underline-offset: 5px; }
              @media (min-width: 992px) {
  body > header > .container .top-menu ul.nav.menu li.parent ul.nav-child a {
    font-size: 14px; } }
    body > header > .container .language-switch {
      margin-left: auto; }
      @media (min-width: 992px) {
  body > header > .container .language-switch {
    margin-top: -10px; } }
      @media (min-width: 1200px) {
  body > header > .container .language-switch {
    padding-right: 0; } }
      body > header > .container .language-switch .language-select {
        display: none; }
        @media (min-width: 992px) {
  body > header > .container .language-switch .language-select {
    display: block; } }
      body > header > .container .language-switch .language-select > ul a {
        font-size: 75%;
        color: rgba(69, 88, 90, 1);
        border-right: 2px solid rgba(128, 149, 156, 1); }
        @media (min-width: 992px) {
    body > header > .container .language-switch .language-select > ul a {
      font-size: 14px; } }
        body > header > .container .language-switch .language-select > ul :last-child > a {
          padding-right: 0;
          border-color: transparent; }
    body > header > .container .open-overlay {
      display: flex;
      align-items: center;
      justify-content: center; }
      body > header > .container .open-overlay img {
        width: 30px;
        height: 25px; }
      @media (min-width: 992px) {
  body > header > .container .open-overlay {
    display: none; } }

body > footer {
  background: url('/themes/27-zemesdziles/images/footer-fons.svg') no-repeat center center;
  height: 100%;
  min-height: 320px;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 992px) {
  body > footer {
    height: 500px; } }
  @media (min-width: 992px) {
    body > footer > .container {
      padding-top: 102px; } }
    body > footer > .container .footer-menu {
      display: grid;
      justify-content: space-between;
      padding-bottom: 60px;
      color: white; }
      @media (min-width: 992px) {
  body > footer > .container .footer-menu {
    grid-template-columns: 20% 78%; } }
      body > footer > .container .footer-menu .contacts {
        display: grid;
        grid-row-end: 3;
        gap: 10px;
        align-items: end;
        align-content: baseline;
        justify-self: end;
        font-size: 13px;
        line-height: 15px;
        margin: -100px 20px 24px 0; }
        @media (min-width: 992px) {
  body > footer > .container .footer-menu .contacts {
    grid-row-start: 1;
    align-items: start;
    justify-self: start;
    margin-top: 0;
    margin-right: 0; } }
        body > footer > .container .footer-menu .contacts .info {
          display: flex;
          align-items: center;
          width: 140px;
          z-index: 1; }
        body > footer > .container .footer-menu .contacts .info a {
          color: rgba(255, 255, 255, 1); }
        body > footer > .container .footer-menu .contacts .info img {
          margin-right: 13px; }
        body > footer > .container .footer-menu .contacts div:nth-child(2n) img {
          margin-left: 3px; }
      body > footer > .container .footer-menu .top-menu {
        margin-left: auto; }
      body > footer > .container .footer-menu ul.nav.menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px; }
        body > footer > .container .footer-menu ul.nav.menu > li:first-child {
          grid-area: 1/ span 2;
          margin-top: 30px; }
        body > footer > .container .footer-menu ul.nav.menu > li:last-child {
          grid-column: 1;
          min-height: 100px; }
        @media (min-width: 992px) {
  body > footer > .container .footer-menu ul.nav.menu {
    grid-template-columns: repeat(6, 1fr); }
    body > footer > .container .footer-menu ul.nav.menu > li:first-child {
      grid-area: 1;
      margin-top: 0; }
    body > footer > .container .footer-menu ul.nav.menu > li:last-child {
      grid-column: inherit;
      min-height: 24px; } }
        body > footer > .container .footer-menu ul.nav.menu li {
          padding-right: 8px;
          line-height: 20px; }
        body > footer > .container .footer-menu ul.nav.menu li > a {
          color: rgba(255, 255, 255, 1);
          display: block;
          padding-bottom: 10px; }
        body > footer > .container .footer-menu ul.nav.menu li > a:hover {
          text-decoration: none;
          color: rgba(128, 149, 156, 1); }
        body > footer > .container .footer-menu ul.nav.menu li.active > a {
          text-decoration: none; }
        body > footer > .container .footer-menu ul.nav.menu li.parent ul.nav-child {
          display: block;
          margin-bottom: 20px;
          line-height: 16px;
          font-weight: 300; }
          body > footer > .container .footer-menu ul.nav.menu li.parent ul.nav-child a {
            padding-bottom: 0; }
    body > footer > .container .footer-logo {
      display: block;
      max-width: 295px;
      padding-bottom: 60px; }

.btn {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 1); }
  .btn:before, .btn:after {
    content: '';
    position: absolute; }
  .btn.small {
    width: 30px;
    height: 30px; }
    .btn.small:before {
      width: 1100%;
      height: 1100%;
      top: 20px;
      right: -348%;
      transform: rotate(45deg);
      background: rgba(69, 88, 90, 1);
      z-index: -1; }
    .btn.small:after {
      width: 30px;
      height: 30px;
      top: 1px;
      left: 0;
      background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat center; }
    .btn.small:hover:before {
      background: rgba(52, 67, 68, 1); }
  .btn.basic {
    display: block;
    box-sizing: border-box;
    width: 122px;
    height: 30px;
    margin-top: 10px;
    padding: 5px 0 5px 10px;
    background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat right;
    background-color: rgba(69, 88, 90, 1);
    background-position-x: 98px;
    background-size: 16px;
    background-position-y: 7px;
    text-align: left;
    font-size: 15px;
    font-weight: 900; }
    .btn.basic a {
      font-size: 13px;
      color: rgba(255, 255, 255, 1);
      font-weight: 600; }
    .btn.basic:before {
      width: 0;
      top: 0;
      right: 0;
      border-top: 13px solid rgba(255, 255, 255, 1);
      border-left: 13px solid rgba(69, 88, 90, 1); }
    .btn.basic:hover {
      background-color: rgba(52, 67, 68, 1); }
      .btn.basic:hover:before {
        border-left: 13px solid rgba(52, 67, 68, 1); }
    .btn.basic.sandy {
      background-color: rgba(174, 164, 134, 1); }
      .btn.basic.sandy.sandy:before {
        border-left: 13px solid rgba(174, 164, 134, 1); }
    .btn.basic.grey {
      background-color: rgba(172, 186, 190, 1); }
      .btn.basic.grey.grey:before {
        border-left: 13px solid rgba(172, 186, 190, 1);
        border-top: 13px solid rgba(217, 222, 225, 1); }
      .btn.basic.grey:hover {
        background-color: rgba(203, 206, 207, 1); }
        .btn.basic.grey:hover:before {
          border-left: 13px solid rgba(203, 206, 207, 1); }
    .btn.basic.red {
      margin-right: 0;
      border-left: 2px solid rgba(231, 64, 17, 1);
      background: url('/themes/27-zemesdziles/images/arrow-red-right.png') no-repeat right;
      background-position-x: 100px;
      background-position-y: 9px;
      background-size: 16px;
      background-color: transparent;
      z-index: 1; }
      .btn.basic.red a, .btn.basic.red span {
        color: rgba(231, 64, 17, 1);
        text-decoration: underline; }
      .btn.basic.red.red:after, .btn.basic.red.red:before {
        position: absolute;
        left: 0;
        border: 2px solid rgba(231, 64, 17, 1);
        width: calc(100% - 2px);
        width: -moz-calc(100% - 2px);
        width: -webkit-calc(100% - 2px);
        z-index: -1; }
      .btn.basic.red.red:before {
        height: 40%;
        border-width: 2px 3px 0 0;
        transform: skew(45deg);
        transform-origin: right bottom; }
      .btn.basic.red.red:after {
        bottom: 0;
        border-width: 0 2px 2px 0;
        height: calc(80% - 8px);
        height: -moz-calc(80% - 8px);
        height: -webkit-calc(80% - 8px); }
      .btn.basic.red:hover {
        background: url('/themes/27-zemesdziles/images/arrow-white-right.png'), linear-gradient(45deg, rgba(231, 64, 17, 1) 92%, transparent 92%);
        background-repeat: no-repeat, no-repeat;
        background-position: center right 3px, left;
        background-size: 16px, 100%; }
        .btn.basic.red:hover a, .btn.basic.red:hover span {
          color: rgba(255, 255, 255, 1); }
    .btn.basic.back {
      margin-left: 0;
      background: url('/themes/27-zemesdziles/images/btn-back-white.svg') no-repeat right;
      background-position-x: 10px;
      background-size: 8%;
      background-color: rgba(69, 88, 90, 1);
      text-align: center; }
      .btn.basic.back:before {
        width: 0;
        top: 0;
        left: 0;
        border-top: 0;
        border-bottom: 13px solid rgba(69, 88, 90, 1);
        border-left: 13px solid rgba(217, 222, 225, 1); }
      .btn.basic.back:hover {
        background-color: rgba(52, 67, 68, 1); }
        .btn.basic.back:hover:before {
          border-bottom: 13px solid rgba(52, 67, 68, 1); }
  .btn.transparent {
    display: block;
    box-sizing: border-box;
    width: 122px;
    height: 30px;
    margin-top: 10px;
    padding: 5px 0 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    z-index: 2; }
    .btn.transparent a {
      font-size: 13px;
      color: rgba(255, 255, 255, 1);
      font-weight: 600; }
    .btn.transparent:before {
      width: 1100%;
      height: 1100%;
      right: -488%;
      transform: rotate(45deg);
      background: rgba(69, 88, 90, 1);
      z-index: -1; }
    .btn.transparent:after {
      width: 16px;
      height: 16px;
      top: 8px;
      right: 2px;
      background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat right; }
    .btn.transparent:hover:before {
      background-color: rgba(52, 67, 68, 1); }
    .btn.transparent.sand.sand:before {
      background: rgba(174, 164, 134, 1); }
      .btn.transparent.sand:hover:before {
        background-color: rgba(141, 129, 104, 1); }
  .btn.big-bordered {
    display: inline-block; }
    .btn.big-bordered a {
      display: inline-block;
      padding: 5px 25px 5px 5px;
      color: rgba(69, 88, 90, 1);
      font-size: 15px;
      font-weight: 900;
      border: 2px solid rgba(69, 88, 90, 1);
      background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat right;
      background-color: rgba(183, 198, 205, 1);
      background-size: 15px;
      background-position-x: 97%; }
    .btn.big-bordered:after {
      right: 0;
      top: 0;
      border-top: 11px solid rgba(217, 222, 225, 1);
      border-left: 13px solid rgba(183, 198, 205, 1); }
    .btn.big-bordered:before {
      width: 36px;
      right: -4px;
      border-top-width: 2px;
      border-top-style: solid;
      border-top-color: rgba(69, 88, 90, 1);
      transform: rotate(36deg);
      z-index: 2; }
    .btn.big-bordered.red a {
      color: rgba(231, 64, 17, 1);
      border: 2px solid rgba(231, 64, 17, 1);
      background: url('/themes/27-zemesdziles/images/arrow-red-right.png') no-repeat right;
      background-color: rgba(255, 255, 255, 1);
      background-size: 15px;
      background-position-x: 97%; }
      .btn.big-bordered.red:after {
        border-top: 11px solid rgba(217, 222, 225, 1);
        border-left: 13px solid rgba(255, 255, 255, 1); }
      .btn.big-bordered.red:before {
        border-top-color: rgba(231, 64, 17, 1); }
      .btn.big-bordered.red:hover a {
        color: rgba(255, 255, 255, 1);
        background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat right;
        background-color: rgba(231, 64, 17, 1);
        background-size: 15px; }
        .btn.big-bordered.red:hover:after {
          border-left-color: rgba(231, 64, 17, 1); }
  .btn.big {
    display: inline-block;
    padding: 5px 35px 6px 10px;
    font-size: 15px;
    font-weight: 900;
    background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat right;
    background-color: rgba(172, 186, 190, 1);
    background-position-x: 95%;
    background-size: 15px; }
    .btn.big:before {
      width: 0;
      top: 0;
      right: 0;
      border-top: 13px solid rgba(217, 222, 225, 1);
      border-left: 13px solid rgba(172, 186, 190, 1); }
    .btn.big:hover {
      background-color: rgba(203, 206, 207, 1); }
      .btn.big:hover:before {
        border-left: 13px solid rgba(203, 206, 207, 1); }
    .btn.big.dark {
      background-color: rgba(69, 88, 90, 1); }
      .btn.big.dark:hover {
        background-color: rgba(52, 67, 68, 1); }
        .btn.big.dark:hover:before {
          border-left: 13px solid rgba(52, 67, 68, 1); }
    .btn.big:before {
      border-left: 13px solid rgba(69, 88, 90, 1); }

.pagination {
  margin-top: 50px;
  justify-content: center;
  display: flex; }
  .pagination ul {
    display: flex;
    align-items: center; }
    .pagination ul li {
      padding: 0 15px;
      display: flex; }
    .pagination ul .prev, .pagination ul .next {
      width: 11px;
      height: 16px; }
    .pagination ul .prev {
      background: transparent url('/themes/27-zemesdziles/images/btn_back_inactive.svg') no-repeat center; }
      .pagination ul .prev:hover {
        background-image: url('/themes/27-zemesdziles/images/btn_back.svg'); }
    .pagination ul .next {
      background: transparent url('/themes/27-zemesdziles/images/btn_fwd_inactive.svg') no-repeat center; }
      .pagination ul .next:hover {
        background-image: url('/themes/27-zemesdziles/images/btn_fwd.svg'); }
    .pagination ul .page {
      font-size: 15px;
      font-family: 'Source Sans Pro';
      font-weight: bold;
      color: rgba(172, 186, 190, 1); }
      .pagination ul .page.active, .pagination ul .page:hover {
        color: rgba(69, 88, 90, 1); }

.bullet-grey:before {
  content: '';
  background: transparent url('/themes/27-zemesdziles/images/bullet_icon_gray.svg') no-repeat center top;
  height: 15px;
  width: 26px; }

.bullet-dark:before {
  content: '';
  background: transparent url('/themes/27-zemesdziles/images/bullet_icon_dark.svg') no-repeat center top;
  height: 15px;
  width: 26px; }

.bullet-brown:before {
  content: '';
  background: transparent url('/themes/27-zemesdziles/images/bullet_icon_brown.svg') no-repeat center top;
  height: 15px;
  width: 26px; }

.loader-container {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(244, 249, 251, 1);
  opacity: 0.9;
  z-index: 100; }
  .loader-container .loader {
    display: grid;
    width: 50px;
    height: 50px;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px; }
    .loader-container .loader > div {
      width: 100%;
      height: 100%;
      background: rgba(69, 88, 90, 1);
      transform: scale(0);
      transform-origin: center center;
      animation: loader 2s infinite linear; }
      .loader-container .loader > div:nth-of-type(7), .loader-container .loader > div:nth-of-type(1), .loader-container .loader > div:nth-of-type(5), .loader-container .loader > div:nth-of-type(9) {
        animation-delay: 0.4s; }
      .loader-container .loader > div:nth-of-type(4), .loader-container .loader > div:nth-of-type(8) {
        animation-delay: 0.2s; }
      .loader-container .loader > div:nth-of-type(2), .loader-container .loader > div:nth-of-type(6) {
        animation-delay: 0.6s; }
      .loader-container .loader > div:nth-of-type(3) {
        animation-delay: 0.8s; }

@keyframes loader {
    0% {
      transform: scale(0); }
    40% {
      transform: scale(1); }
    80% {
      transform: scale(1); }
    100% {
      transform: scale(0); } }

.page-products .component {
  margin-bottom: 0; }
  @media (min-width: 992px) {
      .page-products .component .mineral-materials {
        background: url('/themes/27-zemesdziles/images/bg-element-one-rotated.svg'), url('/themes/27-zemesdziles/images/bg-element-two-rotated.svg');
        background-repeat: no-repeat, no-repeat;
        background-position: top 130px left, bottom 270px right -80px;
        background-size: auto 50%, auto 15%; } }
    @media (min-width: 1200px) {
    .page-products .component .mineral-materials {
      background-position: top -200px left -100px, bottom 125px right -250px;
      background-size: auto 70%, auto 25%; } }
    .page-products .component .mineral-materials .container {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 1200px) {
    .page-products .component .mineral-materials .container {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 100px; } }
    @media (min-width: 992px) {
      .page-products .component .mineral-materials .container:last-child {
        padding-left: 40px; } }
      @media (min-width: 1200px) {
    .page-products .component .mineral-materials .container:last-child {
      padding-left: 20px; } }
    .page-products .component .mineral-materials .component-links {
      display: flex;
      flex-wrap: wrap;
      margin: 65px 20px 20px 20px; }
      @media (min-width: 992px) {
    .page-products .component .mineral-materials .component-links {
      margin-top: 45px; } }
      .page-products .component .mineral-materials .component-links .btn {
        margin: 8px; }
      .page-products .component .mineral-materials .component-links .btn.grey {
        background-position-y: 8px; }
      @media (min-width: 768px) {
        .page-products .component .mineral-materials .component-links .btn.big-bordered.red {
          margin-left: auto; } }
    .page-products .component .mineral-materials .component-link {
      margin: 10px 0 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .page-products .component .mineral-materials .component-link .bullet-icon {
        width: 70px;
        height: 75px;
        background: url('/themes/27-zemesdziles/images/full-materials-list-icon.svg') no-repeat; }
      @media (min-width: 992px) {
    .page-products .component .mineral-materials .component-link {
      margin: 50px 0 0 10px;
      justify-content: left; } }
      .page-products .component .mineral-materials .component-link .btn {
        margin-left: -15px; }

.materials {
  display: grid;
  justify-items: center; }
  @media (min-width: 768px) {
  .materials {
    grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
  .materials {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0; } }
  .materials > section {
    position: relative;
    width: 311px;
    margin-top: 12px;
    padding: 20px 0 20px 9px; }
  @media (min-width: 425px) {
    .materials > section {
      padding: 20px; } }
  .materials > section:after, .materials > section:before {
    content: '';
    position: absolute;
    height: 57px;
    width: 100%;
    left: 0; }
  .materials > section .info-text {
    display: none; }
  .materials > section ul {
    position: relative; }
    .materials > section ul li.material-name {
      padding-top: 8px;
      cursor: pointer; }
      .materials > section ul li.material-name > span {
        display: inline-block;
        padding-left: 22px;
        text-decoration: underline; }
      .materials > section ul li.material-name:before {
        content: '';
        position: absolute;
        border-width: 9px 0 9px 16px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(174, 164, 134, 1); }
  .materials > section.group-1 {
    background-color: rgba(203, 197, 180, 1);
    margin-bottom: 70px; }
    @media (min-width: 1200px) {
    .materials > section.group-1 {
      margin-bottom: 0; } }
    .materials > section.group-1 li.material-name > span {
      padding-right: 68px; }
    .materials > section.group-1 .info-text {
      display: block;
      margin-top: 20px;
      color: rgba(255, 255, 255, 1); }
    .materials > section.group-1:after {
      background: url('/themes/27-zemesdziles/images/minerali-section-one-bg.svg') no-repeat;
      bottom: -35px; }
      @media (max-width: 991px) {
    .materials > section.group-1:after {
      transform: matrix(-1, 0, 0, 1, 0, 0); } }
  .materials > section.group-2 {
    margin-bottom: 70px;
    background-color: rgba(172, 186, 190, 1); }
    @media (min-width: 992px) {
    .materials > section.group-2 {
      margin: 12px 55px 70px 50px; } }
    .materials > section.group-2:after {
      background: url('/themes/27-zemesdziles/images/minerali-section-two-bg.svg') no-repeat;
      background-size: 105%;
      bottom: -56px; }
      @media (max-width: 991px) {
    .materials > section.group-2:after {
      bottom: 0;
      right: 0;
      background-color: rgba(172, 186, 190, 1);
      transform: skewY(-7deg);
      transform-origin: 100%;
      z-index: -2; } }
    @media (max-width: 991px) {
      .materials > section.group-2:before {
        background: url('/themes/27-zemesdziles/images/minerali-section-two-bg.svg') no-repeat;
        top: -46px;
        transform: matrix(1, 0, 0, -1, 0, 0); } }
  .materials > section.group-3 {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-color: rgba(198, 199, 199, 1);
    background: rgba(198, 199, 199, 1); }
    @media (min-width: 992px) {
      .materials > section.group-3:after {
        background: url('/themes/27-zemesdziles/images/minerali-section-three-bg.svg') no-repeat;
        bottom: -36px;
        transform: matrix(-1, 0, 0, 1, 0, 0); } }
    @media (max-width: 991px) {
      .materials > section.group-3:before {
        background: url('/themes/27-zemesdziles/images/minerali-section-three-bg.svg') no-repeat;
        top: -36px;
        transform: matrix(-1, 0, 0, -1, 0, 0); } }
  .materials > section h3 {
    padding-bottom: 5px;
    line-height: 27px;
    font-size: 25px;
    font-weight: 900;
    color: rgba(255, 255, 255, 1); }
    @media (min-width: 992px) {
    .materials > section h3 {
      padding-bottom: 20px; } }

.materials .item {
  display: none;
  position: absolute;
  margin-top: -12px;
  z-index: 3; }
  .materials .item .close {
    height: 55px;
    background: url('/themes/27-zemesdziles/images/popup-item.svg') no-repeat right;
    background-size: cover;
    text-align: right; }
    .materials .item .close .close-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-top: 15px;
      padding-left: 10px;
      background: url('/themes/27-zemesdziles/images/close-icon-two.svg') no-repeat;
      cursor: pointer; }
  .materials .item .content {
    position: relative;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 1); }
    .materials .item .content p {
      padding-right: 30px;
      font-size: 15px;
      color: rgba(69, 88, 90, 1); }
    .materials .item .content h4 {
      font-size: 25px;
      color: rgba(102, 115, 116, 1);
      line-height: 24px; }
    .materials .item .content span {
      display: inline-block;
      padding-bottom: 14px;
      color: rgba(102, 115, 116, 1); }
    .materials .item .content .subcontent {
      display: grid;
      gap: 10px;
      padding-right: 0;
      margin-top: 20px; }
      .materials .item .content .subcontent .item-links {
        padding-bottom: 20px; }
      .materials .item .content .subcontent .item-links .big.dark:before {
        border-top: 13px solid rgba(255, 255, 255, 1); }
      .materials .item .content .subcontent img {
        clip-path: polygon(30% 0%, 58.89% 2.4%, 100% 30%, 95.43% 72.88%, 70% 100%, 34.58% 96.15%, 5.88% 69.04%, 6.54% 30.48%);
        position: absolute;
        right: 0; }

@media (min-width: 992px) {
    .calculator {
      margin-top: 50px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
  .calculator {
    padding-left: 0; } }
  .calculator .slope {
    display: none; }
  @media (min-width: 992px) {
  .calculator .slope {
    display: block;
    width: 525px;
    height: 170px;
    margin-left: 0;
    margin-bottom: -150px;
    background-color: rgba(69, 88, 90, 1);
    transform: skewY(2deg); } }
  .calculator .form-item {
    position: relative;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1); }
  @media (min-width: 768px) {
    .calculator .form-item {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .calculator .form-item {
      display: block;
      max-width: 850px;
      background-color: rgba(69, 88, 90, 1); } }
  .calculator .form-item:before {
    display: none;
    content: '';
    position: absolute;
    height: 57px;
    width: 354px; }
    @media (min-width: 992px) {
    .calculator .form-item:before {
      display: block;
      top: -49px;
      right: 0;
      background-color: rgba(217, 222, 225, 1);
      transform: skew(55deg); } }
  .calculator .form-item > h3 {
    padding: 0 50px 25px 26px;
    font-size: 27px; }
    @media (min-width: 768px) {
    .calculator .form-item > h3 {
      grid-column-start: 1;
      grid-column-end: 3; } }
    @media (min-width: 992px) {
    .calculator .form-item > h3 {
      padding: 0 0 10px 20px;
      line-height: 27px;
      font-size: 25px; } }
  .calculator .form-item form {
    padding: 20px; }
    @media (min-width: 768px) {
    .calculator .form-item form {
      grid-row: 2; } }
    @media (min-width: 992px) {
    .calculator .form-item form {
      display: block;
      padding: 0 0 0 20px;
      white-space: nowrap; } }
    .calculator .form-item form p {
      position: relative;
      width: 118px;
      padding: 4px 8px;
      box-sizing: border-box;
      background-color: rgba(172, 186, 190, 1); }
      @media (min-width: 992px) {
    .calculator .form-item form p {
      margin-bottom: -30px;
      margin-left: 25px; } }
      .calculator .form-item form p:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 32px;
        background-image: url('/themes/27-zemesdziles/images/calculator-tag-p-before-element.svg');
        background-repeat: no-repeat;
        left: -26px; }
    .calculator .form-item form input {
      width: 79%;
      height: 28px;
      margin: 5px 3px 15px 1px;
      padding-left: 5px;
      color: rgba(69, 88, 90, 1);
      border: 1px solid rgba(255, 255, 255, 1); }
      @media (min-width: 992px) {
    .calculator .form-item form input {
      width: 110px;
      margin-left: 0; } }
    .calculator .form-item form input[name=compression] {
      margin-bottom: 35px; }
    .calculator .form-item form label {
      display: inline-block;
      width: 81%;
      margin-right: 10px;
      font-size: 11px;
      white-space: normal; }
      .calculator .form-item form label input {
        width: 100%;
        margin-left: 0; }
      @media (min-width: 992px) {
    .calculator .form-item form label {
      width: 60px;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      .calculator .form-item form label input {
        width: 58px;
        padding-left: 0;
        text-align: center; } }
    .calculator .form-item form span {
      display: inline-block;
      text-align: center;
      font-size: 20px; }
      @media (min-width: 992px) {
    .calculator .form-item form span {
      padding-right: 5px; } }
    .calculator .form-item form .result {
      position: relative;
      width: 130px; }
      .calculator .form-item form .result:before {
        content: '';
        position: absolute;
        height: 19px;
        width: 156px;
        background-image: url('/themes/27-zemesdziles/images/calculator-result.svg');
        background-repeat: no-repeat;
        top: -7px;
        left: 1px; }
      @media (min-width: 992px) {
      .calculator .form-item form .result:before {
        left: 0; } }
      .calculator .form-item form .result input {
        width: 130px;
        border-width: 5px 10px 10px 10px;
        border-style: solid;
        border-color: rgba(174, 164, 134, 1); }
    @media (max-width: 991px) {
      .calculator .form-item form .sand, .calculator .form-item form .sand-gravel {
        position: relative;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        background-color: rgba(69, 88, 90, 1); } }
      .calculator .form-item form .sand:before, .calculator .form-item form .sand-gravel:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        display: none; }
      @media (max-width: 991px) {
      .calculator .form-item form .sand:before, .calculator .form-item form .sand-gravel:before {
        display: block;
        background-image: url('/themes/27-zemesdziles/images/calculator-mobile-slope-top.svg');
        background-repeat: no-repeat;
        top: -39px;
        left: 1px; } }
      .calculator .form-item form .sand:after, .calculator .form-item form .sand-gravel:after {
        content: '';
        position: absolute;
        height: 78px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -60px;
        z-index: -5;
        background-image: url('/themes/27-zemesdziles/images/calculator-slope-bottom.svg');
        background-repeat: no-repeat; }
      @media (min-width: 992px) {
      .calculator .form-item form .sand:after, .calculator .form-item form .sand-gravel:after {
        display: none; } }
      @media (min-width: 576px) {
    .calculator .form-item form .sand:after, .calculator .form-item form .sand-gravel:after {
      height: 78px;
      width: 100%; } }
      .calculator .form-item form .sand span:nth-last-of-type(3), .calculator .form-item form .sand-gravel span:nth-last-of-type(3) {
        margin-right: 32px; }
      @media (min-width: 425px) {
      .calculator .form-item form .sand span:nth-last-of-type(3), .calculator .form-item form .sand-gravel span:nth-last-of-type(3) {
        margin-right: 44px; } }
      @media (min-width: 992px) {
      .calculator .form-item form .sand span:nth-last-of-type(3), .calculator .form-item form .sand-gravel span:nth-last-of-type(3) {
        margin-right: 0; } }
      .calculator .form-item form .sand span:nth-last-of-type(2), .calculator .form-item form .sand-gravel span:nth-last-of-type(2) {
        margin-left: 10px; }
      @media (min-width: 992px) {
      .calculator .form-item form .sand span:nth-last-of-type(2), .calculator .form-item form .sand-gravel span:nth-last-of-type(2) {
        margin-left: 0; } }
    @media (max-width: 991px) {
      .calculator .form-item form .sand {
        margin-bottom: 78px; } }
      .calculator .form-item form .sand p:before {
        top: 0; }
    .calculator .form-item form .sand-gravel p:before {
      transform: matrix(1, 0, 0, -1, 0, 0);
      top: 0; }
      @media (min-width: 992px) {
      .calculator .form-item form .sand-gravel .result {
        margin-top: 0; }
        .calculator .form-item form .sand-gravel .result input {
          border-width: 10px 10px 5px 10px; }

        .calculator .form-item form .sand-gravel .result:before {
          display: none; } }
      .calculator .form-item form .sand-gravel .result:after {
        content: '';
        position: absolute; }
        @media (min-width: 992px) {
      .calculator .form-item form .sand-gravel .result:after {
        height: 41px;
        width: 155px;
        left: 0;
        top: 21px;
        background-image: url('/themes/27-zemesdziles/images/calculator-result.svg');
        background-repeat: no-repeat;
        transform: matrix(-1, 0, 0, -1, 0, 0); } }

.page-news .component {
  margin-bottom: 100px; }
  @media (min-width: 576px) {
    .page-news .component {
      padding-bottom: 100px;
      background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
      background-color: rgba(217, 222, 225, 1);
      background-repeat: no-repeat, no-repeat;
      background-position: top left, bottom -60px right;
      background-size: 60%, 50%;
      margin-bottom: -50px; } }
  @media (min-width: 768px) {
    .page-news .component {
      background-size: 40%, 30%;
      background-position: top -50px left -400px, bottom -60px right -50px; } }
  .page-news .component > .open-article {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 30px; }
    @media (min-width: 768px) {
    .page-news .component > .open-article {
      grid-template-columns: 1fr 1fr; } }
    .page-news .component > .open-article .content .title {
      display: inline-block;
      margin-left: -40px;
      padding: 10px 25px 10px 40px;
      background: transparent url('/themes/27-zemesdziles/images/article-title-bg.svg') no-repeat left center;
      background-size: cover;
      color: rgba(128, 149, 156, 1); }
      .page-news .component > .open-article .content .text {
        margin-top: 35px;
        margin-bottom: 20px; }
      .page-news .component > .open-article .content .text .iframe-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
        .page-news .component > .open-article .content .text .iframe-container iframe, .page-news .component > .open-article .content .text .iframe-container object, .page-news .component > .open-article .content .text .iframe-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .page-news .component > .open-article .content h2, .page-news .component > .open-article .content h3, .page-news .component > .open-article .content h4, .page-news .component > .open-article .content ul, .page-news .component > .open-article .content ol, .page-news .component > .open-article .content p {
        margin-bottom: 15px; }
      .page-news .component > .open-article .content p {
        font-size: 15px;
        font-weight: 900; }
      .page-news .component > .open-article .content ul {
        list-style: disc; }
      .page-news .component > .open-article .content ol {
        list-style: decimal; }
      .page-news .component > .open-article .content a:not(.btn) {
        text-decoration: underline;
        cursor: pointer; }
      .page-news .component > .open-article .content a:not(.btn):hover {
        color: rgba(52, 67, 68, 1); }
    @media (max-width: 767px) {
      .page-news .component > .open-article .img {
        grid-row: 1; } }
    .page-news .component > .open-article img {
      width: 100%;
      height: auto; }

body > .dig {
  width: 100px;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700; }
  body > .dig .animation {
    position: relative;
    bottom: 10px;
    margin-top: 20px; }
  body > .dig .animation:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 18px;
    border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: rgba(69, 88, 90, 1) transparent transparent transparent; }

body.page-lab {
  background: url('/themes/27-zemesdziles/images/bg-element-one.svg');
  background-color: rgba(217, 222, 225, 1);
  background-repeat: no-repeat;
  background-position: top 42% right -110px;
  background-size: contain; }
  @media (min-width: 576px) {
  body.page-lab {
    background-size: 60%; } }
  @media (min-width: 768px) {
  body.page-lab {
    background-size: 40%; } }
  @media (min-width: 992px) {
  body.page-lab {
    overflow: visible;
    background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
    background-color: rgba(217, 222, 225, 1);
    background-repeat: no-repeat, no-repeat;
    background-size: 40%, 30%;
    background-position: center left, top 300px right -200px; } }
  body.page-lab .content-container {
    position: relative; }
  @media (min-width: 992px) {
    body.page-lab .content-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin-bottom: 100px; } }
  body.page-lab .content-container .moduletable.contacts {
    color: rgba(255, 255, 255, 1);
    position: relative;
    margin: 0 -20px;
    padding: 0 14px 0 20px; }
    @media (min-width: 992px) {
    body.page-lab .content-container .moduletable.contacts {
      position: absolute;
      left: 0;
      top: 375px;
      z-index: 1;
      margin: 0;
      padding: 0; } }
    body.page-lab .content-container .moduletable.contacts div {
      position: relative; }
    body.page-lab .content-container .moduletable.contacts:before {
      content: '';
      background: transparent url('/themes/27-zemesdziles/images/lab-contacts-bg.png') no-repeat left center;
      width: 100%;
      height: 201px;
      position: absolute;
      top: -50px;
      left: 0;
      z-index: 0; }
      @media (min-width: 992px) {
    body.page-lab .content-container .moduletable.contacts:before {
      right: -50px;
      left: auto;
      width: 513px; } }
    body.page-lab .content-container .moduletable.contacts a {
      color: rgba(255, 255, 255, 1); }
    body.page-lab .content-container .moduletable.contacts p:nth-of-type(2) > a {
      color: rgba(69, 88, 90, 1);
      text-decoration: underline; }
  body.page-lab .content-container .moduletable.desc {
    position: relative;
    background-color: rgba(244, 249, 251, 1);
    margin: 0 -20px;
    padding: 20px 20px 80px 20px; }
    @media (min-width: 992px) {
    body.page-lab .content-container .moduletable.desc {
      height: 405px;
      padding: 30px 50px 0 0;
      margin: 0; } }
    @media (min-width: 992px) {
    body.page-lab .content-container .moduletable.desc:before {
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: calc(50% - 50vw);
      background-color: rgba(244, 249, 251, 1);
      z-index: -1; } }
  @media (min-width: 992px) {
      body.page-lab .content-container .moduletable.offer {
        margin: 0 auto; } }
    body.page-lab .content-container .moduletable.offer .mod-custom {
      display: grid;
      grid-gap: 20px; }
    body.page-lab .content-container .moduletable.offer .content {
      max-width: 366px;
      margin: 0 auto; }
      body.page-lab .content-container .moduletable.offer .content ul {
        margin: 20px 0; }
      body.page-lab .content-container .moduletable.offer .content ul li {
        display: flex;
        margin: 10px 0; }
        body.page-lab .content-container .moduletable.offer .content ul li:before {
          content: '';
          background: transparent url('/themes/27-zemesdziles/images/bullet_icon_brown.svg') no-repeat center top;
          height: 15px;
          width: 13px;
          display: inline-block;
          flex-shrink: 0;
          margin-right: 8px; }
    body.page-lab .content-container .moduletable.offer .images {
      grid-row: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 40px; }
      @media (min-width: 992px) {
    body.page-lab .content-container .moduletable.offer .images {
      margin-left: 20px; } }
      body.page-lab .content-container .moduletable.offer .images div {
        height: 100%; }
      @media (min-width: 425px) {
      body.page-lab .content-container .moduletable.offer .images div {
        min-height: 160px; } }
      @media (min-width: 576px) {
      body.page-lab .content-container .moduletable.offer .images div {
        min-height: 260px;
        max-width: 400px; } }
      body.page-lab .content-container .moduletable.offer .images img {
        width: 100%;
        height: 100%; }

body.page-form-order {
  background-image: url('/themes/27-zemesdziles/images/bg-element-two-right.svg');
  background-color: rgba(217, 222, 225, 1);
  background-repeat: no-repeat;
  background-position: top 70px left 70px; }
  @media (min-width: 992px) {
  body.page-form-order {
    background-image: url('/themes/27-zemesdziles/images/bg-element-two-right.svg'), url('/themes/27-zemesdziles/images/bg-element-one-left.svg'), url('/themes/27-zemesdziles/images/bg-element-order-form.svg');
    background-position: top -100px left 400px, top 100px right 120px, bottom 380px left -100px;
    background-size: 25%, 45%, 28%; } }

body.page-quarry {
  background: url('/themes/27-zemesdziles/images/bg-element-five-right.svg'), url('/themes/27-zemesdziles/images/bg-element-one.svg');
  background-color: rgba(217, 222, 225, 1);
  background-repeat: no-repeat, no-repeat;
  background-position: top 180px left, top 35% right;
  background-size: 200%, 100%; }
  @media (min-width: 425px) {
  body.page-quarry {
    background-position: top 100px left, top 35% right;
    background-size: 150%, 100%; } }
  @media (min-width: 576px) {
  body.page-quarry {
    background-position: top -30px left -50px, top 35% right;
    background-size: 100%, 100%; } }
  @media (min-width: 768px) {
  body.page-quarry {
    background-position: top -100px left -50px, top 35% right; } }
  @media (min-width: 992px) {
  body.page-quarry {
    background: url('/themes/27-zemesdziles/images/bg-element-five-right.svg');
    background-color: rgba(217, 222, 225, 1);
    background-repeat: no-repeat;
    background-position: top -35px right -400px;
    background-size: 70%; } }
  body.page-quarry .content-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    align-items: start;
    position: relative;
    overflow: hidden; }
  @media (min-width: 576px) {
    body.page-quarry .content-container {
      grid-template-columns: 45% 60%; } }
  @media (min-width: 768px) {
    body.page-quarry .content-container {
      margin-bottom: -85px; } }
  @media (min-width: 1200px) {
    body.page-quarry .content-container {
      grid-template-columns: 3fr 4fr;
      margin-bottom: -105px; } }
  body.page-quarry .content-container .moduletable {
    margin-bottom: 40px; }
  body.page-quarry .content-container .moduletable.description {
    grid-row: 1;
    grid-column: 1; }
    @media (min-width: 992px) {
    body.page-quarry .content-container .moduletable.description {
      padding-bottom: 30px; } }
    @media (min-width: 576px) {
      body.page-quarry .content-container .moduletable.description .customdescription {
        padding-right: 40px; } }
      @media (min-width: 768px) {
    body.page-quarry .content-container .moduletable.description .customdescription {
      padding-right: 0; } }
  body.page-quarry .content-container .moduletable.contacts {
    height: 0;
    margin-top: -55px;
    margin-left: 25px;
    border-left: 2px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 55px solid rgba(203, 197, 180, 1);
    z-index: 2; }
    @media (min-width: 576px) {
    body.page-quarry .content-container .moduletable.contacts {
      grid-column: 2;
      margin-right: auto; } }
    @media (min-width: 768px) {
    body.page-quarry .content-container .moduletable.contacts {
      grid-column: 2;
      grid-row: 2;
      align-self: end;
      padding: 85px 0 0 40px;
      margin-top: 0;
      margin-right: 60px;
      box-sizing: border-box;
      border-left: 5px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 105px solid rgba(203, 197, 180, 1); } }
      @media (min-width: 992px) and (min-width: 992px) {
      body.page-quarry .content-container .moduletable.contacts {
        width: 85%;
        margin-left: auto;
        margin-right: 0; } }
    body.page-quarry .content-container .moduletable.contacts .customcontacts {
      padding: 8px;
      color: rgba(69, 88, 90, 1); }
      @media (min-width: 768px) {
    body.page-quarry .content-container .moduletable.contacts .customcontacts {
      padding-top: 30px; } }
      body.page-quarry .content-container .moduletable.contacts .customcontacts p > a {
        color: rgba(69, 88, 90, 1);
        font-weight: 900; }
  body.page-quarry .content-container .moduletable.normative {
    padding: 20px 10px;
    position: relative;
    background-color: rgba(198, 199, 199, 1); }
    @media (min-width: 425px) {
    body.page-quarry .content-container .moduletable.normative {
      padding: 50px 30px; } }
    @media (min-width: 992px) {
    body.page-quarry .content-container .moduletable.normative {
      width: 433px;
      margin-top: -40px;
      padding: 50px 30px;
      justify-self: center; }
      body.page-quarry .content-container .moduletable.normative:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 150px 0 150px 50px;
        border-color: transparent transparent transparent rgba(198, 199, 199, 1);
        right: -49px;
        top: 0; } }
    body.page-quarry .content-container .moduletable.normative:after {
      content: '';
      position: absolute;
      height: 75px;
      width: 250px;
      left: -10px;
      transform: skew(45deg) rotate(5deg);
      background-color: rgba(217, 222, 225, 1); }
    body.page-quarry .content-container .moduletable.normative h3 {
      color: rgba(255, 255, 255, 1);
      margin-bottom: 15px; }
    body.page-quarry .content-container .moduletable.normative h4 {
      display: inline-block;
      position: relative;
      width: 175px;
      box-sizing: border-box;
      margin-top: 20px;
      margin-bottom: 10px;
      padding: 1px 20px 10px 20px;
      background-color: rgba(69, 88, 90, 1);
      color: rgba(255, 255, 255, 1);
      font-size: 15px; }
      body.page-quarry .content-container .moduletable.normative h4:before {
        content: '';
        position: absolute;
        height: 23px;
        width: 175px;
        background-image: url('/themes/27-zemesdziles/images/auctions-titles.svg');
        background-repeat: no-repeat;
        top: -17px;
        left: 0; }
    body.page-quarry .content-container .moduletable.normative ul {
      width: 278px; }
      body.page-quarry .content-container .moduletable.normative ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
      body.page-quarry .content-container .moduletable.normative ul li:before {
        content: '';
        height: 15px;
        width: 26px;
        min-width: 26px;
        margin-right: 10px;
        background: transparent url('/themes/27-zemesdziles/images/bullet_icon_dark.svg') no-repeat center top; }
      body.page-quarry .content-container .moduletable.normative ul li a {
        color: rgba(69, 88, 90, 1);
        text-decoration: underline; }
    body.page-quarry .content-container .moduletable.normative .image {
      position: absolute;
      right: -170px;
      top: 10px; }
      @media (min-width: 425px) {
    body.page-quarry .content-container .moduletable.normative .image {
      right: -140px;
      top: 80px; } }
      @media (min-width: 576px) {
    body.page-quarry .content-container .moduletable.normative .image {
      display: none; } }
      @media (min-width: 768px) {
    body.page-quarry .content-container .moduletable.normative .image {
      display: block;
      right: -30px; } }
      @media (min-width: 992px) {
    body.page-quarry .content-container .moduletable.normative .image {
      right: 0; } }
  body.page-quarry footer {
    position: relative;
    z-index: 5; }

body.page-contacts {
  background: url('/themes/27-zemesdziles/images/bg-element-two-right.svg');
  background-repeat: no-repeat;
  background-color: rgba(217, 222, 225, 1);
  background-position: top 500px right;
  background-size: 70%; }
  @media (min-width: 576px) {
  body.page-contacts {
    background-position: top 200px right; } }
  @media (min-width: 768px) {
  body.page-contacts {
    background-position: top 650px right 300px;
    background-size: 50%; } }
  @media (min-width: 992px) {
  body.page-contacts {
    background: url('/themes/27-zemesdziles/images/bg-element-two-right.svg'), url('/themes/27-zemesdziles/images/bg-element-five.svg');
    background-repeat: no-repeat, no-repeat;
    background-color: rgba(217, 222, 225, 1);
    background-position: center left, bottom 300px right;
    background-size: 40%, 45%; } }
  @media (min-width: 1200px) {
  body.page-contacts {
    background-color: rgba(217, 222, 225, 1);
    background-position: center left 50px, bottom 200px right;
    background-size: 30%, 45%; } }
  body.page-contacts .page-title {
    z-index: 2; }
  @media (min-width: 768px) {
    body.page-contacts .content-container {
      display: grid;
      grid-template-columns: 80% 1fr; } }
  @media (min-width: 992px) {
    body.page-contacts .content-container {
      grid-template-columns: 60% 1fr; } }
  @media (min-width: 1200px) {
    body.page-contacts .content-container {
      grid-template-columns: 1fr 1fr; } }
  body.page-contacts .content-container section {
    font-size: 15px; }
    body.page-contacts .content-container section h4 {
      padding-bottom: 23px;
      font-size: 25px;
      color: rgba(255, 255, 255, 1); }

@media (min-width: 768px) {
    body.page-404 {
      background: url('/themes/27-zemesdziles/images/bg-element-five-right.svg');
      background-repeat: no-repeat;
      background-position: bottom right -350px;
      background-color: rgba(217, 222, 225, 1); } }
  @media (min-width: 1500px) {
  body.page-404 {
    background: url('/themes/27-zemesdziles/images/contacts-bg-contacts.png'), url('/themes/27-zemesdziles/images/bg-element-five-right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 400px left -370px, bottom right -350px;
    background-color: rgba(217, 222, 225, 1); } }
  body.page-404 .container {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    body.page-404 .container {
      margin-bottom: 80px; } }
  body.page-404 .container .item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
    body.page-404 .container .item {
      flex-direction: row;
      align-items: start; } }
    body.page-404 .container .item .text > h1 {
      padding-bottom: 16px;
      margin-bottom: 20px; }
      @media (min-width: 425px) {
      body.page-404 .container .item .text > h1 {
        margin-top: 10px; } }
      @media (min-width: 992px) {
      body.page-404 .container .item .text > h1 {
        margin-top: 40px; } }
      body.page-404 .container .item .text ul li:not(:first-child) {
        padding-top: 10px;
        padding-left: 35px;
        background: url('/themes/27-zemesdziles/images/bullet_icon_dark.svg') no-repeat;
        background-size: 27px;
        background-position: left top 17px; }
  body.page-404 .container .image {
    width: 100%;
    height: 200px;
    background: url('/themes/27-zemesdziles/images/page-404.png') no-repeat;
    background-size: contain;
    background-position: top center; }
    @media (min-width: 576px) {
    body.page-404 .container .image {
      height: 400px; } }
    @media (min-width: 1200px) {
    body.page-404 .container .image {
      background-position: top right;
      margin-top: 0; } }

body.page-useful {
  background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
  background-repeat: no-repeat, no-repeat;
  background-color: rgba(217, 222, 225, 1);
  background-position: left -200px top 340px, right -150px top 45%;
  background-size: contain; }
  @media (min-width: 576px) {
  body.page-useful {
    background-position: left -200px top 340px, right bottom 500px;
    background-size: 35%, 30%; } }
  @media (min-width: 768px) {
  body.page-useful {
    background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-four-rotated.png'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: rgba(217, 222, 225, 1);
    background-position: left -200px top 340px, right top 200px, right bottom 500px;
    background-size: 35%, 30% 30%; } }
  @media (min-width: 992px) {
  body.page-useful {
    background-position: left -200px top 340px, right 100px top 200px, right bottom 500px; } }
  @media (min-width: 1200px) {
  body.page-useful {
    background-position: left -200px top 340px, right 300px top 200px, right bottom 500px; } }
  body.page-useful > div.container {
    padding-left: 0;
    padding-right: 0; }
  body.page-useful > div.container .content-container {
    justify-items: center;
    display: grid;
    row-gap: 20px;
    overflow: hidden;
    margin-bottom: -50px; }
    @media (min-width: 768px) {
    body.page-useful > div.container .content-container {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 30px; } }
    body.page-useful > div.container .content-container .moduletable.certificates {
      margin-top: 30px; }
      @media (min-width: 768px) {
    body.page-useful > div.container .content-container .moduletable.certificates {
      grid-column: 3;
      grid-row: 2;
      justify-self: end;
      align-self: end;
      margin-top: 0; } }
      @media (min-width: 1200px) {
    body.page-useful > div.container .content-container .moduletable.certificates {
      grid-row: 1; } }
    body.page-useful > div.container .content-container .moduletable.contracts-attachments {
      justify-self: center; }
      @media (min-width: 768px) {
    body.page-useful > div.container .content-container .moduletable.contracts-attachments {
      grid-column: 1;
      grid-row: 1;
      justify-self: left; } }
    @media (min-width: 768px) {
      body.page-useful > div.container .content-container .moduletable.binding-info {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 3;
        justify-self: left;
        align-self: center;
        margin-left: 320px;
        margin-top: 60px; } }
    body.page-useful > div.container .content-container .moduletable.friends {
      grid-row: 5;
      z-index: 1; }
      @media (min-width: 768px) {
    body.page-useful > div.container .content-container .moduletable.friends {
      grid-row: 3; } }
    body.page-useful > div.container .content-container .moduletable.buttons {
      justify-self: left;
      grid-row: 3;
      align-self: center; }
      @media (min-width: 768px) {
    body.page-useful > div.container .content-container .moduletable.buttons {
      grid-row: 2;
      grid-column-start: 1;
      grid-column-end: 3; } }
      body.page-useful > div.container .content-container .moduletable.buttons .page-links {
        display: flex;
        flex-direction: column; }
      @media (min-width: 576px) {
      body.page-useful > div.container .content-container .moduletable.buttons .page-links {
        flex-direction: row; } }
      body.page-useful > div.container .content-container .moduletable.buttons .page-links > a {
        margin: 10px 0 10px 10px; }
      body.page-useful > div.container .content-container .moduletable.buttons .page-links .btn.big {
        display: inline-block;
        padding: 5px 35px 6px 10px;
        font-size: 15px;
        font-weight: 900;
        background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat right;
        background-color: rgba(172, 186, 190, 1);
        background-position-x: 95%;
        background-size: 15px; }
        body.page-useful > div.container .content-container .moduletable.buttons .page-links .btn.big:before {
          width: 0;
          top: 0;
          right: 0;
          border-top: 13px solid rgba(217, 222, 225, 1);
          border-left: 13px solid rgba(172, 186, 190, 1); }
        body.page-useful > div.container .content-container .moduletable.buttons .page-links .btn.big:hover {
          background-color: rgba(203, 206, 207, 1); }
          body.page-useful > div.container .content-container .moduletable.buttons .page-links .btn.big:hover:before {
            border-left: 13px solid rgba(203, 206, 207, 1); }
  body.page-useful footer {
    z-index: 5;
    position: relative; }

body.page-about-us .btn.big-bordered {
  display: none; }
  @media (min-width: 768px) {
    body.page-about-us .btn.big-bordered {
      display: inline-block;
      position: absolute;
      margin-top: -60px;
      right: 26px; } }
  @media (min-width: 992px) {
    body.page-about-us .btn.big-bordered {
      margin-top: -60px;
      right: 150px; } }
  body.page-about-us .moduletable.friends {
    z-index: 1;
    overflow: hidden;
    margin-bottom: -55px; }
  body.page-about-us footer {
    z-index: 5;
    position: relative; }

@media (min-width: 768px) {
    body.page-unsubscribe {
      background: url('/themes/27-zemesdziles/images/bg-element-five-right.svg');
      background-repeat: no-repeat;
      background-position: bottom right -350px;
      background-color: rgba(217, 222, 225, 1); } }
  @media (min-width: 1500px) {
  body.page-unsubscribe {
    background: url('/themes/27-zemesdziles/images/contacts-bg-contacts.png'), url('/themes/27-zemesdziles/images/bg-element-five-right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 400px left -370px, bottom right -350px;
    background-color: rgba(217, 222, 225, 1); } }
  body.page-unsubscribe .container {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    body.page-unsubscribe .container {
      margin-bottom: 80px; } }
  body.page-unsubscribe .container .item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
    body.page-unsubscribe .container .item {
      flex-direction: row; } }
    body.page-unsubscribe .container .item .text {
      margin-top: 25px; }
      body.page-unsubscribe .container .item .text > h1 {
        padding-bottom: 16px;
        margin-bottom: 20px;
        font-size: 30px; }
      @media (min-width: 425px) {
      body.page-unsubscribe .container .item .text > h1 {
        font-size: 40px; } }
      @media (min-width: 992px) {
      body.page-unsubscribe .container .item .text > h1 {
        padding-left: 0; } }
      body.page-unsubscribe .container .item .text p {
        padding-left: 20px; }
      @media (min-width: 992px) {
      body.page-unsubscribe .container .item .text p {
        padding-left: 0; } }
  body.page-unsubscribe .container img {
    width: 100%; }
  body.page-unsubscribe #system-message-container {
    display: none; }
  body.page-unsubscribe footer .container img {
    width: auto; }

.moduletable h1 {
  padding-bottom: 25px; }


ul.nav.menu {
  display: flex;
  text-transform: uppercase;
  font-size: 16px; }
  ul.nav.menu li.parent ul.nav-child {
    text-transform: none; }
  ul.nav.menu li > a {
    padding: 0 3px 0 3px; }
  ul.nav.menu li > a:hover {
    text-decoration: underline rgba(231, 64, 17, 1);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px; }
  ul.nav.menu li.active > a {
    text-decoration: underline rgba(231, 64, 17, 1);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px; }

.language-select {
  line-height: 40px; }
  .language-select ul {
    display: flex; }
  .language-select ul a {
    padding: 0 5px 0 5px;
    text-transform: uppercase; }
  .language-select ul li.lang-active > a {
    font-weight: bold; }

body > .overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 5;
  overflow-y: scroll;
  overflow-x: hidden; }
  body > .overlay-menu .content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-bottom: 40px;
    background-color: rgba(128, 149, 156, 1);
    z-index: 1; }
  body > .overlay-menu .content .close-wrap {
    display: flex;
    padding: 20px; }
    body > .overlay-menu .content .close-wrap .close {
      display: block;
      width: 26px;
      height: 26px;
      background-image: url('/themes/27-zemesdziles/images/close-menu.svg');
      margin-left: auto; }
  body > .overlay-menu .content ul.nav.menu {
    flex-direction: column;
    padding-left: 3%; }
    body > .overlay-menu .content ul.nav.menu li {
      padding: 10px; }
      body > .overlay-menu .content ul.nav.menu li .nav-child > li {
        padding: 5px 0 0 0; }
      body > .overlay-menu .content ul.nav.menu li .nav-child > li a {
        font-size: 13px; }
    body > .overlay-menu .content ul.nav.menu li > a {
      color: rgba(255, 255, 255, 1); }
  body > .overlay-menu .language-select {
    margin-left: 20px;
    margin-bottom: 10px; }
  body > .overlay-menu .language-select a {
    font-size: 16px;
    color: rgba(255, 255, 255, 1); }
  body > .overlay-menu .language-select :nth-child(2n) > a {
    border-right: 2px solid white;
    border-left: 2px solid white; }

.moduletable.activity-slider {
  margin-bottom: 50px; }
  @media (min-width: 1500px) {
  .moduletable.activity-slider > .container {
    max-width: 1500px;
    padding-left: 170px; } }
  .moduletable.activity-slider .items {
    display: grid;
    padding: 0 20px 0 20px;
    grid-gap: 2vw; }
  @media (min-width: 768px) {
    .moduletable.activity-slider .items {
      grid-template-columns: 40% 1fr;
      padding-left: 0;
      margin-bottom: 0; } }
  .moduletable.activity-slider .items > .content {
    margin-top: 20px; }
    @media (min-width: 992px) {
    .moduletable.activity-slider .items > .content {
      margin-top: 30px; } }
    @media (min-width: 1200px) {
    .moduletable.activity-slider .items > .content {
      margin-top: 100px; } }
    .moduletable.activity-slider .items > .content .slider-title {
      padding-bottom: 17px;
      font-size: 40px;
      font-weight: 900;
      color: rgba(128, 149, 156, 1); }
    .moduletable.activity-slider .items > .content .description {
      font-size: 16px;
      font-weight: 700;
      line-height: 30px; }
      @media (min-width: 992px) {
    .moduletable.activity-slider .items > .content .description {
      font-size: 22px; } }
  .moduletable.activity-slider .items .image {
    position: relative;
    background: url('/themes/27-zemesdziles/images/bg-element-two-right.svg');
    background-repeat: no-repeat;
    background-position: top 35px left 50px;
    background-size: contain; }
    .moduletable.activity-slider .items .image .hexagon {
      clip-path: polygon(75.69% 0.19%, 98.17% 9.31%, 98.01% 49.13%, 69.64% 93.32%, 29.14% 99.73%, 11.18% 95.41%, 0.35% 87.96%, 0.22% 65.98%, 44.79% 7.98%);
      -webkit-clip-path: polygon(75.69% 0.19%, 98.17% 9.31%, 98.01% 49.13%, 69.64% 93.32%, 29.14% 99.73%, 11.18% 95.41%, 0.35% 87.96%, 0.22% 65.98%, 44.79% 7.98%);
      height: 250px; }
      .moduletable.activity-slider .items .image .hexagon > img {
        width: 100%;
        height: 100%; }
      @media (min-width: 576px) {
    .moduletable.activity-slider .items .image .hexagon {
      height: 350px; } }
      @media (min-width: 768px) {
    .moduletable.activity-slider .items .image .hexagon {
      height: 400px; } }
      @media (min-width: 1200px) {
    .moduletable.activity-slider .items .image .hexagon {
      height: 500px; } }
    .moduletable.activity-slider .items .image button[aria-label="Open video"] {
      position: absolute;
      top: 37%;
      left: 40%;
      width: 70px;
      height: 70px;
      border: 4px solid rgba(255, 255, 255, 1);
      border-radius: 50%;
      text-align: center;
      cursor: pointer; }
      .moduletable.activity-slider .items .image button[aria-label="Open video"] span {
        display: inline-block;
        width: 0;
        height: 0;
        transform: translateX(5px);
        border-style: solid;
        border-width: 15px 0 15px 30px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 1); }
      @media (min-width: 576px) {
    .moduletable.activity-slider .items .image button[aria-label="Open video"] {
      top: 45%;
      left: 45%;
      width: 80px;
      height: 80px;
      border-width: 5px; }
      .moduletable.activity-slider .items .image button[aria-label="Open video"] span {
        border-width: 20px 0 20px 40px; } }
  .moduletable.activity-slider .slick-dots {
    right: 0; }
  @media (min-width: 768px) {
    .moduletable.activity-slider .slick-dots {
      right: 30%; } }
  .moduletable.activity-slider .slick-dots > li button::before {
    width: 15px;
    height: 18px;
    content: '';
    background: url('/themes/27-zemesdziles/images/slider-icon.svg') no-repeat center center;
    opacity: 1; }
  .moduletable.activity-slider .slick-dots > li.slick-active button::before {
    width: 21px;
    height: 25px;
    margin-left: -5px;
    margin-top: -4px;
    background: transparent url('/themes/27-zemesdziles/images/slider-icon-active.svg') no-repeat center center; }
  @media (max-width: 767px) {
    .moduletable.activity-slider .slider-items {
      transition: all 1s ease-in-out; }
      .moduletable.activity-slider .slider-items.video-opened {
        height: 0;
        padding-bottom: 56.25%;
        opacity: 0;
        transition: opacity, height 0.5s ease-in-out; } }
  .moduletable.activity-slider .video {
    position: absolute;
    width: 100%;
    height: 45%;
    top: 75px;
    left: 0;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%); }
  .moduletable.activity-slider .video.hidden {
    display: none; }

@keyframes fade-in {
      0% {
        opacity: 0; }
      100% {
        opacity: 1; } }

@keyframes fade-out {
      0% {
        opacity: 1; }
      100% {
        opacity: 0; } }
  @media (min-width: 768px) {
    .moduletable.activity-slider .video {
      height: 100%;
      top: 0; } }
  .moduletable.activity-slider .video button[aria-label="Close video"] {
    width: 100%;
    padding: 20px 20px 10px 0; }
    .moduletable.activity-slider .video button[aria-label="Close video"] span {
      display: block;
      width: 26px;
      height: 26px;
      margin-left: auto;
      background: transparent url('/themes/27-zemesdziles/images/close-menu.svg') no-repeat center;
      background-size: contain;
      opacity: 0.8; }
      .moduletable.activity-slider .video button[aria-label="Close video"] span:hover {
        opacity: 1; }
  .moduletable.activity-slider .video .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .moduletable.activity-slider .video .iframe-container iframe, .moduletable.activity-slider .video .iframe-container object, .moduletable.activity-slider .video .iframe-container embed {
      position: absolute;
      top: 0;
      left: 50%;
      width: 90%;
      max-width: 1200px;
      height: 90%;
      max-height: calc(100vh - 80px);
      transform: translateX(-50%);
      border: 0; }
  .moduletable.activity-slider .video.fade-in {
    -webkit-animation: 1s ease-out both fade-in;
    animation: 1s ease-out both fade-in; }
  .moduletable.activity-slider .video.fade-out {
    -webkit-animation: 1s ease-out both fade-out;
    animation: 1s ease-out both fade-out; }

.moduletable.products-services {
  background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: contain;
  padding-bottom: 20px;
  padding-top: 36px; }
  @media (min-width: 576px) {
  .moduletable.products-services {
    background-size: 50%, 35%;
    background-position: top left, bottom -30px right;
    padding-bottom: 100px; } }
  @media (min-width: 992px) {
  .moduletable.products-services {
    padding-top: 142px; } }
  .moduletable.products-services > h1 {
    background-color: rgba(217, 222, 225, 1); }
  .moduletable.products-services .container {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    align-items: start; }
  @media (min-width: 992px) {
    .moduletable.products-services .container {
      grid-template-columns: repeat(3, 1fr); }
      .moduletable.products-services .container > :first-child {
        margin-top: 49px; }
      .moduletable.products-services .container > :last-child {
        margin-top: 134px; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .moduletable.products-services .container {
        padding-left: 20px; } }
  .moduletable.products-services .container section {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    row-gap: 22px;
    justify-items: center;
    font-size: 30px; }
    .moduletable.products-services .container section .title, .moduletable.products-services .container section h2, .moduletable.products-services .container section img, .moduletable.products-services .container section .btn.small, .moduletable.products-services .container section .description {
      grid-column: 1;
      grid-row: 1; }
    .moduletable.products-services .container section .title {
      display: -ms-grid;
      display: grid;
      margin-bottom: 15px;
      font-size: 30px;
      width: 100%; }
    .moduletable.products-services .container section .title h2 {
      position: relative;
      margin-left: 5px;
      margin-bottom: 21px;
      align-self: end;
      z-index: 2;
      cursor: pointer; }
    @media (min-width: 992px) {
        .moduletable.products-services .container section .title h2 {
          margin-left: -10px; } }
    @media (min-width: 1200px) {
        .moduletable.products-services .container section .title h2 {
          margin-left: -55px;
          margin-bottom: 50px; } }
    .moduletable.products-services .container section .title h2.top {
      padding-top: 18px;
      padding-left: 15px;
      align-self: start; }
      @media (min-width: 425px) {
        .moduletable.products-services .container section .title h2.top {
          padding: 18px; } }
      @media (min-width: 992px) {
        .moduletable.products-services .container section .title h2.top {
          align-self: end; } }
    .moduletable.products-services .container section .title .btn.small {
      margin-right: 8px;
      margin-bottom: 21px;
      align-self: end;
      justify-self: end;
      z-index: 2; }
      @media (min-width: 992px) {
        .moduletable.products-services .container section .title .btn.small {
          margin-right: 15px;
          margin-bottom: 25px; } }
      @media (min-width: 1200px) {
        .moduletable.products-services .container section .title .btn.small {
          margin-right: 35px;
          margin-bottom: 53px; } }
    .moduletable.products-services .container section .title > img {
      width: 100%; }
    @media (min-width: 425px) {
      .moduletable.products-services .container section .title {
        max-width: 425px; } }
    @media (min-width: 576px) {
      .moduletable.products-services .container section .title {
        width: auto; } }
    .moduletable.products-services .container section .description {
      width: calc(100% - 25px);
      height: calc(100% - 15px);
      padding-left: 28px;
      font-size: 15px;
      font-weight: 900;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 1; }
    @media (min-width: 425px) {
      .moduletable.products-services .container section .description {
        max-width: 425px; } }
    @media (min-width: 576px) {
      .moduletable.products-services .container section .description {
        width: auto;
        max-width: 272px; } }
    @media (min-width: 992px) {
      .moduletable.products-services .container section .description {
        grid-row: 2;
        height: 217px;
        margin-left: 87px;
        margin-top: -69px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: -4px -130px 43px -10px rgba(244, 249, 251, 0.8);
        -webkit-box-shadow: -4px -130px 43px -10px rgba(244, 249, 251, 0.8);
        -moz-box-shadow: -4px -130px 43px -10px rgba(244, 249, 251, 0.8);
        max-width: 250px;
        box-sizing: border-box; } }
    .moduletable.products-services .container section .description.hidden {
      height: 5px;
      width: 218px;
      margin-bottom: 30px;
      align-self: end;
      justify-self: left;
      background-color: rgba(255, 255, 255, 1);
      box-shadow: -4px -40px 50px 70px rgba(244, 249, 251, 0.79);
      -webkit-box-shadow: -4px -40px 50px 70px rgba(244, 249, 251, 0.79);
      -moz-box-shadow: -4px -40px 50px 70px rgba(244, 249, 251, 0.79); }
    @media (min-width: 576px) {
        .moduletable.products-services .container section .description.hidden {
          margin-left: -45px;
          justify-self: center; } }
    @media (min-width: 992px) {
        .moduletable.products-services .container section .description.hidden {
          margin-left: -108px;
          margin-top: -55px;
          align-self: start; } }
    @media (min-width: 1200px) {
        .moduletable.products-services .container section .description.hidden {
          margin-left: -188px;
          margin-top: -85px; } }
    .moduletable.products-services .container section .description > p:first-child {
      padding: 66px 20px 10px 0; }
    @media (min-width: 992px) {
        .moduletable.products-services .container section .description > p:first-child {
          padding: 36px 20px 0 0; } }
    .moduletable.products-services .container section .description .grey:before, .moduletable.products-services .container section .description .sandy:before {
      border-top: 13px solid rgba(255, 255, 255, 0.9); }
    @media (min-width: 992px) {
        .moduletable.products-services .container section .description .grey:before, .moduletable.products-services .container section .description .sandy:before {
          border-top: 13px solid rgba(255, 255, 255, 1); } }

@media (min-width: 768px) {
    .moduletable.about-us {
      background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
      background-size: 40%, 30%;
      background-repeat: no-repeat, no-repeat;
      background-position: top left -200px, bottom 140px right -200px;
      padding-bottom: 20px;
      padding-top: 80px; } }
  @media (min-width: 768px) {
    .moduletable.about-us .items {
      margin-top: 40px; } }
  .moduletable.about-us .items .item {
    display: grid;
    margin: 20px 0; }
    @media (min-width: 576px) {
    .moduletable.about-us .items .item {
      grid-template-rows: 1fr; } }
    @media (min-width: 768px) {
    .moduletable.about-us .items .item {
      grid-template-columns: 35% 66%;
      padding: 0; } }
    .moduletable.about-us .items .item .image {
      align-self: baseline; }
    .moduletable.about-us .items .item .image img {
      width: 100%;
      height: 100%; }
    @media (min-width: 1200px) {
        .moduletable.about-us .items .item .image img {
          height: 372px; } }
    .moduletable.about-us .items .item .image img[src$="null.png"] {
      display: none; }
    .moduletable.about-us .items .item .content {
      padding: 20px;
      color: rgba(69, 88, 90, 1);
      font-weight: 700;
      font-size: 15px;
      background-color: rgba(255, 255, 255, 1); }
    @media (min-width: 768px) {
      .moduletable.about-us .items .item .content {
        height: 80%;
        padding-left: 58px;
        margin-left: -35px; } }
    @media (min-width: 992px) {
      .moduletable.about-us .items .item .content {
        margin-top: 65px; } }
    .moduletable.about-us .items .item .content h2 {
      color: rgba(128, 149, 156, 1);
      font-size: 40px; }
    .moduletable.about-us .items .item .content .description {
      padding-top: 15px;
      padding-bottom: 20px;
      text-align: start; }
    .moduletable.about-us .items .item .content .description img {
      width: 100%;
      height: auto; }
  .moduletable.about-us.reverse {
    padding-top: 0;
    padding-bottom: 100px; }
  @media (min-width: 768px) {
    .moduletable.about-us.reverse {
      background: url('/themes/27-zemesdziles/images/bg-element-two.svg');
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: bottom 130px left -200px; } }
  @media (min-width: 992px) {
      .moduletable.about-us.reverse .items {
        margin-top: -70px; } }
    @media (min-width: 768px) {
      .moduletable.about-us.reverse .items .item {
        grid-template-columns: 57% 45%; }
        .moduletable.about-us.reverse .items .item .image {
          margin-left: -65px; }
        .moduletable.about-us.reverse .items .item .content {
          grid-area: 1;
          margin-left: 0;
          padding-left: 20px;
          margin-right: -78px; } }
    @media (min-width: 992px) {
      .moduletable.about-us.reverse .items .item {
        grid-template-columns: 66% 35%; } }
  .moduletable.about-us.full .items .item .content {
    height: auto; }

.moduletable.values-section {
  background: url('/themes/27-zemesdziles/images/bg-element-four.svg'), url('/themes/27-zemesdziles/images/bg-element-three.svg'), url('/themes/27-zemesdziles/images/bg-element-one.svg');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 450px right -40px, center left -200px, bottom 300px right -70px;
  padding-bottom: 50px; }
  @media (min-width: 576px) {
  .moduletable.values-section {
    background-position: top 450px right -240px, center left -200px, bottom 300px right -270px; } }
  @media (min-width: 768px) {
  .moduletable.values-section {
    background-size: 40%;
    background-position: top 50px right -240px, center left -200px, bottom 100px right -270px; } }
  @media (min-width: 992px) {
  .moduletable.values-section {
    padding-bottom: 200px;
    background: url('/themes/27-zemesdziles/images/bg-element-three.svg'), url('/themes/27-zemesdziles/images/bg-element-four.svg');
    background-size: 40%;
    background-repeat: no-repeat, no-repeat;
    background-position: center left -200px, bottom right; } }
  .moduletable.values-section h1 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .moduletable.values-section .container.items {
    display: grid;
    grid-gap: 55px; }
  @media (min-width: 768px) {
    .moduletable.values-section .container.items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .moduletable.values-section .container.items {
      grid-template-columns: repeat(3, 1fr); } }
  .moduletable.values-section .container.items .item {
    display: grid;
    align-self: baseline;
    justify-content: center; }
    .moduletable.values-section .container.items .item .image {
      position: relative;
      width: 230px;
      height: 200px;
      background: linear-gradient(-75deg, transparent 25px, #c5c6c6 0) bottom right, linear-gradient(155deg, transparent 20px, #c5c6c6 0) top left;
      background-repeat: no-repeat;
      background-size: 100% 51%;
      text-align: center;
      justify-self: center;
      transform: rotate(-2deg); }
    .moduletable.values-section .container.items .item .image img {
      display: inline-block;
      margin-top: 28px;
      transform: rotate(2deg); }
    .moduletable.values-section .container.items .item .image:before {
      content: '';
      position: absolute;
      height: 24px;
      width: 96px;
      top: 37px;
      right: -50px;
      background-color: rgba(197, 198, 198, 1);
      transform: rotate(79deg); }
  .moduletable.values-section .container.items .item:nth-of-type(even) .image {
    background: linear-gradient(-75deg, transparent 25px, rgba(195, 204, 208, 1) 0) bottom right, linear-gradient(155deg, transparent 20px, rgba(195, 204, 208, 1) 0) top left;
    background-repeat: no-repeat;
    background-size: 100% 51%; }
    .moduletable.values-section .container.items .item:nth-of-type(even) .image:before {
      background-color: rgba(195, 204, 208, 1); }
  .moduletable.values-section .container.items .content {
    position: relative;
    max-width: 305px;
    min-height: 150px;
    margin-top: -30px;
    padding: 30px;
    background: url('/themes/27-zemesdziles/images/bg-element-text.svg') no-repeat;
    background-size: cover;
    font-size: 15px;
    font-weight: 900;
    z-index: 3; }
    .moduletable.values-section .container.items .content h2 {
      color: rgba(128, 149, 156, 1);
      font-size: 25px; }
    .moduletable.values-section .container.items .content .description {
      padding-top: 20px; }

.moduletable.highlights {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
  .moduletable.highlights {
    background: url('/themes/27-zemesdziles/images/bg-element-three.svg') no-repeat;
    background-size: 40%;
    background-position: bottom left 60px;
    margin-top: -50px;
    padding-bottom: 85px; } }
  @media (min-width: 768px) {
    .moduletable.highlights .items {
      margin-top: 40px; } }
  .moduletable.highlights .items .item {
    display: grid;
    grid-template-rows: 1fr;
    margin: 40px 0; }
    @media (min-width: 768px) {
    .moduletable.highlights .items .item {
      grid-template-columns: 30% 57%;
      padding: 0; } }
    @media (min-width: 992px) {
    .moduletable.highlights .items .item {
      grid-template-columns: 35% 55%;
      margin-left: 70px; } }
    @media (min-width: 768px) {
      .moduletable.highlights .items .item .image {
        margin-left: 29px; } }
    .moduletable.highlights .items .item .image img {
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
        .moduletable.highlights .items .item .image img {
          width: 300px; } }
    @media (min-width: 1200px) {
        .moduletable.highlights .items .item .image img {
          height: 272px;
          width: 100%; } }
    .moduletable.highlights .items .item .content {
      padding: 20px;
      align-self: baseline;
      color: rgba(69, 88, 90, 1);
      font-weight: 700;
      font-size: 15px;
      background-color: rgba(255, 255, 255, 1); }
    @media (min-width: 768px) {
      .moduletable.highlights .items .item .content {
        padding-left: 58px;
        margin-left: -35px;
        margin-top: 20px;
        text-align: end; } }
    .moduletable.highlights .items .item .content .title {
      color: rgba(128, 149, 156, 1);
      font-size: 25px;
      text-align: start; }
    .moduletable.highlights .items .item .content .intro-text {
      padding-top: 15px;
      text-align: start; }
    .moduletable.highlights .items .item .content .btn {
      display: inline-block; }
    @media (min-width: 768px) {
        .moduletable.highlights .items .item .content .btn {
          margin-bottom: 20px; } }
  @media (min-width: 768px) {
      .moduletable.highlights .items > :last-child {
        grid-template-columns: 67% 25%; }
        .moduletable.highlights .items > :last-child > .image {
          margin-left: -65px; }
        .moduletable.highlights .items > :last-child > .content {
          grid-area: 1;
          margin-left: 0; } }
    @media (min-width: 992px) {
    .moduletable.highlights .items > :last-child {
      grid-template-columns: 55% 30%;
      margin-left: 30px; } }

.moduletable.map {
  background: url('/themes/27-zemesdziles/images/bg-element-four.svg');
  background-repeat: no-repeat;
  background-position: top 90px right;
  background-size: contain;
  padding-bottom: 15px; }
  @media (min-width: 576px) {
  .moduletable.map {
    background-size: 60%; } }
  @media (min-width: 768px) {
  .moduletable.map {
    background-size: 40%; } }
  @media (min-width: 992px) {
  .moduletable.map {
    background: url('/themes/27-zemesdziles/images/bg-element-four.svg'), url('/themes/27-zemesdziles/images/bg-element-one.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 40%, 40%;
    background-position: top right, bottom -200px left -50px;
    margin-bottom: -30px; } }
  .moduletable.map .container .items {
    display: -ms-grid;
    display: grid;
    margin-top: 20px; }
    @media (min-width: 768px) {
    .moduletable.map .container .items {
      grid-template-columns: 35% 1fr;
      padding-left: 20px;
      margin-top: 0; } }
    @media (min-width: 992px) {
    .moduletable.map .container .items {
      grid-template-columns: 30% 1fr; } }
    @media (min-width: 1200px) {
    .moduletable.map .container .items {
      grid-template-columns: 25% 1fr;
      padding: 0; } }
    .moduletable.map .container .items .content {
      max-width: 380px;
      justify-self: center;
      padding: 20px;
      background-color: rgba(244, 249, 251, 1); }
    @media (min-width: 768px) {
      .moduletable.map .container .items .content {
        margin-top: 40px;
        margin-left: -20px;
        align-self: baseline;
        z-index: 1; } }
    .moduletable.map .container .items .content h3 {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 25px;
      color: rgba(128, 149, 156, 1); }
    .moduletable.map .container .items .content .btn {
      margin-top: 20px; }
    .moduletable.map .container .items .content .btn:before {
      border-top-color: rgba(244, 249, 251, 1); }
    .moduletable.map .container .items figure {
      margin-bottom: 20px;
      margin-top: 20px;
      position: relative; }
    @media (min-width: 768px) {
      .moduletable.map .container .items figure {
        margin-left: -30px; } }
    .moduletable.map .container .items figure img {
      width: 100%; }
    .moduletable.map .container .items > .btn {
      justify-self: start; }
    @media (min-width: 768px) {
      .moduletable.map .container .items > .btn {
        justify-self: end;
        grid-column-start: 2; } }

.point {
  position: absolute; }
  .point .marker-icon {
    width: 10px;
    height: 10px;
    background: url('/themes/27-zemesdziles/images/bullet-map-icon-dark.svg') no-repeat;
    cursor: pointer; }
  @media (min-width: 576px) {
    .point .marker-icon {
      width: 13px;
      height: 15px; } }
  @media (min-width: 992px) {
    .point .marker-icon {
      width: 16px;
      height: 20px; } }
  .point .description {
    display: none;
    width: 278px;
    position: absolute;
    top: 0;
    right: -5px;
    background-color: rgba(244, 249, 251, 1);
    z-index: 10; }
  @media (min-width: 425px) {
    .point .description {
      min-width: 320px; } }
  .point .description .close {
    text-align: right; }
    .point .description .close .close-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-top: 10px;
      margin-right: 10px;
      background: url('/themes/27-zemesdziles/images/close-icon-two.svg') no-repeat;
      cursor: pointer; }
  .point .description .close + p {
    padding: 0 20px 20px 20px;
    font-size: 25px;
    color: rgba(128, 149, 156, 1); }
  .point .description div:last-child {
    padding: 0 20px 20px 20px;
    font-size: 15px;
    font-weight: 900; }
    .point .description div:last-child p {
      padding-bottom: 10px; }
    .point .description div:last-child p span {
      font-weight: 100; }

.moduletable.zemesdziles.cookie-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background: rgba(174, 164, 134, 1);
  color: rgba(255, 255, 255, 1);
  z-index: 10; }
  .moduletable.zemesdziles.cookie-notification:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 110%;
    top: -14px;
    background: url('/themes/27-zemesdziles/images/cookies-desktop-bg.svg') no-repeat;
    background-size: cover; }
  @media (max-width: 575px) {
    .moduletable.zemesdziles.cookie-notification:before {
      height: 100px;
      width: 100%;
      top: -80px;
      background: url('/themes/27-zemesdziles/images/cookie-before-element-mobile.svg') no-repeat;
      transform: matrix(-1, 0, 0, -1, 0, 0); } }
  .moduletable.zemesdziles.cookie-notification .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap; }
  @media (min-width: 768px) {
    .moduletable.zemesdziles.cookie-notification .content {
      flex-direction: row; } }
  .moduletable.zemesdziles.cookie-notification .content > span {
    display: inline-block;
    max-width: 1000px;
    padding-bottom: 20px;
    text-align: left; }
    .moduletable.zemesdziles.cookie-notification .content > span > a {
      color: rgba(69, 88, 90, 1);
      text-decoration: underline; }
  .moduletable.zemesdziles.cookie-notification .content .confirm-use-of-cookies {
    margin-top: 5px;
    justify-self: end; }
    .moduletable.zemesdziles.cookie-notification .content .confirm-use-of-cookies:before {
      border-top: 13px solid rgba(174, 164, 134, 1); }

.moduletable.material-order {
  padding-top: 27px; }
  @media (min-width: 992px) {
  .moduletable.material-order {
    padding-bottom: 100px; } }
  .moduletable.material-order .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    .moduletable.material-order .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .moduletable.material-order .container form.order {
    margin: 0 auto;
    padding-bottom: 46px;
    padding-top: 43px;
    background-image: url('/themes/27-zemesdziles/images/bg-form-mobile.svg'), url('/themes/27-zemesdziles/images/bg-form-mobile.svg');
    background-repeat: no-repeat no-repeat;
    background-position: top, bottom; }
    @media (min-width: 992px) {
    .moduletable.material-order .container form.order {
      max-width: 1000px;
      margin: 0;
      padding-top: 0;
      padding-bottom: 20px;
      background: transparent; } }
    .moduletable.material-order .container form.order .form-item {
      max-width: 1000px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center; }
    @media (min-width: 992px) {
      .moduletable.material-order .container form.order .form-item {
        height: 200px;
        padding: 40px;
        flex-direction: row;
        justify-content: left;
        background-image: url('/themes/27-zemesdziles/images/form-bg.svg');
        background-repeat: no-repeat;
        background-size: cover; } }
    .moduletable.material-order .container form.order .form-item .input {
      position: relative; }
    .moduletable.material-order .container form.order .form-item .input.invalid input {
      border-color: rgba(231, 64, 17, 1); }
      .moduletable.material-order .container form.order .form-item .input.invalid:after {
        content: "*";
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px;
        color: rgba(231, 64, 17, 1); }
    .moduletable.material-order .container form.order .form-item .input input {
      width: 275px;
      height: 45px;
      box-sizing: border-box;
      margin: 10px;
      padding-top: 14px;
      border-color: transparent;
      z-index: 10; }
      .moduletable.material-order .container form.order .form-item .input input::placeholder {
        color: rgba(172, 186, 190, 1); }
      .moduletable.material-order .container form.order .form-item .input input::-webkit-input-placeholder {
        color: rgba(172, 186, 190, 1); }
      .moduletable.material-order .container form.order .form-item .input input:focus {
        padding-left: 6px; }
    .moduletable.material-order .container form.order .form-item .input label {
      position: absolute;
      margin-top: 15px;
      margin-left: 18px;
      line-height: 16px;
      font-weight: 900;
      font-size: 15px;
      color: rgba(172, 186, 190, 1); }
    .moduletable.material-order .container form.order .form-item .input .top {
      margin-top: 10px;
      font-size: 13px;
      font-weight: 400;
      transition-duration: 0.5s; }
    .moduletable.material-order .container form.order .btn.red {
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      color: rgba(231, 64, 17, 1); }
    @media (min-width: 992px) {
      .moduletable.material-order .container form.order .btn.red {
        margin: 35px 0 0 60px; } }
    .moduletable.material-order .container form.order .btn.red:hover {
      background-image: url('/themes/27-zemesdziles/images/arrow-white-right.png'), linear-gradient(225deg, transparent 9px, rgba(231, 64, 17, 1) 12px);
      background-position: center right 5px, left;
      background-size: 16px, 100%;
      color: rgba(255, 255, 255, 1); }
    .moduletable.material-order .container form.order .g-recaptcha {
      margin-top: 20px; }
    .moduletable.material-order .container form.order .g-recaptcha div:first-child {
      margin-left: auto;
      margin-right: auto; }
    @media (min-width: 992px) {
        .moduletable.material-order .container form.order .g-recaptcha div:first-child {
          margin-left: 30px; } }
  .moduletable.material-order .info {
    display: grid;
    padding-bottom: 30px;
    font-size: 15px; }
  @media (min-width: 992px) {
    .moduletable.material-order .info {
      grid-template-columns: 350px 1fr; } }
  .moduletable.material-order .info .privacy-policy {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    background-color: rgba(174, 164, 134, 1);
    color: rgba(255, 255, 255, 1); }
    @media (min-width: 992px) {
    .moduletable.material-order .info .privacy-policy {
      margin: -70px 0 0 0;
      padding: 20px; } }
    .moduletable.material-order .info .privacy-policy:after {
      content: '';
      position: absolute;
      height: 50px;
      width: 250px; }
    @media (min-width: 992px) {
      .moduletable.material-order .info .privacy-policy:after {
        right: -20px;
        bottom: -23px;
        transform: skew(-55deg) rotate(-5deg);
        background-color: rgba(217, 222, 225, 1); } }
    .moduletable.material-order .info .privacy-policy:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 250px;
      top: -13px;
      transform: skew(-55deg) rotate(5deg);
      background-color: rgba(217, 222, 225, 1); }
    @media (min-width: 992px) {
      .moduletable.material-order .info .privacy-policy:before {
        display: none; } }
    .moduletable.material-order .info .privacy-policy > p {
      padding-bottom: 5px; }
    .moduletable.material-order .info .privacy-policy > p a {
      color: rgba(255, 255, 255, 1); }
    .moduletable.material-order .info .privacy-policy > p a:hover {
      text-decoration: underline; }
    .moduletable.material-order .info .privacy-policy p:last-of-type {
      position: relative;
      padding-bottom: 20px; }
    .moduletable.material-order .info .privacy-policy p:last-of-type:after {
      content: '';
      position: absolute; }
    @media (min-width: 992px) {
        .moduletable.material-order .info .privacy-policy p:last-of-type:after {
          top: 26px;
          left: -20px;
          transform: skewY(3deg);
          background-color: rgba(174, 164, 134, 1);
          height: 50px;
          width: 400px; } }
  .moduletable.material-order .info .messages {
    font-weight: 900;
    padding: 0 40px 20px 45px;
    text-align: left; }
    @media (min-width: 576px) {
    .moduletable.material-order .info .messages {
      text-align: center; } }
    @media (min-width: 992px) {
    .moduletable.material-order .info .messages {
      text-align: left; } }
    .moduletable.material-order .info .messages .error, .moduletable.material-order .info .messages .message {
      padding: 10px;
      color: rgba(231, 64, 17, 1);
      display: none; }
    .moduletable.material-order .info .messages .success {
      padding: 10px;
      display: none; }

.moduletable.news {
  margin-bottom: 35px; }
  @media (min-width: 576px) {
  .moduletable.news {
    padding-bottom: 100px;
    background: url('/themes/27-zemesdziles/images/bg-element-one.svg'), url('/themes/27-zemesdziles/images/bg-element-two.svg');
    background-color: rgba(217, 222, 225, 1);
    background-repeat: no-repeat, no-repeat;
    background-position: center left, bottom -60px right;
    background-size: 60%, 50%;
    margin-bottom: -50px; } }
  @media (min-width: 768px) {
  .moduletable.news {
    background-position: center left, bottom -60px right 50px;
    background-size: 40%, 30%; } }
  .moduletable.news .articles-filter {
    display: flex;
    justify-content: end;
    -webkit-justify-content: flex-end;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 900; }
  .moduletable.news .articles-filter > span {
    padding-right: 5px;
    font-weight: 500;
    color: rgba(183, 198, 205, 1); }
  .moduletable.news .articles-filter .tags {
    display: flex;
    flex-wrap: wrap; }
    .moduletable.news .articles-filter .tags .search-tag {
      margin: 0 10px;
      cursor: pointer; }
    .moduletable.news .articles-filter .tags .search-tag.active {
      border-bottom: 2px solid rgba(231, 64, 17, 1); }
    .moduletable.news .articles-filter .tags:last-child .search-tag {
      margin-right: 0; }
  .moduletable.news .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
    grid-row-gap: 40px;
    grid-column-gap: 45px; }
  @media (min-width: 576px) {
    .moduletable.news .items {
      grid-row-gap: 100px; } }
  .moduletable.news .items .no-articles {
    font-size: 18px;
    text-align: center; }
  .moduletable.news .items .item {
    display: grid;
    max-width: 530px; }
    .moduletable.news .items .item .img {
      grid-row: 1;
      grid-column: 1; }
    .moduletable.news .items .item .img img {
      width: 100%;
      height: auto; }
    .moduletable.news .items .item .content {
      max-width: 356px;
      min-height: 200px;
      grid-row: 1;
      grid-column: 1;
      margin-top: 60%;
      padding: 20px;
      background: url('/themes/27-zemesdziles/images/news-text-bg.svg');
      background-repeat: no-repeat;
      background-size: cover; }
    .moduletable.news .items .item .content h3 {
      padding-bottom: 10px;
      color: rgba(128, 149, 156, 1); }
    .moduletable.news .items .item .content h3:hover {
      color: rgba(69, 88, 90, 1); }
    .moduletable.news .items .item .content .btn {
      margin-top: 20px; }
    .moduletable.news .items .item .content .btn:before {
      border-top-color: rgba(244, 249, 251, 1); }

.moduletable.news-small {
  position: relative;
  grid-row: 2;
  align-self: stretch;
  padding-top: 17px;
  padding-bottom: 40px;
  background-color: rgba(203, 197, 180, 1); }
  .moduletable.news-small:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
    border-style: solid;
    border-width: 35px 90px 0 190px;
    border-color: rgba(203, 197, 180, 1) transparent transparent transparent; }
  .moduletable.news-small h3 {
    height: 60px;
    width: 85%;
    position: relative;
    margin-bottom: 20px;
    padding: 5px 5px 5px 20px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(128, 149, 156, 1); }
  @media (min-width: 1200px) {
    .moduletable.news-small h3 {
      width: 41%; } }
  .moduletable.news-small h3:after {
    content: '';
    position: absolute;
    height: 45px;
    width: 170px;
    right: 0;
    bottom: -23px;
    transform: skew(-30deg) rotate(-5deg);
    background-color: rgba(203, 197, 180, 1); }
  .moduletable.news-small h3:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 33px;
    top: 2px;
    right: -7px;
    transform: skew(23deg) rotate(5deg);
    background-color: rgba(128, 149, 156, 1); }
  .moduletable.news-small .items {
    padding: 0 40px 0 20px; }
  .moduletable.news-small .items .item {
    display: flex;
    padding: 20px 0;
    border-bottom: 2px solid rgba(128, 149, 156, 1); }
    @media (min-width: 576px) {
    .moduletable.news-small .items .item {
      flex-direction: column-reverse; } }
    @media (min-width: 768px) {
    .moduletable.news-small .items .item {
      flex-direction: row; } }
    .moduletable.news-small .items .item .content {
      width: 180px; }
    .moduletable.news-small .items .item .content a {
      color: rgba(231, 64, 17, 1); }
    .moduletable.news-small .items .item .content a:hover {
      text-decoration: underline; }
    .moduletable.news-small .items .item .img {
      margin-left: auto; }
    @media (min-width: 576px) {
      .moduletable.news-small .items .item .img {
        margin-left: 0;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .moduletable.news-small .items .item .img {
        margin-left: auto; } }

.moduletable.auctions {
  position: relative;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 20px 40px;
  background-color: rgba(128, 149, 156, 1); }
  @media (min-width: 768px) {
  .moduletable.auctions {
    grid-column: 2;
    grid-row: 2;
    padding: 20px 40px 100px 40px; } }
  @media (min-width: 992px) {
  .moduletable.auctions:before {
    content: '';
    position: absolute;
    height: 75px;
    width: 350px;
    top: -60px;
    right: 10px;
    transform: skew(45deg) rotate(5deg);
    background-color: rgba(217, 222, 225, 1); } }
    @media (min-width: 1200px) and (min-width: 1200px) {
    .moduletable.auctions:before {
      content: '';
      position: absolute;
      height: 75px;
      width: 450px;
      top: -46px;
      right: 10px;
      transform: skew(45deg) rotate(5deg);
      background-color: rgba(217, 222, 225, 1); } }
  .moduletable.auctions h3 {
    position: relative;
    padding-top: 20px;
    color: rgba(255, 255, 255, 1); }
  .moduletable.auctions h3:before {
    content: '';
    position: absolute;
    height: 55px;
    width: 210px;
    left: -37px;
    top: -47px;
    transform: skew(20deg) rotate(-13deg);
    background-color: rgba(128, 149, 156, 1); }
  @media (min-width: 992px) {
    .moduletable.auctions h3:before {
      height: 60px;
      top: -49px;
      transform: rotate(-13deg); } }
  .moduletable.auctions .content .column:first-child .items > .item > a {
    color: rgba(231, 64, 17, 1); }
  .moduletable.auctions .content .column {
    margin: 30px; }
    .moduletable.auctions .content .column h4 {
      display: inline-block;
      position: relative;
      width: 128px;
      box-sizing: border-box;
      padding: 1px 20px 10px 20px;
      background-color: rgba(69, 88, 90, 1);
      color: rgba(255, 255, 255, 1); }
    .moduletable.auctions .content .column h4:before {
      content: '';
      position: absolute;
      height: 17px;
      width: 128px;
      background-image: url('/themes/27-zemesdziles/images/auctions-titles.svg');
      background-repeat: no-repeat;
      top: -11px;
      left: 0; }
    .moduletable.auctions .content .column .item {
      position: relative;
      margin: 25px 0;
      color: rgba(255, 255, 255, 1); }
    .moduletable.auctions .content .column .item:before {
      position: absolute;
      left: -35px;
      top: 5px; }
    .moduletable.auctions .content .column .item a {
      color: rgba(255, 255, 255, 1); }
    .moduletable.auctions .content .column .item a:hover {
      text-decoration: underline; }

.moduletable.regions {
  align-self: baseline;
  margin-top: -20px; }
  @media (min-width: 576px) {
  .moduletable.regions {
    margin-top: -100px; } }
  @media (min-width: 768px) {
  .moduletable.regions {
    margin-top: 0;
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 3; } }
  .moduletable.regions .region {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    column-gap: 16px; }
  .moduletable.regions .region > div {
    padding-bottom: 30px;
    padding-left: 5px; }
    .moduletable.regions .region > div p {
      display: flex;
      gap: 5px;
      align-items: center;
      margin-bottom: 10px; }
    .moduletable.regions .region > div p span.icon {
      background-size: cover;
      filter: invert(25%) sepia(3%) saturate(2013%) hue-rotate(8deg) brightness(90%) contrast(89%); }
    .moduletable.regions .region > div p span.icon.phone {
      width: 12px;
      height: 20px;
      background-image: url('/themes/27-zemesdziles/images/footer-icon-phone.png'); }
    .moduletable.regions .region > div p span.icon.mail {
      width: 17px;
      height: 12px;
      background-image: url('/themes/27-zemesdziles/images/footer-icon-mail.png'); }
    .moduletable.regions .region > div p:first-child {
      font-weight: 900; }
    .moduletable.regions .region > div a {
      color: rgba(174, 164, 134, 1); }
    .moduletable.regions .region > div a:hover {
      text-decoration: underline; }

.moduletable.certificates .bannergroup {
  display: grid;
  grid-row-gap: 10px;
  padding-bottom: 15px;
  background-image: url('/themes/27-zemesdziles/images/bg-certificates.svg');
  background-repeat: no-repeat;
  background-size: cover; }
  .moduletable.certificates .bannergroup .bannerheader {
    display: inline-block;
    position: relative;
    width: 158px;
    grid-row: 1;
    grid-column: 1;
    margin-top: -20px;
    margin-left: -10px;
    padding: 1px 20px 10px 20px;
    box-sizing: border-box;
    background-color: rgba(69, 88, 90, 1);
    color: rgba(255, 255, 255, 1); }
    .moduletable.certificates .bannergroup .bannerheader:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 100%;
      top: -14px;
      left: 0;
      background-image: url('/themes/27-zemesdziles/images/auctions-titles.svg');
      background-repeat: no-repeat; }
  .moduletable.certificates .bannergroup .banneritem:nth-of-type(2) {
    grid-row: 2;
    grid-column: 2; }
    .moduletable.certificates .bannergroup .banneritem:nth-of-type(3) {
      grid-row: 2;
      grid-column: 1;
      justify-self: center; }
    .moduletable.certificates .bannergroup .banneritem:nth-of-type(4) {
      grid-row: 3;
      grid-column: 1;
      justify-self: end; }

.moduletable.friends {
  max-width: 420px;
  padding: 20px 20px 50px 20px;
  background: url('/themes/27-zemesdziles/images/bg-banner-friends.png');
  background-repeat: no-repeat;
  background-size: cover; }
  .moduletable.friends .bannergroup {
    display: flex; }
  .moduletable.friends .bannergroup .banneritem {
    padding: 12px; }
    .moduletable.friends .bannergroup .banneritem img {
      width: 100%;
      object-fit: contain; }
    @media (min-width: 768px) {
      .moduletable.friends .bannergroup .banneritem img {
        width: auto; } }

.page-news .content-container {
  position: relative; }
  .page-news .moduletable.news-subscribe {
    position: relative;
    margin: 90px -20px -80px -20px; }
  @media (min-width: 576px) {
    .page-news .moduletable.news-subscribe {
      margin: 15px 0px -80px 0px; } }
  @media (min-width: 768px) {
    .page-news .moduletable.news-subscribe {
      margin-bottom: -100px; } }
  @media (min-width: 992px) {
    .page-news .moduletable.news-subscribe {
      margin-top: 0; } }
  .page-news .moduletable.news-subscribe form {
    max-width: 420px;
    height: 256px;
    margin-left: auto;
    background: url('/themes/27-zemesdziles/images/contacts-bg-contacts.png') no-repeat;
    margin-top: -45px;
    padding: 25px;
    background-size: 115%;
    background-position: top -21px left -32px; }
    @media (min-width: 425px) {
    .page-news .moduletable.news-subscribe form {
      background-size: 100%; } }
    .page-news .moduletable.news-subscribe form .acymailing_module_form {
      padding-top: 30px;
      text-align: center; }
    @media (min-width: 425px) {
      .page-news .moduletable.news-subscribe form .acymailing_module_form {
        padding-left: 50px;
        text-align: left; } }
    @media (min-width: 576px) {
      .page-news .moduletable.news-subscribe form .acymailing_module_form {
        padding-left: 70px; } }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .acymailing_introtext {
      font-size: 25px;
      font-weight: 900;
      color: rgba(255, 255, 255, 1); }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .fieldacyemail {
      position: relative;
      margin-left: 15px;
      display: inline-block; }
    @media (min-width: 425px) {
        .page-news .moduletable.news-subscribe form .acymailing_module_form .fieldacyemail {
          margin-left: 0; } }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .fieldacyemail .inputbox {
      height: 41px;
      padding-left: 5px;
      color: rgba(69, 88, 90, 1); }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .top-placeholder {
      display: none;
      position: absolute;
      margin-top: -43px;
      padding-left: 5px;
      font-size: 11px;
      color: rgba(172, 186, 190, 1);
      transition-duration: 0.5s; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy {
      display: flex;
      padding-top: 5px;
      align-items: center; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy p {
      font-size: 13px; }
      @media (min-width: 425px) {
        .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy p {
          font-size: 14px; } }
      .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy p a {
        color: rgba(69, 88, 90, 1);
        text-decoration: underline;
        font-weight: normal; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy label {
      position: relative;
      margin-right: 5px; }
      .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: -5px;
        background: url('/themes/27-zemesdziles/images/checkbox-empty.svg') no-repeat; }
      .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy label input[name=privacy-policy]:checked + span:before {
        content: '';
        position: absolute;
        height: 15px;
        width: 16px;
        left: 3px;
        top: 2px;
        background: url('/themes/27-zemesdziles/images/checkbox-checked.png') no-repeat; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .privacy-policy input[name=privacy-policy] {
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .acysubbuttons {
      position: relative;
      width: 122px;
      height: 30px;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      padding: 5px 0 5px 10px;
      text-align: left;
      box-sizing: border-box;
      background: linear-gradient(48deg, rgba(172, 186, 190, 1) 93%, rgba(174, 164, 134, 0) 93%); }
    @media (min-width: 425px) {
        .page-news .moduletable.news-subscribe form .acymailing_module_form .acysubbuttons {
          margin-left: 0;
          margin-right: 0; } }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .acysubbuttons:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px;
      top: 5px;
      right: 5px;
      background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .acysubbuttons input {
      font-size: 15px;
      font-weight: 900; }
    .page-news .moduletable.news-subscribe form .acymailing_module_form .acysubbuttons:hover {
      background: linear-gradient(48deg, rgba(203, 206, 207, 1) 93%, transparent 93%); }
  .page-news .moduletable.news-subscribe .error-message, .page-news .moduletable.news-subscribe .acymailing_module_success, .page-news .moduletable.news-subscribe .acymailing_module_error {
    right: 0;
    padding: 10px;
    color: rgba(69, 88, 90, 1);
    font-size: 25px;
    font-weight: 900; }
    .page-news .moduletable.news-subscribe .error-message p, .page-news .moduletable.news-subscribe .acymailing_module_success p, .page-news .moduletable.news-subscribe .acymailing_module_error p {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 24px; }
  .page-news .moduletable.news-subscribe .error-message, .page-news .moduletable.news-subscribe .acymailing_module_error {
    position: absolute;
    display: none;
    width: 280px;
    height: 87px;
    top: -32px;
    background: url('/themes/27-zemesdziles/images/bg-acymailing-message.svg') no-repeat;
    background-position: center top -22px;
    text-align: center;
    font-size: 18px; }
    .page-news .moduletable.news-subscribe .error-message p:first-child, .page-news .moduletable.news-subscribe .acymailing_module_error p:first-child {
      color: rgba(231, 64, 17, 1); }
  .page-news .moduletable.news-subscribe .acymailing_fulldiv div.acymailing_module_success {
    margin-bottom: 100px;
    background: url('/themes/27-zemesdziles/images/article-title-bg.svg') no-repeat left -20px center;
    background-size: cover;
    text-align: center;
    height: 100% !important; }
    @media (min-width: 576px) {
    .page-news .moduletable.news-subscribe .acymailing_fulldiv div.acymailing_module_success {
      background-position: left center; } }
  .page-news #system-message-container {
    position: absolute;
    width: 280px;
    height: 80px;
    top: -50px;
    right: 0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: rgba(69, 88, 90, 1); }
  @media (min-width: 576px) {
    .page-news #system-message-container {
      padding: 0; } }
  .page-news #system-message-container dt {
    display: none; }
  .page-news #system-message-container #system-message > .message {
    padding: 10px;
    background: url('/themes/27-zemesdziles/images/bg-acymailing-message.svg') no-repeat;
    background-position: center; }
    .page-news #system-message-container #system-message > .message ul > li {
      line-height: 22px;
      padding: 20px;
      padding-top: 10px; }
  .page-news footer {
    z-index: 5;
    position: relative; }

.moduletable.company-details {
  display: grid;
  justify-content: center; }
  @media (min-width: 576px) {
  .moduletable.company-details {
    display: block;
    z-index: 1; } }
  @media (min-width: 576px) {
    .moduletable.company-details .custom.mod-custom {
      display: grid;
      width: 100%;
      margin-left: -120px; } }
  @media (min-width: 992px) {
    .moduletable.company-details .custom.mod-custom {
      margin-bottom: -190px; } }
  .moduletable.company-details .custom.mod-custom .details {
    background: url('/themes/27-zemesdziles/images/contacts-bg-contacts.png') no-repeat;
    background-size: cover;
    background-position: top -60px left;
    margin-left: -80px;
    padding-left: 80px;
    padding-top: 25px;
    padding-bottom: 35px; }
    .moduletable.company-details .custom.mod-custom .details a {
      color: rgba(69, 88, 90, 1); }
    .moduletable.company-details .custom.mod-custom .details a:hover {
      text-decoration: underline; }
    .moduletable.company-details .custom.mod-custom .details h4 {
      padding-bottom: 5px; }
    @media (min-width: 576px) {
    .moduletable.company-details .custom.mod-custom .details {
      height: 300px;
      grid-row: 1;
      grid-column: 1;
      background-size: auto;
      background-position: top left;
      margin-top: -100px;
      margin-left: 0;
      padding-top: 100px;
      padding-left: 120px;
      padding-bottom: 0; }
      .moduletable.company-details .custom.mod-custom .details h4 {
        padding-bottom: 23px; } }
  .moduletable.company-details .custom.mod-custom .bank-accounts {
    background: url('/themes/27-zemesdziles/images/contacts-bg-bank.png') no-repeat;
    background-size: contain;
    background-position: top -70px left;
    margin-top: -20px;
    margin-left: -50px;
    padding: 50px 50px 150px;
    color: rgba(255, 255, 255, 1); }
    @media (min-width: 576px) {
    .moduletable.company-details .custom.mod-custom .bank-accounts {
      grid-row: 1;
      grid-column: 1;
      background: url('/themes/27-zemesdziles/images/contacts-bg-bank.png') no-repeat;
      margin-top: 80px;
      margin-left: 200px;
      padding: 0 0 260px;
      clip-path: polygon(93.68% -4.42%, 108.42% 20.63%, 106.32% 64.27%, 56.58% 79.3%, 29.21% 83.25%, -16.58% 59.37%, 2.63% 17%); } }
    @media (min-width: 576px) {
      .moduletable.company-details .custom.mod-custom .bank-accounts div {
        margin-top: 145px;
        margin-left: 50px; } }
    .moduletable.company-details .custom.mod-custom .bank-accounts div :nth-child(odd) {
      padding-bottom: 5px; }
    .moduletable.company-details .custom.mod-custom .bank-accounts div :nth-child(even) {
      padding-bottom: 25px; }

.moduletable.laboratory {
  background: url('/themes/27-zemesdziles/images/contacts-bg-lab.png') no-repeat;
  background-size: contain;
  margin-left: -50px;
  padding-left: 50px; }
  @media (min-width: 576px) {
  .moduletable.laboratory {
    background-size: auto;
    margin-left: 0;
    margin-bottom: -10px;
    padding-top: 30px;
    padding-left: 70px; } }
  @media (min-width: 992px) {
  .moduletable.laboratory {
    grid-column: 2;
    margin-left: -130px; } }
  .moduletable.laboratory .custom {
    padding-top: 30px;
    padding-left: 30px; }
  .moduletable.laboratory .custom .contact-laboratory {
    padding-bottom: 10px; }
    .moduletable.laboratory .custom .contact-laboratory a {
      color: rgba(69, 88, 90, 1); }
    .moduletable.laboratory .custom .contact-laboratory a:hover {
      text-decoration: underline; }
    .moduletable.laboratory .custom .contact-laboratory p:first-child {
      font-weight: 900;
      margin-bottom: 5px; }
    .moduletable.laboratory .custom .contact-laboratory p:nth-child(2) > span, .moduletable.laboratory .custom .contact-laboratory p:last-child > a {
      color: rgba(174, 164, 134, 1); }
    .moduletable.laboratory .custom .contact-laboratory p:last-child > a {
      text-decoration: underline; }
  .moduletable.laboratory div:last-child a {
    color: rgba(174, 164, 134, 1); }
    .moduletable.laboratory div:last-child a:hover {
      text-decoration: underline; }
  .moduletable.laboratory div:last-child p:first-child {
    font-weight: 900;
    margin-bottom: 5px; }

.moduletable.contracts-attachments, .binding-info {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px; }
  @media (min-width: 425px) {
  .moduletable.contracts-attachments, .binding-info {
    max-width: 315px; } }
  @media (min-width: 768px) {
  .moduletable.contracts-attachments, .binding-info {
    padding: 30px 20px 40px 20px; } }
  .moduletable.contracts-attachments:before, .binding-info:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    top: 0;
    left: 0; }
  .moduletable.contracts-attachments h3, .binding-info h3 {
    padding-left: 30px;
    font-size: 25px;
    color: rgba(255, 255, 255, 1); }
  .moduletable.contracts-attachments ul, .binding-info ul {
    padding-left: 30px;
    padding-top: 20px;
    list-style: none; }
  .moduletable.contracts-attachments ul li, .binding-info ul li {
    display: block;
    position: relative;
    padding-bottom: 10px; }
    .moduletable.contracts-attachments ul li a, .binding-info ul li a {
      display: inline-block;
      padding-left: 25px;
      color: rgba(69, 88, 90, 1);
      text-decoration: underline; }
    .moduletable.contracts-attachments ul li:before, .binding-info ul li:before {
      content: '';
      position: absolute;
      border-width: 9px 0 9px 16px;
      border-style: solid;
      border-color: transparent transparent transparent rgba(174, 164, 134, 1); }

.moduletable.contracts-attachments {
  background: linear-gradient(8deg, rgba(249, 247, 247, 0) 2%, rgba(172, 186, 190, 1) 2%);
  margin-bottom: 50px; }
  .moduletable.contracts-attachments:before {
    display: none; }
  .moduletable.contracts-attachments:after {
    content: '';
    position: absolute;
    bottom: -35px;
    right: 0;
    border-style: solid;
    border-width: 37px 115px 0 115px;
    border-color: rgba(172, 186, 190, 1) transparent transparent transparent; }
  @media (min-width: 768px) {
  .moduletable.contracts-attachments {
    background: linear-gradient(42deg, rgba(249, 247, 247, 0) 7%, rgba(172, 186, 190, 1) 7%); }
    .moduletable.contracts-attachments:after {
      display: none; }

    .moduletable.contracts-attachments:before {
      display: block;
      background: linear-gradient(48deg, rgba(172, 186, 190, 1) 44%, rgba(217, 222, 225, 1) 44%); } }

.moduletable.binding-info {
  background: linear-gradient(-3deg, rgba(249, 247, 247, 0) 7%, rgba(203, 197, 180, 1) 7%); }
  .moduletable.binding-info:before {
    background: linear-gradient(48deg, rgba(203, 197, 180, 1) 44%, rgba(217, 222, 225, 1) 44%); }
  @media (min-width: 768px) {
  .moduletable.binding-info {
    max-width: 410px;
    background: linear-gradient(42deg, rgba(249, 247, 247, 0) 7%, rgba(203, 197, 180, 1) 7%); } }

.page-news .content-container {
  position: relative; }
  .page-news .moduletable.acym-subscribe {
    position: relative;
    margin: 90px -20px -80px -20px; }
  @media (min-width: 576px) {
    .page-news .moduletable.acym-subscribe {
      margin: 15px 0px -80px 0px; } }
  @media (min-width: 768px) {
    .page-news .moduletable.acym-subscribe {
      margin-bottom: -100px; } }
  @media (min-width: 992px) {
    .page-news .moduletable.acym-subscribe {
      margin-top: 0; } }
  .page-news .moduletable.acym-subscribe form {
    max-width: 420px;
    height: 256px;
    margin-left: auto;
    background: url('/themes/27-zemesdziles/images/contacts-bg-contacts.png') no-repeat;
    margin-top: -45px;
    padding: 25px;
    background-size: 115%;
    background-position: top -21px left -32px; }
    @media (min-width: 425px) {
    .page-news .moduletable.acym-subscribe form {
      background-size: 100%; } }
    .page-news .moduletable.acym-subscribe form .acym_module_form {
      padding-top: 30px;
      text-align: center; }
    @media (min-width: 425px) {
      .page-news .moduletable.acym-subscribe form .acym_module_form {
        padding-left: 50px;
        text-align: left; } }
    @media (min-width: 576px) {
      .page-news .moduletable.acym-subscribe form .acym_module_form {
        padding-left: 70px; } }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acym_introtext {
      font-size: 25px;
      font-weight: 900;
      color: rgba(255, 255, 255, 1); }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acyfield_text {
      position: relative;
      margin-left: 15px;
      display: inline-block; }
    @media (min-width: 425px) {
        .page-news .moduletable.acym-subscribe form .acym_module_form .acyfield_text {
          margin-left: 0; } }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acyfield_text .acym__user__edit__email {
      width: 267px;
      max-width: 100%;
      height: 41px;
      padding-left: 5px;
      color: rgba(69, 88, 90, 1); }
    .page-news .moduletable.acym-subscribe form .acym_module_form .top-placeholder {
      display: none;
      position: absolute;
      margin-top: -43px;
      padding-left: 5px;
      font-size: 11px;
      color: rgba(172, 186, 190, 1);
      transition-duration: 0.5s; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy {
      display: flex;
      padding-bottom: 10px;
      align-items: center; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy p {
      font-size: 13px; }
      @media (min-width: 425px) {
        .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy p {
          font-size: 14px; } }
      .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy p a {
        color: rgba(69, 88, 90, 1);
        text-decoration: underline;
        font-weight: normal; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy label {
      position: relative;
      margin-right: 5px; }
      .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: -5px;
        background: url('/themes/27-zemesdziles/images/checkbox-empty.svg') no-repeat; }
      .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy label input[name=privacy-policy]:checked + span:before {
        content: '';
        position: absolute;
        height: 15px;
        width: 16px;
        left: 3px;
        top: 2px;
        background: url('/themes/27-zemesdziles/images/checkbox-checked.png') no-repeat; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .privacy-policy input[name=privacy-policy] {
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acysubbuttons {
      position: relative;
      width: 122px;
      height: 30px;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
      padding: 5px 0 5px 10px;
      text-align: left;
      box-sizing: border-box;
      background: linear-gradient(48deg, rgba(172, 186, 190, 1) 93%, rgba(174, 164, 134, 0) 93%); }
    @media (min-width: 425px) {
        .page-news .moduletable.acym-subscribe form .acym_module_form .acysubbuttons {
          margin-left: 0;
          margin-right: 0; } }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acysubbuttons:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px;
      top: 5px;
      right: 5px;
      background: url('/themes/27-zemesdziles/images/arrow-white-right.png') no-repeat; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acysubbuttons input {
      font-size: 15px;
      font-weight: 900; }
    .page-news .moduletable.acym-subscribe form .acym_module_form .acysubbuttons:hover {
      background: linear-gradient(48deg, rgba(203, 206, 207, 1) 93%, transparent 93%); }
  .page-news .moduletable.acym-subscribe .error-message, .page-news .moduletable.acym-subscribe .acym_module_success, .page-news .moduletable.acym-subscribe .acym_module_error {
    right: 0;
    padding: 10px;
    color: rgba(69, 88, 90, 1);
    font-size: 25px;
    font-weight: 900; }
    .page-news .moduletable.acym-subscribe .error-message p, .page-news .moduletable.acym-subscribe .acym_module_success p, .page-news .moduletable.acym-subscribe .acym_module_error p {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 24px; }
  .page-news .moduletable.acym-subscribe .error-message, .page-news .moduletable.acym-subscribe .acym_module_error {
    position: absolute;
    display: none;
    width: 280px;
    height: 87px;
    top: -32px;
    background: url('/themes/27-zemesdziles/images/bg-acymailing-message.svg') no-repeat;
    background-position: center top -22px;
    text-align: center;
    font-size: 18px; }
    .page-news .moduletable.acym-subscribe .error-message p:first-child, .page-news .moduletable.acym-subscribe .acym_module_error p:first-child {
      color: rgba(231, 64, 17, 1); }
  .page-news .moduletable.acym-subscribe .acym_fulldiv .acym_module_success {
    margin-bottom: 100px;
    background: url('/themes/27-zemesdziles/images/article-title-bg.svg') no-repeat left -20px center;
    background-size: cover;
    text-align: center;
    height: 100% !important; }
    @media (min-width: 576px) {
    .page-news .moduletable.acym-subscribe .acym_fulldiv .acym_module_success {
      background-position: left center; } }
  .page-news #system-message-container {
    position: absolute;
    width: 280px;
    height: 80px;
    top: -50px;
    right: 0;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: rgba(69, 88, 90, 1); }
  @media (min-width: 576px) {
    .page-news #system-message-container {
      padding: 0; } }
  .page-news #system-message-container dt {
    display: none; }
  .page-news #system-message-container #system-message > .message {
    padding: 10px;
    background: url('/themes/27-zemesdziles/images/bg-acymailing-message.svg') no-repeat;
    background-position: center; }
    .page-news #system-message-container #system-message > .message ul > li {
      line-height: 22px;
      padding: 20px;
      padding-top: 10px; }
  .page-news footer {
    z-index: 5;
    position: relative; }
