@charset "utf-8";
/* LESS Document */
/*
 
Theme Name: MOAI
Theme URI: http://www.moai.pl/
Description: MOAI Wordpress Template
Version: 3.2
Author: Daniel Różynek
Author URI: http://www.moai.pl/
 
*/
/* ----------------BASICS---------------- */
.headertext {
  display: none;
}
.mob-icon-menu {
  background-color: #91bf21;
}
body,
td,
th,
input,
textarea,
select {
  font-family: sofia-pro, sans-serif;
  color: #515252;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  background-color: #fff;
  margin: 0 0 0 0;
  overflow-x: hidden;
}
strong {
  font-weight: 700;
}
img {
  border: none;
}
input,
textarea {
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1.5px dashed #fff;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  margin-top: 6px;
}
label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
textarea {
  height: 50px;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=checkbox] {
  width: auto;
}
.wpcf7-submit {
  letter-spacing: 0.1em;
  font-weight: 800;
  float: right;
  width: auto;
  border: none;
  color: #515252;
  background-color: #fff;
  text-transform: uppercase;
  padding: 4px 30px;
  transition: ease-in-out all 0.3s;
}
.wpcf7-submit:hover {
  background-color: #91bf21;
}
a {
  color: #91bf21;
  text-decoration: none;
}
a:hover {
  color: #94c123;
  text-decoration: underline;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small {
  font-size: 12px;
  line-height: 22px;
}
.picfull {
  width: 100%;
  height: auto;
}
.res {
  box-sizing: border-box;
  width: 100%;
  padding-left: 85px;
  padding-right: 85px;
  margin-left: auto;
  margin-right: auto;
}
.half_left {
  padding-left: calc(50vw - 583px);
}
.half_right {
  padding-right: calc(50vw - 583px);
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fleft {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
.fright {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 40px;
}
.vcenter {
  display: flex;
  align-items: center;
}
.vcenter .vcontent {
  width: 100%;
}
.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad_b {
  padding-bottom: 100px;
}
.pad_t {
  padding-top: 100px;
}
.pad_l {
  padding-left: 60px;
}
.pad_r {
  padding-right: 60px;
}
.pad_in_l {
  padding-left: 40px;
}
.pad_in_r {
  padding-right: 40px;
}
.pad_in_t {
  padding-top: 40px;
}
.pad_in_b {
  padding-bottom: 40px;
}
.mar_in_l {
  margin-left: 40px;
}
.mar_in_r {
  margin-right: 40px;
}
.mar_in_t {
  margin-top: 40px;
}
.mar_in_b {
  margin-bottom: 40px;
}
.marg {
  height: 100%;
}
.mar_heigh1 {
  height: calc(100% - 40px);
}
.mar_heigh2 {
  height: calc(100% - 80px);
}
.mar_t {
  margin-top: 40px;
}
.mar_b {
  margin-bottom: 40px;
}
.mar_l {
  margin-left: 40px;
}
.mar_r {
  margin-right: 40px;
}
.body-top {
  padding-top: 130px;
}
.wp-block-image img {
  height: auto;
}
figure {
  margin-left: 0;
  margin-top: 0;
}
#totop {
  transition: ease-in-out all 0.35s;
  position: fixed;
  right: -60px;
  bottom: 100px;
  width: 55px;
  height: 50px;
  border-radius: 0;
  background-color: #91bf21;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#totop:before {
  transition: ease-in-out all 0.7s;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  top: 20px;
}
ii {
  padding-top: 10px;
  display: inline-block;
  background-image: url("images/email.svg");
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mphone {
  background-image: url("images/phone.svg");
}
.mfax {
  background-image: url("images/fax.svg");
}
.mwhite {
  filter: grayscale(1) brightness(4);
}
.overf {
  overflow: hidden;
}
/* ----------------MENU---------------- */
.primary-navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  flex: 1;
}
.primary-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.primary-navigation ul li {
  border: 0;
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.primary-navigation ul li a {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all ease-in-out 0.5s;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 6%;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.primary-navigation ul li a:hover {
  color: #000;
  transition: all ease-in-out 0.25s;
}
.primary-navigation ul li ul {
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
  background-color: #87b820;
  padding: 0;
  float: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: -999em;
  z-index: 99999;
}
.primary-navigation ul li ul li a {
  padding: 0 10px;
}
.primary-navigation ul li ul .menu-item-has-children {
  padding-right: 11px;
  position: relative;
  margin-right: 10px;
}
.primary-navigation ul li ul .menu-item-has-children:after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  background-color: #91bf21;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(90deg);
}
.primary-navigation ul li ul ul {
  padding: 0;
  left: -999em;
  top: 0;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
  left: 0;
  opacity: 1;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  left: 100%;
}
/* ----------------GENERAL---------------- */
.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
}
.acf-map img {
  max-width: inherit !important;
}
.fullheight {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.fullheight .flex-center {
  min-height: 100vh;
}
.fullheight .text-row {
  width: 100%;
}
h1 {
  font-size: 50px;
  line-height: 65px;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}
h3 {
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.1em;
}
h3 strong {
  text-transform: none;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: inherit;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 43px;
  font-weight: 800;
}
h5 {
  font-size: 38px;
  line-height: 49px;
}
h6 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 0;
}
.dwiekolumny {
  column-count: 2;
  column-gap: 100px;
}
.trzykolumny {
  column-count: 3;
  column-gap: 100px;
}
.wiecej {
  color: #91bf21;
  display: inline-block;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  transition: ease-in-out all 0.25s;
  border: 1px solid #91bf21;
  font-weight: bold;
}
.wiecej:hover {
  cursor: pointer;
  background-color: #91bf21;
  color: #94c123;
  transition: cubic-bezier(0.25, 3, 0.25, 0) all 0.5s;
}
.wiecejwhite {
  background-color: #fff;
  color: #94c123;
  border-color: #94c123;
}
.wiecejwhite:hover {
  color: #fff;
  background-color: #94c123;
}
video {
  width: 100%;
}
.videowrap {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.videowrap .myVideo {
  transform: translate(-50%, -50%);
  /* % of current element */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
}
.videoitem {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 100%;
  height: 0;
  z-index: 0 !important;
}
.videoitem iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 62%;
}
.videoitem .video-text {
  width: 30%;
  position: absolute;
  right: 3%;
}
#pagewrap,
.pagewrap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
#start {
  padding-top: 280px;
  padding-bottom: 20px;
}
#start .adelay0 {
  padding-bottom: 60px;
}
#start .adelay1 img {
  width: 220px;
  height: auto;
}
#slowfood {
  position: relative;
  overflow: hidden;
}
#slowfood:after {
  content: '';
  background-color: #f6f6f6;
  display: block;
  width: 100%;
  height: 750px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
}
#slowfood .res:before {
  content: '';
  background-color: #fff;
  display: block;
  width: 1500px;
  height: 1500px;
  border-radius: 2000px;
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
#slowfood .res:after {
  content: '';
  background-color: #fff;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
