:root {
  --white: white;
  --gree: #4fbd06;
  --relume-library-lite--rl-white: white;
  --none: #0e3d37;
  --untitled-ui--gray500: #667085;
  --untitled-ui--white: white;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray50-2: #f9fafb;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #003d37;
  padding-left: 10%;
  padding-right: 10%;
}

.navbar {
  background-color: #0e3d37;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  font-family: Lato, sans-serif;
}

.nav-link:hover, .nav-link.w--current {
  color: #43d409;
}

.nav-menu {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #43d409;
}

.nav-link-3 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #43d409;
}

.container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero_container {
  opacity: 1;
  background-image: linear-gradient(#013d384a, #013d384a), url('../images/bg_slider_1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  max-width: 100%;
  min-height: auto;
  max-height: 80vh;
  display: flex;
}

.hero_dol {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 20vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.hero_main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 50vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
}

.text-block {
  color: #fff;
  max-width: 60vw;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.link-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  min-height: 55px;
  max-height: 55px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #43d409;
  border-color: #44d409;
}

.link-block.w--current {
  text-align: center;
  display: flex;
}

.div-block {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 18px;
}

.text-span, .text-span-2, .text-span-3 {
  font-size: 18px;
  font-weight: 400;
}

.herobanner {
  padding-top: 100px;
}

.o-mnie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: block;
}

.heading-2 {
  color: #22d40b;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: #fff;
}

.paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.o-mnie-bio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.certyfikaty {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  border: 1px #000;
  border-bottom: 1px solid #f2f2f2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  min-width: 40vw;
}

