@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/dosis/static/Dosis-Light.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dosis/static/Dosis-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dosis/static/Dosis-Medium.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dosis/static/Dosis-SemiBold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dosis/static/Dosis-Bold.ttf") format("truetype");
  font-display: swap; }
.green-text {
  color: #178e66; }

.black-text {
  color: #000; }

.grey-text {
  color: #7c7c7c; }

body {
  font-family: "Dosis", sans-serif; }
  body a {
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.form-control {
  height: 48px;
  font-weight: 500;
  font-size: 18px;
  color: #999;
  padding: 10px 30px;
  border-radius: 12px; }
  .form-control::placeholder {
    color: #7d7d7d; }

.form-text-area {
  min-height: 116px; }

.btn-green {
  background-color: #178e66;
  color: #fff;
  font-weight: 600;
  padding: 8px 45px;
  border-radius: 12px;
  font-size: 18px;
  border: 2px solid #178e66; }
  .btn-green:hover {
    color: #178e66;
    background-color: transparent; }

.btn-light-green {
  background-color: #deff00;
  color: #000;
  font-weight: 600;
  padding: 8px 45px;
  border-radius: 12px;
  font-size: 18px;
  border: 2px solid #deff00; }
  .btn-light-green:hover {
    color: #deff00;
    background-color: transparent; }

.btn-menu {
  outline: none !important;
  box-shadow: none !important; }
  .btn-menu span {
    display: block;
    width: 34px;
    height: 3px;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #178e66; }
  .btn-menu:focus {
    outline: none !important; }

.btn-button {
  background-color: white !important; }

.btn-white {
  border-radius: 12px;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 600; }
  .btn-white:hover {
    color: #ffe400;
    border: 2px solid #ffe400; }

#right-column {
  min-width: 410px;
  max-width: 410px;
  margin-left: 30px;
  background-color: #fff;
  z-index: 2; }
  #right-column .side-box {
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 20px;
    padding: 30px;
    background-color: white; }
    #right-column .side-box h3 {
      text-align: center; }
    #right-column .side-box .box-head {
      text-align: center; }
      #right-column .side-box .box-head span {
        font-size: 1.75rem;
        text-align: center;
        padding-top: 20px;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 0;
        display: block; }
  #right-column #slide-wrapper {
    position: relative; }
  #right-column #right-column-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #178e66;
    border: 1px solid #178e66;
    color: #fff;
    width: 100%;
    padding: 12px 45px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    #right-column #right-column-button.open img {
      transform: rotate(180deg); }
    #right-column #right-column-button img {
      margin-right: 10px;
      width: 15px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    #right-column #right-column-button:focus {
      outline: none; }

.r-name {
  opacity: 0;
  z-index: -999;
  width: 1px;
  height: 1px;
  position: absolute; }

#photo-adder.client-form main {
  min-height: calc(100vh - 107.78px - 61px); }
#photo-adder header {
  padding-top: 0;
  position: initial; }
  #photo-adder header nav {
    padding-top: 20px;
    padding-bottom: 20px; }
#photo-adder main {
  min-height: calc(100vh - 107.78px - 61px); }
#photo-adder h4 {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #178e66;
  font-weight: bold;
  font-size: 250%;
  margin-bottom: 30px; }
#photo-adder .photo-temp .one-foto {
  font-size: 60%; }
#photo-adder footer {
  border-top: 1px solid #178e66; }
#photo-adder p {
  font-size: 130%; }
#photo-adder .form-control {
  padding: 5px 10px;
  height: 38px; }
#photo-adder .photo-list {
  margin-top: 45px; }
  #photo-adder .photo-list .one-foto {
    max-width: 246px; }
    #photo-adder .photo-list .one-foto p {
      font-size: 100%; }
    #photo-adder .photo-list .one-foto:first-child {
      box-shadow: none;
      border-color: grey; }
#photo-adder #client-upload {
  margin-top: 45px; }
  #photo-adder #client-upload .dragdrop-placeholder {
    font-weight: bold;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px; }

.contact-box .phone {
  text-align: center;
  display: flex;
  justify-content: center; }
.contact-box .text {
  text-align: center;
  margin-bottom: 20px; }
.contact-box .form-group {
  margin-bottom: 10px; }

#article-start .main {
  width: 100%; }
#article-start .wrapper {
  display: flex;
  justify-content: space-between; }
#article-start h1, #article-start h2, #article-start h3, #article-start h4, #article-start h5 {
  text-align: left; }
#article-start p, #article-start li, #article-start a {
  font-size: 18px; }

.image-style-align-center {
  margin-left: auto;
  margin-right: auto; }

figure.image {
  max-width: 100% !important;
  width: auto !important; }

figure.media div {
  width: 100%; }

main img {
  max-width: 100%; }

.r-type {
  height: 0px;
  z-index: -100;
  width: 0px;
  overflow: hidden; }

#rcorners {
  margin-left: auto;
  margin-right: auto; }

.page-title {
  height: 220px;
  padding-top: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-title .subtitle {
    font-size: 24px; }

#miniNav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  max-height: 0%;
  z-index: 99999999;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s; }
  #miniNav .dropdown-menu-xs {
    display: flex;
    align-items: center; }
    #miniNav .dropdown-menu-xs .btn-dropdown {
      padding: 0;
      margin: 0; }
      #miniNav .dropdown-menu-xs .btn-dropdown img {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        width: 25px;
        margin-left: 5px; }
      #miniNav .dropdown-menu-xs .btn-dropdown:focus {
        outline: none !important;
        box-shadow: none; }
      #miniNav .dropdown-menu-xs .btn-dropdown:active {
        outline: none !important;
        box-shadow: none; }
  #miniNav .dropdown-xs-element {
    display: none;
    margin-left: 15px; }
    #miniNav .dropdown-xs-element li a {
      font-size: 18px;
      background-position: left top 15px; }
  #miniNav .call-to-action a {
    background-image: url(/img/phone.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 10px center;
    font-size: 20px; }
  #miniNav .btn-close {
    position: absolute;
    right: 25px;
    top: 37px;
    font-weight: 600;
    z-index: 999;
    font-size: 30px; }
    #miniNav .btn-close.sticked {
      top: 0px; }
  #miniNav .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
    margin-top: 60px; }
    #miniNav .logo a img {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      width: 75px; }
    #miniNav .logo a p {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      font-size: 32px;
      line-height: 22px; }
  #miniNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 45px; }
    #miniNav ul li a {
      text-align: left;
      display: block;
      padding: 5px 15px;
      font-size: 22px;
      text-decoration: none !important;
      color: #000;
      font-weight: 600;
      padding-left: 15px;
      background-position: left top 17px;
      background-repeat: no-repeat;
      background-size: 10px;
      background-image: url("/img/li-xs.svg"); }
  #miniNav .social-xs {
    margin-top: 20px;
    text-align: center; }
    #miniNav .social-xs img {
      width: 36px; }
  #miniNav.open {
    max-height: 100%; }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  header.sticked {
    padding-top: 0px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3); }
    header.sticked #top-navbar .main-nav li a {
      padding: 25px 5px; }

.logo {
  margin-right: 60px;
  max-width: max-content;
  transform-origin: center left;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .logo a {
    display: flex;
    align-items: center;
    text-decoration: none; }
    .logo a img {
      transition: 0.2s;
      -webkit-transition: 0.2s;
      width: 49px;
      margin-right: 5px;
      -webkit-backface-visibility: hidden;
      -ms-transform: translateZ(0);
      /* IE 9 */
      -webkit-transform: translateZ(0);
      /* Chrome, Safari, Opera */
      transform: translateZ(0); }
    .logo a p {
      font-weight: 500;
      color: #178e66;
      font-size: 22px;
      padding: 0;
      margin: 0;
      line-height: 24px;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      backface-visibility: hidden;
      transform: translateZ(0);
      -webkit-font-smoothing: subpixel-antialiased; }
      .logo a p strong {
        display: block; }
  .logo:hover a img {
    transform: rotate(-10deg); }
  .logo:hover a p {
    transform: scale(1.03); }

#city-description {
  font-weight: 500;
  font-size: 18px; }

#steps {
  padding-top: 60px;
  padding-bottom: 60px; }
  #steps .title h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    padding-bottom: 75px;
    margin-bottom: 0;
    background-image: url("../img/dots-l.png"), url("../img/dots-r.png");
    background-repeat: no-repeat;
    background-position: left 145px top 30px, right 145px top 30px; }
  #steps .inner {
    text-align: center;
    display: flex; }
    #steps .inner .arrow img {
      width: 76px;
      margin-top: 82px; }
    #steps .inner .one-step {
      flex: 1 1 22%; }
      #steps .inner .one-step .inside {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #178e66;
        border: 20px solid #e5e5e5;
        width: 240px;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
        position: relative; }
        #steps .inner .one-step .inside .number {
          font-size: 112px;
          font-weight: 600;
          color: #fff; }
        #steps .inner .one-step .inside .circle {
          position: absolute;
          width: 106px;
          height: 106px;
          background-size: 70px;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 50%;
          border: 5px solid #e5e5e5;
          background-color: #fff;
          right: -30px;
          bottom: -30px;
          display: none; }
      #steps .inner .one-step .text p {
        font-size: 22px;
        line-height: 26px; }

.long-text .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .long-text .wrapper h2 {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
  .long-text .wrapper .foto {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px; }
  .long-text .wrapper .dots {
    column-count: 4;
    margin: 0 auto;
    padding-bottom: 30px; }
    .long-text .wrapper .dots li {
      padding-left: 25px;
      background-size: 13px;
      padding-top: 5px; }

#offer {
  margin-bottom: 60px; }
  #offer h2 {
    text-align: center;
    margin: 0;
    padding: 30px 15px;
    font-size: 42px;
    font-weight: 600;
    display: block; }
  #offer .inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    #offer .inner .one-offer {
      flex: 1 1 29%;
      background-color: #178e66;
      border-radius: 15px;
      overflow: hidden;
      margin: 15px;
      text-align: center;
      color: #fff;
      padding-bottom: 20px; }
      #offer .inner .one-offer .button {
        padding-left: 15px;
        padding-right: 15px; }
      #offer .inner .one-offer h3 {
        margin: 0;
        padding: 20px 15px;
        color: #ffe400;
        background-color: #117f5a;
        margin-bottom: 20px; }
      #offer .inner .one-offer p {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px;
        margin-bottom: 10px; }

#about {
  display: flex;
  background-color: #e5e5e5; }
  #about .foto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    flex: 1 1 50%;
    overflow: hidden;
    position: relative; }
    #about .foto img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute; }
  #about .text {
    flex: 1 1 50%; }
    #about .text .inner {
      width: 680px;
      float: right;
      padding-right: 30px;
      padding-left: 15px;
      padding-bottom: 30px; }
      #about .text .inner h2 {
        font-size: 32px;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px; }
      #about .text .inner p {
        text-align: justify;
        font-size: 18px; }
      #about .text .inner ul li, #about .text .inner ol li, #about .text .inner a {
        font-size: 18px; }
  #about .foto {
    flex: 1 1 50%; }

#top-navbar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%; }
  #top-navbar .call-to-action {
    min-width: max-content;
    margin-left: 60px; }
    #top-navbar .call-to-action .btn {
      font-size: 28px;
      padding-left: 75px;
      background-image: url("/img/phone.svg");
      background-repeat: no-repeat;
      background-size: 35px;
      background-position: left 30px center; }
  #top-navbar .main-nav {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    #top-navbar .main-nav li a {
      display: block;
      color: #000;
      font-weight: 600;
      font-size: 20px;
      padding: 25px 5px;
      text-decoration: none; }
      #top-navbar .main-nav li a:hover {
        color: #178e66; }
    #top-navbar .main-nav li .dropdown-hover {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      position: absolute;
      background-color: #fff;
      padding: 10px 0px;
      margin: 0;
      border-top: 3px solid transparent;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      max-height: 0px;
      opacity: 0; }
      #top-navbar .main-nav li .dropdown-hover li a {
        padding: 5px 30px;
        color: #212529; }
        #top-navbar .main-nav li .dropdown-hover li a:hover {
          color: #178e66; }
    #top-navbar .main-nav li.open a {
      color: #178e66; }
    #top-navbar .main-nav li:hover a {
      color: #178e66; }
    #top-navbar .main-nav li:hover .dropdown-hover {
      opacity: 1;
      max-height: 400px;
      border-top: 3px solid #178e66; }

