@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---------------- */
.wp-block-video {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
body,
td,
th,
input,
textarea,
select {
  font-family: 'Fira Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
body {
  background-image: url("images/o_gora.svg");
  background-size: auto 700px;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
}
strong {
  font-weight: 700;
}
img {
  border: none;
}
input,
textarea {
  background-color: #ffffff;
  box-sizing: border-box !important;
  width: 100%;
  border: 2px solid #000;
  padding: 8px 20px !important;
  outline: none;
  border-radius: 10px;
  margin-bottom: 6px;
  border: 1px solid #000 !important;
}
textarea {
  height: 200px;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=checkbox] {
  width: auto;
}
.wpcf7-submit {
  color: #fff;
  background-color: #94c123;
  transition: ease-in-out all 0.3s;
}
.wpcf7-submit:hover {
  background-color: #ee7203;
}
a {
  color: #000;
  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 {
  max-width: 1200px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: auto;
  margin-right: auto;
}
.res1900 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.half_left {
  box-sizing: border-box;
  padding-left: calc(50vw - 600px);
}
.half_right {
  box-sizing: border-box;
  padding-right: calc(50vw - 600px);
}
.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;
}
.padding_bottom,
.paddingin_bottom {
  padding-bottom: 40px;
}
.padding_top,
.paddingin_top {
  padding-top: 40px;
}
.padding_left {
  padding-left: 60px;
}
.padding_right {
  padding-right: 80px;
}
.paddingin_left {
  padding-left: 80px;
}
.paddingin_right {
  padding-right: 60px;
}
.body-top {
  padding-top: 130px;
}
.wp-block-image img {
  height: auto;
}
.flex100 {
  flex: 0 0 100% !important;
}
.flex66 {
  flex: 0 0 66.66%;
}
.flex50 {
  flex: 0 0 50%;
}
.flex40 {
  flex: 0 0 40%;
}
.flex33 {
  flex: 0 0 33.33%;
}
.flex25 {
  flex: 0 0 25%;
}
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: #ee7203;
  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;
}
i {
  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);
}
/* ----------------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;
}
.primary-navigation ul li a {
  font-weight: 400;
  position: relative;
  transition: all ease-in-out 0.5s;
  line-height: 20px;
  font-size: 13px;
  color: #ee7203;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.primary-navigation ul li a:hover {
  color: #ee7203;
  transition: all ease-in-out 0.25s;
}
.primary-navigation ul li ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
  background-color: #ffffff;
  padding: 20px 0 0 0;
  float: 0;
  margin: 0;
  position: absolute;
  top: 24px;
  left: -999em;
  z-index: 99999;
}
.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: #ee7203;
  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 .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .mPS2id-highlight {
  color: #ee7203;
}
.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;
}
h1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  margin-top: 20px;
  padding-top: 0;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 34px;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
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: #ee7203;
  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 #ee7203;
  font-weight: bold;
}
.wiecej:hover {
  cursor: pointer;
  background-color: #ee7203;
  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;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
}
#field_1_6 {
  padding-top: 40px;
}
.gform_wrapper {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
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 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#start img {
  width: 300px;
  height: auto;
  padding-bottom: 10px;
}
#start:before {
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/o_gora.svg");
  background-size: auto 700px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
}
#opis {
  background-size: 1920px auto !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 #ee7203;
}
#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;
  background-color: #94c123;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 100%;
  position: fixed;
  top: 0;
}
#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 #totop {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.scrolled #totop:before {
  width: 13px;
  height: 13px;
}
#lang {
  background-color: #ee7203;
  color: #fff;
  display: flex;
  align-items: center;
}
#lang .wpml-ls-legacy-dropdown-click {
  width: auto;
}
#lang .wpml-ls-legacy-dropdown-click a {
  border-color: #ee7203;
}
#lang .wpml-ls-legacy-dropdown-click ul li a {
  background-color: #ee7203;
  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;
}
.dzieki {
  height: 20vw;
  padding-top: 5vw;
  margin-bottom: 5vw;
}
/* ----------------FRONT---------------- */
.slider-wrap {
  height: 100%;
}
.slider-wrap .slick-list {
  overflow: visible;
  height: 100%;
}
.slider-wrap .slick-list .slick-track {
  height: 100%;
}
.slider-wrap .slick-list .slick-track .slide {
  position: relative;
  height: 315px;
  width: 435px !important;
}
.slider-wrap .slick-list .slick-track .slide .slideimg {
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  display: flex !important;
  height: 315px;
  width: 615px;
}
.slider-wrap .slick-list .slick-track .slide .slideimg img {
  width: 100%;
  height: auto;
}
.slider-wrap .slick-list .slick-track .slide .slideimg:hover {
  cursor: pointer;
}
.bxwrap .slide {
  height: 533px;
  position: relative;
}
.bxwrap .slide .slide-text-in {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: calc((100vw - 1166px) / 2);
  width: 514px;
  text-transform: uppercase;
}
.bxwrap .slide .slide-text-in h1 {
  text-transform: none;
  padding: 0;
  margin: 0;
  border: none;
}
.bxwrap .slide .slide-text-in .wiecej {
  text-transform: none;
  border: none;
  color: #fff;
  background-color: #94c123;
}
.bxwrap .slide .slide-text-in .wiecej:hover {
  background-color: #ee7203;
}
.bxwrap .slide .slider-in-img {
  position: absolute;
  left: 46%;
  width: 54%;
  height: 100%;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.bxwrap #bx-pager {
  display: none;
}
.bxwrap #bx-nav {
  position: absolute;
  bottom: 180px;
  left: 46%;
}
.bxwrap #bx-nav #slider-next,
.bxwrap #bx-nav #slider-prev {
  left: -31px;
  position: absolute;
  font-size: 20px;
  line-height: 35px;
  display: block;
  width: 84px;
  text-align: center;
  background-color: #ee7203;
  text-decoration: none;
}
.bxwrap #bx-nav #slider-next a,
.bxwrap #bx-nav #slider-prev a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.bxwrap #bx-nav #slider-next {
  left: 31px;
  background-color: #94c123;
}
.slider-img {
  margin-left: calc((100vw - 1166px) / 2);
}
.slider-img .slick-slide {
  transition: ease-in-out all 0.25s;
}
.slick-arrow {
  z-index: 1;
  position: absolute;
  font-size: 0;
  border: none;
  background-color: #ee7203;
  width: 84px;
  height: 35px;
  top: 200px;
  left: 30px;
  transition: ease-in-out all 0.25s;
}
.slick-arrow:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  left: 35px;
  top: 11px;
  transform: rotate(135deg);
}
.slick-arrow:hover {
  cursor: pointer;
  background-color: #ee7203;
}
.slick-next {
  background-color: #94c123;
  left: -30px;
}
.slick-next:before {
  transform: rotate(-45deg);
}
.carousel-wrap .slick-track {
  display: flex;
  align-items: center;
}
.carousel-wrap .carousel {
  padding-left: 40px;
  padding-right: 40px;
}
.carousel-wrap .carousel img {
  height: auto;
}
/* ----------------CONTENT---------------- */
.ui-accordion-header {
  box-sizing: border-box;
  color: #000;
  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: #000;
  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: #ee7203;
}
.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 {
  overflow: hidden;
  position: relative;
}
.text-row {
  display: flex;
}
.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: #000;
}
.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;
}
#moaipager {
  flex: 0 0 100%;
  text-align: center;
  padding: 40px 0;
}
#moaipager a {
  padding-left: 10px;
  padding-right: 10px;
  color: #ee7203;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}