.div-block-4 {
  background-image: linear-gradient(#0000 4%, #0e3d37 82%), url('../images/bg_foto_er.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 40vw;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.us-ugi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.top-hedding {
  color: #22d40b;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.opis-kategorii {
  color: #fff;
  margin-bottom: 70px;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.oferta-opis {
  min-width: 40vw;
}

.pkt-uslugi {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.point {
  background-color: #22d40b;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.text-block-5, .icon, .text-block-6 {
  color: #fff;
}

.dropdown-toggle {
  margin-left: 0;
  padding-left: 0;
}

.rl-button-secondary {
  border: 1px solid var(--gree);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--gree);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_faq1_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq1_answer {
  background-color: #0e3d37;
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--gree);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #0e3d37;
  border: 1px solid #4fbd06;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq1_list {
  border-bottom: 1px solid var(--gree);
  background-color: #0000;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_faq1_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  margin-left: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

.menu-oferta {
  min-width: auto;
}

.accordion-wrapper {
  border: 1px solid #43d409;
  min-width: 40vw;
  padding: 1.5rem;
}

.accordion-tittle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
}

.div-block-6 {
  width: 20px;
  height: 20px;
}

.image {
  color: #fff;
}

.accordion {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  color: var(--gree);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl_faq6_accordion {
  border: 1px solid var(--gree);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-button {
  border: 1px solid var(--gree);
  background-color: var(--gree);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--gree);
  background-color: #0000;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.rl-padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_faq6 {
  background-color: var(--none);
  min-width: auto;
}

.szkolenia {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.szkolenia-opis {
  min-width: 40vw;
  max-width: none;
}

.szkolenia-detale {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  max-width: none;
  display: flex;
}

.szkolenie {
  background-color: #22d40b00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.szkolenie.bdo {
  background-image: none;
}

.szkolenie.kobize {
  background-image: url('../images/kobize_2Bg.png');
}

.szkolenie.gospodarka-odpadami {
  background-image: url('../images/gospodarka_odpadami_bg.png');
}

.szkolenie.bhp {
  background-image: url('../images/BHP_bg.png');
}

.szkolenie.iso {
  background-image: url('../images/iso_bg.png');
}

.szkolenie.dopowietrza {
  background-image: url('../images/kobize_bg.png');
}

.szkolenie.opakowania {
  background-image: url('../images/opakowania.png');
}

.szkolenie.obliczenia {
  background-image: url('../images/kobize_bg.png');
}

.heading-6 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.szkloenia-header {
  background-color: #43d409;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  min-height: 126px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 120px;
  display: flex;
}

.div-block-9, .div-block-10 {
  min-height: 120px;
}

.text-block-7 {
  color: #fff;
  padding: 10px 0 0;
  font-family: Montserrat, sans-serif;
}

.inne {
  background-color: #22d40b00;
  border: 1px solid #43d409;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.referencje {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-2 {
  max-width: none;
}

.opinie-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.opinia {
  background-color: #1d5751;
  padding: 1rem 2rem 1px;
}

.paragraph-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.rl-text-style-regular-2 {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_name-text {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-2 {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_rating-icon {
  color: var(--gree);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_testimonial {
  border: 1px solid var(--gree);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--gree);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial17_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial17 {
  background-color: var(--relume-library-lite--rl-white);
}

.form-block-3 {
  margin-bottom: 0;
}

.kontakt_fotter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #22d40b;
  background-image: linear-gradient(#43d30a00, #0e3d37), url('../images/bg_slider.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 0 #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  min-width: auto;
  min-height: 20vh;
  margin-top: 0;
  padding: 100px 5%;
  display: block;
}

.insta_ico {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 17px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-field-5 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 0 #0000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 24px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-field-5:active {
  background-color: #fff0;
}

.text-field-5::placeholder {
  color: #fff;
}

.heading-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.submit-button {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 300px;
  min-height: 55px;
  padding: 12px 42px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  color: #43d409;
  background-color: #fff;
}

.div-block-11 {
  padding-bottom: 35px;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.link-block-6 {
  background-color: #a9fb6b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.link-block-6:hover {
  background-color: #fff;
}

.text-span-6 {
  color: #fff;
  text-align: center;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-7 {
  padding-top: 40px;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.link-3 {
  color: #fff;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.fb_ico {
  background-color: #fff0;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 17px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.form-2 {
  min-width: 30vw;
}

.link-2 {
  color: #fff;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-span-5 {
  text-align: center;
  font-weight: 300;
}

.wiadomosc_formularz {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  border: 0 #0000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 93px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.wiadomosc_formularz::placeholder {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.checkbox {
  -webkit-text-stroke-color: #fff;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
  line-height: 20px;
}

.div-block-13 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.top-hedding-copy {
  color: #22d40b;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}

.top-hedding-copy.fotter {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.uui-testimonial07_slide-nav {
  color: #000;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon:hover {
  color: var(--none);
}

.uui-testimonial07_arrow {
  border: 1px solid var(--gree);
  color: var(--untitled-ui--gray500);
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial07_arrow:hover {
  background-color: var(--gree);
  color: var(--gree);
}

.uui-testimonial07_arrow.left {
  border-color: var(--gree);
  -webkit-text-stroke-color: var(--gree);
  right: 4rem;
}

.uui-testimonial07_arrow.left:hover {
  border-color: var(--gree);
  background-color: var(--gree);
}

.uui-testimonial07_logo {
  max-height: 3rem;
}

.uui-testimonial07_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial07_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-testimonial07_client-image-wrapper {
  margin-right: 1rem;
}

.uui-testimonial07_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-xsmall.text-weight-medium {
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  display: flex;
}

.uui-testimonial07_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial07_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial07_content {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  background-color: #1d5751;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 20px;
  display: flex;
}

.uui-testimonial07_slide {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

.uui-testimonial07_mask {
  color: #fff;
  background-color: #1d575100;
  width: 50%;
  min-height: auto;
  padding: 0;
  overflow: visible;
}

.uui-testimonial07_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.popdis-opinie {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-2 {
  color: var(--relume-library-lite--rl-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2:hover {
  color: var(--none);
}

.uui-testimonial15_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial15_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial15_arrow.left {
  right: 4rem;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial15_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial15_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--untitled-ui--gray50-2);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial15 {
  overflow: hidden;
}

.image-3 {
  margin-bottom: -40px;
  padding-left: 20%;
  padding-right: 20%;
  position: static;
  inset: -83% 0% 28px;
}

.brand {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  max-height: 20%;
  padding-top: 0;
}

.text-span-7 {
  font-size: 18px;
  font-weight: 600;
}

.text-span-8 {
  font-size: 16px;
  font-weight: 600;
}

.certyfikat-logo {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-8 {
  max-width: 80%;
}

.section {
  min-height: 80px;
}

.div-block-16 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.usluga-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.success-message {
  background-color: #88f85a;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-9 {
  color: #0e3d37;
}

.error-message {
  background-color: #ff000052;
  border: 2px solid red;
  border-radius: 8px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
}

.image-9 {
  max-width: none;
}

.text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-17 {
  border-left: 1px solid #fff3;
  padding-left: 10px;
}

.link-block-7 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-7:hover {
  opacity: 1;
  transform: translate(0);
}

.certyfikaty-hedding {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-18 {
  align-self: center;
}

.div-block-19 {
  min-height: 40px;
  max-height: 20px;
}

.div-block-20 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-span-5-copy {
  text-align: center;
  font-weight: 300;
}

.h1-fotter {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.body-2 {
  color: #fff;
  background-color: #003d37;
  padding-left: 10%;
  padding-right: 10%;
}

.szkolenia-container {
  padding-top: 60px;
}

.h1-podstrony {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.div-block-23 {
  min-height: 100px;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.nazwa-szkolenia-div {
  border-bottom: 1px solid #ffffff3d;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.rocznik {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-block-24 {
  padding-top: 100px;
}

.div-block-25 {
  max-width: 30px;
}

.div-block-26 {
  border: 1px solid #43d409;
  padding: 2em;
}

.div-block-27 {
  background-color: #4fbd07;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  min-height: auto;
  padding: 2em;
  display: flex;
}

.text-block-12 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.text-block-13 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
}

.kontakt-button-div {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  padding-bottom: 20px;
  display: flex;
}

.certyfikat_textblock {
  font-family: Montserrat, sans-serif;
}

.image-10 {
  color: #43d409;
}

.o-mnie-podstrona {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  display: block;
}

.image-11 {
  flex: 1;
  overflow: hidden;
}

.us-ugi_podstrona {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px #f2f2f2;
  padding-top: 10rem;
  padding-bottom: 60px;
  display: flex;
}

.szkolenia-podstrona {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px #f2f2f2;
  padding-top: 8rem;
  padding-bottom: 70px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-link {
    color: var(--white);
    background-color: #0e3d37;
    font-family: Montserrat, sans-serif;
  }

  .nav-link:active {
    color: var(--gree);
  }

  .nav-menu {
    color: #fff;
    background-color: #0e3d37;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link-2 {
    color: #fff;
    background-color: #0e3d37;
    font-family: Montserrat, sans-serif;
  }

  .nav-link-2:active {
    color: #43d409;
  }

  .nav-link-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .nav-link-3:active {
    color: #43d409;
  }

  .container {
    max-width: none;
    max-height: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero_dol {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .text-block {
    max-width: 80vw;
  }

  .link-block {
    min-width: 200px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .bio_heder_1 {
    flex-flow: row;
    display: block;
  }

  .o-mnie {
    flex-flow: column;
    display: block;
  }

  .o-mnie-bio {
    flex-flow: wrap-reverse;
  }

  .certyfikaty {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .us-ugi {
    flex-flow: column;
  }

  .h1 {
    margin-bottom: 20px;
  }

  .opis-kategorii {
    padding-top: 0;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .szkolenia {
    flex-flow: column;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr 1fr;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .form-block-3 {
    padding-top: 50px;
  }

  .kontakt_fotter {
    background-image: linear-gradient(#0000, #0e3d37 99%), url('../images/bg_slider.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .icon-2 {
    color: #37b321;
  }

  .menu-button {
    background-color: #f000;
    border: 1px solid #22d40b;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #1d410f;
  }

  .image-2 {
    color: #fff;
    vertical-align: baseline;
    max-width: 100%;
  }

  .uui-testimonial07_slide {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_mask {
    width: 100%;
  }

  .uui-testimonial07_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-4 {
    max-width: 50%;
  }

  .certyfikat-logo {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: center;
    place-items: center;
    display: grid;
  }

  .div-block-15 {
    padding-bottom: 20px;
  }

  .div-block-20 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    align-self: stretch;
  }

  .h1-fotter, .h1-podstrony {
    margin-bottom: 20px;
  }

  .link-block-8 {
    padding-left: 20px;
  }

  .certyfikat_textblock {
    flex: 1;
    padding-bottom: 0;
  }

  .o-mnie-podstrona {
    flex-flow: column;
    display: block;
  }

  .us-ugi_podstrona, .szkolenia-podstrona {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .body, .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    max-height: none;
  }

  .hero_container {
    margin-left: auto;
  }

  .heading {
    font-size: 32px;
  }

  .text-block {
    font-size: 26px;
    line-height: 34px;
  }

  .link-block {
    flex: 1;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .text-block-3 {
    font-size: 28px;
  }

  .text-span {
    font-size: 16px;
  }

  .us-ugi {
    flex-flow: column;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .szkolenia-detale {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .szkolenie {
    background-image: url('../images/kobize_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .szkolenie.opakowania {
    background-image: url('../images/opakowania.png');
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fb_ico {
    height: 36px;
  }

  .uui-testimonial07_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial07_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial07_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial07_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial07_divider {
    display: none;
  }

  .uui-testimonial07_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial07_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-testimonial07_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial07_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial07_component {
    margin-top: 3rem;
    padding-bottom: 5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial15_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial15_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    padding-left: 0;
  }

  .certyfikat-logo {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    justify-content: center;
    align-items: stretch;
  }

  .image-5, .image-6, .image-7 {
    max-width: 70%;
    max-height: 60px;
  }

  .image-8 {
    max-width: none;
    max-height: 60px;
  }

  .heading-14 {
    line-height: 28px;
  }

  .nazwa-szkolenia-div {
    flex-flow: row;
  }

  .link-block-8 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
    padding-left: 39px;
    display: flex;
  }

  .text-block-14, .text-block-15 {
    padding-bottom: 0;
  }

  .certyfikat_textblock {
    flex: 1;
    max-width: none;
    padding-bottom: 10px;
  }

  .text-block-16 {
    font-family: Montserrat, sans-serif;
  }

  .us-ugi_podstrona {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero_container {
    min-height: 30vh;
  }

  .hero_dol {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_main {
    min-height: 30vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading {
    margin-top: 0;
    font-size: 28px;
  }

  .text-block {
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bio_heder_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .certyfikaty {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-4 {
    padding-right: 20px;
    font-size: 26px;
  }

  .h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .top-hedding {
    font-size: 16px;
  }

  .rl_faq6_component {
    grid-template-columns: 1fr;
  }

  .szkolenie {
    min-height: 300px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .szkloenia-header {
    min-height: 100px;
  }

  .inne {
    min-height: 300px;
  }

  .text-field-5 {
    font-size: 12px;
  }

  .heading-12 {
    min-height: 0;
    line-height: 30px;
  }

  .submit-button {
    border-radius: 300px;
    width: 80vw;
    min-height: 55px;
  }

  .div-block-11 {
    padding-bottom: 40px;
  }

  .heading-9 {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
  }

  .heading-10 {
    font-size: 26px;
    line-height: 30px;
  }

  .wiadomosc_formularz {
    font-size: 12px;
  }

  .top-hedding-copy {
    font-size: 16px;
  }

  .menu-button {
    align-self: center;
  }

  .uui-testimonial07_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .brand.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .certyfikat-logo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: center;
  }

  .image-9 {
    max-width: 40vw;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .link-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .h1-fotter, .h1-podstrony {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-14 {
    line-height: 22px;
  }

  .nazwa-szkolenia-div {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .link-block-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: flex-start;
    padding-top: 10px;
    padding-left: 0;
  }

  .rocznik {
    margin-bottom: 0;
    font-weight: 600;
  }

  .div-block-25 {
    max-width: 200px;
  }

  .text-block-12 {
    padding-top: 40px;
  }

  .kontakt-button-div {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .certyfikat_textblock {
    padding-top: 0;
    padding-bottom: 4px;
  }
}