#main-form {
  display: flex;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 42px; }
  #main-form.contact-page {
    padding-top: 0;
    flex-wrap: wrap;
    flex-direction: row-reverse; }
  #main-form.skup-podstrona {
    padding-top: 0; }
    #main-form.skup-podstrona .right .inner {
      padding-left: 80px;
      padding-top: 70px; }
      #main-form.skup-podstrona .right .inner .btn {
        font-size: 27px;
        padding: 2px 90px;
        padding-bottom: 8px; }
      #main-form.skup-podstrona .right .inner .form-group {
        padding: 0 5px;
        margin-bottom: 18px; }
        #main-form.skup-podstrona .right .inner .form-group input, #main-form.skup-podstrona .right .inner .form-group textarea {
          font-size: 22px; }
      #main-form.skup-podstrona .right .inner h2 {
        font-size: 30px;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
        font-family: "Nunito", sans-serif; }
      #main-form.skup-podstrona .right .inner p {
        font-size: 19px;
        margin-bottom: 0; }
      #main-form.skup-podstrona .right .inner .checkbox {
        margin-bottom: 7px; }
    #main-form.skup-podstrona .left {
      background: white; }
      #main-form.skup-podstrona .left .inner {
        padding-right: 143px;
        padding-bottom: 60px; }
      #main-form.skup-podstrona .left h2 {
        font-size: 35px;
        color: #000000;
        font-weight: 800;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        text-align: left;
        font-family: "Nunito", sans-serif; }
      #main-form.skup-podstrona .left h3 {
        font-size: 24px;
        color: #178e66;
        margin-bottom: 20px;
        font-weight: 600; }
      #main-form.skup-podstrona .left ul {
        padding-left: 17px; }
        #main-form.skup-podstrona .left ul li {
          font-size: 20px;
          font-weight: 400;
          background: transparent;
          padding: 0;
          margin-bottom: 15px;
          line-height: 1.3; }
          #main-form.skup-podstrona .left ul li strong {
            font-size: 27px;
            font-weight: 600;
            line-height: 36px; }
      #main-form.skup-podstrona .left .buttons {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-right: 25%; }
        #main-form.skup-podstrona .left .buttons .btn {
          padding: 6px 51px;
          padding-bottom: 10px;
          font-size: 27px; }
          #main-form.skup-podstrona .left .buttons .btn:hover {
            border-color: #178e66 !important;
            background-color: #178e66 !important; }
        #main-form.skup-podstrona .left .buttons p {
          font-size: 24px;
          color: #178e66;
          font-weight: 600;
          margin-top: 15px; }
  #main-form:not(.contact-page) h1 {
    font-size: 26px;
    margin-top: 45px;
    margin-bottom: 45px; }
  #main-form h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 45px;
    color: #fff;
    margin-bottom: 30px; }
  #main-form .left, #main-form .right {
    flex: 1 1 50%; }
    #main-form .left .inner, #main-form .right .inner {
      padding: 15px;
      padding-top: 40px;
      width: 680px; }
  #main-form .left .inner {
    padding-right: 30px;
    float: right; }
  #main-form .left ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #main-form .left ul li {
      background-image: url("../img/check.svg");
      background-size: 36px;
      background-repeat: no-repeat;
      background-position: top 16px left;
      font-size: 26px;
      font-weight: 600;
      line-height: 36px;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 60px; }
  #main-form .right {
    background-color: #178e66;
    color: #fff; }
    #main-form .right .inner {
      padding-left: 30px; }
  #main-form.staz-page .inner h3 {
    font-size: 1.5rem;
    margin-bottom: 30px; }
  #main-form.staz-page .inner h4 {
    font-weight: bold; }
  #main-form.staz-page .inner ul {
    margin-bottom: 20px; }
    #main-form.staz-page .inner ul li {
      font-size: 18px;
      line-height: 20px;
      padding-bottom: 8px;
      padding-top: 8px;
      background-size: 25px;
      background-position: top 7px left;
      padding-left: 35px;
      break-inside: avoid; }

.contact-form .button {
  text-align: center; }
  .contact-form .button .btn {
    padding: 10px 90px;
    font-size: 22px;
    min-width: 265px; }
.contact-form .checkbox label {
  display: flex;
  cursor: pointer; }
  .contact-form .checkbox label .form-control {
    min-width: 20px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 8px; }

#info {
  display: flex;
  background-color: #e5e5e5;
  margin-bottom: 30px; }
  #info .foto, #info .text {
    flex: 1 1 50%; }
  #info .foto {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    #info .foto img {
      object-fit: contain;
      object-position: center;
      position: absolute; }
  #info .text-inner {
    padding-left: 30px;
    padding-right: 15px;
    max-width: 680px;
    padding-bottom: 30px; }
    #info .text-inner h2 {
      margin: 0;
      padding-top: 20px;
      padding-bottom: 20px; }
    #info .text-inner p {
      font-size: 18px;
      line-height: 22px; }
    #info .text-inner ol li, #info .text-inner ul li, #info .text-inner a {
      font-size: 18px; }

#info2 {
  display: flex;
  background-color: #e5e5e5;
  margin-bottom: 30px; }
  #info2 .foto, #info2 .text {
    flex: 1 1 50%; }
  #info2 .foto {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    #info2 .foto img {
      position: absolute; }
  #info2 .text-inner {
    padding-left: 15px;
    padding-right: 30px;
    max-width: 680px;
    float: right;
    padding-bottom: 30px; }
    #info2 .text-inner h2 {
      margin: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 600; }
    #info2 .text-inner p {
      font-size: 18px;
      line-height: 24px;
      text-align: justify; }

#start-faq {
  margin-bottom: 30px; }
  #start-faq h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px; }

#accordion .card {
  margin-bottom: 12px;
  border: 1px solid #178e66;
  border-radius: 15px;
  overflow: hidden; }
  #accordion .card .card-header {
    background-color: #178e66;
    padding: 0px 0px;
    background-image: url("../img/down-arrow.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px; }
    #accordion .card .card-header h5 .btn-link {
      font-weight: 500;
      font-size: 24px;
      color: #fff;
      text-decoration: none;
      outline: none !important;
      box-shadow: none !important;
      padding: 10px 45px;
      margin: 0;
      width: 100%;
      text-align: left;
      height: 100%; }

#opinion {
  background-color: #e5e5e5;
  padding-bottom: 30px; }
  #opinion h2 {
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 30px 15px; }
  #opinion .one-op {
    color: #000;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 45px;
    margin-bottom: 20px; }
    #opinion .one-op .sign {
      color: #178e66;
      font-weight: 600;
      text-align: right;
      font-size: 20px;
      margin-bottom: 0; }
    #opinion .one-op .op {
      text-align: justify;
      padding-left: 120px;
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 500;
      background-image: url(../img/quote.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 90px; }

#switch .one-element {
  display: flex; }
  #switch .one-element .foto, #switch .one-element .text {
    flex: 1 1 50%; }
  #switch .one-element .text .text-inner {
    width: 680px;
    padding-left: 15px;
    padding-right: 30px;
    float: right;
    padding-bottom: 30px; }
    #switch .one-element .text .text-inner p {
      text-align: justify;
      font-size: 18px; }
    #switch .one-element .text .text-inner h2 {
      margin: 0;
      padding-top: 30px;
      padding-bottom: 20px;
      font-weight: 600; }
  #switch .one-element .foto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #switch .one-element:nth-child(even) {
    flex-direction: row-reverse;
    background-color: #e5e5e5; }
    #switch .one-element:nth-child(even) .text .text-inner {
      padding-left: 30px;
      padding-right: 15px;
      float: left; }

#cities {
  color: #fff;
  background-color: #178e66;
  padding-bottom: 60px; }
  #cities span, #cities h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 45px 15px;
    display: block; }
  #cities ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 4; }
    #cities ul li a {
      font-size: 18px;
      text-decoration: none;
      font-weight: 500;
      color: #fff; }
      #cities ul li a:hover {
        color: #ffe400; }

#type {
  margin-bottom: 30px; }
  #type h2, #type span {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
    display: block;
    font-weight: 600; }
  #type ul {
    column-count: 2; }
    #type ul li {
      font-weight: 600;
      font-size: 20px;
      line-height: 20px; }
  #type p {
    text-align: justify;
    font-size: 20px;
    line-height: 24px; }
  #type.co-skupujemy ul {
    max-width: fit-content;
    margin: auto;
    float: none;
    column-count: 8; }

ul.dots {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.dots li {
    background-image: url("../img/dot.svg");
    background-position: left top 12px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px; }

footer .inner {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between; }
footer .copyright {
  font-weight: 600; }
footer .author a {
  color: #178e66;
  font-weight: 500; }

.popup-box {
  z-index: -9999999999;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  display: flex;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  justify-content: center;
  align-items: center; }
  .popup-box .wrapper {
    background-color: white;
    position: relative;
    padding: 30px; }
  .popup-box.open {
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1; }
  .popup-box .btn-close {
    position: absolute;
    top: 0;
    right: 0; }

#user-form {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 45px; }
  #user-form ul.checkboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    #user-form ul.checkboxes li {
      display: flex;
      align-items: center;
      width: 200px; }
      #user-form ul.checkboxes li label {
        display: flex;
        align-items: center; }
        #user-form ul.checkboxes li label input.form-control {
          margin-right: 5px;
          outline: none; }
          #user-form ul.checkboxes li label input.form-control:focus {
            box-shadow: none; }
  #user-form .form-control {
    color: #000;
    border-radius: 0px; }
  #user-form label {
    font-size: 20px; }
  #user-form h5 {
    font-weight: 700;
    text-transform: uppercase; }
  #user-form h3 {
    text-transform: uppercase;
    font-weight: bold; }
  #user-form h2 {
    text-transform: uppercase; }
  #user-form .select-box {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    max-height: 180px;
    overflow: auto;
    position: absolute;
    background-color: #fff;
    left: 15px;
    right: 15px;
    z-index: 100; }
    #user-form .select-box .one-city {
      padding: 5px 10px;
      cursor: pointer;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#additional ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #additional ul li {
    margin-right: 8px;
    flex: 24%;
    max-width: 275.82px; }
    #additional ul li label {
      display: flex;
      align-items: center;
      cursor: pointer; }
      #additional ul li label input {
        margin-right: 5px;
        margin-top: 2px;
        cursor: pointer; }

#lead {
  padding-top: 15px; }
  #lead h3 a {
    border-bottom: 2px solid transparent; }
    #lead h3 a:hover {
      color: #178e66;
      text-decoration: none;
      border-color: #178e66; }

#lead-photo-carousel {
  position: relative; }
  #lead-photo-carousel .owl-nav button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    top: calc(50% - 25px);
    position: absolute;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #lead-photo-carousel .owl-nav button span {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      font-size: 65px;
      display: block;
      width: 60px;
      height: 60px;
      position: relative;
      top: -20px;
      opacity: 0.2; }
    #lead-photo-carousel .owl-nav button:hover span {
      opacity: 0.5; }
    #lead-photo-carousel .owl-nav button.owl-next {
      right: 5px; }
    #lead-photo-carousel .owl-nav button.owl-prev {
      left: 5px; }
    #lead-photo-carousel .owl-nav button:focus {
      outline: none;
      box-shadow: none; }
  #lead-photo-carousel a {
    justify-content: center;
    align-items: center;
    height: 550px;
    display: flex; }
    #lead-photo-carousel a img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
      object-position: center; }

