@charset "UTF-8";
/*
Theme Name: ZIELONI
Author: MobilitySoft
Author URI: http://mobilitysoft.pl
Version: 1.0
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

:root {
  --color-blue: #1c77c3;
  --color-black: #1d1d1d;
  --color-grey: #b2b2b2;
  --color-grey-2: #f0f0f0;
  --color-red: #fe5e40;
  --space--xxxl: 8rem;
  --space--xxl: 6rem;
  --space--xl: 4rem;
  --space--l: 2rem;
  --space--m: 2rem;
  --space--s: 2rem;
  --space--xs: 1rem;
  --font-size--xxl: 2.4rem;
  --font-size--xl: 2rem;
  --font-size--l: 1.8rem;
  --font-size--m: 1.8rem;
  --font-size--s: 1.6rem;
  --font-size--xs: 1.4rem;
}

@media (min-width: 600px) {
  :root {
    --font-size--xxl: 3rem;
    --font-size--xl: 2.4rem;
    --font-size--l: 2.2rem;
    --font-size--m: 1.8rem;
    --font-size--s: 1.6rem;
    --font-size--xs: 1.4rem;
  }
}

@media (min-width: 992px) {
  :root {
    --space--xxxl: 15rem;
    --space--xxl: 10rem;
    --space--xl: 5rem;
    --space--l: 3.2rem;
    --space--m: 3rem;
    --space--s: 2rem;
    --space--xs: 1rem;
    --font-size--xxl: 3.6rem;
    --font-size--xl: 3rem;
    --font-size--l: 2.6rem;
    --font-size--m: 2rem;
    --font-size--s: 1.8rem;
    --font-size--xs: 1.4rem;
  }
}

html {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #2c2c2c;
  position: relative;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

* {
  box-sizing: border-box;
  outline: transparent;
}

.hidden {
  display: none;
}

main {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

/* .container > h1 {
  font-size: var(--font-size--xl);
  margin-bottom: 2rem;
}

.container > h2 {
  font-size: var(--font-size--l);
  margin-bottom: 2rem;
}

.container > h3 {
  font-size: var(--font-size--m);
  margin-bottom: 2rem;
} */

.container > table {
  font-size: 1.4rem !important;
  line-height: 1.4em;
  margin-bottom: 1.2rem;
  min-width: 600px;
  margin-bottom: 2rem;
}
@media (min-width: 500px) {
  .container > table {
    font-size: 1.6rem !important;
  }
}

.container > p,
.container > ul,
.container > ol {
  line-height: 1.4em;
  margin-bottom: 1.2rem;
  font-size: 1.6rem !important;
}
.container > p a,
.container > ul a,
.container > ol a {
  color: var(--color-black);
}
@media (min-width: 992px) {
  .container > p a,
  .container > ul a,
  .container > ol a {
    transition: 0.3s all;
  }
  .container > p a:hover,
  .container > ul a:hover,
  .container > ol a:hover {
    color: var(--color-red);
  }
}

#moove_gdpr_cookie_modal *,
.gdpr_lightbox *,
#moove_gdpr_cookie_info_bar * {
  font-family: "Maven Pro", sans-serif !important;
}

body {
  background: #fff;
  width: 100%;
}

.cf7 input[type="text"],
.cf7 input[type="phone"],
.cf7 input[type="tel"],
.cf7 input[type="password"],
.cf7 input[type="email"] {
  display: block;
  padding: 15px 20px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
.cf7 input[type="text"]:focus,
.cf7 input[type="phone"]:focus,
.cf7 input[type="tel"]:focus,
.cf7 input[type="password"]:focus,
.cf7 input[type="email"]:focus {
  border: 1px solid #da5b79;
}
.cf7 input[type="text"]:not(:placeholder-shown),
.cf7 input[type="phone"]:not(:placeholder-shown),
.cf7 input[type="tel"]:not(:placeholder-shown),
.cf7 input[type="password"]:not(:placeholder-shown),
.cf7 input[type="email"]:not(:placeholder-shown) {
  border: 1px solid #da5b79;
}

input {
  border-radius: 0;
  border: 1px solid #dcdcdc;
  transition: 0.3s all;
}
input::placeholder {
  color: #dcdcdc;
  font-weight: 400;
}
input[type="text"],
input[type="phone"],
input[type="tel"],
input[type="password"],
input[type="email"] {
  display: block;
  padding: 1.1rem 1.6rem;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color-black);
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  clear: both;
  margin: 2rem 0;
  font-size: 1.4rem;
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: -1.4rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.show-password-input {
  right: 10px !important;
  top: 20px !important;
}

textarea {
  border-radius: 0;
  border: 1px solid #dcdcdc;
  display: block;
  padding: 1.125rem;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  min-height: 200px;
  width: 100%;
}

.checkbox {
  position: relative;
  padding-left: 30px;
  display: block;
}
.checkbox .wpcf7-acceptance input[type="checkbox"] {
  opacity: 1;
}
.checkbox .wpcf7-acceptance input[type="checkbox"]:after {
  content: "";
  transform: translate(-50%, -50%);
  font-size: 1rem;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 6px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  line-height: 1.1;
  padding-left: 2px;
  cursor: pointer;
}
.checkbox .wpcf7-acceptance input[type="checkbox"]:checked:after {
  content: "✓";
}
.checkbox input ~ span:after {
  cursor: pointer;
  content: "";
  transform: translate(-50%, -50%);
  font-size: 1.7rem;
  font-weight: 800;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 11px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  line-height: 1.1;
  padding-left: 2px;
}
.checkbox input {
  position: absolute;
  top: 5px;
  left: 5px;
}
.checkbox input:checked ~ span:after {
  content: "✓";
}

form .rodo {
  margin-bottom: 1rem;
}

.wpcf7-list-item {
  margin-bottom: 1rem;
  margin-left: 0;
}

.header {
  background: #fff;
  position: fixed;
  top: -1px;
  z-index: 500;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  padding: 20px 0;
}
.header .container {
  transition: 0.3s all;
  height: 100%;
  max-height: 70px;
}
.header.scrolled .container {
  max-height: 30px;
}
.header .xoo-wsc-sc-subt {
  display: none;
}
.header .xoo-wsc-sc-cont {
  position: relative;
}
.header .xoo-wsc-sc-count {
  position: absolute;
  top: -2px;
  right: -5px;
}
.header .xoo-wsc-items-count,
.header .xoo-wsc-sc-count {
  background: #fff;
  color: var(--color-blue);
}
.header__container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
}
.header__nav {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  min-width: 300px;
  padding: 15rem 0 0rem;
  transform: translateX(320px);
  transition: 0.3s all;
}
@media (min-width: 992px) {
  .header__nav {
    position: relative;
    /* transition: 0 all; */
    /* position: absolute; */
    padding: initial;
    /* left: 50%; */
    /* top: 50%; */
    min-width: initial;
    background: transparent;
    right: initial;
    bottom: initial;
    transform: translate(0, 0);
  }
}
.header__nav.open {
  transform: translateX(0px);
}
@media (min-width: 992px) {
  .header__nav.open {
    transform: translate(-50%, -50%);
  }
}
.header__nav ul {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  margin: 0;
  flex-direction: column;
  padding: 0 3rem 3rem;
}
@media (min-width: 992px) {
  .header__nav ul {
    padding: 0;
    flex-direction: row;
    gap: 4rem;
  }
}
.header__nav a {
  font-size: 1.6rem;
  color: var(--color-black);
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .header__nav a {
    transition: 0.3s all;
  }
  .header__nav a:hover {
    color: var(--color-blue);
  }
}

