@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=latin-ext");
* {
  outline: none !important; }

.white-text {
  color: #fff; }

.gray-color {
  color: #e0e0e0; }

h4 {
  font-size: 24px; }

#offert-content h2,
h1, h5, .heading-title {
  font-size: 40px;
  font-weight: 700;
  color: #333333; }

#offert-content h2 {
  display: block;
  margin-bottom: 20px;
}
  
  #offert-content h2:before,
  h1:before, h5:before, .heading-title:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 30px;
    background-color: #ffbb00;
    position: relative;
    margin-right: 16px;
    position: relative;
    top: 2px; }
  h1.blue-icon:before, h5.blue-icon:before {
    background-color: #63d0ff; }
  h1.purple-icon:before, h5.purple-icon:before {
    background-color: #43309b; }
  h1.green-icon:before, h5.green-icon:before {
    background-color: #a0ca39; }

h5 {
  font-size: 24px;
  text-indent: -23px;
  margin-left: 23px;
  margin-bottom: 25px; }
  h5:before {
    top: 29px;
    height: 47px;
    margin-top: -27px; }

body {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif; }

header {
  background-color: #ffffff; }

.bg-light {
  background-color: #ffffff !important; }

.main-navbar {
  padding-top: 25px;
  padding-bottom: 25px; }
  .main-navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end; }
    .main-navbar .navbar-nav li.nav-item {
      padding-right: 20px; }
      .main-navbar .navbar-nav li.nav-item a.nav-link {
        color: #000;
        transition: color 150ms ease-in-out;
        text-transform: uppercase;
        text-align: center; }
        .main-navbar .navbar-nav li.nav-item a.nav-link:hover {
          color: #ffbb00; }
        @media (max-width: 1199px) {
          .main-navbar .navbar-nav li.nav-item a.nav-link {
            padding: 20px 0; } }
      .main-navbar .navbar-nav li.nav-item.active a.nav-link {
        color: #ffbb00;
        font-weight: 700; }
      .main-navbar .navbar-nav li.nav-item.icon-item {
        padding-right: 15px; }
        .main-navbar .navbar-nav li.nav-item.icon-item img {
          margin-right: 11px; }
        .main-navbar .navbar-nav li.nav-item.icon-item a.nav-link {
          color: #3c2313; }
          .main-navbar .navbar-nav li.nav-item.icon-item a.nav-link.email {
            font-size: 16px;
            text-transform: initial; }
        @media (max-width: 1199px) {
          .main-navbar .navbar-nav li.nav-item.icon-item {
            display: none; } }
      .main-navbar .navbar-nav li.nav-item:last-child {
        padding-right: 0; }
      @media (max-width: 1199px) {
        .main-navbar .navbar-nav li.nav-item {
          border-bottom: 1px solid #c1c1c1; } }
  .main-navbar .navbar-brand img {
    width: 180px; }

.navbar {
  padding: 1.5rem 1px; }

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent; }

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/hamburger.png");
  width: 46px;
  height: 27px; }

.navbar-toggler {
  cursor: pointer; }

.mobile-contact {
  display: none;
  width: 100%;
  padding: 14px 0;
  background-color: #43309b;
  flex-direction: row;
  justify-content: center;
  color: #fff; }
  .mobile-contact .mobile-contact-item {
    text-align: center;
    align-self: center;
    margin-right: 20px; }
    .mobile-contact .mobile-contact-item img {
      width: 30px;
      height: auto; }
    .mobile-contact .mobile-contact-item span {
      margin-left: 10px;
      padding-top: 5px;
      position: relative;
      top: 3px; }
    .mobile-contact .mobile-contact-item a {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 1199px) {
    .mobile-contact {
      display: flex; } }

  @media (max-width: 500px){
    .mobile-contact .mobile-contact-item img {
      display: none;
    }

    
  } 

  @media (max-width: 420px) {
   
      .mobile-contact .mobile-contact-item {
        padding: 17px 0;
        line-height: 18px;
        text-align: center;
        width: 100%; } 

        .mobile-contact {
          padding: 0;
        }

      }

#slider {
  min-width: 100px;
  position: relative;
  color: #000; }
  #slider .slider-text-content {
    position: absolute;
    z-index: 2;
    top: calc(50% - 112px);
    left: 400px;
    color: #fff;
    max-width: 560px;
    width: 100%;
    font-weight: 600; }
    #slider .slider-text-content h1 {
      font-size: 50px;
      font-weight: 700; }
      /* Testowanie podmiany na h1 */
      #slider .slider-text-content .slider-heading {
        color: #fff;
      }
      #slider .slider-text-content .slider-heading::before {
        display: none;
      }
      @media (max-width: 1283px) {
        #slider .slider-text-content h1 {
          font-size: 40px; } }
      @media (max-width: 792px) {
        #slider .slider-text-content h1 {
          font-size: 30px; } }
      @media (max-width: 505px) {
        #slider .slider-text-content h1 {
          font-size: 20px; } }
    #slider .slider-text-content h2 {
      font-size: 20px; }
      @media (max-width: 1283px) {
        #slider .slider-text-content h2 {
          font-size: 18px; } }
    #slider .slider-text-content a {
      display: block;
      padding: 13px 15px 10px 15px;
      color: #fff;
      border: 2px solid #fff;
      border-radius: 4px;
      max-width: 220px;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 30px;
      text-decoration: none;
      transition: all .2s ease-in-out; }
      #slider .slider-text-content a:hover {
        border-radius: 10px; }
      @media (max-width: 792px) {
        #slider .slider-text-content a {
          padding: 10px 15px 10px 12px; } }
      @media (max-width: 505px) {
        #slider .slider-text-content a {
          padding: 7px 10px 5px 10px;
          font-size: 17px;
          margin-top: 15px; } }
    @media (max-width: 1800px) {
      #slider .slider-text-content {
        left: 363px; } }
    @media (max-width: 1714px) {
      #slider .slider-text-content {
        left: 319px; } }
    @media (max-width: 1680px) {
      #slider .slider-text-content {
        left: 304px; } }
    @media (max-width: 1585px) {
      #slider .slider-text-content {
        left: 252px; } }
    @media (max-width: 1503px) {
      #slider .slider-text-content {
        left: 215px; } }
    @media (max-width: 1503px) {
      #slider .slider-text-content {
        left: 215px; } }
    @media (max-width: 1415px) {
      #slider .slider-text-content {
        left: 167px; } }
    @media (max-width: 1283px) {
      #slider .slider-text-content {
        top: calc(50% - 95px); } }
    @media (max-width: 791px) {
      #slider .slider-text-content {
        left: 120px;
        max-width: 300px; } }
    @media (max-width: 505px) {
      #slider .slider-text-content {
        left: 80px; } }
    @media (max-width: 398px) {
      #slider .slider-text-content {
        left: 40px; } }
    @media (max-width: 300px) {
      #slider .slider-text-content {
        left: 20px; } }