.lead-info p {
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(23, 142, 102, 0.2);
  font-size: 17px; }

#leadDetails p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px; }
  #leadDetails p:first-child {
    margin-right: 7px;
    flex: 35%; }
  #leadDetails p:last-child {
    flex: 65%; }
#leadDetails .one-element {
  border-bottom: 1px solid rgba(23, 142, 102, 0.2); }

.comments .single_comment {
  min-height: calc(50px + 2rem);
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(25, 36, 73, 0.3);
  align-items: flex-start; }
  .comments .single_comment .avatar {
    height: 50px; }
.comments .display-none {
  display: none; }
.comments .display-flex {
  display: flex; }
.comments .reply_width {
  width: calc(100% - 3rem); }
.comments .no-Comments-H4 {
  color: black; }

.container-comments {
  padding-bottom: 20px; }

.comments-form {
  max-height: 800px; }
  .comments-form .margin-0 {
    margin: 0; }
  .comments-form ::-webkit-scrollbar {
    width: 6px; }
  .comments-form ::-webkit-scrollbar-track {
    background: transparent; }
  .comments-form ::-webkit-scrollbar-thumb {
    background: silver;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background-clip: padding-box;
    border-radius: 3px; }
  .comments-form .content-area {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(25, 36, 73, 0.3); }
  .comments-form textarea {
    border: none;
    width: 100%;
    height: 200px;
    outline: none;
    background-color: transparent;
    resize: none;
    padding: 15px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 18px; }
    .comments-form textarea:focus, .comments-form textarea:focus + .publish-area {
      background-color: rgba(25, 36, 73, 0.05); }
  .comments-form .publish-area {
    transition: 0.3s; }
  .comments-form .publish-button {
    color: #212529;
    background-color: transparent;
    outline: none;
    border: none;
    height: 30px;
    background-image: url("/img/paper-plane-green.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    transition: 0.3s;
    border-radius: 4px;
    line-height: 30px;
    padding: 0px 45px;
    padding-left: 35px;
    padding-right: 5px;
    background-position: left; }
    .comments-form .publish-button:hover {
      background-color: #178e66;
      background-image: url("/img/paper-plane-white.svg?ver=0.1");
      color: white; }
  .comments-form input[type=text], .comments-form input[type=email] {
    height: 27px;
    outline: none;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 4px rgba(25, 36, 73, 0.3);
    font-size: 18px;
    border-radius: 4px;
    transition: 0.1s; }
    .comments-form input[type=text]:focus, .comments-form input[type=email]:focus {
      background-color: rgba(25, 36, 73, 0.05); }

#map {
  height: 300px; }

#ankieta-regiony ul, #ankieta-rodzaje ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #ankieta-regiony ul li label, #ankieta-rodzaje ul li label {
    text-transform: capitalize;
    cursor: pointer; }
  #ankieta-regiony ul li ul, #ankieta-rodzaje ul li ul {
    column-count: 4;
    margin-left: 15px; }