.burger {
  display: none;
  position: relative;
  width: 20px;
  height: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  /* margin-left: auto; */
  cursor: pointer;
  z-index: 99;
  margin-right: 20px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger span {
  height: 2px;
  width: 100%;
  background: #ed1c24;
  border-radius: 3px;
  transition: 0.3s all;
}
.burger.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(4px, 6px);
}
.burger.active span:nth-of-type(2) {
  transform: translate(20px);
  opacity: 0;
}
.burger.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3px, -6px);
}
.container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1060px;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
  }
}
.header__container .header__logo {
  margin-right: auto;
}

.header__container .mail-box a .text .tk {
  color: #ed1c24;
  font-weight: 500;
  transition: all 0.2s linear;
}
.header__container .social-box {
  line-height: 0;
  margin: 15px;
}
@media (max-width: 767px) {
  .header__container .social-box {
    margin: 0;
  }
}
.header__container .social-box .sc-md {
  margin: 0 15px;
  transition: all 0.5s linear;
  position: relative;
  padding: 2px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header__container .social-box .sc-md {
    padding: 5px;
    margin: 0;
  }
}
.header__container .social-box .sc-md:hover::before {
  opacity: 1;
  transform: rotate(405deg);
}
.header__container .social-box .sc-md::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #ed1c24;
  border-right: 3px solid #ed1c24;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  transform: rotate(45deg);
  box-shadow: 0 0 15px 0px #c4c4c4, 0 0 15px 0px #c4c4c4 inset;
  transition: all 0.5s linear;
}

ul,
ol {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0;
  margin-bottom: 1.2rem;
}
p {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1.2rem;
}
h1 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 2.4rem 0;
}
h2 {
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 1.4em;
}
h3 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0 0 2.4rem;
}
h4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 15px;
}

@media (max-width: 781px) {
  h3 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 2.4rem;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 3.2rem;
    font-weight: 100;
    line-height: 1.4em;
  }
  p,
  ul,
  ol {
    font-size: 1.4rem;
  }
}
strong {
  font-weight: 600;
}
.home__columns {
  margin: 6rem 0;
}
.home__columns h2 {
  padding-bottom: 3rem;
}
.home__imgText {
  margin: 6rem 0 0;
}

.home__imgText .wp-block-columns {
  margin-bottom: 0;
}
.home__imgText .wp-block-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home__imgText p {
  margin-bottom: 2rem;
}
.home__shops .container {
  padding: 3rem 0;
}
.home__shops .wp-block-columns {
  margin-bottom: 0;
}
.home__shops h2 {
  font-size: 4rem;
}
@media (max-width: 781px) {
  .home__shops h2 {
    font-size: 3rem;
  }
}
.home__footerImages.wp-block-columns {
  gap: 0;
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .home__shops .wp-block-columns.is-layout-flex {
    text-align: center;
  }
  .home__imgText .wp-block-columns.is-layout-flex {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.footer {
  background-color: #2d2d2d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 4rem 0 0 ;
  border: none;
  padding: 4rem 0;
  font-size: 13px;
  font-weight: 400;
  color: #8c8c8c;
}
.page-template-template-home .footer{
  margin: 0;
}
.footer h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #dedfe0;
}
.footer p {
  font-size: 1.3rem;
}
.footer__row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer__row:last-of-type {
  margin-bottom: 0;
}
.footer .social-box {
  display: flex;
  gap: 1rem;
}
.footer .social-box a {
  display: flex;
}
.footer .social-box img {
  max-width: 35px;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2em;
}
.footer__nav a {
  color: #8c8c8c !important;
  text-decoration: none;
}
.footer__nav a:hover {
  text-decoration: underline;
}
@media (max-width: 781px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}