@media (max-width: 792px) {
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    object-position: left; } }

.owl-theme .owl-nav {
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  position: absolute;
  top: calc(50% - 29px);
  left: 0;
  width: 100%; }
  .owl-theme .owl-nav img {
    width: 20px; }
    @media (max-width: 504px) {
      .owl-theme .owl-nav img {
        width: 13px; } }
  .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffbb00;
    border: none;
    border-radius: 0;
    opacity: .85;
    margin: 0;
    padding: 20px 25px;
    transition: all .2s ease-in-out; }
    .owl-theme .owl-nav .owl-prev:hover {
      background-color: #ffbb00; }
    .owl-theme .owl-nav .owl-prev.purple-arrow {
      background-color: #43309b; }
      .owl-theme .owl-nav .owl-prev.purple-arrow:hover {
        background-color: #43309b; }
    .owl-theme .owl-nav .owl-prev.green-arrow {
      background-color: #a2e106; }
      .owl-theme .owl-nav .owl-prev.green-arrow:hover {
        background-color: #a2e106; }
    .owl-theme .owl-nav .owl-prev.blue-arrow {
      background-color: #63d0ff; }
      .owl-theme .owl-nav .owl-prev.blue-arrow:hover {
        background-color: #63d0ff; }
    @media (max-width: 400px) {
      .owl-theme .owl-nav .owl-prev {
        padding: 15px 20px; } }
  .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffbb00;
    border: none;
    opacity: .85;
    border-radius: 0;
    margin: 0;
    padding: 20px 25px;
    transform: rotate(180deg);
    transition: all .2s ease-in-out; }
    .owl-theme .owl-nav .owl-next:hover {
      background-color: #ffbb00; }
    .owl-theme .owl-nav .owl-next.purple-arrow {
      background-color: #43309b; }
      .owl-theme .owl-nav .owl-next.purple-arrow:hover {
        background-color: #43309b; }
    .owl-theme .owl-nav .owl-next.green-arrow {
      background-color: #a2e106; }
      .owl-theme .owl-nav .owl-next.green-arrow:hover {
        background-color: #a2e106; }
    .owl-theme .owl-nav .owl-next.blue-arrow {
      background-color: #63d0ff; }
      .owl-theme .owl-nav .owl-next.blue-arrow:hover {
        background-color: #63d0ff; }
    @media (max-width: 400px) {
      .owl-theme .owl-nav .owl-next {
        padding: 15px 20px; } }
  @media (max-width: 505px) {
    .owl-theme .owl-nav {
      bottom: 64px;
      top: initial; } }

#categories .menu-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  #categories .menu-categories .menu-item {
    width: 25%;
    border-bottom: 8px solid #ffbb00;
    color: #333333;
    text-align: center;
    cursor: pointer;
    padding: 44px 0;
    position: relative; }
    #categories .menu-categories .menu-item.active {
      color: #ffbb00;
      font-weight: bold; }
      #categories .menu-categories .menu-item.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 16.5px 0 16.5px;
        border-color: #ffbb00 transparent transparent transparent;
        position: absolute;
        top: 0;
        left: calc(50% - 16.5px); }
        @media (max-width: 1199px) {
          #categories .menu-categories .menu-item.active:before {
            display: none; } }
    #categories .menu-categories .menu-item:nth-child(2) {
      border-bottom: 8px solid #a2e106; }
      #categories .menu-categories .menu-item:nth-child(2).active {
        color: #a2e106;
        font-weight: bold; }
        #categories .menu-categories .menu-item:nth-child(2).active:before {
          border-color: #a2e106 transparent transparent transparent; }
    #categories .menu-categories .menu-item:nth-child(3) {
      border-bottom: 8px solid #63d0ff; }
      #categories .menu-categories .menu-item:nth-child(3).active {
        color: #63d0ff;
        font-weight: bold; }
        #categories .menu-categories .menu-item:nth-child(3).active:before {
          border-color: #63d0ff transparent transparent transparent; }
    #categories .menu-categories .menu-item:nth-child(4) {
      border-bottom: 8px solid #43309b; }
      #categories .menu-categories .menu-item:nth-child(4).active {
        color: #43309b;
        font-weight: bold; }
        #categories .menu-categories .menu-item:nth-child(4).active:before {
          border-color: #43309b transparent transparent transparent; }
    @media (max-width: 996px) {
      #categories .menu-categories .menu-item {
        width: 50%; } }
    @media (max-width: 484px) {
      #categories .menu-categories .menu-item {
        width: 100%; } }

.reserve-contact {
  background-color: #ffbb00;
  width: 200px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  position: fixed;
  text-align: center;
  padding-top: 10px;
  top: calc(75% - 25px);
  right: -75px;
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(-90deg); 
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;}
  @media (max-width: 1199px) {
    .reserve-contact {
      display: none; } }
  .reserve-contact:hover {
    text-decoration: none;
    color: #fff; }

	@keyframes color {
  0% {
    background-color: #ffbb00;
  }
  50% {
    background-color: #FF4500;
  }
  100% {
    background-color: #ffbb00;
  }
}

.doing-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #43309b; }

  .doing-wrap .doing-col {
    min-height: 150px;
    padding: 63px 40px;
    display: flex;
    flex-direction: column;
    /*align-self: center; */
  }

    .doing-wrap .doing-col:first-child {
      width: 45%;
      background-color: #43309b;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .doing-wrap .doing-col .text-bottom {
      text-align: right;
    }

    .doing-wrap .doing-col .text-bottom img {
      margin-left: 17px;
    }


      .doing-wrap .doing-col:first-child span {
        color: #ffbb00; }
      .doing-wrap .doing-col:first-child h4 {
        margin: 50px 0 40px 0;
        font-size: 26px;
        font-weight: 300; }
      @media (max-width: 992px) {
        .doing-wrap .doing-col:first-child {
          width: 100%; } }
    .doing-wrap .doing-col:last-child {
      width: 55%;
      background-color: #f6f4ff;
      position: relative; }
      .doing-wrap .doing-col:last-child:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 21.5px 0 21.5px 27px;
        border-color: transparent transparent transparent #43309b;
        position: absolute;
        top: calc(50% - 21.5px);
        left: 0; }
        @media (max-width: 992px) {
          .doing-wrap .doing-col:last-child:before {
            border-width: 27px 21.5px 0 21.5px;
            border-color: #43309b transparent transparent transparent;
            left: calc(50% - 21.5px);
            top: 0; } }
      .doing-wrap .doing-col:last-child ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      .doing-wrap .doing-col:last-child li {
        padding-left: 1em;
        text-indent: -.8em; }
      .doing-wrap .doing-col:last-child li::before {
        content: "• ";
        color: #43309b;
        font-size: 33px;
        position: relative;
        top: 3px;
        line-height: 35px; }
      @media (max-width: 992px) {
        .doing-wrap .doing-col:last-child {
          width: 100%; } }

      @media (max-width: 992px){

        .doing-wrap .doing-col .text-bottom {
          text-align: center;
          margin-top: 40px;
        }

        .doing-wrap .doing-col .text-bottom img {
          transform: rotate(90deg);
          display: block;
          margin: 12px auto 0;
        }

        .doing-wrap .doing-col:first-child h1{
          font-size: 28px;
        }

        .doing-wrap .doing-col:first-child h4{
          font-size: 22px;
          margin-top: 45px;
          margin-bottom: 34px;
        }

        .doing-wrap .doing-col {
          padding: 40px 30px;
        }
      }

.text-area {
  padding: 0 15px; }

#about-us {
  margin: 68px 0 48px 0; }
  #about-us .text-area span {
    font-size: 24px; }
  #about-us .text-area h1 {
    margin-bottom: 36px; }

hr {
  height: 1px;
  color: #c3c3c3;
  background: #c3c3c3;
  font-size: 0;
  border: 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 0 48px 0;
  padding: 0 0; }

#contact h1 {
  margin-bottom: 45px; }

#contact p {
  padding: 0 15px;
  color: #393939; }
  #contact p:first-child {
    margin-bottom: 27px; }
  #contact p span {
    color: #393939; }
  #contact p a {
    color: #393939; }