.window-open {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 15px; }
  .window-open .wrapper {
    border-radius: 15px;
    padding: 30px;
    width: 1200px;
    max-width: 100%;
    background-color: #fff;
    position: relative; }
    .window-open .wrapper .btn-close {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      font-size: 22px;
      position: absolute;
      right: 0px;
      top: 5px;
      cursor: pointer;
      color: #178e66; }
      .window-open .wrapper .btn-close:hover {
        color: #117f5a; }
    .window-open .wrapper.add-translation {
      width: 700px; }
      .window-open .wrapper.add-translation label {
        text-transform: uppercase;
        display: flex;
        align-items: center; }
        .window-open .wrapper.add-translation label img {
          width: 20px;
          margin-right: 8px;
          margin-top: 1px; }

.lead-opiekun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 15px 30px; }
  .lead-opiekun .foto img {
    min-width: 180px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center; }
  .lead-opiekun h3 {
    font-size: 2rem; }
  .lead-opiekun a {
    border-bottom: 2px solid transparent; }
    .lead-opiekun a:hover {
      color: #178e66;
      text-decoration: none;
      border-color: #178e66; }

.big-buttons .buttons {
  display: flex;
  justify-content: center; }
  .big-buttons .buttons .btn {
    padding: 15px 40px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    border-radius: 30px; }
    .big-buttons .buttons .btn img {
      width: 60px;
      min-width: 60px;
      height: 60px;
      object-fit: contain;
      object-position: center center;
      margin-right: 25px; }

.lead-fotos img {
  max-height: 250px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #178e66;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite; }

.spis-tresci {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .spis-tresci .spis-tresci-inner {
    padding: 25px 40px;
    background-color: #fafafa;
    border: 2px solid #f1f1f1; }
  .spis-tresci ul {
    list-style: decimal; }
    .spis-tresci ul li {
      margin-bottom: 15px;
      text-align: left; }
      .spis-tresci ul li::marker {
        color: #178e66; }
      .spis-tresci ul li a {
        display: flex;
        color: #178e66; }
      .spis-tresci ul li:before {
        display: none; }
      .spis-tresci ul li .content-number {
        min-width: 30px;
        width: 30px;
        display: block; }
  .spis-tresci .buttons {
    display: flex;
    justify-content: flex-end; }
    .spis-tresci .buttons .btn {
      margin-left: 0;
      margin-right: 0; }
      .spis-tresci .buttons .btn.hidden-element {
        display: none; }

.warto-wiedziec {
  background-color: #f2f9f2;
  border-radius: 40px;
  padding: 35px 60px;
  position: relative;
  margin: 40px 0;
  max-width: 100%; }
  .warto-wiedziec h2, .warto-wiedziec h3, .warto-wiedziec h4 {
    color: #178e66;
    font-family: "Nunito", sans-serif; }
  .warto-wiedziec p, .warto-wiedziec a, .warto-wiedziec ul li, .warto-wiedziec ol li {
    font-family: "Nunito", sans-serif; }
  .warto-wiedziec p {
    width: 704px;
    max-width: 100%;
    margin-bottom: 20px; }
  .warto-wiedziec p:first-child {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
    color: #178e66;
    width: 100%; }
  .warto-wiedziec:after {
    display: block;
    content: "";
    position: absolute;
    top: 19px;
    right: 45px;
    width: 57px;
    height: 57px;
    background-image: url("/img/about.webp");
    background-size: 57px;
    background-repeat: no-repeat; }

.expert {
  background-color: #f1f1f1;
  border-radius: 40px;
  padding: 45px 60px;
  padding-left: 118px;
  position: relative;
  margin: 40px 0;
  max-width: 100%; }
  .expert img {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    object-fit: cover; }
  .expert .image {
    position: absolute;
    bottom: 35px;
    margin: 0; }
  .expert h2, .expert h3, .expert h4 {
    color: #178e66;
    font-family: "Nunito", sans-serif; }
  .expert p, .expert a, .expert ul li, .expert ol li {
    font-family: "Nunito", sans-serif; }
  .expert p {
    width: 551px;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left; }
    .expert p:last-child {
      margin-left: 116px;
      margin-bottom: 15px;
      margin-top: 60px;
      width: 100%; }
  .expert p:first-child {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 45px;
    padding-right: 58px;
    width: 100%;
    color: #178e66; }
  .expert:after {
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    right: 43px;
    width: 57px;
    height: 43px;
    background-image: url("/img/quote-right.webp");
    background-size: 57px;
    background-repeat: no-repeat; }
  .expert:before {
    display: block;
    content: "";
    position: absolute;
    left: 1px;
    top: 30px;
    width: 6px;
    height: calc(100% - 60px);
    background-color: #178e66; }

.important-announcement {
  border: 2px solid #ef5a64;
  border-radius: 40px;
  padding: 25px 60px;
  position: relative;
  margin: 40px 0; }
  .important-announcement h2, .important-announcement h3, .important-announcement h4 {
    color: #ee404c;
    font-family: "Nunito", sans-serif; }
  .important-announcement p, .important-announcement a, .important-announcement ul li, .important-announcement ol li {
    font-family: "Nunito", sans-serif;
    text-align: left; }
  .important-announcement p {
    width: 704px;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left; }
  .important-announcement p:first-child {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ee404c;
    width: 100%; }
  .important-announcement:after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    right: 40px;
    width: 66px;
    height: 58px;
    background-image: url("/img/warning.webp");
    background-size: 66px;
    background-repeat: no-repeat; }

.foto-text {
  border-radius: 34px;
  background-color: #178e66;
  width: 100%;
  margin: 40px 0;
  padding: 65px 76px;
  padding-left: 306px;
  position: relative;
  max-width: 100%; }
  .foto-text h1, .foto-text h2, .foto-text h3, .foto-text h4, .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
    color: #fff;
    font-family: "Nunito", sans-serif; }
  .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
    font-size: 25px !important;
    line-height: 1.5; }
  .foto-text a:hover {
    color: #deff00; }
  .foto-text p {
    text-align: left; }
    .foto-text p:last-child {
      margin-bottom: 0; }
      .foto-text p:last-child a {
        display: block;
        padding: 15px 46px;
        color: #000000;
        background-color: #deff00;
        font-weight: 700;
        font-size: 22px;
        width: fit-content;
        border-radius: 25px;
        margin-left: auto;
        margin-top: 50px; }
  .foto-text p:nth-child(2) {
    font-size: 47px !important;
    margin-bottom: 35px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.3; }
  .foto-text .image {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    max-height: 100%;
    height: calc(100% - 30px);
    display: flex;
    align-items: flex-end; }
  .foto-text img {
    max-width: 296px;
    max-height: 100%;
    width: auto;
    border-bottom-left-radius: 34px;
    object-fit: contain; }

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center; }
  .pagination .numbers {
    display: flex; }
    .pagination .numbers .one-item {
      padding: 3px 4px;
      margin: 3px;
      color: #178e66;
      border: 1px solid #178e66;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 20px; }
      .pagination .numbers .one-item:hover {
        background-color: #178e66;
        text-decoration: none;
        color: #fff; }
      .pagination .numbers .one-item.active {
        background-color: #178e66;
        color: #fff; }

#pb-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px; }
#pb-video.one-element .text .text-inner {
  padding-bottom: 40px; }
#pb-video h2 {
  width: 430px;
  max-width: 100%; }
#pb-video .buttons {
  margin-top: 35px; }
  #pb-video .buttons .btn {
    padding: 13px 61px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500; }
#pb-video .foto {
  padding: 20px 30px;
  border-radius: 21px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%; }
  #pb-video .foto iframe {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    max-height: 26.3vw; }

.article-author {
  align-items: center;
  display: flex;
  margin: 40px 0; }
  .article-author h1, .article-author h2, .article-author h3, .article-author h4, .article-author p, .article-author a, .article-author ul li, .article-author ol li {
    font-family: "Nunito", sans-serif; }
  .article-author .photo .image {
    margin: 0; }
  .article-author .photo img {
    width: 231px;
    height: 231px;
    min-width: 231px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 50px; }
  .article-author .title {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .article-author .title a {
      display: block;
      width: 37px;
      height: 37px;
      min-width: 37px;
      min-height: 37px;
      background-size: 37px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      margin-left: 12px; }
      .article-author .title a:hover {
        transform: scale(0.95); }
      .article-author .title a.fb {
        background-image: url("/img/fb-green.webp"); }
      .article-author .title a.linkedin {
        background-image: url("/img/linkedin-green.webp"); }
    .article-author .title p:last-child {
      font-size: 30px !important;
      font-weight: 700;
      color: black; }
    .article-author .title p {
      color: #178e66;
      font-weight: 700;
      margin-bottom: 0px;
      font-size: 18px !important; }
    .article-author .title h2 {
      margin: 0; }
    .article-author .title .name {
      padding-right: 15px; }
    .article-author .title .socials {
      display: flex;
      align-items: center; }
  .article-author p {
    font-size: 17px !important;
    line-height: 1.3;
    text-align: left; }

.related-articles, .newsy-carousel, .news {
  background-color: #f1f1f1; }
  .related-articles h2, .related-articles h3, .related-articles p, .related-articles a, .newsy-carousel h2, .newsy-carousel h3, .newsy-carousel p, .newsy-carousel a, .news h2, .news h3, .news p, .news a {
    font-family: "Nunito";
    color: #000000; }
  .related-articles .one-article, .newsy-carousel .one-article, .news .one-article {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0 1.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .related-articles .one-article:hover, .newsy-carousel .one-article:hover, .news .one-article:hover {
      text-decoration: none;
      transform: scale(0.95); }
  .related-articles .photo, .newsy-carousel .photo, .news .photo {
    position: relative; }
    .related-articles .photo img, .newsy-carousel .photo img, .news .photo img {
      height: 19.8vw;
      width: 100%;
      object-fit: cover; }
  .related-articles .date, .newsy-carousel .date, .news .date {
    display: flex;
    align-items: center;
    background-color: #178e66;
    border-top-right-radius: 33px;
    padding: 17px 25px;
    padding-left: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 250px; }
    .related-articles .date p, .newsy-carousel .date p, .news .date p {
      color: white;
      margin: 0;
      font-size: 17px; }
    .related-articles .date:before, .newsy-carousel .date:before, .news .date:before {
      display: block;
      content: "";
      height: 24px;
      width: 26px;
      background-image: url("/img/calendar.webp");
      background-size: 26px;
      background-repeat: no-repeat;
      margin-right: 14px; }
  .related-articles .text, .newsy-carousel .text, .news .text {
    flex-grow: 1; }
  .related-articles .text-inner, .newsy-carousel .text-inner, .news .text-inner {
    background-color: white;
    padding: 1.1vw;
    padding-bottom: 3.2vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .related-articles .text-inner p, .newsy-carousel .text-inner p, .news .text-inner p {
      font-size: 17px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .related-articles .text-inner h3, .newsy-carousel .text-inner h3, .news .text-inner h3 {
      font-size: 25px;
      color: #178e66;
      font-weight: 700;
      padding-top: 10px;
      text-align: left;
      margin-bottom: 1.1vw;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  .related-articles h2, .newsy-carousel h2, .news h2 {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px; }
  .related-articles .wrapper, .newsy-carousel .wrapper, .news .wrapper {
    padding: 60px 3.2vw; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: calc(50% - 25px);
    border: 1px solid #178e66 !important; }
    .owl-carousel .owl-nav button img {
      width: 15px; }
    .owl-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: -60px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -60px; }
    .owl-carousel .owl-nav button.disabled {
      opacity: 0.5; }
    .owl-carousel .owl-nav button:hover .owl-carousel .owl-nav button:not(.disabled) {
      opacity: 1; }
    .owl-carousel .owl-nav button:focus {
      outline: none; }
  .owl-carousel .one-news {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .owl-carousel .one-news:hover {
      transform: scale(0.95);
      text-decoration: none; }
    .owl-carousel .one-news img {
      height: 290px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .owl-carousel .one-news .wrapper {
      display: flex; }
  .owl-carousel .owl-stage {
    display: flex; }

.newsy-carousel {
  padding: 45px 60px; }

.news {
  padding: 60px 0; }
  .news .container-fluid {
    max-width: 1700px; }
  .news .one-article {
    margin-bottom: 45px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 575px) {
  #photo-adder .photo-temp .one-foto {
    height: 100px;
    margin: 3px;
    min-width: 28%;
    max-width: 28%; }
  #photo-adder header {
    padding-top: 0;
    position: initial; }
    #photo-adder header nav {
      padding-top: 20px;
      padding-bottom: 20px; }
  #photo-adder main {
    min-height: calc(100vh - 107.78px - 61px); }
  #photo-adder h4 {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #178e66;
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 30px; }
  #photo-adder .photo-temp .one-foto {
    font-size: 60%; }
  #photo-adder footer {
    border-top: 1px solid #178e66; }
  #photo-adder p {
    font-size: 110%; }
  #photo-adder .form-control {
    padding: 5px 10px;
    height: 38px; }
    #photo-adder .form-control::placeholder {
      font-size: 70%; }
  #photo-adder .photo-list {
    margin-top: 45px; }
    #photo-adder .photo-list .one-foto {
      max-width: 48%;
      flex: 1 1 45%;
      margin: 3px; }
      #photo-adder .photo-list .one-foto .foto-holder {
        height: 140px; }
      #photo-adder .photo-list .one-foto p {
        font-size: 100%; }
      #photo-adder .photo-list .one-foto:first-child {
        box-shadow: none;
        border-color: grey; }
  #photo-adder #client-upload {
    margin-top: 45px; }
    #photo-adder #client-upload .dragdrop-placeholder {
      font-weight: bold;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      margin-bottom: 10px;
      font-size: 100%;
      text-align: center;
      padding: 0px 15px;
      height: 88px; }

  .subsite #offer {
    padding-top: 80px !important;
    padding-bottom: 25px !important;
    background-size: 768px; }
  .subsite h1 {
    font-size: 32px; }

  .contact-page h3 {
    text-align: center;
    font-size: 22px; }
  .contact-page h4 {
    font-size: 16px;
    text-align: center; }
  .contact-page .contact-ul {
    display: block;
    column-count: 1 !important;
    max-width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none; }
    .contact-page .contact-ul li a {
      font-size: 18px;
      display: block; }

  #offer #article-start span {
    font-size: 16px !important; }

  #article-start ol {
    padding-left: 10px; }
    #article-start ol ul {
      padding-left: 20px; }
  #article-start ul {
    padding-left: 10px; }

  header {
    padding-top: 0; }

  .logo {
    transform: scale(1);
    margin-right: 15px; }
    .logo a img {
      width: 40px; }
    .logo a p {
      font-size: 20px;
      line-height: 14px; }

  .page-title {
    padding: 51px 15px 15px 15px;
    height: auto;
    padding-top: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-title h1 {
      font-size: 22px;
      padding-top: 15px; }
    .page-title .subtitle {
      font-size: 16px; }

  #top-navbar .main-nav li a {
    padding: 28px 5px; }
  #top-navbar .call-to-action {
    margin-left: 0px;
    margin-right: 5px; }
    #top-navbar .call-to-action .btn {
      font-size: 18px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 34px;
      height: 34px;
      background-size: 18px;
      background-position: center center; }
      #top-navbar .call-to-action .btn span {
        display: none; }

  #main-form {
    flex-wrap: wrap;
    background-position: left 20% center; }
    #main-form.skup-podstrona {
      margin-top: 10px; }
      #main-form.skup-podstrona .right .inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px; }
        #main-form.skup-podstrona .right .inner .btn {
          font-size: 18px;
          min-width: 176px;
          padding: 4px 49px;
          padding-bottom: 7px; }
        #main-form.skup-podstrona .right .inner .form-group input, #main-form.skup-podstrona .right .inner .form-group textarea {
          font-size: 18px; }
        #main-form.skup-podstrona .right .inner h2 {
          font-size: 20px; }
        #main-form.skup-podstrona .right .inner p {
          font-size: 15px; }
        #main-form.skup-podstrona .right .inner .checkbox {
          margin-bottom: 13px; }
      #main-form.skup-podstrona .left .inner {
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 0px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column; }
      #main-form.skup-podstrona .left h2 {
        font-size: 23px;
        text-align: center;
        margin-bottom: 5px; }
        #main-form.skup-podstrona .left h2 br {
          display: none !important; }
      #main-form.skup-podstrona .left h3 {
        font-size: 18px;
        text-align: center; }
      #main-form.skup-podstrona .left ul {
        column-count: 1;
        padding-left: 0; }
        #main-form.skup-podstrona .left ul li {
          font-size: 16px; }
          #main-form.skup-podstrona .left ul li strong {
            font-size: 19px;
            line-height: 20px;
            display: block;
            margin-bottom: -12px; }
      #main-form.skup-podstrona .left .buttons {
        padding-right: 0; }
        #main-form.skup-podstrona .left .buttons .btn {
          font-size: 18px;
          padding: 8px 51px;
          padding-bottom: 9px; }
        #main-form.skup-podstrona .left .buttons p {
          font-size: 18px; }
    #main-form:not(.contact-page) h1 {
      text-align: center;
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 22px; }
    #main-form h2 {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 22px; }
    #main-form .left, #main-form .right {
      flex: 1 1 100%; }
      #main-form .left .inner, #main-form .right .inner {
        width: 100%;
        padding-top: 20px;
        max-width: 540px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px; }
    #main-form .left {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0px;
      float: left; }
      #main-form .left ul {
        column-count: 1;
        width: 100%; }
        #main-form .left ul li {
          background-size: 22px;
          padding-top: 7px;
          padding-bottom: 7px;
          font-size: 16px;
          padding-left: 32px;
          line-height: 24px;
          background-position: top 10px left; }
    #main-form .right {
      padding-left: 15px;
      padding-right: 15px;
      float: left; }
      #main-form .right .inner {
        padding-top: 0; }
    #main-form.staz-page .inner h3 {
      font-size: 1.2rem; }
    #main-form.staz-page .inner h4 {
      font-size: 1.3rem; }
    #main-form.staz-page .inner ul li {
      font-size: 16px;
      background-size: 18px;
      background-position: top 5px left;
      padding-bottom: 4px;
      padding-top: 4px;
      padding-left: 25px; }

  .form-control {
    height: 42px;
    font-size: 16px;
    padding: 10px 14px; }

  .form-text-area {
    min-height: 80px; }

  #about {
    flex-direction: column-reverse; }
    #about .text .inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #about .text .inner h2 {
        text-align: center;
        font-size: 22px; }
      #about .text .inner p, #about .text .inner a, #about .text .inner ol li, #about .text .inner ul li {
        font-size: 16px; }
    #about .foto {
      width: 100%;
      height: 280px;
      flex: auto;
      display: block;
      float: left;
      background-attachment: fixed; }

  #info {
    flex-direction: column; }
    #info .text-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #info .text-inner h2 {
        font-size: 22px;
        text-align: center; }
      #info .text-inner p, #info .text-inner a, #info .text-inner ol li, #info .text-inner ul li {
        font-size: 16px; }
    #info .foto {
      flex: auto;
      height: 280px;
      display: block;
      width: 100%;
      background-attachment: fixed; }

  #info2 {
    flex-direction: column-reverse; }
    #info2 .text-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      float: none;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; }
      #info2 .text-inner h2 {
        text-align: center;
        font-size: 22px; }
    #info2 .foto {
      flex: auto;
      height: 280px;
      display: block;
      width: 100%;
      background-attachment: fixed; }

  #switch .one-element {
    flex-direction: column-reverse; }
    #switch .one-element .text {
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #switch .one-element .text .text-inner {
        width: 100%;
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px; }
        #switch .one-element .text .text-inner h2 {
          text-align: center;
          font-size: 22px; }
    #switch .one-element .foto {
      flex: auto;
      display: block;
      background-attachment: fixed;
      width: 100%;
      height: 260px; }
    #switch .one-element:nth-child(even) {
      flex-direction: column-reverse; }
      #switch .one-element:nth-child(even) .text .text-inner {
        padding-left: 15px;
        padding-right: 15px; }

  #steps {
    padding-top: 45px; }
    #steps .title h2 {
      font-size: 26px;
      padding-bottom: 42px;
      background-image: none; }
    #steps .inner {
      flex-direction: column; }
      #steps .inner .one-step .inside {
        width: 140px;
        height: 140px;
        border-width: 10px; }
        #steps .inner .one-step .inside .number {
          font-size: 60px; }
        #steps .inner .one-step .inside .circle {
          width: 60px;
          height: 60px;
          background-size: 40px;
          right: -13px;
          bottom: -18px; }
      #steps .inner .one-step .text p {
        font-size: 18px; }
      #steps .inner .arrow img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
        transform: rotate(90deg); }

  #offer h2 {
    font-size: 26px;
    text-align: center; }
  #offer .inner .one-offer h3 {
    font-size: 22px; }

  #type ul {
    column-count: 2;
    margin-bottom: 45px; }
  #type h2, #type span {
    font-size: 22px;
    text-align: center; }
  #type p {
    font-size: 16px; }
  #type.co-skupujemy ul {
    column-count: 2; }

  #start-faq h2 {
    font-size: 26px;
    text-align: center; }

  #opinion h2 {
    font-size: 26px;
    text-align: center; }

  #cities h2 {
    font-size: 26px; }
  #cities ul {
    column-count: 1; }
    #cities ul li {
      text-align: center; }
      #cities ul li a {
        text-align: center; }

  .long-text .wrapper {
    text-align: center; }
    .long-text .wrapper .dots {
      column-count: 2 !important; }
    .long-text .wrapper h2 {
      padding-top: 25px;
      font-size: 21px;
      padding-bottom: 10px; }
    .long-text .wrapper p {
      min-width: 100%;
      text-align: center; }

  #offer h2 {
    font-size: 26px; }
  #offer .inner .one-offer {
    flex: 1 1 45%; }
    #offer .inner .one-offer h3 {
      font-size: 20px; }
    #offer .inner .one-offer p {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px; }

  #accordion .card .card-header h5 .btn-link {
    font-size: 18px;
    line-height: 22px;
    padding-left: 15px; }

  #opinion .one-op {
    padding: 15px; }
    #opinion .one-op .op {
      font-size: 16px;
      background-image: none;
      padding-left: 0; }

  footer .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 76px; }
    footer .inner .copyright, footer .inner .author {
      flex: 1 1 100%;
      text-align: center; }

  #right-column {
    position: fixed;
    bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    left: 0px;
    right: 0px; }
    #right-column #slide-wrapper {
      display: none; }

  .contact-box .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px; }
  .contact-box .contact-checkbox-label {
    margin-top: 5px; }

  .side-box {
    padding: 30px 15px; }

  #lead-photo-carousel a {
    height: 280px; }

  #map {
    height: 350px; }

  #ankieta-regiony ul li ul {
    column-count: 2; }

  .lead-opiekun h3 {
    font-size: 1.1rem; }
  .lead-opiekun .foto img {
    width: 80px;
    min-width: 80px;
    height: 80px; }

  .big-buttons .buttons .btn {
    font-size: 1.1rem; }

  #lead-photo-carousel a {
    height: 300px; }

  .big-buttons .buttons {
    flex-wrap: wrap; }
    .big-buttons .buttons .btn {
      padding: 10px 20px;
      width: 280px; }
      .big-buttons .buttons .btn img {
        min-width: 35px;
        width: 35px;
        height: 35px; }
  .big-buttons h3 {
    font-size: 1.1rem; }

  .lead-fotos img {
    max-height: 150px; }

  #switch.news .one-element .text {
    padding-top: 30px;
    padding-bottom: 30px; }
    #switch.news .one-element .text .text-inner p {
      text-align: left; }

  #pb-video .text {
    max-width: 100%; }
  #pb-video .foto {
    flex: 100% !important; }
  #pb-video .buttons {
    margin-top: 35px; }
    #pb-video .buttons .btn {
      padding: 13px 45px;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 500; }
  #pb-video iframe {
    max-height: 50vw;
    min-height: 50vw; }

  .foto-text {
    padding: 25px 20px;
    padding-bottom: 35px;
    min-height: 310px; }
    .foto-text p {
      width: 100%;
      font-size: 15px !important;
      max-width: 138px;
      margin-left: auto; }
    .foto-text img {
      max-width: 129px;
      max-height: 200px; }
    .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
      font-size: 16px !important; }
    .foto-text p:nth-child(2) {
      font-size: 22px !important;
      margin-bottom: 10px; }
    .foto-text p:last-child a {
      margin-top: 20px;
      padding: 11px 10px;
      max-width: 138px;
      display: flex;
      align-items: center;
      text-align: center;
      line-height: 1;
      font-size: 15px !important; }

  .important-announcement {
    padding: 20px 30px; }
    .important-announcement p, .important-announcement ul li, .important-announcement ol li, .important-announcement a {
      font-size: 15px !important; }
    .important-announcement p {
      width: 100%;
      margin-bottom: 10px; }
    .important-announcement p:first-child {
      margin-bottom: 20px;
      font-size: 20px !important;
      padding-right: 35px;
      text-align: left !important;
      margin-top: 6px; }
    .important-announcement:after {
      top: 21px;
      right: 14px;
      width: 32px;
      height: 28px;
      background-size: 32px; }

  .warto-wiedziec {
    padding: 20px 30px; }
    .warto-wiedziec p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px !important; }
    .warto-wiedziec:after {
      right: 24px;
      width: 32px;
      height: 32px;
      background-size: 32px; }
    .warto-wiedziec p:first-child {
      margin-bottom: 20px;
      font-size: 20px !important;
      padding-right: 35px;
      text-align: left !important;
      margin-top: 6px; }

  .expert {
    padding: 25px 30px; }
    .expert .image {
      position: relative;
      bottom: 0;
      display: flex;
      margin-top: 20px;
      margin-bottom: 10px;
      justify-content: center; }
    .expert:after {
      top: 28px;
      right: 24px;
      width: 35px;
      height: 27px;
      background-size: 35px; }
    .expert p:first-child {
      margin-bottom: 20px;
      font-size: 20px !important;
      padding-right: 40px;
      text-align: left !important;
      margin-top: 6px; }
    .expert p, .expert ul li, .expert ol li, .expert a {
      font-size: 15px !important; }
    .expert p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px !important; }
      .expert p:last-child {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center; }

  .article-author {
    flex-direction: column; }
    .article-author p, .article-author ul li, .article-author ol li, .article-author a {
      font-size: 15px !important; }
    .article-author .photo img {
      margin-right: 0px;
      width: 190px;
      height: 190px;
      min-width: 190px;
      margin-bottom: 20px; }
    .article-author .title {
      align-items: center;
      flex-direction: column; }
      .article-author .title a {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        background-size: 30px; }
      .article-author .title p {
        font-size: 15px !important;
        text-align: center; }
      .article-author .title p:last-child {
        font-size: 26px !important;
        text-align: center; }
      .article-author .title .name {
        padding-right: 0;
        margin-bottom: 10px; }

  .related-articles h2, .newsy-carousel h2, .news h2 {
    font-size: 21px;
    margin-bottom: 35px; }
  .related-articles .date, .newsy-carousel .date, .news .date {
    padding: 8px 15px;
    padding-left: 20px;
    border-top-right-radius: 26px;
    min-width: auto; }
    .related-articles .date:before, .newsy-carousel .date:before, .news .date:before {
      height: 20px;
      width: 22px;
      background-size: 22px; }
  .related-articles .text-inner, .newsy-carousel .text-inner, .news .text-inner {
    padding: 2.1vw;
    padding-bottom: 4.2vw; }
    .related-articles .text-inner p, .newsy-carousel .text-inner p, .news .text-inner p {
      font-size: 15px; }
    .related-articles .text-inner h3, .newsy-carousel .text-inner h3, .news .text-inner h3 {
      font-size: 18px; }
  .related-articles .photo img, .newsy-carousel .photo img, .news .photo img {
    height: 60.8vw; }
  .related-articles .one-article, .newsy-carousel .one-article, .news .one-article {
    margin-bottom: 20px; }
  .related-articles .wrapper, .newsy-carousel .wrapper, .news .wrapper {
    padding: 40px 0;
    padding-bottom: 20px; }

  .owl-carousel .owl-nav {
    display: none; }
  .owl-carousel .one-news img {
    height: 60.8vw; }

  .newsy-carousel {
    padding: 30px 0; }

  #article-start #accordion h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  #article-start #accordion .card .card-header h5 .btn-link {
    padding: 7px 38px;
    padding-left: 10px;
    font-size: 17px; }

  .news {
    padding: 20px 0; } }