#slowfood .firstrow {
  padding-right: 50%;
}
#program .text-row {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1.5px #515252 dashed;
}
#program .text-row > div:first-of-type {
  font-size: 47px;
  line-height: 54px;
  font-weight: 900;
}
#program .text-row > div:first-of-type .textwrap {
  padding-left: 20%;
}
#program .text-row > div:first-of-type p {
  padding: 0;
  margin: 0;
}
#program .res div:last-of-type {
  border: none;
}
#program .titlep .textwrap {
  padding-left: 0 !important;
}
.borderb .new-row .textwrap {
  padding-bottom: 60px;
  border-bottom: 1.5px #515252 dashed;
}
#foot {
  background-size: 50% !important;
  background-repeat: no-repeat;
  position: relative;
}
#foot:before {
  background-repeat: no-repeat;
  background-image: url("images/zielony.svg");
  background-size: cover;
  background-position: right bottom;
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 400px;
  top: -400px;
  left: 0;
}
#foot:after {
  background-repeat: no-repeat;
  background-image: url("images/sloiki.png");
  background-size: contain;
  background-position: left bottom;
  content: '';
  display: block;
  position: absolute;
  width: 30%;
  height: 400px;
  top: -200px;
  left: 0;
}
#foot .res {
  padding-left: 300px;
  padding-right: 300px;
}
.backhalf {
  background-repeat: no-repeat;
  background-size: 40% !important;
}
#searchpagewrap #searchtitle {
  background-color: #94c123;
  text-align: center;
}
#searchpagewrap #searchtitle h1 {
  padding: 0;
  margin: 0;
}
#searchpagewrap #searchresults h3 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
#searchpagewrap #searchresults .searchentry {
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #91bf21;
}
#searchpagewrap #searchresults .searchentry .searchthumb {
  padding-left: 30px;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* ----------------HEADER---------------- */