#contact .contact-icon {
  display: block;
  margin-bottom: 12px;
  padding: 0 27px; }
  #contact .contact-icon img {
    width: 33px;
    display: inline-block;
    margin-right: 15px; }
  #contact .contact-icon span {
    position: relative;
    top: 2px;
    color: #393939; }
  #contact .contact-icon .mail-link {
    display: inline-block;
    font-weight: 400;
    color: #333333;
    text-transform: initial;
    text-decoration: none; }

#map {
  height: 440px;
  margin-top: 80px; 
}

footer {
  background-color: #43309b;
  width: 100%;
  min-height: 100px;
  padding-top: 57px;
  color: #fff;
  font-size: 16px;
  text-align: left; }



#top-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  height: 252px;
  width: 100%; }
  #top-image .container {
    height: 252px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #top-image h1 {
    margin: 0;
    font-size: 60px;
    text-align: left;
    width: 100%; }
    #top-image h1:before {
      display: none; }
    @media (max-width: 772px) {
      #top-image h1 {
        font-size: 45px; } }
  #top-image h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff; }

#faq-content {
  padding: 70px 0; }
  #faq-content h1 {
    margin: 0 0 44px 0; }
  #faq-content #Accordion .item {
    margin-bottom: 20px; }
    #faq-content #Accordion .item a {
      color: #333333;
      text-decoration: none;
      font-weight: 600;
      font-size: 24px; }
      #faq-content #Accordion .item a:after {
        content: "";
        background-image: url("../img/faq-arrow-down.png");
        width: 13px;
        height: 17px;
        position: relative;
        display: inline-block;
        margin-left: 16px; }
      #faq-content #Accordion .item a.collapsed:after {
        content: "";
        background-image: url("../img/faq-arrow-right.png");
        width: 18px;
        height: 13px;
        position: relative;
        display: inline-block;
        margin-left: 16px; }
      @media (max-width: 772px) {
        #faq-content #Accordion .item a {
          font-size: 20px; } }
    #faq-content #Accordion .item p {
      margin-top: 20px; }