@media (min-width: 576px) and (max-width: 767px) {
  #photo-adder .photo-temp .one-foto {
    height: 120px;
    margin: 3px;
    min-width: 21%;
    max-width: 21%; }
  #photo-adder header {
    padding-top: 0;
    position: initial; }
    #photo-adder header nav {
      padding-top: 20px;
      padding-bottom: 20px; }
  #photo-adder main {
    min-height: calc(100vh - 107.78px - 61px); }
  #photo-adder h4 {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #178e66;
    font-weight: bold;
    font-size: 250%;
    margin-bottom: 30px; }
  #photo-adder .photo-temp .one-foto {
    font-size: 60%; }
  #photo-adder footer {
    border-top: 1px solid #178e66; }
  #photo-adder p {
    font-size: 130%; }
  #photo-adder .form-control {
    padding: 5px 10px;
    height: 38px; }
  #photo-adder .photo-list {
    margin-top: 45px; }
    #photo-adder .photo-list .one-foto {
      max-width: 235px;
      flex: 1 1 45%; }
      #photo-adder .photo-list .one-foto .foto-holder {
        height: 180px; }
      #photo-adder .photo-list .one-foto p {
        font-size: 100%; }
      #photo-adder .photo-list .one-foto:first-child {
        box-shadow: none;
        border-color: grey; }
  #photo-adder #client-upload {
    margin-top: 45px; }
    #photo-adder #client-upload .dragdrop-placeholder {
      font-weight: bold;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      margin-bottom: 20px; }

  .contact-page h3 {
    text-align: center; }
  .contact-page h4 {
    text-align: center; }
  .contact-page .contact-ul {
    display: block;
    column-count: 1 !important;
    max-width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none; }
    .contact-page .contact-ul li a {
      font-size: 22px;
      display: block; }

  header {
    padding-top: 0px; }

  .logo {
    transform: scale(0.8);
    margin-right: 15px; }

  #top-navbar .main-nav li a {
    padding: 28px 5px; }
  #top-navbar .call-to-action {
    margin-left: 0px;
    margin-right: 5px; }
    #top-navbar .call-to-action .btn {
      font-size: 18px;
      padding-left: 35px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 5px;
      background-size: 18px;
      background-position: left 10px center; }

  .page-title {
    height: 140px;
    padding-top: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-title h1 {
      font-size: 26px; }
    .page-title .subtitle {
      font-size: 18px; }

  #main-form {
    flex-wrap: wrap; }
    #main-form.skup-podstrona .right .inner {
      padding-left: 38px;
      padding-right: 27px;
      padding-top: 30px; }
      #main-form.skup-podstrona .right .inner .btn {
        font-size: 18px;
        min-width: 176px;
        padding: 4px 49px;
        padding-bottom: 7px; }
      #main-form.skup-podstrona .right .inner .form-group input, #main-form.skup-podstrona .right .inner .form-group textarea {
        font-size: 18px; }
      #main-form.skup-podstrona .right .inner h2 {
        font-size: 22px; }
      #main-form.skup-podstrona .right .inner p {
        font-size: 15px; }
      #main-form.skup-podstrona .right .inner .checkbox {
        margin-bottom: 13px; }
    #main-form.skup-podstrona .left .inner {
      padding-top: 10px;
      padding-left: 30px;
      padding-right: 15px;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column; }
    #main-form.skup-podstrona .left h2 {
      font-size: 25px;
      text-align: center;
      margin-bottom: 5px; }
      #main-form.skup-podstrona .left h2 br {
        display: none !important; }
    #main-form.skup-podstrona .left h3 {
      font-size: 19px;
      text-align: center; }
    #main-form.skup-podstrona .left ul {
      column-count: 1;
      padding-left: 0; }
      #main-form.skup-podstrona .left ul li {
        font-size: 17px; }
        #main-form.skup-podstrona .left ul li strong {
          font-size: 20px; }
    #main-form.skup-podstrona .left .buttons {
      padding-right: 0; }
      #main-form.skup-podstrona .left .buttons .btn {
        font-size: 18px;
        padding: 8px 51px;
        padding-bottom: 9px; }
      #main-form.skup-podstrona .left .buttons p {
        font-size: 19px; }
    #main-form:not(.contact-page) h1 {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 22px; }
    #main-form h2 {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 22px; }
    #main-form .left, #main-form .right {
      flex: 1 1 100%; }
      #main-form .left .inner, #main-form .right .inner {
        width: 100%;
        padding-top: 20px;
        max-width: 540px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px; }
    #main-form .left {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 20px;
      float: left; }
      #main-form .left ul {
        column-count: 1;
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none; }
        #main-form .left ul li {
          background-size: 30px;
          padding-top: 8px;
          padding-bottom: 8px;
          font-size: 18px;
          padding-left: 40px;
          background-position: top 13px left; }
    #main-form .right {
      padding-left: 15px;
      padding-right: 15px;
      float: left; }

  .form-control {
    height: 42px;
    font-size: 16px;
    padding: 10px 14px; }

  .form-text-area {
    min-height: 80px; }

  #about {
    flex-direction: column-reverse; }
    #about .text .inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #about .text .inner h2 {
        font-size: 22px; }
    #about .foto {
      width: 100%;
      height: 280px;
      flex: auto;
      display: block;
      float: left;
      background-attachment: fixed; }

  #info {
    flex-direction: column; }
    #info .text-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #info .text-inner h2 {
        font-size: 22px; }
    #info .foto {
      flex: auto;
      height: 280px;
      display: block;
      width: 100%;
      background-attachment: fixed; }

  #info2 {
    flex-direction: column-reverse; }
    #info2 .text-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      float: none;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; }
      #info2 .text-inner h2 {
        font-size: 22px; }
    #info2 .foto {
      flex: auto;
      height: 280px;
      display: block;
      width: 100%;
      background-attachment: fixed; }

  #switch .one-element {
    flex-direction: column-reverse; }
    #switch .one-element .text {
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #switch .one-element .text .text-inner {
        width: 100%;
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px; }
        #switch .one-element .text .text-inner h2 {
          font-size: 22px; }
    #switch .one-element .foto {
      flex: auto;
      display: block;
      background-attachment: fixed;
      width: 100%;
      height: 260px; }
    #switch .one-element:nth-child(even) {
      flex-direction: column-reverse; }

  #steps {
    padding-top: 45px; }
    #steps .title h2 {
      font-size: 36px;
      padding-bottom: 42px;
      background-image: none; }
    #steps .inner {
      flex-direction: column; }
      #steps .inner .one-step .inside {
        width: 140px;
        height: 140px;
        border-width: 10px; }
        #steps .inner .one-step .inside .number {
          font-size: 60px; }
        #steps .inner .one-step .inside .circle {
          width: 60px;
          height: 60px;
          background-size: 40px;
          right: -13px;
          bottom: -18px; }
      #steps .inner .one-step .text p {
        font-size: 18px; }
      #steps .inner .arrow img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
        transform: rotate(90deg); }

  #offer h2 {
    font-size: 36px; }
  #offer .inner .one-offer h3 {
    font-size: 22px; }

  #type ul {
    column-count: 2;
    margin-bottom: 45px; }
  #type h2, #type span {
    font-size: 22px; }
  #type p {
    font-size: 16px; }
  #type.co-skupujemy ul {
    column-count: 2; }

  #start-faq h2 {
    font-size: 36px; }

  #opinion h2 {
    font-size: 36px; }

  #cities h2 {
    font-size: 36px; }
  #cities ul {
    column-count: 2; }

  #offer .inner .one-offer {
    flex: 1 1 45%; }

  #right-column {
    position: fixed;
    bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    left: 0px;
    right: 0px; }
    #right-column #slide-wrapper {
      display: none; }

  .contact-box .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px; }
  .contact-box .contact-checkbox-label {
    margin-top: 5px; }

  .side-box {
    padding: 30px 15px; }

  #ankieta-regiony ul li ul {
    column-count: 3; }

  .lead-opiekun h3 {
    font-size: 1.2rem; }
  .lead-opiekun .foto img {
    width: 90px;
    min-width: 90px;
    height: 90px; }

  .big-buttons .buttons .btn {
    font-size: 1.2rem; }

  #lead-photo-carousel a {
    height: 380px; }

  .big-buttons .buttons {
    flex-wrap: wrap; }
    .big-buttons .buttons .btn {
      padding: 10px 30px;
      width: 330px; }
      .big-buttons .buttons .btn img {
        min-width: 45px;
        width: 45px;
        height: 45px; }
  .big-buttons h3 {
    font-size: 1.2rem; }

  #pb-video .foto {
    flex: 100% !important; }
  #pb-video iframe {
    max-height: 52vw;
    min-height: 52vw; }

  .foto-text {
    padding: 50px 35px;
    padding-left: 180px; }
    .foto-text p {
      width: 100%; }
    .foto-text img {
      max-width: 175px; }
    .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
      font-size: 16px !important; }
    .foto-text p:nth-child(2) {
      font-size: 25px !important;
      margin-bottom: 10px; }
    .foto-text p:last-child a {
      margin-top: 20px;
      padding: 11px 34px; }

  .important-announcement {
    padding: 20px 30px; }
    .important-announcement p, .important-announcement ul li, .important-announcement ol li, .important-announcement a {
      font-size: 15px !important; }
    .important-announcement p {
      width: 100%;
      margin-bottom: 10px; }
    .important-announcement p:first-child {
      margin-bottom: 20px;
      font-size: 21px !important; }
    .important-announcement:after {
      top: 14px;
      right: 14px;
      width: 39px;
      height: 35px;
      background-size: 39px; }

  .warto-wiedziec {
    padding: 20px 30px; }
    .warto-wiedziec p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px !important; }
    .warto-wiedziec:after {
      right: 24px;
      width: 32px;
      height: 32px;
      background-size: 32px; }
    .warto-wiedziec p:first-child {
      margin-bottom: 20px;
      font-size: 21px !important; }

  .expert {
    padding: 25px 30px; }
    .expert .image {
      position: relative;
      bottom: 0;
      display: flex;
      margin-top: 20px;
      margin-bottom: 10px;
      justify-content: center; }
    .expert:after {
      top: 20px;
      right: 24px;
      width: 35px;
      height: 27px;
      background-size: 35px; }
    .expert p:first-child {
      margin-bottom: 20px;
      font-size: 21px !important;
      padding-right: 0; }
    .expert p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px !important; }
      .expert p:last-child {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center; }
    .expert p, .expert ul li, .expert ol li, .expert a {
      font-size: 15px !important; }

  .article-author {
    flex-direction: column; }
    .article-author p, .article-author ul li, .article-author ol li, .article-author a {
      font-size: 15px !important; }
    .article-author .photo img {
      margin-right: 0px;
      width: 190px;
      height: 190px;
      min-width: 190px;
      margin-bottom: 20px; }
    .article-author .title a {
      width: 30px;
      height: 30px;
      min-width: 30px;
      min-height: 30px;
      background-size: 30px; }
    .article-author .title p {
      font-size: 15px !important; }
    .article-author .title h2:last-child {
      font-size: 26px !important; }

  .related-articles h2, .newsy-carousel h2, .news h2 {
    font-size: 25px;
    margin-bottom: 35px; }
  .related-articles .date, .newsy-carousel .date, .news .date {
    padding: 8px 15px;
    padding-left: 20px;
    border-top-right-radius: 26px;
    min-width: 225px; }
    .related-articles .date:before, .newsy-carousel .date:before, .news .date:before {
      height: 20px;
      width: 22px;
      background-size: 22px; }
  .related-articles .text-inner, .newsy-carousel .text-inner, .news .text-inner {
    padding: 2.1vw;
    padding-bottom: 4.2vw; }
    .related-articles .text-inner p, .newsy-carousel .text-inner p, .news .text-inner p {
      font-size: 15px; }
    .related-articles .text-inner h3, .newsy-carousel .text-inner h3, .news .text-inner h3 {
      font-size: 18px; }
  .related-articles .photo img, .newsy-carousel .photo img, .news .photo img {
    height: 29.8vw; }
  .related-articles .one-article, .newsy-carousel .one-article, .news .one-article {
    margin-bottom: 20px; }
  .related-articles .wrapper, .newsy-carousel .wrapper, .news .wrapper {
    padding: 40px 0;
    padding-bottom: 20px; }

  .owl-carousel .one-news img {
    height: 49vw; }

  #offer #article-start span {
    font-size: 16px !important; }

  #article-start #accordion h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  #article-start #accordion .card .card-header h5 .btn-link {
    padding: 7px 34px;
    font-size: 17px; }

  .news {
    padding: 35px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  #photo-adder .photo-temp .one-foto {
    height: 140px;
    margin: 3px;
    min-width: 17%;
    max-width: 18%; }
  #photo-adder header {
    padding-top: 0;
    position: initial; }
    #photo-adder header nav {
      padding-top: 20px;
      padding-bottom: 20px; }
  #photo-adder main {
    min-height: calc(100vh - 107.78px - 61px); }
  #photo-adder h4 {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #178e66;
    font-weight: bold;
    font-size: 250%;
    margin-bottom: 30px; }
  #photo-adder .photo-temp .one-foto {
    font-size: 60%; }
  #photo-adder footer {
    border-top: 1px solid #178e66; }
  #photo-adder p {
    font-size: 130%; }
  #photo-adder .form-control {
    padding: 5px 10px;
    height: 38px; }
  #photo-adder .photo-list {
    margin-top: 45px; }
    #photo-adder .photo-list .one-foto {
      max-width: 210px;
      flex: 1 1 28%; }
      #photo-adder .photo-list .one-foto .foto-holder {
        height: 225px; }
      #photo-adder .photo-list .one-foto p {
        font-size: 100%; }
      #photo-adder .photo-list .one-foto:first-child {
        box-shadow: none;
        border-color: grey; }
  #photo-adder #client-upload {
    margin-top: 45px; }
    #photo-adder #client-upload .dragdrop-placeholder {
      font-weight: bold;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      margin-bottom: 20px; }

  .contact-page h3 {
    text-align: center; }
  .contact-page h4 {
    text-align: center; }
  .contact-page .contact-ul {
    display: block;
    column-count: 1 !important;
    max-width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none; }
    .contact-page .contact-ul li a {
      font-size: 22px;
      display: block; }

  .logo {
    transform: scale(0.8);
    margin-right: 15px; }

  #top-navbar .main-nav li a {
    padding: 28px 5px; }
  #top-navbar .call-to-action {
    margin-left: 25px; }
    #top-navbar .call-to-action .btn {
      font-size: 24px;
      padding-left: 50px;
      background-size: 24px;
      background-position: left 15px center; }

  .page-title {
    height: 160px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-title h1 {
      font-size: 26px; }
    .page-title .subtitle {
      font-size: 18px; }

  #main-form {
    flex-wrap: wrap; }
    #main-form.skup-podstrona .right .inner {
      padding-left: 38px;
      padding-right: 27px;
      padding-top: 30px; }
      #main-form.skup-podstrona .right .inner .btn {
        font-size: 21px;
        min-width: 200px;
        padding: 2px 66px;
        padding-bottom: 8px; }
      #main-form.skup-podstrona .right .inner .form-group input, #main-form.skup-podstrona .right .inner .form-group textarea {
        font-size: 20px; }
      #main-form.skup-podstrona .right .inner h2 {
        font-size: 24px; }
      #main-form.skup-podstrona .right .inner p {
        font-size: 16px; }
      #main-form.skup-podstrona .right .inner .checkbox {
        margin-bottom: 13px; }
    #main-form.skup-podstrona .left .inner {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 15px;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column; }
    #main-form.skup-podstrona .left h2 {
      font-size: 28px;
      text-align: center; }
      #main-form.skup-podstrona .left h2 br {
        display: none !important; }
    #main-form.skup-podstrona .left h3 {
      font-size: 22px;
      text-align: center; }
    #main-form.skup-podstrona .left ul {
      column-count: 1;
      padding-left: 0; }
      #main-form.skup-podstrona .left ul li {
        font-size: 18px; }
        #main-form.skup-podstrona .left ul li strong {
          font-size: 21px; }
    #main-form.skup-podstrona .left .buttons {
      padding-right: 0; }
      #main-form.skup-podstrona .left .buttons .btn {
        font-size: 22px; }
      #main-form.skup-podstrona .left .buttons p {
        font-size: 20px; }
    #main-form:not(.contact-page) h1 {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 22px; }
    #main-form h2 {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 22px; }
    #main-form .left, #main-form .right {
      flex: 1 1 100%; }
      #main-form .left .inner, #main-form .right .inner {
        width: 100%;
        padding-top: 20px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-left: 15px;
        padding-right: 15px; }
    #main-form .left {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0px;
      float: left; }
      #main-form .left ul {
        column-count: 2; }
        #main-form .left ul li {
          background-size: 30px;
          padding-top: 8px;
          padding-bottom: 8px;
          font-size: 18px;
          padding-left: 40px;
          background-position: top 13px left; }
    #main-form .right {
      padding-left: 15px;
      padding-right: 15px;
      float: left; }

  .form-control {
    height: 42px;
    font-size: 16px;
    padding: 10px 14px; }

  .form-text-area {
    min-height: 80px; }

  #about {
    flex-direction: column-reverse; }
    #about .text .inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #about .text .inner h2 {
        font-size: 22px; }
    #about .foto {
      width: 100%;
      height: 280px;
      flex: auto;
      display: block;
      float: left;
      background-attachment: fixed; }

  #info {
    flex-direction: column; }
    #info .text-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #info .text-inner h2 {
        font-size: 22px; }
    #info .foto {
      flex: auto;
      height: 280px;
      display: block;
      width: 100%;
      background-attachment: fixed; }

  #info2 {
    flex-direction: column-reverse; }
    #info2 .text-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      float: none;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
      #info2 .text-inner h2 {
        font-size: 22px; }
    #info2 .foto {
      flex: auto;
      height: 280px;
      display: block;
      width: 100%;
      background-attachment: fixed; }

  #switch .one-element {
    flex-direction: column-reverse; }
    #switch .one-element .text {
      margin-left: auto;
      margin-right: auto;
      float: none; }
      #switch .one-element .text .text-inner {
        width: 100%;
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px; }
        #switch .one-element .text .text-inner h2 {
          font-size: 22px; }
    #switch .one-element .foto {
      flex: auto;
      display: block;
      background-attachment: fixed;
      width: 100%;
      height: 260px; }
    #switch .one-element:nth-child(even) {
      flex-direction: column-reverse; }

  #steps {
    padding-top: 45px; }
    #steps .title h2 {
      font-size: 36px;
      padding-bottom: 42px;
      background-image: none; }
    #steps .inner {
      flex-direction: column; }
      #steps .inner .one-step .inside {
        width: 140px;
        height: 140px;
        border-width: 10px; }
        #steps .inner .one-step .inside .number {
          font-size: 60px; }
        #steps .inner .one-step .inside .circle {
          width: 60px;
          height: 60px;
          background-size: 40px;
          right: -13px;
          bottom: -18px; }
      #steps .inner .one-step .text p {
        font-size: 18px; }
      #steps .inner .arrow img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
        transform: rotate(90deg); }

  #offer h2 {
    font-size: 36px; }
  #offer .inner .one-offer h3 {
    font-size: 22px; }

  #type ul {
    column-count: 2;
    margin-bottom: 45px; }
  #type h2, #type span {
    font-size: 22px; }
  #type p {
    font-size: 16px; }
  #type.co-skupujemy ul {
    column-count: 3; }

  #start-faq h2 {
    font-size: 36px; }

  #opinion h2 {
    font-size: 36px; }

  #cities h2 {
    font-size: 36px; }
  #cities ul {
    column-count: 2; }

  #offer .inner .one-offer {
    flex: 1 1 45%; }

  #right-column {
    position: fixed;
    bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    left: 0px;
    right: 0px; }
    #right-column #slide-wrapper {
      display: none; }

  .contact-box .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px; }
  .contact-box .contact-checkbox-label {
    margin-top: 5px; }

  .lead-opiekun h3 {
    font-size: 1.2rem; }
  .lead-opiekun .foto img {
    width: 90px;
    min-width: 90px;
    height: 90px; }

  .big-buttons .buttons .btn {
    font-size: 1.2rem; }

  #lead-photo-carousel a {
    height: 420px; }

  #pb-video .foto {
    flex: 100% !important; }
  #pb-video iframe {
    max-height: 53vw;
    min-height: 53vw; }

  .foto-text {
    padding: 50px 35px;
    padding-left: 200px; }
    .foto-text p {
      width: 100%; }
    .foto-text img {
      max-width: 195px; }
    .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
      font-size: 18px !important; }
    .foto-text p:nth-child(2) {
      font-size: 28px !important;
      margin-bottom: 15px; }
    .foto-text p:last-child a {
      margin-top: 20px;
      padding: 11px 34px; }

  .important-announcement {
    padding: 25px 35px; }
    .important-announcement p, .important-announcement ul li, .important-announcement ol li, .important-announcement a {
      font-size: 16px !important; }
    .important-announcement p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px !important; }
    .important-announcement p:first-child {
      margin-bottom: 30px;
      font-size: 23px !important; }
    .important-announcement:after {
      top: 14px;
      right: 14px;
      width: 50px;
      height: 45px;
      background-size: 50px; }

  .warto-wiedziec {
    padding: 30px 35px; }
    .warto-wiedziec p, .warto-wiedziec ul li, .warto-wiedziec ol li, .warto-wiedziec a {
      font-size: 16px !important; }
    .warto-wiedziec p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px !important; }
    .warto-wiedziec:after {
      right: 24px;
      width: 41px;
      height: 41px;
      background-size: 41px; }
    .warto-wiedziec p:first-child {
      margin-bottom: 30px;
      font-size: 23px !important; }

  .expert {
    padding: 35px 35px; }
    .expert .image {
      position: relative;
      bottom: 0;
      display: flex;
      margin-top: 30px;
      margin-bottom: 15px;
      justify-content: center; }
    .expert:after {
      right: 34px;
      width: 41px;
      height: 32px;
      background-size: 41px; }
    .expert p:first-child {
      margin-bottom: 30px;
      font-size: 23px !important;
      padding-right: 0; }
    .expert p, .expert ul li, .expert ol li, .expert a {
      font-size: 16px !important; }
    .expert p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px !important; }
      .expert p:last-child {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center; }

  .article-author p, .article-author ul li, .article-author ol li, .article-author a {
    font-size: 16px !important; }
  .article-author p {
    font-size: 16px !important; }
  .article-author .photo img {
    margin-right: 20px;
    width: 190px;
    height: 190px;
    min-width: 190px; }
  .article-author .title a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-size: 30px; }
  .article-author .title p {
    font-size: 15px !important; }
  .article-author .title h2:last-child {
    font-size: 26px !important; }

  .related-articles .date, .newsy-carousel .date, .news .date {
    padding: 8px 15px;
    padding-left: 20px;
    border-top-right-radius: 26px;
    min-width: 225px; }
    .related-articles .date:before, .newsy-carousel .date:before, .news .date:before {
      height: 20px;
      width: 22px;
      background-size: 22px; }
  .related-articles .text-inner, .newsy-carousel .text-inner, .news .text-inner {
    padding: 2.1vw;
    padding-bottom: 4.2vw; }
    .related-articles .text-inner p, .newsy-carousel .text-inner p, .news .text-inner p {
      font-size: 15px; }
    .related-articles .text-inner h3, .newsy-carousel .text-inner h3, .news .text-inner h3 {
      font-size: 18px; }
  .related-articles .photo img, .newsy-carousel .photo img, .news .photo img {
    height: 29.8vw; }
  .related-articles .one-article, .newsy-carousel .one-article, .news .one-article {
    margin-bottom: 20px; }
  .related-articles .wrapper, .newsy-carousel .wrapper, .news .wrapper {
    padding: 40px 0;
    padding-bottom: 20px; }

  .owl-carousel .one-news img {
    height: 230px; }

  #article-start #accordion h2 {
    font-size: 22px;
    margin-bottom: 10px; }
  #article-start #accordion .card .card-header h5 .btn-link {
    padding: 7px 34px;
    font-size: 20px; }

  .news {
    padding: 45px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #photo-adder header {
    padding-top: 0;
    position: initial; }
    #photo-adder header nav {
      padding-top: 20px;
      padding-bottom: 20px; }
  #photo-adder main {
    min-height: calc(100vh - 107.78px - 61px); }
  #photo-adder h4 {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #178e66;
    font-weight: bold;
    font-size: 250%;
    margin-bottom: 30px; }
  #photo-adder .photo-temp .one-foto {
    font-size: 60%; }
  #photo-adder footer {
    border-top: 1px solid #178e66; }
  #photo-adder p {
    font-size: 130%; }
  #photo-adder .form-control {
    padding: 5px 10px;
    height: 38px; }
  #photo-adder .photo-list {
    margin-top: 45px; }
    #photo-adder .photo-list .one-foto {
      max-width: 212.5px; }
      #photo-adder .photo-list .one-foto .foto-holder {
        height: 225px; }
      #photo-adder .photo-list .one-foto p {
        font-size: 100%; }
      #photo-adder .photo-list .one-foto:first-child {
        box-shadow: none;
        border-color: grey; }
  #photo-adder #client-upload {
    margin-top: 45px; }
    #photo-adder #client-upload .dragdrop-placeholder {
      font-weight: bold;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      margin-bottom: 20px; }

  header.sticked #top-navbar .main-nav li a {
    padding: 15px 5px; }

  .page-title {
    height: 160px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-title h1 {
      font-size: 28px; }
    .page-title .subtitle {
      font-size: 20px; }

  .logo {
    transform: scale(0.8);
    margin-right: 15px; }

  #top-navbar .main-nav li a {
    padding: 28px 5px; }
  #top-navbar .call-to-action {
    margin-left: 25px; }
    #top-navbar .call-to-action .btn {
      font-size: 24px;
      padding-left: 50px;
      background-size: 24px;
      background-position: left 15px center; }

  #main-form.skup-podstrona .right .inner {
    padding-left: 50px;
    padding-top: 55px; }
    #main-form.skup-podstrona .right .inner .btn {
      font-size: 21px;
      min-width: 200px;
      padding: 2px 66px;
      padding-bottom: 8px; }
    #main-form.skup-podstrona .right .inner .form-group input, #main-form.skup-podstrona .right .inner .form-group textarea {
      font-size: 20px; }
    #main-form.skup-podstrona .right .inner h2 {
      font-size: 22px; }
    #main-form.skup-podstrona .right .inner p {
      font-size: 16px; }
    #main-form.skup-podstrona .right .inner .checkbox {
      margin-bottom: 13px; }
  #main-form.skup-podstrona .left .inner {
    padding-top: 30px;
    padding-right: 45px;
    padding-bottom: 25px; }
  #main-form.skup-podstrona .left h2 {
    font-size: 28px; }
  #main-form.skup-podstrona .left h3 {
    font-size: 22px; }
  #main-form.skup-podstrona .left ul li {
    font-size: 18px; }
    #main-form.skup-podstrona .left ul li strong {
      font-size: 21px; }
  #main-form.skup-podstrona .left .buttons .btn {
    font-size: 22px; }
  #main-form.skup-podstrona .left .buttons p {
    font-size: 20px; }
  #main-form:not(.contact-page) h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px; }
  #main-form h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px; }
  #main-form .left .inner, #main-form .right .inner {
    width: 480px;
    padding-top: 30px; }
  #main-form .left ul li {
    background-size: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    padding-left: 45px;
    background-position: top 12px left; }

  .form-control {
    height: 42px;
    font-size: 16px;
    padding: 10px 14px; }

  .form-text-area {
    min-height: 80px; }

  #about .text .inner {
    width: 480px; }
    #about .text .inner h2 {
      font-size: 22px; }

  #info .text-inner {
    width: 480px; }
    #info .text-inner h2 {
      font-size: 22px; }

  #info2 .text-inner {
    width: 480px; }
    #info2 .text-inner h2 {
      font-size: 22px; }

  #switch .one-element .text .text-inner {
    width: 480px; }
    #switch .one-element .text .text-inner h2 {
      font-size: 22px; }

  #steps .title h2 {
    font-size: 36px;
    padding-bottom: 42px;
    background-size: 92px;
    background-position: left 96px top 18px, right 96px top 18px; }
  #steps .inner .one-step .inside {
    width: 140px;
    height: 140px;
    border-width: 10px; }
    #steps .inner .one-step .inside .number {
      font-size: 60px; }
    #steps .inner .one-step .inside .circle {
      width: 60px;
      height: 60px;
      background-size: 40px;
      right: -13px;
      bottom: -18px; }
  #steps .inner .one-step .text p {
    font-size: 18px; }
  #steps .inner .arrow img {
    width: 35px;
    margin-top: 50px; }

  #offer h2 {
    font-size: 36px; }
  #offer .inner .one-offer {
    flex: 1 1 45%; }
    #offer .inner .one-offer h3 {
      font-size: 22px; }

  #type h2, #type span {
    font-size: 22px; }
  #type p {
    font-size: 16px; }
  #type.co-skupujemy ul {
    column-count: 4; }

  #start-faq h2 {
    font-size: 36px; }

  #opinion h2 {
    font-size: 36px; }

  #cities h2 {
    font-size: 36px; }
  #cities ul {
    column-count: 3; }

  #right-column {
    min-width: 335px;
    max-width: 335px; }

  .contact-box .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px; }
  .contact-box .contact-checkbox-label {
    margin-top: 10px; }

  .lead-opiekun h3 {
    font-size: 1.5rem; }
  .lead-opiekun .foto img {
    width: 140px;
    min-width: 140px;
    height: 140px; }

  .big-buttons .buttons .btn {
    font-size: 1.5rem; }

  #pb-video {
    flex-direction: column-reverse; }
    #pb-video .text .text-inner {
      width: 100% !important; }
    #pb-video .foto iframe {
      width: 100%;
      height: 100%;
      border-radius: 21px;
      max-height: 53vw;
      min-height: 53vw; }

  .foto-text {
    padding: 50px 35px;
    padding-left: 200px; }
    .foto-text p {
      width: 100%; }
    .foto-text img {
      max-width: 195px; }
    .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
      font-size: 18px !important; }
    .foto-text p:nth-child(2) {
      font-size: 28px  !important;
      margin-bottom: 15px; }
    .foto-text p:last-child a {
      margin-top: 20px;
      padding: 11px 34px; }

  .important-announcement {
    padding: 25px 35px; }
    .important-announcement p, .important-announcement ul li, .important-announcement ol li, .important-announcement a {
      font-size: 16px !important; }
    .important-announcement p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px !important; }
    .important-announcement p:first-child {
      margin-bottom: 30px;
      font-size: 23px !important; }
    .important-announcement:after {
      top: 14px;
      right: 14px;
      width: 50px;
      height: 45px;
      background-size: 50px; }

  .warto-wiedziec {
    padding: 30px 35px; }
    .warto-wiedziec p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px !important; }
    .warto-wiedziec:after {
      right: 24px;
      width: 41px;
      height: 41px;
      background-size: 41px; }
    .warto-wiedziec p:first-child {
      margin-bottom: 30px;
      font-size: 23px !important; }

  .expert {
    padding: 35px 35px; }
    .expert:after {
      right: 34px;
      width: 41px;
      height: 32px;
      background-size: 41px; }
    .expert p:first-child {
      margin-bottom: 30px;
      font-size: 23px !important;
      padding-right: 0; }
    .expert p {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px !important; }
      .expert p:last-child {
        margin-left: 95px;
        margin-bottom: 25px;
        margin-top: 52px; }
    .expert p, .expert ul li, .expert ol li, .expert a {
      font-size: 16px !important; }

  .article-author p, .article-author ul li, .article-author ol li, .article-author a {
    font-size: 16px !important; }
  .article-author .photo img {
    margin-right: 20px;
    width: 190px;
    height: 190px;
    min-width: 190px; }
  .article-author .title a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-size: 30px; }
  .article-author .title p {
    font-size: 15px !important; }
  .article-author .title p:last-child {
    font-size: 26px !important; }

  .related-articles .date, .newsy-carousel .date, .news .date {
    padding: 8px 15px;
    padding-left: 20px;
    border-top-right-radius: 26px;
    min-width: 225px; }
    .related-articles .date:before, .newsy-carousel .date:before, .news .date:before {
      height: 20px;
      width: 22px;
      background-size: 22px; }
  .related-articles .text-inner p, .newsy-carousel .text-inner p, .news .text-inner p {
    font-size: 15px; }
  .related-articles .text-inner h3, .newsy-carousel .text-inner h3, .news .text-inner h3 {
    font-size: 18px; }
  .related-articles .wrapper, .newsy-carousel .wrapper, .news .wrapper {
    padding: 40px 0; }

  #article-start #accordion h2 {
    font-size: 22px;
    margin-bottom: 10px; }
  #article-start #accordion .card .card-header h5 .btn-link {
    padding: 7px 34px;
    font-size: 20px; }

  .owl-carousel .one-news img {
    height: 270px; }

  .news {
    padding: 45px 0; } }
