@charset "UTF-8";
/*
Theme Name: kreta3
Theme URI: adres domeny
Author: Andrzej Kordas
Author URI: adres strony
Description:xxxx
Version: 1.0
 */
/*$colorBlue:#447fbe;*/
@font-face {
  font-family: 'RobotoSerif_120pt-Medium';
  src: local("RobotoSerif_120pt-Medium"), url(fonty/RobotoSerif_120pt-Medium.ttf) format("truetype"), url(fonty/RobotoSerif_120pt-Medium.woff) format("woff"), url(fonty/RobotoSerif_120pt-Medium.woff2) format("woff2"); }
@font-face {
  font-family: 'Bold';
  font-style: bold;
  font-weight: 900;
  src: local("Poppins-Bold"), url("fonty/Poppins-Bold.woff") format("woff"), url("fonts/Poppins-Bold.ttf") format("ttf"); }
html {
  width: 100%;
  margin: auto; }
  @media (max-width: 560px) {
    html {
      width: 98%; } }

body {
  margin: 0;
  line-height: 1.4rem;
  font-family: 'RobotoSerif_120pt-Medium', Georgia, 'Times New Roman', Times, serif;
  font-size: 1rem;
  font-weight: 100;
  color: #444; }
  @media (max-width: 560px) {
    body {
      font-size: 18px; } }
  @media (max-width: 420px) {
    body {
      font-size: 16px; } }

a {
  text-decoration: none;
  font-family: 'RobotoSerif_120pt-Medium', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1rem;
  font-weight: 100;
  color: #444; }

strong {
  font-family: 'Semibold';
  font-size: 1.3rem; }

.centrum {
  text-align: center; }

.text-center {
  text-align: center; }

._fontUp {
  font-size: 1.3em; }

.marg {
  box-sizing: border-box !important;
  margin: 0 0.8em; }

.marg2 {
  box-sizing: border-box !important;
  margin: 0 1rem; }

/*
===================================================

MOTYW

====================================================
*/
.BigNagl {
  font-family: 'RobotoSerif_120pt-Medium', Georgia, 'Times New Roman', Times, serif;
  font-size: 2rem;
  font-weight: 100;
  color: #777e86;
  line-height: 2rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.SubBigNagl {
  font-family: 'RobotoSerif_120pt-Medium', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2rem;
  font-weight: 100;
  color: #777e86; }

.colorSubNagl {
  color: #777e86; }

header {
  font-family: 'RobotoSerif_120pt-Medium', Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #777e86;
  margin-bottom: 2rem; }
  @media (max-width: 560px) {
    header {
      margin-bottom: 3rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #ccc; } }

.nagl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0; }

.nagl2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  border-bottom: 3px solid #000;
  text-align: center; }

.autor {
  font-size: 0.9em;
  margin-top: 0;
  padding-top: 0;
  display: block;
  line-height: 1rem; }

.bgBlue {
  background-color: #3890c7; }

.bgBlue2 {
  background-color: #f3f5f8; }

.colorRed {
  color: #e83674; }

.bgRed {
  background-color: #e83674; }

.bgEmpty {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444; }

section {
  background-color: #f8f7f3;
  padding: 1rem 0; }

.wielkosc {
  width: 100%; }

@media only screen and (max-width: 480px) {
  .wpsisac-image-slide img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top center; }

  .wpsisac-image-slide, .wpsisac-slide-wrap {
    height: 100px; } }
h2, h3 {
  color: #ec682b; }

.kontener {
  position: relative;
  width: 1200px;
  margin: auto;
  display: table; }
  @media (max-width: 1368px) {
    .kontener {
      width: 80%;
      margin: auto;
      display: block; } }
  @media (max-width: 766px) {
    .kontener {
      width: 90%;
      margin: auto;
      display: block; } }

.kontener2 {
  position: relative;
  width: 98%;
  margin: auto;
  display: table; }
  @media (max-width: 1368px) {
    .kontener2 {
      width: 80%; } }

.fullImg {
  display: block;
  width: 100%;
  height: auto; }

input[type="submit"],
.but {
  display: block;
  margin-top: 2em; }

/*---- space ----*/
._border {
  border-bottom: 1px solid #ccc; }

._spaceT {
  padding-top: 3px; }

._spaceB {
  padding-bottom: 3px; }

._spaceT30 {
  padding-top: 30px; }

._spaceB30 {
  padding-bottom: 30px; }

._spaceTB1 {
  padding-top: 30px;
  padding-bottom: 30px; }

._spaceTB2 {
  padding-top: 45px;
  padding-bottom: 45px; }

._spaceTB {
  padding-top: 30px;
  padding-bottom: 90px; }

._spaceTop {
  padding-top: 160px;
  padding-bottom: 60px; }

/************       FLEX BOX     ***************/
/*----- wiersze -------*/
.flex-row {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  .flex-row:nth-child(2n+1) {
    flex-direction: row-reverse; }
  .flex-row div {
    box-sizing: border-box; }

.flex-row-normal {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  .flex-row-normal div {
    box-sizing: border-box; }

.flex-row-normal2 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  .flex-row-normal2 div {
    box-sizing: border-box; }

/*---- boxy ----*/
.box85 {
  flex: 85%;
  max-width: 85%; }

.box75 {
  flex: 75%;
  max-width: 75%; }

.box66 {
  flex: 66%;
  max-width: 66%; }

.box55 {
  flex: 55%;
  max-width: 55%; }

.box50 {
  flex: 50%;
  max-width: 50%; }

.box48 {
  flex: 48%;
  max-width: 48%; }

.box40 {
  flex: 40%;
  max-width: 40%;
  box-sizing: border-box !important; }

.box29 {
  flex: 29%;
  max-width: 29%; }

.box35 {
  flex: 35%;
  max-width: 35%; }

.box31 {
  flex: 31%;
  max-width: 31%;
  margin: 12px !important;
  padding: 0 12px;
  box-sizing: border-box !important; }

.box30 {
  flex: 30%;
  max-width: 30%; }

.box25 {
  flex: 25%;
  max-width: 25%; }

.box20 {
  flex: 20%;
  max-width: 20%;
  margin: 12px !important;
  padding: 0 12px;
  box-sizing: border-box !important; }

.box15 {
  flex: 15%;
  max-width: 15%; }

.box10 {
  flex: 10%;
  max-width: 10%; }

/*================================
	        JUSTOWANIA
==================================*/
.flex-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; }

.flexBox {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .flexBox a {
    margin: 0 !important;
    width: auto; }
  @media (max-width: 560px) {
    .flexBox {
      justify-content: center; } }

.flexBox-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 560px) {
    .flexBox-space-between a {
      display: flex;
      justify-content: center;
      flex-direction: column; } }
  @media (max-width: 560px) {
    .flexBox-space-between {
      display: block; } }

._flexTekst {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 774px; }
  @media (max-width: 560px) {
    ._flexTekst {
      height: auto; } }

._flex {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 560px) {
    ._flex {
      flex-direction: column; } }

._vertykalAlign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  ._vertykalAlign button {
    width: 300px; }

.tytFlex {
  display: flex;
  align-items: center; }
  @media (max-width: 560px) {
    .tytFlex {
      flex-direction: column;
      justify-content: center; } }

.conBut {
  display: flex;
  justify-content: flex-end; }

/*==== 	MOBILE ====*/
@media (max-width: 1200px) {
  .box75, .box66, .box20, .box29, .box25, .box35, .box31, .box30, .box40, .box55, .box50, .box48, .box15, .box10 {
    flex: 100%;
    max-width: 100%; }

  .flex-row {
    flex-wrap: wrap-reverse; }

  .flex-row-normal {
    flex-wrap: wrap; }

  .row {
    flex-wrap: wrap-reverse; }
    .row div {
      flex: 100%;
      max-width: 100%; } }
@media (max-width: 860px) {
  ._spaceTB {
    padding-top: 30px;
    padding-bottom: 30px; }

  ._spaceTB2 {
    padding-top: 16px;
    padding-bottom: 30px; }

  .imgMain {
    display: none; }

  .box66 h3 {
    margin-top: 2em !important; } }
/*
===================================================

MOTYW 

====================================================
*/
button {
  text-transform: uppercase;
  font-weight: normal; }

.kontenerBut {
  display: flex; }
  .kontenerBut ._but2 {
    margin-left: 1em; }

button {
  color: #ec682b;
  font-size: 18px;
  padding: 6px 16px;
  border: solid 3px #ec682b;
  border-radius: 6px; }

._but1 {
  background: #3890c7;
  color: #fff; }

._but2 {
  background: #ec682b;
  color: #fff; }

.grid64 {
  display: grid;
  grid-template-columns: 60% 40%; }
  @media (max-width: 960px) {
    .grid64 {
      grid-template-columns: 100%; } }

.grid46 {
  display: grid;
  grid-template-columns: 40% 60%; }
  @media (max-width: 960px) {
    .grid46 {
      grid-template-columns: 100%; } }
  .grid46 div {
    padding: 1rem; }

.grid37 {
  display: grid;
  grid-template-columns: 30% 70%; }
  @media (max-width: 960px) {
    .grid37 {
      grid-template-columns: 100%; } }
  .grid37 div {
    display: flex;
    align-items: center; }

.grid28 {
  display: grid;
  grid-template-columns: 20% 80%; }
  @media (max-width: 960px) {
    .grid28 {
      grid-template-columns: 100%; } }
  .grid28 div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc; }
    .grid28 div:nth-last-child {
      border-bottom: 1px solid #900; }

.grid55 {
  display: grid;
  grid-template-columns: 50% 50%; }
  @media (max-width: 960px) {
    .grid55 {
      grid-template-columns: 100%;
      width: 96%;
      margin: auto; } }

/*---------------------------*/
/*
.grid40 {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;

	@media(max-width: 960px) {
		grid-template-columns: 50% 50%;
	}
	@media(max-width:520px) {
		grid-template-columns: 100%;
	}
	.minatura{
		width: 100%;
		height: 300px;
		background-size:cover;
		background-position: center center;
		box-sizing:border-box;
		border:2px solid $bg;
		opacity: 1;
		&:hover{
			opacity: 0.8;
		}
	}
}
*/
.grid40 {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid40 {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid40 {
      grid-template-columns: 100%; } }
  .grid40 .minatura {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    border: 2px solid #f5f6f8;
    opacity: 1; }
    .grid40 .minatura:hover {
      opacity: 0.8; }
  .grid40 a {
    margin: 16px; }

/*---------------------------*/
.grid30 {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid30 {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid30 {
      grid-template-columns: 100%; } }
  .grid30 div {
    position: relative; }
    .grid30 div img {
      display: block;
      width: 100%;
      box-sizing: border-box; }

.grid30border {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  gap: 2em; }
  @media (max-width: 960px) {
    .grid30border {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid30border {
      grid-template-columns: 100%; } }
  .grid30border div {
    position: relative;
    background: white; }
    .grid30border div img {
      display: block;
      width: 100%;
      box-sizing: border-box; }
  .grid30border h3 {
    text-align: center; }
    .grid30border h3 a {
      text-decoration: none;
      color: #fff;
      font-size: 1.5em; }
  .grid30border p {
    margin: 1.5em;
    font-size: 16px;
    line-height: normal; }
  .grid30border .more {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5em; }
    .grid30border .more a {
      text-decoration: none;
      color: #fff;
      font-size: 1em;
      display: block;
      padding: 0.3em 2em;
      background: #f5f6f8; }

/*---------------------------*/
.grid4s {
  display: grid;
  width: 100%;
  grid-template-columns: 25% 25% 25% 25%; }
  @media (max-width: 960px) {
    .grid4s {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid4s {
      grid-template-columns: 100%; } }

.grid73 {
  display: grid;
  grid-template-columns: 65% 5% 30%; }
  @media (max-width: 960px) {
    .grid73 {
      grid-template-columns: 100%; } }

/*---------------------------*/
.grid3 {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid3 {
      grid-template-columns: 100%; } }
  .grid3 img {
    width: 33.333%;
    height: auto; }

.grid3b {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  font-size: 1.0rem; }
  @media (max-width: 960px) {
    .grid3b {
      grid-template-columns: 100%; } }

.grid4niesymetryczny {
  display: grid;
  grid-template-columns: 10% 30% 30% 30%;
  font-size: 16px; }
  .grid4niesymetryczny .submenu-item-inner {
    display: block; }
  @media (max-width: 768px) {
    .grid4niesymetryczny {
      grid-template-columns: 12% 87%; } }
  @media (max-width: 520px) {
    .grid4niesymetryczny {
      grid-template-columns: 20% 80%; } }

/*-----------------------------------------*/
.grid82 {
  display: grid;
  grid-template-columns: 78% 2% 20%; }
  @media (max-width: 960px) {
    .grid82 {
      grid-template-columns: 100%; } }

/*------------------------------------------*/
.grid4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%; }
  @media (max-width: 768px) {
    .grid4 {
      grid-template-columns: 50% 50%; } }
  @media (max-width: 520px) {
    .grid4 {
      grid-template-columns: 100%; } }

.grid3blog {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%; }
  @media (max-width: 960px) {
    .grid3blog {
      grid-template-columns: 100%; } }

/*-----------------------------------------*/
.gridPost {
  display: grid;
  grid-template-columns: 68% 2% 30%; }
  @media (max-width: 960px) {
    .gridPost {
      grid-template-columns: 100%; } }

.gridMenu {
  display: grid;
  grid-template-columns: 20% 40% 20% 20%; }
  @media (max-width: 960px) {
    .gridMenu {
      grid-template-columns: 100%; } }

.glide {
  position: relative;
  box-sizing: border-box; }

.glide * {
  box-sizing: inherit; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform; }

.glide__slides--dragging {
  user-select: none; }

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none; }

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none; }

.glide--rtl {
  direction: rtl; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  /*
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  */ }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 40%;
  z-index: 2;
  text-transform: uppercase;
  border: none !important;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  @media (max-width: 960px) {
    .glide__arrow {
      top: 10%; } }

.glide__arrow:focus {
  outline: none; }

.glide__arrow:hover {
  border-color: white; }

.glide__arrow--left {
  left: -100px; }
  @media (max-width: 970px) {
    .glide__arrow--left {
      left: -40px;
      z-index: 100; } }

.glide__arrow--right {
  right: -100px; }
  @media (max-width: 970px) {
    .glide__arrow--right {
      right: -40px;
      z-index: 100; } }

.glide__arrow--disabled {
  opacity: 0; }

/*----------------------------------*/
.loga {
  /* width:80%;
   margin:auto;
   margin-bottom:2rem;*/
  position: relative;
  width: 1200px;
  margin: auto; }
  @media (max-width: 1120px) {
    .loga {
      width: 80%;
      margin: auto;
      display: block; } }
  @media (max-width: 766px) {
    .loga {
      width: 94%;
      margin: auto;
      display: block; } }

@media (max-width: 560px) {
  .glide {
    width: 98%;
    margin: auto; } }
  /*
===================================================

MOTYW CO

====================================================
*/
.miniUslugi {
  position: relative;
  width: 1260px;
  margin: auto; }
  @media (max-width: 1370px) {
    .miniUslugi {
      width: 80%;
      margin: auto;
      display: block; } }
  @media (max-width: 766px) {
    .miniUslugi {
      width: 94%;
      margin: auto;
      display: block; } }

/*--- card ---*/
.cardU {
  background-color: #f5f6f8;
  display: block;
  box-sizing: border-box;
  min-height: 150px;
  box-sizing: border-box;
  box-shadow: 0 0 18px #a5b1c2;
  border-radius: 18px;
  padding: 1em;
  font-size: 14px;
  margin: 0.8em; }
  @media (max-width: 960px) {
    .cardU {
      box-shadow: none; } }
  @media (max-width: 360px) {
    .cardU {
      margin: 0.5em; } }

.fullImgKaruzela {
  display: block;
  width: 140px;
  height: auto;
  margin: auto; }

/*** Big Top ***/
.top0 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 128px; }

.ikony_kontakt {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .ikony_kontakt img {
    width: 30px;
    height: auto;
    margin: 0 1em; }
  .ikony_kontakt a {
    display: flex; }

.top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #b3cff6;
  background-position: center;
  border-bottom: solid 3px #fff;
  /*mobile*/ }
  .top ul {
    display: flex;
    justify-content: center;
    padding: 0; }
  .top li {
    list-style: none;
    position: relative;
    border-top: 3px solid #fff;
    background: #3890c7; }
    .top li a {
      font-size: 1.1em;
      text-decoration: none;
      display: block;
      padding: 12px 14px;
      color: #fff; }
      .top li a:hover {
        background: #1b3663;
        color: #fff; }
  @media (max-width: 1200px) {
    .top {
      min-height: 100px;
      justify-content: center; } }
  @media (max-width: 560px) {
    .top {
      display: block; }
      .top div {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .top div a {
          color: #004 !important;
          font-size: 14px;
          font-weight: bold; }
        .top div .fa-envelope-open-o,
        .top div .fa-mobile {
          display: none; }
        .top div .fa-facebook-square {
          margin-bottom: 14px; }
      .top h1 {
        display: flex;
        justify-content: center;
        margin: 0; }
        .top h1 img {
          width: 120px; } }

.flex-top {
  display: flex;
  justify-content: space-between;
  padding: 2em; }
  @media (max-width: 560px) {
    .flex-top {
      padding: 0.5em;
      padding-top: 0.5em; } }

.ham {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1000 !important;
  width: 50px;
  height: 50px;
  background-image: url(images/icon/ham1.svg); }
  @media (max-width: 960px) {
    .ham {
      display: block; } }

.logo {
  width: 100%; }
  @media (max-width: 860px) {
    .logo {
      width: 220px;
      display: flex;
      justify-content: center; }
      .logo img {
        width: 160px;
        margin: auto; } }

.marginTop {
  margin-top: 120px; }

 /*********************************************** 
 
               sub nawigacja 

***********************************************/
.sub-menu {
  display: none;
  z-index: 10;
  top: 10px;
  left: 0;
  box-shadow: 1px 4px 4px #444;
  transition: all 0.5s;
  line-height: 1em;
  background: #3890c7; }

.sub-menu li {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  width: 220px;
  /* &:last-child {
	  border-bottom: none;
  }*/ }

.sub-menu a {
  color: #fff;
  font-size: 14px;
  text-transform: none !important;
  padding: 0.5em; }

.sub-menu a:hover {
  color: #000;
  text-shadow: 0px 0px 0px #fff; }

.sub-menu li ul {
  height: 1px;
  width: 1px;
  padding: 0;
  overflow: hidden;
  left: 100.2%;
  top: 0;
  transition: all 0.5s; }

ul.sub-menu li {
  transition: all 0.5s;
  text-align: center;
  display: flex; }

ul.sub-menu li a {
  display: block;
  text-align: center; }

.sub-menu li:last-child {
  border: none; }

.sub-menu .menu-item-has-children::after {
  content: " > ";
  position: absolute;
  top: 0;
  right: 0; }

/*  R O Z W I J A N I E  */
/*pierwszy stopień*/
#mainMenu li ul {
  display: none; }

#mainMenu li:focus .sub-menu,
#mainMenu li:hover .sub-menu {
  /*	display: grid;
  	grid-template-columns: auto auto auto;*/
  position: absolute;
  top: 45px;
  left: 0; }

#mainMenu li:focus ul,
#mainMenu li:hover ul {
  display: block;
  height: auto;
  width: auto;
  overflow: hidden;
  padding: 8px; }

._nag {
  font-size: 1.3em !important; }

/*  R O Z W I J A N I E 2  */
/*pierwszy stopień*/
#mainMenu2 li ul {
  display: none; }

#mainMenu2 a {
  color: #fff; }

#mainMenu2 li:focus .sub-menu,
#mainMenu2 li:hover .sub-menu {
  position: absolute;
  top: 25px;
  left: 0; }

/* ------------------------------
             MOBILE
--------------------------------*/
@media (max-width: 1246px) {
  #mainMenu {
    display: none; }

  .menu .ham {
    display: block; } }
.ham,
.ham2 {
  cursor: pointer; }

/*----------------------menu2 */
.menu2 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: -120vw;
  top: 0;
  padding: 2em 0;
  background-color: rgba(45, 36, 99, 0.9);
  z-index: 10;
  line-height: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between; }
  .menu2 div {
    width: 80%;
    margin: auto; }
  .menu2 a {
    color: #fff;
    text-decoration: none;
    font-family: 'Semibold';
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center; }
    .menu2 a:hover {
      color: #3890c7; }
  .menu2 .subMenu li {
    list-style: none;
    display: block;
    margin: 0; }
  .menu2 ul {
    margin: 0;
    padding: 0;
    margin-top: 3em; }

/*
===================================================

MOTYW 

====================================================
*/
/* MOBILE */
@media (max-width: 560px) {
  .butMenu a {
    display: block;
    margin-top: 1em;
    height: auto; }

  .rotor {
    display: none; } }
/*---- stopka ----*/
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  clear: both;
  width: 100%;
  line-height: normal; }

/*paginacja*/
.paginacja {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto; }
  .paginacja a {
    text-decoration: none;
    display: block;
    font-family: 'Bold'; }
  @media (max-width: 720px) {
    .paginacja {
      position: relative;
      top: 0;
      left: 0;
      width: 98%;
      align-items: center;
      flex-wrap: wrap; } }

.prev {
  display: block;
  padding: 24px 2.5em;
  max-width: 232px;
  font-size: 14px;
  font-family: "Semibold";
  color: #e83674;
  text-align: center;
  border-radius: 8px;
  line-height: 0;
  justify-content: center;
  margin: 0;
  background-color: #ddd; }
  @media (max-width: 720px) {
    .prev {
      padding: 12px 1.6rem;
      margin: 0 1rem; } }

.next {
  display: block;
  padding: 24px 2.5em;
  max-width: 232px;
  font-size: 14px;
  font-family: "Semibold";
  color: #e83674;
  text-align: center;
  border-radius: 8px;
  line-height: 0;
  justify-content: center;
  margin: 0;
  background-color: #ddd; }
  @media (max-width: 720px) {
    .next {
      padding: 12px 1.6rem;
      margin: 0 1rem; } }

span.page-numbers.current {
  font-family: 'Bold';
  color: #e83674;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 8px; }
  @media (max-width: 720px) {
    span.page-numbers.current {
      padding: 12px;
      width: auto;
      height: auto;
      background: none; } }

.paginacja2 {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .paginacja2 a {
    text-decoration: none;
    display: block;
    font-family: 'Bold'; }
  @media (max-width: 520px) {
    .paginacja2 {
      position: relative;
      top: 0;
      left: 0; } }

/*
===================================================

MOTYW 

====================================================
*/
footer {
  background-color: #3890c7;
  color: #fff;
  padding: 4em 0;
  font-size: 14px; }
  footer a {
    color: #fff; }
  footer i {
    font-size: 2em !important;
    color: #fff;
    display: block; }
  footer ul {
    padding: 0; }
  footer li {
    list-style: none;
    margin-bottom: 0.5em;
    display: block;
    text-align: center; }
  footer .prawa-stopka {
    border-top: 1px solid #f3f5f8;
    color: #f3f5f8;
    padding: 40px 0;
    margin-top: 40px; }
  footer strong {
    font-family: "Bold"; }
  footer .nagl {
    color: #fff; }
  footer .borderBoki {
    border-left: 1px solid #f3f5f8;
    border-right: 1px solid #f3f5f8; }
    @media (max-width: 520px) {
      footer .borderBoki {
        border: none; } }

.obszarKat {
  width: 100%;
  border-bottom: 3px solid #675293; }

li.widget.widget_block {
  list-style: none; }

a.imgfit {
  background-color: #e7e5e5;
  box-shadow: 2px 2px 8px #aaa;
  display: block;
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
  transition: background-size 0.1s ease-out 0s; }
  a.imgfit:hover {
    background-size: 62%; }

fieldset {
  padding: 1rem;
  margin: 2rem;
  border: 2px dashed #e0e0e0; }

._fullImg90 {
  width: 90%;
  height: auto; }

._ornament {
  border: 12px solid #fff;
  box-shadow: 0px 0px 12px #ccc; }

.tloPasek {
  min-height: 60px;
  padding: 40px;
  background-image: url(images/TloPasek.jpg);
  background-position: center top;
  color: #fff;
  text-align: justify; }
  @media (max-width: 560px) {
    .tloPasek {
      background-size: cover;
      background-position: center bottom; } }

/*---- cookey ----*/
.pasekBlack {
  position: fixed;
  left: 5vw;
  bottom: 0.5vw;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 18px #000;
  background: #eee;
  width: 90vw;
  padding: 2rem;
  color: #444 !important;
  line-height: 2rem;
  font-weight: normal !important;
  box-sizing: border-box; }
  @media (max-width: 720px) {
    .pasekBlack {
      line-height: 1.6rem;
      box-sizing: border-box;
      font-size: 12px;
      padding: 0.7rem; } }

.fleks {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-around; }

#butciastka {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

.rel {
  position: relative; }

.view {
  display: block; }

.closeForm {
  width: 100%;
  height: 40px;
  background-image: url(images/icon/ham2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer; }

/*---- form ----*/
input[type="submit"],
button {
  background: none;
  padding: 1em 3em;
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: block;
  color: #fff; }
  @media (max-width: 560px) {
    input[type="submit"],
    button {
      padding: 1em 2.3em; } }

select,
input[type="email"],
input[type="text"] {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin: 0.2em auto;
  width: 90%;
  display: block;
  font-size: 1.2em;
  background-color: transparent;
  font-size: 14px; }

.obszarForm input[type="email"],
.obszarForm input[type="text"] {
  padding: 0.5rem;
  margin: 0.2em auto;
  width: 90%;
  display: block;
  font-size: 1.1rem;
  background-color: transparent;
  border: 1px solid #ddd; }

/*
input:focus{
    border: none;
	border-top:3px solid $orange !important;
    outline:none;
    padding:1em 0.5em;
}
*/
input[type="submit"] {
  background-color: #e83674; }

textarea {
  padding: 1em;
  border: 1px solid #ddd;
  margin: 0.2em auto;
  width: 90%;
  display: block;
  font-family: 'Regular';
  font-size: 1em;
  color: #444; }

input[type="checkbox"] {
  padding: 1em;
  border: 1px solid #ddd;
  margin-right: 0.2em;
  font-size: 2em;
  display: inline;
  width: 100px;
  color: #444; }

span.wpcf7-list-item-label {
  font-size: 11px;
  display: block;
  line-height: 16px; }

/*===================================================

MOTYW CO

====================================================*/
.linkWew {
  background: #fff;
  padding: 1em;
  border-radius: 22px; }
  .linkWew a strong {
    color: #3890c7;
    font-size: 1.2em;
    font-family: "Light" !important;
    font-weight: 100; }
  .linkWew a:hover {
    color: #fff; }

.nagLinku {
  padding-top: 2em; }
  .nagLinku a strong {
    font-family: 'Bold';
    font-size: 2em;
    color: #1b3663; }

p.powrot {
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 2em; }

/*# sourceMappingURL=style.css.map */