.contact-padding {
  padding: 100px 0 60px 0; }

#offert-content {
  padding: 73px 0; }
  #offert-content h1 {
    margin-bottom: 50px; }
  #offert-content .purple-box {
    padding: 35px;
    text-align: left;
    background-color: #43309b;
    color: #fff;
    width: 100%;
    margin-bottom: 28px; }
    #offert-content .purple-box h1 {
      margin-bottom: 25px; }
    #offert-content .purple-box p {
      margin: 0; }
  #offert-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; }
  #offert-content li {
    padding-left: 1em;
    text-indent: -.8em; }
  #offert-content li::before {
    content: "• ";
    color: #43309b;
    font-size: 33px;
    position: relative;
    top: 3px;
    line-height: 35px; }
  #offert-content ul.yellow-bullets li::before {
    color: #ffbb00; }
  #offert-content hr {
    margin: 43px 0; }
  #offert-content h5 {
    margin-top: 45px; }
    #offert-content h5:first-child {
      margin-top: 0; }
  #offert-content h6 {
    font-size: 20px;
    margin-bottom: 30px; }
  #offert-content h3 {
    font-size: 24px;
    margin: 55px 0 20px 0; }

.margin-desktop {
  margin: 0 30px; }
  @media (max-width: 772px) {
    .margin-desktop {
      margin: 0 0; } }