@media (min-width: 1200px) and (max-width: 1419px) {
  #photo-adder header {
    padding-top: 0;
    position: initial; }
    #photo-adder header nav {
      padding-top: 20px;
      padding-bottom: 20px; }
  #photo-adder main {
    min-height: calc(100vh - 107.78px - 61px); }
  #photo-adder h4 {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #178e66;
    font-weight: bold;
    font-size: 250%;
    margin-bottom: 30px; }
  #photo-adder .photo-temp .one-foto {
    font-size: 60%; }
  #photo-adder footer {
    border-top: 1px solid #178e66; }
  #photo-adder p {
    font-size: 130%; }
  #photo-adder .form-control {
    padding: 5px 10px;
    height: 38px; }
  #photo-adder .photo-list {
    margin-top: 45px; }
    #photo-adder .photo-list .one-foto {
      max-width: 202px; }
      #photo-adder .photo-list .one-foto .foto-holder {
        height: 250px; }
      #photo-adder .photo-list .one-foto p {
        font-size: 100%; }
      #photo-adder .photo-list .one-foto:first-child {
        box-shadow: none;
        border-color: grey; }
  #photo-adder #client-upload {
    margin-top: 45px; }
    #photo-adder #client-upload .dragdrop-placeholder {
      font-weight: bold;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
      margin-bottom: 20px; }

  header.sticked #top-navbar .main-nav li .dropdown-hover li a {
    padding: 5px 30px; }
  header.sticked #top-navbar .main-nav li a {
    padding: 15px 5px; }

  .page-title {
    height: 180px;
    padding-top: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-title h1 {
      font-size: 30px; }
    .page-title .subtitle {
      font-size: 22px; }

  .logo {
    transform: scale(0.8);
    margin-right: 15px; }

  #top-navbar .main-nav li a {
    padding: 15px 5px; }
  #top-navbar .call-to-action {
    margin-left: 25px; }
    #top-navbar .call-to-action .btn {
      font-size: 20px;
      padding-left: 50px;
      background-size: 24px;
      background-position: left 15px center; }

  #type.co-skupujemy ul {
    column-count: 4; }

  #main-form.skup-podstrona .right .inner {
    padding-left: 70px; }
    #main-form.skup-podstrona .right .inner .btn {
      font-size: 25px; }
    #main-form.skup-podstrona .right .inner h2 {
      font-size: 24px; }
    #main-form.skup-podstrona .right .inner p {
      font-size: 18px; }
    #main-form.skup-podstrona .right .inner .checkbox {
      margin-bottom: 13px; }
  #main-form.skup-podstrona .left .inner {
    padding-top: 40px;
    padding-right: 100px; }
  #main-form.skup-podstrona .left h2 {
    font-size: 30px; }
  #main-form.skup-podstrona .left ul {
    padding-left: 15px; }
    #main-form.skup-podstrona .left ul li strong {
      font-size: 23px; }
  #main-form.skup-podstrona .left .buttons .btn {
    font-size: 25px; }
  #main-form.skup-podstrona .left .buttons p {
    font-size: 23px; }
  #main-form .left .inner, #main-form .right .inner {
    width: 570px;
    padding-top: 30px; }

  #about .text .inner {
    width: 570px; }

  #info .text-inner {
    width: 570px; }

  #info2 .text-inner {
    width: 570px; }

  #switch .one-element .text .text-inner {
    width: 570px; }

  #steps .title h2 {
    padding-bottom: 42px;
    background-size: 92px;
    background-position: left 108px top 30px, right 108px top 30px; }
  #steps .inner .one-step .inside {
    width: 200px;
    height: 200px;
    border-width: 15px; }
    #steps .inner .one-step .inside .number {
      font-size: 92px; }
    #steps .inner .one-step .inside .circle {
      width: 80px;
      height: 80px;
      background-size: 60px;
      right: -24px;
      bottom: -24px; }
  #steps .inner .arrow img {
    width: 50px;
    margin-top: 74px; }

  #offer .inner .one-offer {
    flex: 1 1 45%; }

  #right-column {
    min-width: 335px;
    max-width: 335px; }

  #pb-video .foto iframe {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    max-height: 26.3vw; }

  .foto-text {
    padding: 45px 80px;
    padding-left: 260px; }
    .foto-text p {
      width: 100%; }
    .foto-text img {
      max-width: 238px; }
    .foto-text p, .foto-text a, .foto-text ul li, .foto-text ol li {
      font-size: 23px !important; }
    .foto-text p:nth-child(2) {
      font-size: 37px !important;
      margin-bottom: 30px; }
    .foto-text p:last-child a {
      margin-top: 35px; }

  .important-announcement p {
    width: 100%; }
  .important-announcement h2 {
    margin-bottom: 35px; }
  .important-announcement:after {
    top: 14px;
    right: 14px;
    width: 58px;
    height: 52px;
    background-size: 58px; }

  .warto-wiedziec p {
    width: 100%; }
  .warto-wiedziec:after {
    right: 28px;
    width: 49px;
    height: 49px;
    background-size: 49px; }
  .warto-wiedziec h2 {
    margin-bottom: 35px; }

  .expert {
    padding: 45px 50px;
    padding-left: 70px; }
    .expert:after {
      right: 31px;
      width: 50px;
      height: 39px;
      background-size: 50px; }
    .expert h2 {
      margin-bottom: 35px;
      padding-right: 20px; }

  .article-author .photo img {
    margin-right: 25px; }

  .related-articles .date, .newsy-carousel .date, .news .date {
    padding: 12px 20px;
    padding-left: 25px;
    min-width: 240px; }
  .related-articles .text-inner p, .newsy-carousel .text-inner p, .news .text-inner p {
    font-size: 16px; }
  .related-articles .text-inner h3, .newsy-carousel .text-inner h3, .news .text-inner h3 {
    font-size: 19px; }

  .owl-carousel .one-news img {
    height: 230px; } }
@media (min-width: 1420px) {
  .container {
    max-width: 1360px; } }

/*# sourceMappingURL=main.css.map */