#header {
  display: flex;
  justify-content: space-between;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 1500px;
  position: fixed;
  top: -21px;
  padding: 20px 0;
}
#header #hwrap {
  width: 100%;
  display: flex;
}
#header #hwrap .socwrap img {
  width: 20px;
}
#header .res {
  display: flex;
}
#header #logo {
  margin-left: 40px;
  margin-top: 17px;
  display: block;
  flex: 0 0 220px;
  box-sizing: border-box;
  text-align: center;
  transition: ease-in-out all 0.5s;
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header #headright {
  display: flex;
}
#header #socials {
  color: #fff;
  padding: 8px 20px;
}
#header #socials .soctitle {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
#header #socials .socwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header #socials .socwrap a img {
  width: auto;
  height: 24px;
}
#header #search-wrap {
  position: relative;
}
#header #search-wrap #searchicon {
  height: 100%;
  background-image: url("images/search.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
}
#header #search-wrap #searchform {
  position: absolute;
  width: 200px;
  bottom: -40px;
  right: 0;
  display: none;
}
#header #search-wrap #searchform.see {
  display: block;
}
#header #search-wrap form {
  position: relative;
}
#header #search-wrap form #search {
  border: none;
  border-radius: 100px;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 0 0 !important;
  padding: 10px !important;
  background-color: #f5f5f5;
  margin-top: 2px !important;
}
#header #search-wrap form #search-button {
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  width: 20px;
  height: auto;
}
.scrolled #header {
  background-image: url("images/menu.jpg");
  background-size: cover;
  background-position: center;
}
.scrolled #totop {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.scrolled #totop:before {
  width: 13px;
  height: 13px;
}
#lang {
  background-color: #91bf21;
  color: #fff;
  display: flex;
  align-items: center;
}
#lang .wpml-ls-legacy-dropdown-click {
  width: auto;
}
#lang .wpml-ls-legacy-dropdown-click a {
  border-color: #91bf21;
}
#lang .wpml-ls-legacy-dropdown-click ul li a {
  background-color: #91bf21;
  color: #fff;
  border: none;
}
#lang .wpml-ls-legacy-dropdown-click ul li a:hover {
  background-color: #94c123;
}
#lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
#lang .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.hbetween {
  justify-content: space-between;
}
.hend {
  justify-content: flex-end;
}
.hcentral {
  justify-content: center;
}
.haround {
  justify-content: space-around;
}
.flex-center {
  align-items: center;
}
.flex-end {
  align-items: flex-end;
}
/* ----------------FRONT---------------- */
.swiper,
.carousel {
  overflow: hidden;
  width: 100%;
  height: 750px;
}
.swiper .swiper-slide,
.carousel .swiper-slide {
  background-color: #fff;
}
.swiper .swiper-slide .slide-text-in,
.carousel .swiper-slide .slide-text-in {
  background-size: cover;
  background-position: center;
}
.carousel {
  height: auto;
}
.carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.carousel .swiper-wrapper .swiper-slide {
  background-color: transparent;
}
/* ----------------CONTENT---------------- */
.ui-accordion-header {
  box-sizing: border-box;
  color: #515252;
  background-color: #dff2fd;
  padding: 33px 39px;
  position: relative;
}
.ui-accordion-header p {
  padding: 0;
  margin: 0;
}
.ui-accordion-header:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #94c123;
  border-top: 2px solid #94c123;
  position: absolute;
  top: 70px;
  right: 50px;
  transform: rotate(45deg);
  transition: ease-in-out all 0.25s;
}
.ui-accordion-header:hover {
  cursor: pointer;
}
.ui-accordion-header:hover:after {
  transform: rotate(135deg);
}
.plik {
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
}
.plik a {
  padding: 0 10px 0 0;
  display: block;
  color: #515252;
  text-decoration: none;
}
.plik a:hover {
  color: #94c123;
}
.plik .plikinfo {
  color: #94c123;
}
.plik .plikiflex .pliki {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.plik .plikiflex .pliki .plik {
  flex: 0 0 calc(33% - 50px);
  display: block;
}
.plik .plikiflex .pliki .plik:before {
  margin-bottom: 10px;
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  background-image: url("images/file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.accordionin .res {
  max-width: 100%;
  padding: 0;
}
.accordionin .res .text {
  max-width: 1166px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: auto;
  margin-right: auto;
}
.accordionin .ui-accordion > div:nth-of-type(4n+1) {
  background-color: #91bf21;
}
.ui-accordion-content .text {
  padding: 6px 39px;
}
.ui-accordion-header-active:after {
  top: 80px;
  transform: rotate(-45deg);
}
.accordionclean .ui-accordion-header {
  padding: 0 0 20px 0;
  background-color: transparent;
}
.accordionclean .ui-accordion-header:before {
  right: auto;
  bottom: 10px;
  top: auto;
}
.accordionclean .ui-accordion-header:after {
  top: 106px;
  bottom: -53px;
  left: 70px;
  right: auto;
}
section {
  position: relative;
}
.text-row {
  display: flex;
}
.text-row .text {
  flex: 1;
}
.text-row .flex100 {
  flex: 0 0 100%;
}
.text-row .flex66 {
  flex: 0 0 66.66%;
}
.text-row .flex50 {
  flex: 0 0 50%;
}
.text-row .flex40 {
  flex: 0 0 40%;
}
.text-row .flex45 {
  flex: 0 0 45%;
}
.text-row .flex33 {
  flex: 0 0 33.33%;
}
.text-row .flex30 {
  flex: 0 0 30%;
}
.text-row .flex25 {
  flex: 0 0 25%;
}
.text-row .flex20 {
  flex: 0 0 20%;
}
.dwustronny {
  z-index: 1;
  position: relative;
}
.dwustronny .dw-wrap {
  height: 100%;
  box-sizing: border-box;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.dwustronny .dw-wrap p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.dwustronny .dw-wrap p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dwustronny .dw-wrap .textfront {
  backface-visibility: hidden;
  height: 100%;
  transform: rotateY(0deg);
  transition: 0.7s all ease-in-out !important;
}
.dwustronny .dw-wrap .textback {
  backface-visibility: hidden;
  transition: 0.7s all ease-in-out !important;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateY(-180deg);
}
.dwustronny .dw-wrap:hover .textfront {
  transform: rotateY(180deg);
}
.dwustronny .dw-wrap:hover .textback {
  transform: rotateY(0deg);
}
.dwustronny .pad_ds_l {
  padding-left: 40px;
}
.dwustronny .pad_ds_l .textback {
  left: 40px;
}
.dwustronny .pad_ds_r {
  padding-right: 40px;
}
.dwustronny .pad_ds_t {
  padding-top: 40px;
}
.dwustronny .pad_ds_t .textback {
  top: 40px;
}
.dwustronny .pad_ds_b {
  padding-bottom: 40px;
}
.dwustronny .ds_h_1 .textback {
  height: calc(100% - 40px);
}
.dwustronny .ds_h_2 .textback {
  height: calc(100% - 80px);
}
.dwustronny .ds_v_1 .textback {
  width: calc(100% - 40px);
}
.dwustronny .ds_v_2 .textback {
  width: calc(100% - 80px);
}
.dwustronny:hover {
  z-index: 2;
}
.textwrap {
  height: 100%;
  box-sizing: border-box;
}
.grid a {
  margin-bottom: 1px;
  margin-right: 1px;
  display: block;
}
.grid img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-item,
.grid-sizer {
  display: block;
  width: 33%;
  margin-bottom: 1px;
}
.posts {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.posts .post-wrap {
  position: relative;
  padding: 17px 17px 56px 17px;
  box-sizing: border-box;
  flex: 0 0 373px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  display: block;
  color: #515252;
}
.posts .post-wrap .date {
  padding-bottom: 10px;
  color: #6B7686;
}
.posts .post-wrap .post-thumb {
  background: #8bcaed;
  background: linear-gradient(90deg, #8bcaed 0%, #e9f4f6 50%, #d2f3fd 100%);
  margin-bottom: 20px;
}
.posts .post-wrap .post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.posts .post-wrap .post-thumb .news-thumb {
  margin: 0 auto;
  padding: 0;
}
.posts .post-wrap .czytaj {
  color: #6B7686;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 17px;
  display: inline-block;
}
.posts .post-wrap .czytaj:after {
  transition: ease-in-out all 0.25s;
  content: '';
  height: 1px;
  width: 16px;
  background-color: #6B7686;
  display: block;
  position: absolute;
  right: -24px;
  bottom: 8px;
}
.posts .post-wrap .czytaj:before {
  transition: ease-in-out all 0.25s;
  content: '';
  height: 8px;
  width: 8px;
  border-right: 1px solid #6B7686;
  border-bottom: 1px solid #6B7686;
  display: block;
  position: absolute;
  right: -24px;
  bottom: 4px;
  transform: rotate(-45deg);
}
.posts .post-wrap:hover .czytaj:after {
  right: -34px;
  width: 26px;
}
.posts .post-wrap:hover .czytaj:before {
  right: -34px;
}
.gform_wrapper.gravity-theme .gform_fields {
  display: block !important;
}
.gform_wrapper .formcolms {
  display: flex;
  gap: 40px;
}
.gform_wrapper .formcolms .formcolumn {
  flex: 1;
}
#moaipager {
  flex: 0 0 100%;
  text-align: center;
  padding: 40px 0;
}
#moaipager a {
  padding-left: 10px;
  padding-right: 10px;
  color: #91bf21;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}
#moaipager .active {
  font-weight: 700;
}
/* ----------------FOOTER---------------- */
footer {
  background-color: #91bf21;
  color: #fff;
}
footer ::placeholder {
  color: #424242;
}
footer input,
footer textarea {
  color: #fff;
}
footer .text-row {
  justify-content: space-between;
  display: flex;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #91bf21;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 26px;
  line-height: 34px;
}
footer ul li {
  padding-top: 13px;
  padding-bottom: 13px;
}
footer ul li ul {
  padding-left: 0px;
  font-size: 15px;
  line-height: 21px;
}
footer ul li ul li {
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: uppercase;
}
.bialy {
  color: #fff;
}
.bialy h4,
.bialy h2 strong,
.bialy a {
  color: #fff;
}
.bialy .wiecej {
  color: #fff;
  border-color: #fff;
}
#backtotop {
  background-color: #91bf21;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 20px;
  border-radius: 100% 0 0 100%;
  font-size: 30px;
  font-weight: 600;
  z-index: 99999;
  text-decoration: none;
}
.lg-outer {
  z-index: 9999999 !important;
}
.logos .text-row {
  flex-wrap: wrap;
}
.logos .text-row img {
  padding: 0 20px 40px 20px;
}
.galeria-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.galeria-wrap ul li {
  display: inline-block;
  padding: 2px;
}
/* ----------------ANIMATIONS---------------- */
.anim {
  transition: ease-out all 0.5s;
}
.afade {
  opacity: 0;
}
.aleft {
  transform: translateX(-50px);
  opacity: 0;
}
.aright {
  transform: translateX(50px);
  opacity: 0;
}
.abottom {
  transform: translateY(50px);
  opacity: 0;
}
.visible {
  transition-delay: 0.5s;
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.adelay1 {
  transition-delay: 0.6s !important;
}
.adelay2 {
  transition-delay: 0.7s !important;
}
.adelay3 {
  transition-delay: 0.8s !important;
}
.adelay4 {
  transition-delay: 0.9s !important;
}
.adelay5 {
  transition-delay: 1s !important;
}
/* ----------------RESPONSIVE---------------- */
@media handheld and (max-width: 1500px), screen and (max-width: 1500px) {
  #foot:after {
    height: 26vw;
    top: -15vw;
  }
  #slowfood:after {
    width: 100vw;
    height: 100vw;
  }
  #slowfood:before {
    content: '';
    position: absolute;
    top: 50vw;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    background-color: #fff;
    z-index: -1;
  }
  #slowfood .res:before {
    width: 100vw;
    height: 100vw;
  }
}
@media handheld and (max-width: 1024px), screen and (max-width: 1024px) {
  #foot .res {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media handheld and (max-width: 800px), screen and (max-width: 800px) {
  .res {
    padding-left: 55px;
    padding-right: 55px;
  }
  #start {
    padding-top: 18vw;
  }
  #start h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #start .adelay0 {
    padding-bottom: 20px;
  }
  #start .adelay0 .marg {
    margin: 0;
  }
  #slowfood .firstrow {
    padding-right: 35%;
  }
  #slowfood .new-row {
    flex-wrap: wrap;
  }
  #slowfood .new-row .text {
    flex: 0 0 50%;
  }
  #program .text-row > div:first-of-type .textwrap {
    padding-left: 0;
  }
}
@media handheld and (max-width: 640px), screen and (max-width: 640px) {
  .scrolled #header {
    background: none;
  }
  .socwrap {
    position: absolute;
    left: 91vw;
    top: 80px;
  }
  .pad_b {
    padding-bottom: 50px;
  }
  .pad_t {
    padding-top: 50px;
  }
  .flexmobile .text-row {
    flex-direction: column;
  }
  .flexmobile .text-row .mar_in_r {
    margin-right: 0;
  }
  .flexmobile .text-row .mar_in_l {
    margin-left: 0;
  }
  .galeria-wrap li {
    width: 100%;
  }
  .galeria-wrap li a {
    width: 100%;
  }
  .galeria-wrap li a img {
    width: 100%;
    height: auto;
  }
  body,
  td,
  th,
  input,
  textarea,
  select {
    font-size: 16px;
    line-height: 24px;
  }
  .primary-navigation ul li {
    margin-right: 20px;
  }
  .res {
    padding-left: 20px;
    padding-right: 20px;
  }
  #program .text-row {
    flex-direction: column;
  }
  #program .text-row > div:first-of-type {
    font-size: 37px;
    line-height: 44px;
    padding-bottom: 20px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  #start {
    background-position: right top !important;
  }
  #start .text-row {
    flex-wrap: wrap;
  }
  #start .text-row .sfestiwal {
    flex: 0 0 100%;
  }
  #start .text-row .flogo {
    text-align: center;
  }
  #start .text-row .flogo,
  #start .text-row .fdata {
    flex: 0 0 50%;
  }
  #start .adelay1 {
    text-align: center;
  }
  #start .adelay1 img {
    width: 70%;
  }
  #start .adelay1 .textwrap {
    padding-left: 0;
  }
  #slowfood {
    padding-top: 36vw;
  }
  #slowfood .firstrow {
    padding-right: 0;
  }
  #slowfood .new-row .textwrap {
    padding: 0;
  }
  #slowfood .new-row .textwrap img {
    width: 70%;
    height: auto;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 strong {
    font-size: 30px;
    line-height: 40px;
  }
  h5 {
    font-size: 28px;
    line-height: 39px;
  }
}