.reserve-contact-hidden {
  display: none; }
  @media (max-width: 1199px) {
    .reserve-contact-hidden {
      display: block;
      width: 300px;
      height: 47px;
      background-color: #ffbb00;
      margin: 0 auto;
      padding-right: 0px;
      border-bottom: 0px solid #c1c1c1 !important;
      margin-top: 25px; }
      .reserve-contact-hidden a.nav-link {
        padding-top: 9px !important;
        font-weight: 600 !important;
        color: #fff !important; } }

@media (max-width: 1199px) {
  .main-navbar .navbar-nav li.nav-item {
    padding-right: 0px; }
  .main-navbar .navbar-nav li.nav-item:first-child {
    border-top: 1px solid #c1c1c1 !important;
    margin-top: 15px; } }

/* --- COOKIEINFO --- */
#cookieinfo-nazwastrony {
  min-height: 78px;
  background-color: #ffbb00;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-box-shadow: 4px 9px 41px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 9px 41px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 9px 41px -8px rgba(0, 0, 0, 0.75); }
  #cookieinfo-nazwastrony p {
    padding-top: 21px;
    color: #fff; }

#cookieinfo-nazwastrony a {
  color: #fff;
  margin-top: 5px;
  background-color: #43309b;
  width: 135px;
  height: 38px;
  font-size: 15px;
  line-height: 38px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2px;
  margin-bottom: 25px; }

#landing-content {
  background-color: #f8f8f8;
  min-height: 300px;
  padding: 0 0 60px 0; }
  #landing-content .landing-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
    #landing-content .landing-wrap h2 {
      font-size: 38px;
      margin: 0 0 55px 0; }
    #landing-content .landing-wrap .landing-col {
      width: 70%;
      padding-top: 60px; }
      #landing-content .landing-wrap .landing-col:last-child {
        width: 30%;
        position: relative;
        padding-top: 0; }
      @media (max-width: 1199px) {
        #landing-content .landing-wrap .landing-col {
          width: 65%; }
          #landing-content .landing-wrap .landing-col:last-child {
            width: 35%; }
          #landing-content .landing-wrap .landing-col:first-child {
            padding-left: 15px;
            padding-right: 15px; } }
      @media (max-width: 909px) {
        #landing-content .landing-wrap .landing-col:last-child {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
        #landing-content .landing-wrap .landing-col:first-child {
          width: 100%; } }
      #landing-content .landing-wrap .landing-col p {
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 70px; }
      #landing-content .landing-wrap .landing-col .icons-wrap {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap; }
      #landing-content .landing-wrap .landing-col .icon-item {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin-bottom: 55px; }
        #landing-content .landing-wrap .landing-col .icon-item .icon-col {
          width: 64px; }
          #landing-content .landing-wrap .landing-col .icon-item .icon-col span {
            font-size: 18px;
            display: inline-block;
            margin-left: 10px; }
            @media (max-width: 365px) {
              #landing-content .landing-wrap .landing-col .icon-item .icon-col span {
                text-align: center;
                margin-top: 10px;
                margin: 10px auto 0 auto;
                width: 100%; }
                #landing-content .landing-wrap .landing-col .icon-item .icon-col span b {
                  text-align: center; } }
          #landing-content .landing-wrap .landing-col .icon-item .icon-col img {
            display: inline-block; }
          #landing-content .landing-wrap .landing-col .icon-item .icon-col:last-child {
            width: 80%; }
        @media (max-width: 1199px) {
          #landing-content .landing-wrap .landing-col .icon-item {
            width: 100%; } }
    #landing-content .landing-wrap .contact-box {
      background-color: #43309b;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 45px 25px; }
      #landing-content .landing-wrap .contact-box h2 {
        color: #ffbb00;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 17px; }
      #landing-content .landing-wrap .contact-box p {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 30px; }
      #landing-content .landing-wrap .contact-box form#contact-form {
        text-align: left; }
        #landing-content .landing-wrap .contact-box form#contact-form .input-group {
          margin: 0 auto;
          text-align: center;
          display: block;
          position: relative; }
          #landing-content .landing-wrap .contact-box form#contact-form .input-group.required:after {
            content: '*';
            position: relative;
            display: inline-block;
            color: #ffbb00;
            position: absolute;
            right: -15px;
            top: -2px; }
          #landing-content .landing-wrap .contact-box form#contact-form .input-group input[type="text"],
          #landing-content .landing-wrap .contact-box form#contact-form .input-group input[type="email"],
          #landing-content .landing-wrap .contact-box form#contact-form .input-group input[type="tel"] {
            width: 100%;
            height: 43px;
            background: #fff;
            border: 1px solid #ebe5de;
            border-radius: 5px;
            box-shadow: none;
            text-align: center;
            margin-bottom: 11px; }
        #landing-content .landing-wrap .contact-box form#contact-form .light-text {
          color: #f9f5f1; }
        #landing-content .landing-wrap .contact-box form#contact-form .interested {
          margin-top: 15px; }
          #landing-content .landing-wrap .contact-box form#contact-form .interested p {
            margin-bottom: 12px; }
          #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group {
            display: inline-block;
            width: 49%; }
            @media (max-width: 358px) {
              #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group {
                width: 100%; } }
            #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group label {
              font-size: 15px;
              font-weight: 300;
              margin-left: 10px; }
            #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full {
              width: 100%;
              display: flex;
              flex-direction: row; }
              #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full label {
                display: inline-block; }
              #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full p {
                color: #7266a6;
                font-size: 11px;
                display: inline-block;
                text-align: left;
                position: relative;
                margin-bottom: 0px; }
                @media (max-width: 909px) {
                  #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full p {
                    top: -8px; } }
                @media (max-width: 792px) {
                  #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full p {
                    top: 0px; } }
                #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full p:after {
                  content: '*';
                  position: relative;
                  display: inline-block;
                  color: #ffbb00;
                  position: absolute;
                  right: -15px;
                  top: -2px;
                  font-size: 18px; }
              #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full .more-form {
                color: #fff;
                text-transform: uppercase;
                font-size: 11px;
                cursor: pointer; }
              #landing-content .landing-wrap .contact-box form#contact-form .interested .checkbox-group.full .css-checkbox + label.css-label {
                line-height: 11px; }
          #landing-content .landing-wrap .contact-box form#contact-form .interested hr {
            border: 0;
            width: 100%;
            color: #7266a6;
            background-color: #7266a6;
            height: 1px;
            display: block;
            margin: 27px auto 35px auto; }
        #landing-content .landing-wrap .contact-box form#contact-form .css-checkbox {
          position: absolute;
          z-index: -1000;
          left: -1000px;
          overflow: hidden;
          clip: rect(0 0 0 0);
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0;
          border: 0;
          border-radius: 3px; }
        #landing-content .landing-wrap .contact-box form#contact-form .css-checkbox + label.css-label {
          padding-left: 30px;
          height: 17px;
          display: inline-block;
          line-height: 14px;
          background-repeat: no-repeat;
          background-position: 0 0;
          font-size: 15px;
          font-weight: 300;
          cursor: pointer; }
        #landing-content .landing-wrap .contact-box form#contact-form .css-checkbox:checked + label.css-label {
          background-position: 0 -17px; }
        #landing-content .landing-wrap .contact-box form#contact-form label.css-label {
          background-image: url("../img/checkbox.png");
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          margin-left: 0 !important; }
        #landing-content .landing-wrap .contact-box form#contact-form button {
          width: 100%;
          background: #ffbb00;
          color: #fff;
          text-transform: uppercase;
          border-radius: 5px;
          border: none;
          box-shadow: none;
          padding: 10px;
          cursor: pointer;
          margin-top: 20px;
          margin-bottom: 20px;
          font-weight: 700; }