#moaipager .active {
  font-weight: 700;
}
/* ----------------FOOTER---------------- */
footer {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
footer section {
  position: relative;
}
footer section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/footer.svg");
  background-size: 660px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}
footer img {
  filter: grayscale(1) brightness(10);
}
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: #ee7203;
}
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: #ee7203;
  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;
}
section .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0;
}
section .gform_footer {
  margin-top: 40px !important;
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}
section .gfield_date_dropdown_year {
  display: none !important;
}
section .gform_wrapper.gravity-theme .ginput_complex {
  justify-content: center;
}
section .gform_wrapper.gravity-theme .gfield_consent_description {
  outline: none;
  border: none !important;
  max-height: 90px !important;
  font-size: 10px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
}
section .nolabel .field_sublabel_below {
  display: none;
}
section .nolabel legend {
  display: none !important;
}
section .nolabel .gfield {
  padding-bottom: 0px !important;
}
section .nolabel label {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 18px !important;
  padding-bottom: 10px !important;
}
section .nolabel #field_1_10 {
  padding-bottom: 0 !important;
}
section .gfield {
  padding-bottom: 0px;
}
section .gfield input {
  margin-left: auto;
  margin-right: auto;
}
section .acenter {
  text-align: center;
}
section .gform_body .dummy {
  display: none;
}
section .gform_body .res .gfield {
  flex: 0 0 45%;
}
section .gform_body .res #field_1_1,
section .gform_body .res #field_1_2,
section .gform_body .res #field_1_3,
section .gform_body .res #field_1_5 {
  flex: 0 0 24%;
}
section .gform_body .gflex {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .gform_body .gflex25 .gfield {
  flex: 0 0 22%;
}
section .gform_body .gflex25 .gfield .ginput_container_date {
  max-width: 100%;
}
section .gform_body .gback {
  background-size: 510px auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.07);
}
section .gform_body #field_3_14 {
  flex: 0 0 100%;
}
section .gform_footer {
  position: relative;
}
section .gform_footer:after {
  content: 'Dziękujemy!';
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  color: #ee7203;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
}
section .gform_button {
  width: 200px;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 50px;
  background-color: #ee7203;
  border: none;
}
.hideemail #field_3_5 {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  display: block !important;
}
.consentf {
  display: flex;
  justify-content: space-between;
}
.logob {
  position: absolute;
  bottom: 40px;
  left: 25%;
}
.paddingf_bottom {
  padding-bottom: 20px;
}
.backhd {
  font-size: 1.2vw;
  line-height: 2.3vw;
}
/* ----------------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: 1370px), screen and (max-width: 1370px) {
  #start .adelay0 {
    background-size: cover !important;
  }
}
@media handheld and (max-width: 1030px), screen and (max-width: 1030px) {
  #start .text-row {
    height: 410px;
  }
  #start img {
    padding-bottom: 20px;
  }
}
@media handheld and (max-width: 800px), screen and (max-width: 800px) {
  #start p {
    padding: 0;
    margin: 0;
  }
  #start .text-row {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #start img {
    width: 60%;
    height: auto;
  }
  h1 {
    font-size: 5vw;
    line-height: 6vw;
  }
  h2 {
    font-size: 4vw;
    line-height: 5vw;
  }
  body,
  td,
  th,
  input,
  textarea,
  select {
    font-size: 2.5vw;
    line-height: 4.5vw;
  }
  section .nolabel label {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  section .gform_footer:after {
    font-size: 5vw;
    line-height: 6vw;
  }
  footer img {
    width: 40%;
    height: auto;
  }
  .gform_wrapper .gfield_required {
    font-size: 9.008px !important;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 13px !important;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 11px !important;
  }
}
@media handheld and (max-width: 640px), screen and (max-width: 640px) {
  .gflex.padding_bottom {
    padding-bottom: 0;
  }
  section .gform_wrapper.gravity-theme .gfield_consent_description {
    font-size: 10px !important;
    line-height: 16px;
  }
  section .nolabel label {
    font-size: 16px !important;
  }
  section .nolabel .gfield {
    padding-bottom: 20px !important;
  }
  #field_1_15,
  #field_1_13 {
    padding-bottom: 0 !important;
  }
  section .gform_footer:after {
    right: 6vw;
  }
  section .gform_button {
    width: 160px;
    font-size: 4.5vw;
  }
}