#landing-second {
  background-color: #fff; }

#hidden-privacy {
  display: none; }

.checkbox-column {
  width: 34px;
  display: inline-block;
  position: relative; }
  .checkbox-column .privace-checkbox {
    position: absolute;
    top: 0;
    left: 0; }

.text-column {
  width: 85%;
  display: inline-block; }
  .text-column .yellow-text {
    color: #ffbb00 !important; }
    .text-column .yellow-text:after {
      display: none !important; }

#landing-second h3 {
  font-size: 29px;
  color: #43309b;
  font-weight: 700;
  margin-top: 45px; }
  #landing-second h3 span {
    color: #ffbb00; }

@media (max-width: 992px) {
  #landing-content > .container {
    max-width: 100%;
    padding: 0; } }

.alert-success {
  margin-bottom: 0; }

footer .footer-wrap a.mailEvent, footer .footer-wrap a.phoneEvent {
	display: inline;
	text-transform: none;}
	
section#contact a.mailEvent, section#contact a.phoneEvent {
	text-decoration: none;
	color: #393939;
	
}
section#contact a.mailEvent:hover, section#contact a.phoneEvent:hover {
	text-decoration: none;
	color: #393939;
	
}


#footer a {
    color: #999999;
}

.jazyky > span {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    padding: 2px 14px;
    line-height: 18px;
    border: 1px solid transparent;

}

.jazyky > span.active {
  border: 1px solid #333;
}

.jazyky > span a {
    color: #333333;
    display: block;
}

.jazyky > span:hover {
  border: 1px solid #ffbb00;
}

.jazyky > span:hover a{
  text-decoration: none;
  color: #ffbb00;
}

.header-wrapper{
  padding-top: 35px;
}

@media (max-width: 1199px) {
  .header-wrapper{
    padding-top: 0;
  }

  .jazyky {
    margin-top: 40px !important;
  }
}

@media (max-width: 400px) {
  .jazyky {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .jazyky span {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-navbar .navbar-nav {
  margin-top: 0;
  z-index: 3;
}

.main-navbar .navbar-nav > li {
  position: relative;
}



.main-navbar .navbar-nav > li > ul {
  position: absolute;
  width: 480px;
  background: #FFF;
  transform: translateY(24px);
  right: 0;
  margin: 0;
  color: #000;
  list-style: none;
  padding: 0;
  border: 2px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.main-navbar .navbar-nav > li:nth-child(1) > ul,
.main-navbar .navbar-nav > li:nth-child(2) > ul {
  right: auto;
  left: 0;
}


@media (min-width: 1200px){
  .main-navbar .navbar-nav > li:hover > ul {
    display: block;
  }
}

@media (min-width: 1200px){
  .main-navbar .navbar-nav > li.parent:hover:before,
  .main-navbar .navbar-nav > li.parent:hover:after{
    display: block;
  }

  .main-navbar .navbar-nav > li > ul:after {
    content: '';
    position: absolute;
    width: 100%; 
    height: 29px;
    background: transparent;
    top: -29px;
  }

  .main-navbar .navbar-nav > li:before {
    display: none;
    content: '';
    z-index: 3;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 15px 11px;
    border-color: transparent transparent #e0e0e0 transparent;
  }
}

.main-navbar .navbar-nav > li:after {
  display: none;
  content: '';
  z-index: 4;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: 56px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 13px 9px;
  border-color: transparent transparent #fff transparent;
}


.main-navbar .navbar-nav > li > ul > li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.main-navbar .navbar-nav > li > ul > li:last-child {
  border-bottom: none;
}

.main-navbar .navbar-nav > li > ul > li > a{
  display: block;
  padding: 9px 30px;
  color: #000;
  font-size: 14px;
}

.main-navbar .navbar-nav > li > ul > li > a:before {
  content:'';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 14px;
  vertical-align: middle;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  margin-top: -2px;
  border-color: transparent transparent transparent #43319b;
}

.main-navbar .navbar-nav > li > ul > li > a:hover {
  background: #f6f4ff;
  text-decoration: none;
} 


@media (max-width: 1200px) {
  .main-navbar .navbar-nav > li > ul {
    position: relative;
    width: 100%;
    display: block;
    left: auto;
    top: auto;
    margin-left: 0;
    border: none;
    display: none;
  }

  .main-navbar .navbar-nav > li.clicked > ul {
    display: block;
    padding-top: 0;
    width: 100%;
    border-top: 1px solid #c1c1c1;
  }

  .main-navbar .navbar-nav > li.parent {
    position: relative;
  }

  .main-navbar .navbar-nav > li.parent:after {
    content:'';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin-right: 14px;
    vertical-align: middle;
    border-style: solid;
    top: 30px;
    right: 10px;
    left: auto;
    margin-left: 0;
    border-width: 10px 6.5px 0 6.5px;
    border-color: #43319b transparent transparent transparent;
    pointer-events: none;
  }

  .main-navbar .navbar-nav li.nav-item a.nav-link {
    text-align: left;
  }

  .main-navbar .navbar-nav > li > ul > li > a{
    padding-left: 0;
    padding-right: 0;
  }

  .main-navbar .navbar-nav > li > ul > li > a:before {
    display: none;
  }
}


img {
  max-width: 100%;
  height: auto;
}

.homepage-banner {
  position: relative;
  color: #fff;
  min-height: 600px;
  overflow: hidden;
}

.homepage-banner h1 {
  color: inherit;
}

.homepage-banner h1 > span {
  display: block;
}

.homepage-banner h1:before {
  display: none;
}

.homepage-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  animation: animatedBackground 15s linear infinite alternate;
}

.homepage-banner  .container {
  position: relative;
  z-index: 2;
}

.homepage-banner .heading {
  line-height: 60px;
  padding-top: 50px;
} 

.homepage-banner .heading .big {
  font-size: 70px;
  font-weight: 700;
}

.homepage-banner .heading .small {
  font-size: 45px;
  font-weight: 300;
}

.homepage-banner .text {
  padding-top: 60px;
  font-size: 26px;
  font-weight: 300;
}

.homepage-banner .text span {
  color: #FFBC00;
  font-weight: 600;
}

.homepage-banner .btn {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 45px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 30px;
}

.homepage-banner .btn:hover {
  background: #FFBC00;
  border-color: #FFBC00;
  color: #fff;
}

.homepage-banner .additional-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255,255,255,0.8);
  color: #333333;
  font-size: 14px;
  text-align: center;
  padding: 4px;
}

@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@media (max-width: 800px){

  .homepage-banner {
    min-height: auto;
    padding-bottom: 200px;
    overflow: hidden;
  }

  .homepage-banner .heading{
    line-height: 34px;
  }
  .homepage-banner .heading .big {
    font-size: 40px;
  }

  .homepage-banner .heading .small {
    font-size: 26px;
  }

  .homepage-banner .text {
    padding-top: 35px;
    font-size: 22px;
  }
}


#o-nas {
  margin-top: 70px;
}


#o-nas .white-text  {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
}
  #o-nas .white-text:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 30px;
    background-color: #ffbb00;
    position: relative;
    margin-right: 16px;
    position: relative;
    top: 2px; 
  }

@media (max-width: 792px){
  #o-nas .white-text {
    font-size: 30px;
    line-height: 36px;
  }
}

#o-nas .doing-wrap .doing-col:before {
  display: none;
}

#o-nas .doing-wrap .doing-col a{
  color: inherit;
}

.services {
  margin-top: 80px;
}

.services .row {
  margin-top: 28px;
}

.services .top-line {
  height: 1px;
  width: 100%;
  display: block;
  background: #707070;
  opacity: 0.3;
  margin-bottom: 70px;
}

.services .bottom-line {
  height: 1px;
  width: 100%;
  display: block;
  background: #707070;
  opacity: 0.3;
  margin-top: 60px;
}

.services .item .image {
  width: 200px;
  max-width: 100%;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  transition: 0.1s ease-out;
}

.services .item {
  padding-bottom: 20px;
  color: #000000;
  text-decoration: none;
  transition: 0.1s ease-out;
}

.services .item .title {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
}

.services .item:hover {
  background: #43309b;
  color: #fff;
}

.services .item:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 500px) {

  .services {
    margin-top: 48px;
  }

  .services .top-line {
    display: none;
  }

  .services .item .image {
    height: auto;
  }

  .services .item .image img {
    width: 80%;
  }
}


.main-services {
  background: #43319B;
  color: #fff;
  padding: 80px 0;
}

.main-services .box .heading-title {
  font-size: 30px;
  color: #fff;
}

.main-services .box .desc{
  margin-top: 40px;
}

.main-services .box .heading-title:before {
  top: 5px;
  margin-right: 10px;
}

.main-services .box:nth-child(2) .heading-title:before  {
  background: #63D0FF;
}

.main-services .box:nth-child(3) .heading-title:before  {
  background: #A2E106;
}

.main-services .box .desc ul {
  padding-left: 20px;
}

.main-services .box:first-child .desc ul li::marker {
  color: #ffbb00;
}
.main-services .box:nth-child(2) .desc ul li::marker {
  color: #63D0FF;
}
.main-services .box:nth-child(3) .desc ul li::marker {
  color: #A2E106;
}

.main-services .btn {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 45px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 30px;
}

.main-services .box:nth-child(1) .btn {
  color: #ffbb00;
}

.main-services .box:nth-child(2) .btn {
  color: #63D0FF;
}

.main-services .box:nth-child(3) .btn {
  color: #A2E106;
}

.main-services .box:nth-child(1) .btn:hover {
  background: #ffbb00;
  border-color: #ffbb00;
  color: #43319B;
}

.main-services .box:nth-child(2) .btn:hover {
  background: #63D0FF;
  border-color: #63D0FF;
  color: #43319B;
}

.main-services .box:nth-child(3) .btn:hover {
  background: #A2E106;
  border-color: #A2E106;
  color: #43319B;
}


@media (max-width: 1024px){
  .main-services .box .heading-title {
    font-size: 28px;
  }

  .main-services .box .btn-wrap {
    text-align: center;
  }
}

@media (max-width: 1024px){
  
}


.text-block-1 .top-line{
  height: 1px;
  width: 100%;
  display: block;
  background: #707070;
  opacity: 0.3;
  margin-bottom: 80px;
}


.recommendations {
  padding-bottom: 80px;
}

.recommendations .list {
  margin-top: 40px;
}

.recommendations .item {
  background: #F6F4FF;
  padding: 30px 32px;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}

.recommendations .item .icon {
  margin-bottom: 17px;
  display: block;
  pointer-events: none;
  width: auto;
}

@media (max-width: 792px){
  .recommendations .owl-carousel .owl-item img {
    width: auto;
    min-height: 0;
  }
}

.recommendations .owl-carousel .owl-stage {
  display: flex;
}

.recommendations .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.recommendations .owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.recommendations .owl-carousel .flex-text {
  flex-grow: 1;
}

#map-small {
  height: 320px;
  width: 100%; 
  margin-top: 15px;
}

#contact {
  padding-top: 20px;
}

@media (max-width: 768px){
  #map-small {
   display: none;
  }

  #map {
    margin-top: 30px;
  }
}

footer .sections-3 .section .heading {
  text-transform: uppercase;
  font-size: 16px;
  color: #FEBD39;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

footer .sections-3 .section {
  color: #fff;
}

footer .sections-3 .section a,
footer .sections-3 .section * {
  color: #fff;
}

footer .sections-3 .section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .sections-3 .section ul li a {
  display: block;
  line-height: 20px;
  padding: 3px 0;
}

footer .sections-3 .section ul li a:hover {
  color: #FEBD39;
}

footer .sections-3 .section table {
  width: 100%;
}

footer .sections-3 .section table tr td:first-child {
  padding-right: 15px;
}

footer hr {
  background: #7C6FB6;
  margin: 40px 0;
}

footer .sections-3 .section ul.files li a {
  padding: 5px 0;
}

footer .sections-3 .section ul.files li a img {
  margin-right: 10px;
}

footer .sections-3 .section ul.files li a:hover img {
  opacity: 0.7;
}

footer .footer-end {
  margin-top: 78px;
  border-top: 1px solid #7C6FB6;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

footer .footer-end .right-side a {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}


@media (max-width: 792px){
  footer {
    padding-top: 0;
  }

  footer .footer-sep {
    display: none;
  }

  footer .sections-3 .section{
    border-bottom: 1px solid #7C6FB6;
  }

  footer .sections-3 .section .content {
    display: none;
  }

  footer .sections-3 .section .heading {
    min-height: 70px;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 70px;
    position: relative;
  }

  footer .sections-3 .section .heading .expand{
    content: '';
    position: absolute;
    background-image: url(/assets/img/expand.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    width: 70px;
    height: 100%;
  }

  footer .sections-3 .section.active .heading .expand {
    display: none;
  }

  footer .sections-3 .section.active .content {
    display: block;
    padding-bottom: 22px;
  }

  footer .footer-end {
    border-top: none;
    padding-top: 20px;
    margin-top: 0;
    display: block;
  }

  footer .footer-end .right-side {
    padding-top: 20px;
  }

  footer .footer-end .right-side a {
    display: block;
    margin-left: 0;
  }
}

#contact_sz a{
    color:black;

}
#contact_sz a:hover {
    color: #007bff;
}
#contact_sz .container {
    max-width: 1120px;
    height: 1064;
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;

}

#contact_sz .top-section {
    display: flex;
    height: 300px;

}

#contact_sz .top-section .column {
    flex: 1;
}

#contact_sz .top-section .column-text {

    width: auto;
}

#contact_sz .top-section .column-icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
#contact_sz .top-section .column-icons .square {
    width: 213px;
    height: 232px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
#contact_sz .top-section .column-icons .square .contact_sz-icon{
    padding-top: 10px;
    padding-bottom: 10px;

}

#contact_sz .top-section .column-map {
    width: 400px;

}

#contact_sz .top-section .column-map #mapa1 {
    height: 300px;
    width: 100%;
}

#contact_sz .middle-section {
    height:auto;
    width: auto;

}

#contact_sz .break {
    height: 50px;
}


#contact_sz .bottom-section {
    height: 480px;

}


@media screen and (max-width: 1024px) {
  #contact_sz .container {
    max-width: 100%; /* Kontener może być szerszy na mniejszych ekranach */
    margin-top: 100px;
  }

  #contact_sz .top-section {
    flex-direction: column; /* Elementy będą układały się jedna pod drugą */
    height: auto; /* Wysokość sekcji powinna być auto, aby dopasować się do zawartości */
  }

  #contact_sz .top-section .column {
    width: 100%; /* Każda kolumna powinna zajmować pełną szerokość */

  }
  #contact_sz .top-section .column-text {
    margin-top: -50px;
    margin-bottom: -50px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

  #contact_sz .top-section .column-icons {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contact_sz .top-section .column-map {
    width: auto;
    margin-bottom: 40px;

}

#contact_sz .middle-section {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;

}
#contact_sz .break {
    display: none;
  }
}
