@font-face {
  font-family: Eyinterstate;
  src: url('../fonts/EYInterstate-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Eyinterstate;
  src: url('../fonts/EYInterstate-Light.ttf') format("truetype"), url('../fonts/EYInterstate-LightBold.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eyinterstate;
  src: url('../fonts/EYInterstate-LightBoldItalic.ttf') format("truetype"), url('../fonts/EYInterstate-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Eyinterstate;
  src: url('../fonts/EYInterstate-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eyinterstate;
  src: url('../fonts/EYInterstate-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eyinterstate;
  src: url('../fonts/EYInterstate-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

.navbar {
  background-color: #2e2e38;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-link {
  color: #f6f6fa;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 12px;
  line-height: 16px;
}

.nav-link.nav-button {
  color: #2e2e38;
  background-color: #f6f6fa;
  border-radius: 90px;
  margin-left: 22px;
  padding: 14px 25px;
  font-weight: 700;
  transition: all .3s;
}

.nav-link.nav-button:hover {
  background-color: #ffe600;
}

.body {
  font-family: Eyinterstate, sans-serif;
}

.body.body_bg {
  background-color: #f5f5fa;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.hero {
  padding-top: 110px;
}

.hero.hero-page {
  padding-top: 80px;
}

.hero.hero-page.csbg {
  background-color: #f6f6fa;
}

.hero-title {
  color: #2e2e38;
  text-align: center;
  font-size: 46px;
  font-weight: 300;
  line-height: 62px;
}

.hero-title.left {
  text-align: left;
}

.hero-title.left.light {
  color: #747480;
}

.hero-title.left.light.white {
  color: #fff;
  position: relative;
}

.hero-title.left.light.clor2 {
  color: #2e2e38;
}

.hero-title.left._2 {
  font-size: 70px;
  line-height: 94px;
}

.span-color {
  color: #747480;
}

.hero-text {
  color: #747480;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.hero-text.smaller {
  font-size: 14px;
}

.hero-text.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.hero-text.left.full {
  max-width: 100%;
}

.hero-text.left.white {
  color: #fff;
}

.hero-text.left.color2 {
  color: #2e2e38;
}

.hero-text.left._2 {
  color: #2e2e38;
  font-size: 22px;
  line-height: 28px;
}

.span-color2 {
  color: #2e2e38;
  font-weight: 400;
}

.span-color2.white {
  color: #fff;
}

.hero-buttns {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-buttns.hleft {
  justify-content: flex-start;
}

.button-light {
  color: #2e2e38;
  background-color: #3898ec00;
  border: 1px solid #707070;
  border-radius: 90px;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 16px;
  transition: all .3s;
}

.button-light:hover {
  background-color: #e7e8eb;
  border-color: #e7e8eb;
}

.button-light.yellow {
  text-align: center;
  background-color: #ffe600;
  border-color: #ffe600;
  font-size: 14px;
}

.button-light.yellow:hover {
  color: #fff;
  background-color: #2e2e38;
  border-color: #2e2e38;
}

.button-light.yellow.c2:hover {
  color: #ffe600;
  border-color: #ffe600;
}

.button-light.yellow.c2.space-top {
  margin-top: 30px;
}

.button-light.dark {
  color: #fff;
  background-color: #3f0a84;
  border-color: #3f0a84;
}

.button-light.dark:hover {
  color: #3f0a84;
  background-color: #3f0a8400;
}

.button-light.white {
  color: #fff;
}

.button-light.white:hover {
  color: #707070;
}

.button-light.centered {
  text-align: center;
  display: inline-block;
}

.button-light._2 {
  color: #747480;
  border-width: 0;
  border-radius: 0;
  font-size: 12px;
  text-decoration: underline;
}

.button-light._2:hover {
  color: #2e2e38;
  background-color: #0000;
}

.section-now-slider {
  padding-top: 55px;
  padding-bottom: 0;
}

.sec-slider {
  align-items: stretch;
  display: flex;
}

.sec-slider-lef {
  width: 67%;
  position: relative;
}

.sec-slider-right {
  align-self: center;
  width: 33%;
}

.sec-slider-title {
  color: #2e2e38;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-left: 25px;
  font-size: 12px;
  line-height: 16px;
}

.sec-slider-title.centered {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
}

.sec-slider-title.no-left {
  padding-left: 0;
}

.sec-slider-item {
  border: 1px solid #ededef;
  border-radius: 20px;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.slider-item-img {
  flex: none;
  width: 35px;
}

.sec-slider-content {
  padding-left: 12px;
}

.text-block {
  color: #2e2e38;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-2 {
  color: #747480;
  font-weight: 300;
  line-height: 19px;
}

.image {
  width: 100%;
  display: block;
}

.section-wszstkie-produkty {
  margin-top: -30px;
}

.wszystkie-bg {
  background-color: #f5f5fa;
  border-radius: 40px;
  padding-top: 90px;
  padding-bottom: 55px;
}

.wszystkie-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-3 {
  color: #22232a;
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  line-height: 56px;
}

.image-2 {
  margin-left: 20px;
}

.wszystkie-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
}

.wszystkie-menu.left {
  justify-content: flex-start;
}

.wszystkie-item-link {
  color: #2e2e38;
  align-items: center;
  padding-bottom: 3px;
  padding-left: 17px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.wszystkie-item-link:hover {
  color: #9c82d4;
  display: inline-block;
}

.wflex {
  align-items: center;
  display: flex;
}

.image-3 {
  opacity: 0;
  margin-left: 8px;
  transition: all .3s;
}

.section-produkty-items {
  margin-top: 0;
  padding-left: 55px;
  display: flex;
}

.section-produkty-items.noleft {
  padding-left: 0;
}

.sec-produkty-left {
  width: 40%;
  padding-right: 60px;
}

.sec-produkty-left.smaller {
  width: 35%;
}

.sec-produkty-left.smaller.flex {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.sec-produkty-left.smaller._2 {
  width: 50%;
}

.sec-produkty-right {
  width: 60%;
}

.sec-produkty-right.bigger {
  align-self: stretch;
  width: 65%;
}

.sec-produkty-right.bigger._2 {
  width: 50%;
}

.sec-produkty-title {
  color: #2e2e38;
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
}

.sec-produkty-title.ftg {
  display: inline;
}

.sec-produkty-title.ftg.centered {
  text-align: center;
  display: block;
}

.sec-produkty-title.ftg.white {
  color: #fff;
  position: relative;
}

.sec-produkty-title.ftg._2 {
  font-size: 40px;
  line-height: 50px;
}

.sec-produkty-desc {
  margin-top: 14px;
  padding-left: 60px;
}

.sec-produkty-desc.noleft {
  padding-left: 0;
}

.text-block-4 {
  color: #2e2e38;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.smaller-text-prod {
  color: #747480;
  margin-top: 12px;
  margin-bottom: 22px;
  font-weight: 300;
  line-height: 28px;
}

.smaller-text-prod.white {
  color: #fff;
}

.smaller-text-prod.white.topmargin {
  margin-top: 55px;
  position: relative;
}

.sec-prod-slider {
  width: 100%;
  display: flex;
}

.sec-prod-item {
  background-color: #fff;
  border: 1px solid #ededef;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px 40px 40px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sec-prod-item:hover {
  background-color: #2e2e38;
}

.sec-prod-item.pbg {
  background-color: #f5f5fa;
}

.sec-prod-item.pbg:hover {
  background-color: #2e2e38;
}

.sec-prod-item.zakres-item {
  background-color: #ebe5f7;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding-right: 20px;
}

.sec-prod-item.zakres-item.active {
  color: #fff;
  background-color: #2e2e38;
}

.sec-prod-title {
  color: #2e2e38;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  position: relative;
}

.sec-prod-text {
  color: #747480;
  margin-top: 4px;
  font-weight: 300;
  line-height: 19px;
}

.image-4 {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sec-prod-tag {
  opacity: 0;
  color: #f6f6fa;
  text-transform: uppercase;
  background-color: #747480;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 4px 12px 3px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  transition: all .3s;
  display: inline-block;
}

.sec-prod-tag.color {
  opacity: 1;
  background-color: #9c82d4;
  position: relative;
}

.btn-umow {
  color: #2e2e38;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.btn-umow:hover {
  opacity: .85;
}

.btn-umow.white {
  color: #fff;
}

.btn-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.sec-prod-white {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-prod-white.less {
  padding-bottom: 60px;
}

.section-cta {
  margin-top: 90px;
  margin-bottom: 80px;
}

.cta-flex {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-flex.full {
  max-width: 100%;
}

.cta-big {
  background-color: #ffe600;
  border-radius: 20px;
  width: 65%;
  padding-top: 110px;
  padding-bottom: 60px;
  padding-right: 40px;
  position: relative;
  box-shadow: 0 17px 40px 5px #bfb9cb80;
}

.cta-big.full {
  z-index: 9;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 120px;
}

.cta-smaller {
  background-color: #f6f6fa;
  border-radius: 20px;
  width: 33%;
  margin-left: 2%;
  padding-top: 72px;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}

.cta-smaller.color {
  background-color: #9c82d4;
}

.cta-big-flex {
  z-index: 9;
  padding-left: 230px;
  display: block;
  position: relative;
}

.text-block-5 {
  z-index: 9;
  color: #2e2e38;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  position: relative;
}

.text-block-5.white {
  color: #fff;
}

.text-block-6 {
  color: #747480;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-6.less {
  margin-top: 15px;
  margin-bottom: 21px;
}

.text-block-6.less.white {
  color: #fff;
}

.text-block-6.csamrgin {
  margin-top: 22px;
  margin-bottom: 22px;
}

.image-5 {
  z-index: 9;
  position: absolute;
  top: 70px;
  left: -110px;
}

.image-5.smaller {
  max-width: 210px;
  top: -30px;
  left: 0;
}

.image-6 {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.small-color-title {
  z-index: 9;
  color: #9c82d4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.small-color-title.dark {
  color: #2e2e38;
}

.small-color-title.dark.color {
  color: #9c82d4;
  margin-bottom: 9px;
}

.image-7 {
  position: absolute;
  top: 0;
  left: 0;
}

.section-case {
  padding-bottom: 100px;
}

.section-case.with_bg {
  background-color: #fff;
  padding-top: 65px;
}

.case-slider {
  margin-top: 60px;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.case-slier-top {
  display: flex;
}

.case-slide-left {
  width: 30%;
  padding-right: 0;
  position: relative;
}

.case-slider-right {
  width: 70%;
  padding-left: 40px;
}

.case-title {
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  color: #2e2e38;
  font-size: 44px;
  font-weight: 300;
  line-height: 58px;
}

.text-block-7.smaller {
  font-size: 40px;
  line-height: 50px;
}

.image-8 {
  margin-top: 9px;
  margin-right: 20px;
}

.text-block-8 {
  color: #747480;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}

.case-extra-info {
  border-top: 1px solid #c4c4cd;
  margin-top: 25px;
  padding-top: 25px;
}

.extra-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.slide-nav {
  display: none;
}

.text-block-9 {
  color: #2e2e38;
  font-size: 16px;
  font-weight: 300;
}

.case-smaller {
  color: #747480;
  font-size: 12px;
}

.case-korzysci {
  background-color: #f5f5fa;
  border-radius: 28px;
  align-items: center;
  margin-top: 40px;
  padding: 33px 40px 33px 20px;
  display: flex;
}

.korzsci-left {
  width: 33%;
}

.korzysci-right {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  display: flex;
}

.korzysci-right.k2_2 {
  border-top: 1px solid #c4c4cd;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.skorzysc {
  width: 27%;
}

.text-block-10 {
  color: #2e2e38;
  font-size: 16px;
  font-weight: 700;
}

.text-block-11 {
  color: #747480;
  margin-top: 10px;
  font-weight: 300;
}

.image-9 {
  margin-bottom: 16px;
}

.divimg {
  height: 47px;
}

.right-arrow, .left-arrow {
  display: none;
}

.section-kontakt {
  background-color: #f6f6fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.kontakt-flex {
  justify-content: space-between;
  display: flex;
}

.kontakt-col {
  width: 48%;
  position: relative;
}

.footer-title {
  color: #2e2e38;
  background-image: url('../images/Group-29417.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 14px;
  font-size: 16px;
}

.footer-title.bg_2 {
  background-image: url('../images/Group-29845.svg');
}

.text-block-12 {
  color: #2e2e38;
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
}

.text-block-13 {
  color: #747480;
  margin-top: 10px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.image-10 {
  margin-bottom: 30px;
}

.footer-steps {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  margin-top: 80px;
  display: flex;
}

.footer-steps.v_2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
}

.footer-step.fs_flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.text-block-14 {
  color: #2e2e38;
  font-size: 16px;
  line-height: 19px;
}

.text-block-14.smaller {
  color: #a4a4af;
  font-weight: 300;
}

.image-11 {
  margin-top: 6px;
}

.image-12 {
  position: absolute;
  top: 0;
  right: 0;
}

.image-13 {
  margin-top: 40px;
}

.field-label {
  color: #2e2e38;
  padding-left: 18px;
  font-weight: 700;
}

.form-flex {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.form-flex-item {
  width: 48%;
}

.form-flex-item.full {
  width: 100%;
}

.text-field {
  color: #747480;
  border: 0 solid #000;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}

.text-field.with_bg {
  background-color: #f5f5fa;
}

.zgoda-text {
  color: #747480;
  font-size: 11px;
}

.zgoda-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zgoda-label {
  color: #747480;
  font-size: 11px;
}

.submit-form {
  color: #2e2e38;
  background-color: #3898ec00;
  background-image: url('../images/Group-29321.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
  padding-right: 40px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
}

.submit-form:hover {
  opacity: .77;
}

.submit-form.with_bg {
  color: #fff;
  text-align: center;
  background-color: #2e2e38;
  background-image: none;
  border-radius: 90px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.phero-img {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: visible;
}

.image-14 {
  object-fit: cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
}

.image-15 {
  position: absolute;
  bottom: -80px;
  left: -80px;
}

.section-cs-product-info {
  padding-top: 80px;
}

.section-cs-product-info.csbg {
  background-color: #f6f6fa;
  padding-bottom: 30px;
}

.section-cs-product-info.csbg.strefa-hero {
  background-color: #2e2e38;
  padding-top: 140px;
  padding-bottom: 210px;
  position: relative;
}

.section-cs-product-info.csbg.strefa-hero.sm-podstrona {
  background-color: #fff;
}

.section-cs-product-info.more-space {
  padding-bottom: 90px;
}

.products-s-info-flex {
  display: flex;
}

.pcs-left {
  width: 45%;
  padding-right: 5%;
}

.pcs-left.full {
  flex: none;
  width: 90%;
  padding-right: 0%;
}

.pcs-left.full.smaller {
  width: 60%;
}

.pcs-left.full.smaller._2 {
  width: 50%;
}

.pcs-left._2 {
  width: 45%;
}

.pcs-right {
  width: 60%;
  position: relative;
}

.pcs-right.smaller {
  width: 5%;
}

.pcs-right._2 {
  width: 60%;
}

.pcs-slider {
  border-radius: 20px;
  max-width: 500px;
  margin-top: 50px;
  box-shadow: 3px 5px 11px 5px #ededed;
}

.pcs-slider.full {
  max-width: 100%;
}

.pcs-slider-slider {
  background-color: #f5f5fa;
  border-radius: 20px;
  height: auto;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.text-block-15 {
  color: #2e2e38;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Overpass, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-block-15.color {
  color: #9c82d4;
  margin-bottom: 20px;
}

.text-block-15.nobottm {
  margin-bottom: 0;
}

.text-block-15.full.white {
  color: #fff;
}

.text-block-15.less-bottom {
  margin-bottom: 6px;
}

.text-block-15.centered {
  text-align: center;
  margin-bottom: 20px;
}

.text-block-15.less_bottom {
  margin-bottom: 20px;
}

.text-block-15.less_bottom.obszar-stage {
  margin-bottom: 10px;
}

.cs-slide-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cs-slide-flex-img {
  border-radius: 100%;
  width: 112px;
  min-width: 112px;
  height: 112px;
  min-height: 112px;
  position: relative;
  overflow: hidden;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-16 {
  color: #2e2e38;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-17 {
  margin-top: 10px;
  font-weight: 300;
}

.cs-slier-item {
  border: 1px solid #ededef;
  border-radius: 20px;
  height: auto;
  padding: 30px 30px 60px;
}

.mask {
  height: auto;
}

.video-play-div {
  background-color: #f5f5fa;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  display: flex;
}

.video-play-div.abs {
  position: static;
}

.lightbox-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #747480;
  align-items: center;
  margin-top: 30px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lightbox-link:hover {
  opacity: .76;
}

.lightbox-link.video_lightbox {
  background-color: #fff;
  height: 100%;
  padding: 45px;
  position: relative;
}

.cs-share {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.share-item {
  background-color: #f5f5fa;
  border: 1px solid #ededef;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  transition: all .3s;
  display: flex;
}

.share-item:hover {
  opacity: .64;
}

.share-item.white {
  background-color: #fff;
}

.section-szczegolowy-zakres {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-szczegolowy-zakres.less {
  margin-top: 40px;
  margin-bottom: 20px;
}

.s-big-bg {
  background-color: #f5f5fa;
  border-radius: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 66px;
  padding-bottom: 66px;
}

.title-with-img {
  margin-bottom: 30px;
  display: block;
}

.image-17 {
  margin-left: 4px;
  display: inline;
  position: relative;
  top: -4px;
}

.zakres-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-18 {
  margin-bottom: 20px;
}

.image-18.csspec {
  position: absolute;
  top: 0;
  right: 0;
}

.zakres-img {
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.zakres-text {
  margin-top: 30px;
}

.zakres-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: block;
}

.zakres-item.zakitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 10px;
  display: flex;
}

.zakres-item.zakitem.with-tp {
  margin-top: 30px;
  margin-bottom: 30px;
}

.zakres-item.zakitem.with-tp.zakres_2 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-18 {
  color: #707070;
  line-height: 28px;
}

.text-block-18.text16 {
  color: #2e2e38;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-19 {
  margin-top: 6px;
}

.slider-pomoc {
  background-color: #fff;
  height: 100%;
}

.text-block-19 {
  color: #2e2e38;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

.mask-2 {
  height: 100%;
}

.slide {
  height: 100%;
  padding-bottom: 60px;
}

.text-block-20 {
  color: #747480;
  margin-top: 20px;
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 300;
}

.slider-perc-circle {
  border: 1px solid #c4c4cd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 211px;
  display: flex;
  position: relative;
}

.text-block-21 {
  color: #2e2e38;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 9px;
  font-size: 79px;
  font-weight: 300;
  line-height: 80px;
}

.text-span {
  margin-left: -10px;
  font-size: 51px;
  font-weight: 500;
}

.circle-inner {
  border: 12px solid #0000;
  border-right-color: #ffe600;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  position: absolute;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  inset: auto 23px -3px auto;
}

.section-korzysci {
  padding-top: 40px;
  padding-bottom: 40px;
}

.span-gray {
  color: #c4c4cd;
}

.moc-korzysci {
  background-color: #f5f5fa;
  border-radius: 28px;
  width: 65%;
  padding: 72px 30px 70px;
}

.moc-korzysci-icons {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.moc-icon {
  width: 31.33%;
  margin: 1%;
}

.moc-icon-icon {
  height: 42px;
}

.text-block-22 {
  color: #2e2e38;
  letter-spacing: -.25px;
  font-size: 16px;
  font-weight: 300;
}

.section-dlaczego-wazne {
  padding-top: 20px;
  padding-bottom: 50px;
}

.section-dlaczego-wazne.sec-jak-dzialamy {
  padding-top: 45px;
}

.dlaczego-wazne-flex {
  display: flex;
}

.dlaczego-left {
  width: 60%;
  padding-right: 40px;
}

.dlaczego-left.no-right {
  padding-right: 0;
}

.daczego-right {
  width: 40%;
}

.image-20 {
  border-radius: 12px;
  display: block;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-text-text {
  color: #747480;
  letter-spacing: -.25px;
  font-size: 14px;
  line-height: 19px;
}

.faq-text-text.bigger {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.faq-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  width: 100%;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

.plus-icon {
  width: 2.88em;
  transition: all .3s;
  display: none;
}

.faq-bg {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-bg.nobg {
  background-color: #fff0;
  margin-top: 8px;
}

.faq-content-flex {
  justify-content: space-between;
  padding: 0 0 2em 57px;
  display: flex;
}

.faq-content-flex.no-left {
  padding-left: 0;
}

.faq-question-wrap {
  opacity: 1;
  cursor: pointer;
  border: 1px solid #d0d2d6;
  border-width: 1px 0;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.faq-question-wrap.left-padding {
  margin-left: 25px;
  padding-left: 0;
}

.question-title {
  color: #747480;
  text-transform: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.question-title.bigger {
  font-family: Eyinterstate, sans-serif;
  font-weight: 400;
}

.faq-icon-icon {
  width: .88em;
  transition: all .3s;
  display: block;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-question-bar {
  color: #747480;
  letter-spacing: -.25px;
  text-transform: none;
  background-color: #f4f4f400;
  border: 0 solid #ededed;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.faq-question-bar.padding-left {
  padding-left: 0;
}

.faq-content {
  background-color: #fff0;
  border: 0 solid #000;
  overflow: hidden;
}

.faq-content-text {
  width: 48%;
}

.faq-content-text.faq-content-full {
  width: 100%;
  padding-right: 50px;
}

.sannumer {
  color: #c4c4cd;
  margin-right: 0;
}

.faqleft {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.text-block-23 {
  margin-right: 30px;
}

.section-baza {
  background-color: #f6f6fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.baza-wiedzy-bg {
  background-color: #fff;
  background-image: url('../images/Group-29532.svg');
  background-position: 30px 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 28px;
  padding: 45px 40px;
  display: flex;
}

.baza-left {
  width: 27%;
}

.baza-right {
  width: 73%;
}

.single-wpis-baza {
  border-radius: 20px;
  width: 31.33%;
  text-decoration: none;
  transition: all .3s;
}

.single-wpis-baza:hover {
  box-shadow: 0 7px 13px #bfb9cb80;
}

.single-wpis-baza.bz {
  margin-left: 1%;
  margin-right: 1%;
}

.swpis-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swpis-content {
  background-color: #f6f6fa;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 15px 15px;
  position: relative;
}

.swpis-content.white {
  background-color: #fff;
}

.artykul-title {
  color: #2e2e38;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.artykul-autor {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: 5px;
  display: flex;
}

.autor-img {
  border-radius: 100%;
  width: 21px;
  min-width: 21px;
  height: 21px;
  min-height: 21px;
  margin-left: -5px;
}

.autor-podpis {
  color: #747480;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.section-dotacje {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dotacje-mapa {
  align-items: center;
  display: flex;
}

.mapa-left {
  width: 70%;
}

.mapa-right {
  width: 40%;
  padding-left: 30px;
}

.mapa-info-content {
  margin-bottom: 30px;
}

.text-block-24 {
  font-size: 32px;
}

.text-block-25 {
  color: #2e2e38;
  letter-spacing: -.25px;
  font-size: 32px;
  font-weight: 300;
  line-height: 43px;
}

.text-block-26 {
  color: #2e2e38;
  letter-spacing: -.25px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
}

.section-wybrz-narzedzia {
  background-color: #0000;
  margin-top: -150px;
  position: relative;
}

.narzedzia-bg {
  background-color: #f6f6fa;
  border-radius: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.narzedzia-bg.morebottom {
  padding-bottom: 60px;
}

.narzedzia-bg.morebottom._2 {
  background-image: url('../images/Intersection-1.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: auto;
}

.narzedzia-flex {
  flex-flow: wrap;
  display: flex;
}

.nflex-left {
  width: 35%;
  padding-top: 44px;
  padding-right: 40px;
}

.nright {
  width: 65%;
}

.nright-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wsparcie-item-menu {
  color: #2e2e38;
  text-align: center;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.wsparcie-item-menu.active {
  color: #fff;
  background-color: #9c82d4;
}

.menflex {
  flex: 1;
  margin-left: 30px;
  display: flex;
}

.wsparcie-items {
  margin-top: 30px;
}

.swsparcie-item {
  background-color: #f5f5fa;
  border: 1px solid #ededef;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 25px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.swsparcie-item:hover {
  color: #fff;
  background-color: #2e2e38;
  box-shadow: 0 4px 7px 3px #bfb9cb80;
}

.swsparcie-item.white {
  background-color: #fff;
}

.swsparcie-item.white:hover {
  background-color: #2e2e38;
}

.ws-left {
  width: 50%;
}

.ws-right {
  width: 40%;
}

.text-block-27 {
  color: #747480;
  padding-right: 0;
  font-weight: 300;
}

.text-block-28 {
  color: #2e2e38;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.image-22 {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  right: 30px;
}

.section-cta-long {
  background-color: #f6f6fa;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-cta-long.white-bg {
  background-color: #fff;
  position: relative;
}

.section-baza-info {
  background-color: #f6f6fa;
}

.section-baza-info.white {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sec-baz-bg {
  background-color: #fff;
  border-radius: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-baz-bg.color {
  background-color: #f6f6fa;
}

.sec-wpisy-blogowe {
  margin-bottom: 30px;
  margin-left: -1%;
  margin-right: -1%;
}

.wpisy-bogowe-fle {
  justify-content: flex-start;
  display: flex;
}

.wpisdata {
  color: #2e2e38;
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.image-23 {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.pozostale-wpisy-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.spozostale-item {
  color: #747480;
  border-top: 1px solid #c4c4cd;
  border-bottom: 1px solid #c4c4cd;
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.spozostale-item:hover {
  color: #2e2e38;
  border-top-color: #2e2e38;
  border-bottom-color: #2e2e38;
}

.text-block-29 {
  letter-spacing: -.25px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.pozostale-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.text-block-30 {
  color: #c4c4cd;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.image-24 {
  position: absolute;
  top: 10px;
  right: 0;
}

.podcast-czas {
  color: #747480;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
}

.footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  margin-right: 60px;
}

.footer-col {
  flex: 1px;
}

.footer-link {
  color: #c4c4cd;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #2e2e38;
}

.footer-copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-copy-left {
  align-items: center;
  max-width: 50%;
  display: flex;
}

.text-block-31 {
  color: #747480;
  letter-spacing: -.25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.cop-link {
  color: #2e2e38;
  letter-spacing: -.25px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
}

.cop-link:hover {
  color: #c4c4cd;
}

.image-25 {
  margin-left: 14px;
  margin-right: 14px;
}

.link-back {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2e2e38;
  letter-spacing: -.25px;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.link-back:hover {
  color: #c4c4cd;
}

.image-26 {
  margin-top: -3px;
}

.image-27 {
  position: absolute;
  top: -20px;
  left: -80px;
}

.section-cs-new-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.cs-cta-bg {
  background-color: #ebe5f6;
  border-radius: 20px;
  padding: 40px;
  display: flex;
}

.cs-cta-left {
  width: 35%;
}

.cs-cta-right {
  width: 65%;
}

.cta-left-img {
  height: 100%;
  padding-right: 40px;
}

.image-28 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dro-menu {
  position: static;
}

.text-block-32 {
  color: #f6f6fa;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-toggle {
  padding-left: 33px;
  padding-right: 33px;
}

.dropdown-toggle.w--open {
  position: static;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #2e2e38;
  width: 100vw;
  left: 0;
}

.di-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  width: 25%;
  padding-right: 30px;
  display: flex;
}

.tab-link-item {
  color: #f6f6fa;
  background-color: #0000;
  background-image: url('../images/Group-30283.svg');
  background-position: 130%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  transition: all .3s;
}

.tab-link-item:hover {
  color: #ffe600;
  background-position: 100%;
}

.tab-link-item.w--current {
  color: #ffe600;
  background-color: #0000;
  background-position: 100%;
}

.tabs-content {
  border-left: 1px solid #707070;
  width: 75%;
  padding-left: 33px;
}

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

.sub-menu-item-link {
  color: #fff;
  background-image: url('../images/Group-30000.svg');
  background-position: -20px 3px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.sub-menu-item-link:hover {
  background-image: url('../images/Group-30000.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
}

.text-block-33 {
  font-weight: 300;
}

.tab-inner-col {
  width: 45%;
}

.pcs-middle {
  width: 35%;
}

.pcs-middle._2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.nflex-full {
  width: 100%;
  margin-bottom: 20px;
}

.nflex-items {
  width: 100%;
  margin-top: 40px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.nflex-row {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
}

.nflex-big-item {
  color: #fff;
  background-image: url('../images/AdobeStock_641585727.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 803px;
  margin-top: 0%;
  margin-bottom: 25px;
  padding: 40px 27px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nflex-bg {
  background-image: linear-gradient(#2e2e38, #fff0);
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
}

.nflex-small-item {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 390px;
  margin-top: 0%;
  margin-bottom: 25px;
  padding: 20px 27px 33px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nflex-small-item:hover {
  box-shadow: 0 4px 15px 10px #bfb9cb40;
}

.nflex-icon {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 143px;
  display: flex;
}

.nflex-title {
  color: #2e2e38;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.nflex-text {
  color: #747480;
  margin-top: 12px;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 300;
}

.sm-cs-bg {
  width: 60%;
  position: absolute;
  bottom: -150px;
  right: 0;
}

.sm-cs-bg._2 {
  top: -30px;
  bottom: auto;
  right: -190px;
}

.sec-cs-faq {
  margin-bottom: 80px;
  display: flex;
}

.cs-faq-left {
  width: 32%;
}

.cs-faq-right {
  width: 68%;
  padding-left: 25px;
}

.smal-bottom-bg {
  background-color: #f6f6fa;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-30 {
  z-index: 0;
  position: absolute;
  top: -200px;
  left: auto;
  right: -400px;
}

.image-31 {
  display: block;
  position: relative;
}

.opis-narzedzia-div {
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.op-col {
  width: 50%;
  position: relative;
}

.op-col.left-padding {
  align-self: center;
  padding-left: 50px;
}

.op-title {
  color: #2e2e38;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.op-col-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec-korzysci2 {
  background-color: #fff;
  margin-top: 100px;
}

.kozysci2_inner {
  max-width: 681px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-dobierz {
  background-color: #fff;
}

.image-32 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-33 {
  width: 62px;
  position: absolute;
  bottom: -50px;
  left: -30px;
}

.op-cs-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-34 {
  color: #ffe600;
  align-self: auto;
  margin-top: 6px;
  font-weight: 300;
}

.text-block-35 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

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

.op-bg {
  opacity: .26;
  background-image: radial-gradient(circle, #53426f, #f6f6faf7);
  border-radius: 100%;
  width: 500px;
  height: 500px;
}

.image-35 {
  width: 700px;
  max-width: 700px;
  position: absolute;
  inset: -28% 0% 0%;
}

.video-play-button-info {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.odt-text {
  color: #fff;
  margin-top: 10px;
}

.div-block-3 {
  align-self: stretch;
  position: relative;
}

.image-36 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.info-czas {
  background-color: #ffffffeb;
  border-radius: 13px;
  padding: 5px 10px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.cs-floating-menu {
  background-color: #fff;
}

.cs-menu-inside {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cs-menu-item {
  color: #2e2e38;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.dlaczego-lista-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.dlaczego-lista-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dlaczego-item-text {
  color: #2e2e38;
  letter-spacing: -.25px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.dicon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.form-bg-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 35px 20px;
  box-shadow: 0 3px 36px #ededed;
}

.checkbox {
  margin-top: 5px;
}

.section-obszary-wspolprac {
  padding-bottom: 65px;
}

.obszary-title-center {
  text-align: center;
}

.obszary-title-desc {
  color: #747480;
  letter-spacing: -.25px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.obszary-wspolpracy-slider {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  margin-top: 30px;
  display: flex;
}

.ss-obszar-ws {
  background-color: #ebe5f7;
  border: 3px solid #0000;
  border-radius: 30px;
  padding: 25px 30px 40px;
  text-decoration: none;
  transition: all .3s;
}

.ss-obszar-ws:hover {
  border-color: #3d1087;
  box-shadow: 0 43px 36px #ddd;
}

.obszar-icon {
  justify-content: flex-start;
  align-items: flex-end;
  height: 70px;
  margin-bottom: 12px;
  display: flex;
}

.btn-flex-left {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.obszar-lit {
  margin-top: 12px;
}

.obszar-cs-text {
  color: #2e2e38;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.faq-icon-icon-active {
  width: .88em;
  transition: all .3s;
  display: none;
}

.dlaczego-btn {
  margin-top: 35px;
  margin-left: 25px;
}

.footer-step-number {
  border: 1px solid #c4c4cd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.footer-step-number-text {
  color: #c4c4cd;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.footer-step-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-step-right {
  padding-top: 19px;
}

.footer-step-title {
  color: #2e2e38;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}

.footer-step-text {
  color: #a4a4af;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.image-37 {
  margin-left: 3px;
}

.form-with-bg {
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 30px;
}

.section-main {
  background-color: #000;
  background-image: url('../images/tło.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
}

.sec-top-logo {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mc-flex {
  margin-top: 45px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.mc-left {
  width: 40%;
}

.mc-title {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 62px;
}

.span-light {
  font-weight: 300;
}

.span-light-yellow {
  color: #ffe600;
  font-weight: 300;
}

.mc-text {
  color: #f6f6fa;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.mc-right {
  width: 60%;
  padding-left: 60px;
}

.mc-progress {
  margin-top: 73px;
}

.progress-title {
  color: #ffe600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 15px;
}

.progress-steps {
  justify-content: space-between;
  display: flex;
}

.progress-step {
  opacity: .25;
  border: 1px solid #ffe600;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  font-size: 11px;
  transition: all .3s;
  display: flex;
}

.progress-step.active {
  opacity: 100;
}

.progress-step.is-back {
  color: #ffe600;
}

.progress-step.is-back:hover {
  opacity: 100;
  color: #2e2e38;
  background-color: #ffe600;
}

.progress-step.past {
  opacity: 100;
  background-image: url('../images/Grupo-30264.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #0000;
  font-size: 0;
}

.progress-step-text {
  color: #ffe600;
  font-weight: 300;
}

.mc-left-inner {
  max-width: 405px;
}

.progress-line {
  margin-top: 25px;
}

.progress-percentage {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.perc-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.progress-main-line {
  opacity: .47;
  background-image: linear-gradient(90deg, #ffe600, #ffe600 20%, #eaa24b 40%, #c127d2 60%, #8938ff 80%, #4694ff);
  border-radius: 31px;
  width: 312px;
  height: 5px;
  position: relative;
}

.progress-main-bg {
  background-color: #000;
  width: 312px;
  height: 5px;
  position: relative;
}

.progress-line-to-follow {
  background-image: linear-gradient(90deg, #ffe600, #ffe600 20%, #eaa24b 40%, #c127d2 60%, #8938ff 80%, #4694ff);
  border-radius: 31px;
  width: 15%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.fc-title-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.fc-subtitle {
  color: #f6f6fa;
  margin-top: 1px;
  font-weight: 300;
  line-height: 24px;
}

.form-options {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 17px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-field-parent {
  float: left;
  clear: left;
  background-color: #2e2e38de;
  border: 1px solid #2e2e38de;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  transition: all .3s;
  position: relative;
}

.checkbox-field-parent.is-alt {
  width: 31.33%;
  height: 100%;
}

.checkbox-field-parent.last {
  margin-bottom: 0;
}

.checkbox-field-parent.is-custom {
  border-color: #504f4a;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.checkbox-field-parent.is-rev.is-summary-item {
  background-color: #ffe6061a;
  border-color: #ffe600;
}

.actual-checkbox {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -30px;
}

.actual-checkbox.hidden {
  opacity: 0;
  display: none;
}

.checkbox-field-label {
  z-index: 2;
  color: #fff;
  letter-spacing: -.25px;
  text-transform: none;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 30px;
  font-family: Eyinterstate, sans-serif;
  font-size: 0;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: relative;
}

.checkbox-field-label.more.is-rev {
  display: block;
}

.checked {
  z-index: 1;
  background-image: url('../images/Grupo-30296.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 46px;
  left: 39px;
}

.checked.none {
  display: none;
}

.checked.radio_style {
  opacity: 0;
  background-image: url('../images/Grupo-30191.svg');
}

.checked.radio_style.is-custom {
  margin-left: auto;
  margin-right: auto;
  top: 18px;
  left: 0;
  right: 0;
}

.unchecked {
  z-index: 0;
  background-image: url('../images/Grupo-30297.svg');
  background-position: 50%;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 39px;
}

.unchecked.none {
  display: none;
}

.unchecked.radio_style {
  background-image: url('../images/Grupo-30163.svg');
}

.unchecked.radio_style.is-custom {
  margin-left: auto;
  margin-right: auto;
  top: 18px;
  left: 0;
  right: 0;
}

.checkbox-desc {
  color: #a6a6b5;
  font-weight: 300;
  line-height: 24px;
}

.checkbox-desc.max-width {
  max-width: 225px;
}

.checkbox-desc.max-width.smaller {
  font-size: 12px;
  line-height: 16px;
}

.checkbox-content {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 70px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-content.is-alt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2e2e38d9;
  border: 1px solid #323441;
  border-radius: 3px;
  flex-flow: column;
  height: 100%;
  padding: 0;
  transition: all .3s;
  position: static;
}

.checkbox-content.is-custom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-left: 0;
}

.checkbox-content.is-rev.is-summary-item {
  padding-left: 20px;
}

.checkbox-title {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.checkbox-title.is-cs {
  text-align: center;
  font-weight: 300;
}

.checkbox-title.isum {
  line-height: 22px;
}

.checkbox-title.with-height {
  height: 40px;
}

.checkbox-title.spec-width-title {
  flex: 0 auto;
  width: 100%;
}

.checkbox-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.checkbox-icon.is-alt {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
}

.checkbox-icon.is-alt.top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox-icon.is-rabat {
  width: 70px;
}

.checkbox-text.is-alt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 14px;
  display: flex;
}

.checkbox-text.is-alt.top-space {
  margin-top: 20px;
}

.form-step-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.button-next {
  color: #fff;
  background-color: #0000;
  border: 1px solid #f5f5fa;
  padding: 15px 40px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
}

.button-next:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-next.btn-send {
  text-align: center;
  min-width: 220px;
}

.button-next.btn-send:hover {
  background-color: #ffe600;
  border-color: #ffe600;
}

.fc-title-top {
  color: #ffe600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 15px;
}

.is-radio-cs {
  flex-flow: column;
  justify-content: flex-start;
  width: 31.33%;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.option-price {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.price-bigge {
  font-size: 18px;
}

.radio-flex {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.cs-padding {
  padding: 25px 17px;
}

.cs-padding.is-for-summary {
  background-color: #222229;
  border: 1px solid #504f4a;
  border-radius: 3px;
  justify-content: space-between;
  align-items: flex-start;
  width: 31.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.option-details {
  background-color: #2e2e38;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
  display: flex;
}

.opt-details-title {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.opt-list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.opt-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.opt-list-text {
  color: #a6a6b5;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.opt-list-text.is-np {
  font-size: 14px;
  line-height: 24px;
}

.opt-icon {
  flex: none;
  width: 14px;
}

.opt-icon.is-wvw {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3px;
  display: flex;
}

.opt-bottom {
  margin-top: 20px;
}

.button-choose {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f5f5fa;
  width: 100%;
  padding: 15px 40px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
}

.button-choose:hover {
  color: #000;
  background-color: #ffe600;
  border-color: #ffe600;
}

.is-radio-abs {
  font-size: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.is-radio-input-hidden {
  display: none;
}

.image-38 {
  width: 18px;
}

.image-39 {
  width: 17px;
}

.image-39.top-space {
  margin-top: 3px;
}

.image-39.top-space.is-full {
  flex: none;
  width: auto;
}

.image-39.top-space.is-full.is-big {
  width: 27px;
}

.image-39.bigger {
  width: auto;
}

.rabat-text {
  color: #ffe600;
  flex-flow: column;
  align-self: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.rabat-big {
  font-size: 28px;
  line-height: 37px;
}

.info-about-selected-option {
  background-color: #2e2e38a6;
  border-radius: 3px;
}

.two-flex {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tw-text {
  color: #747480;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.div-block-4 {
  width: 155px;
}

.selected-option-answers {
  background-color: #2e2e38;
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}

.cs-single-answer {
  border-bottom: 1px solid #504f4a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 17px;
  display: flex;
}

.cs-single-answer.last {
  border-bottom-width: 0;
}

.answe-number {
  flex: none;
  width: 40px;
  padding-top: 3px;
}

.an-item {
  color: #ffe600;
  border: 1px solid #ffe600;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.answe-question {
  flex: 1;
}

.question-text {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}

.answe-toggle {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 155px;
  min-width: 155px;
  padding-top: 10px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.ms-toggle-wrap {
  width: 32px;
  height: 18px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-toggle-label {
  z-index: 2;
  color: #a6a6b5;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  font-family: Eyinterstate, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-light-text {
  font-size: 13px;
  font-weight: 300;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #747480;
  border: 1px solid #504f4a;
  border-radius: 100px;
  width: 32px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.answe-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.answe-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.answe-desc {
  flex: 1;
}

.answe-input-for-question {
  width: 155px;
}

.cs-simple-input {
  color: #a6a6b5;
  background-color: #1e1e25;
  border: 1px solid #504f4a;
  border-radius: 3px;
  max-width: 100px;
  height: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.cs-simple-input:focus {
  border-color: #ffe600;
}

.cs-simple-input.is-cutm {
  color: #fff;
  max-width: 100%;
}

.cs-simple-input.is-cutm::placeholder {
  color: #a6a6b5;
}

.is-custom-type-answer {
  padding: 20px 17px;
}

.custom-type-answer-title {
  color: #fff;
  font-weight: 700;
  line-height: 24px;
}

.custom-answers-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.is-form-bg {
  background-color: #2e2e38;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  padding: 30px 60px;
}

.form-bg-top {
  background-color: #2e2e38a6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  height: 40px;
}

.form-items-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.is-form-item {
  width: 48%;
  position: relative;
}

.is-input-label {
  opacity: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  transition: all .3s;
  display: block;
  position: absolute;
  left: 12px;
}

.form-zgody {
  margin-top: 40px;
}

.zgoda-ogolna-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.zgoda-link {
  color: #fff;
}

.single-zgoda {
  margin-top: 19px;
}

.s-zgoda-text {
  color: #747480;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.checkbox-2 {
  border: 1px solid #504f4a;
  border-radius: 0;
  flex: none;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-right: 9px;
}

.checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Rectángulo-7156.svg');
  background-position: 50%;
  background-size: auto;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.link {
  color: #747480;
}

.btn-send-form {
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.form-thank-you {
  background-color: #2e2e38;
  border-bottom: 1px solid #504f4a;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 30px 60px;
}

.form-thank-you.is-last {
  background-color: #2e2e38a6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.thank-you-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.form-thank-you-text {
  color: #fff;
  margin-top: 10px;
  font-weight: 300;
  line-height: 24px;
}

.span-mail {
  color: #ffe600;
}

.form-summary {
  background-color: #2e2e38;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 25px 60px;
}

.summary-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 15px;
}

.summary-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.is-summary-half {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-meny {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-link {
  color: #2e2e38;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

.footer-menu-link:hover {
  opacity: .85;
}

.footer-social-media {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.single-social-link {
  color: #2e2e38;
  border: 1px solid #8080806b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  line-height: 1;
  transition: all .3s;
  display: flex;
}

.single-social-link:hover {
  color: #fff;
  background-color: #2e2e38;
}

.is-summary-plus {
  color: #ffe600;
  justify-content: flex-end;
  align-items: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
  position: absolute;
  inset: 0% -22px 0% auto;
}

.icon-with-height {
  height: 40px;
}

.summay-extra-info {
  margin-top: 25px;
  margin-bottom: 25px;
}

.propozycja-wybrany-wariant {
  background-color: #454550;
  border-radius: 3px;
  padding: 20px 17px;
  box-shadow: 0 13px 16px #00000029;
}

.prop-desc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.prop-desc-text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.prop-desc-text.etap-desc {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 300;
}

.prop-desc-text.etap-desc.etap-co {
  margin-top: 15px;
  font-size: 12px;
}

.wybrany-wariant-more-details {
  background-color: #222229;
  border: 1px solid #504f4a;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 17px;
  display: block;
}

.wvw-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wvw-item-text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.wvw-item-text.is-color {
  color: #a6a6b5;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.wvw-price {
  color: #fff;
  letter-spacing: -.25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
}

.wvw-price.smaller {
  font-size: 11px;
  line-height: 23px;
}

.wvw-price-value {
  font-size: 23px;
}

.wvw-price-value.smaller {
  font-size: 14px;
}

.wvw-first-width {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.wvw-last-width {
  width: 35%;
  padding-left: 20px;
}

.wvw-small-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.span-variant-name {
  font-weight: 700;
}

.is-span-dot {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.wybrany-wariant-osoba {
  background-color: #222229;
  border: 1px solid #504f4a;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px 17px;
  display: flex;
}

.wo-left {
  width: 30%;
  position: static;
}

.wo-right {
  width: 70%;
}

.wo-right.with-padding {
  padding-top: 20px;
  padding-left: 10px;
}

.wo-text {
  color: #a6a6b5;
  font-size: 12px;
  line-height: 18px;
}

.summary-osoba {
  display: flex;
  position: relative;
}

.summary-osoba.is-premiun {
  margin-top: 0;
  padding-top: 20px;
}

.osoba-big-text {
  z-index: 9;
  color: #fff;
  line-height: 24px;
  position: relative;
}

.is-spec-link {
  color: #ffe600;
}

.image-40 {
  position: absolute;
  bottom: -90px;
  left: -30px;
}

.osoba-podpis {
  z-index: 9;
  text-transform: none;
  margin-top: 45px;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.osoba-imie {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.os-pod {
  color: #ffe600;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 18px;
}

.form-summary-details {
  background-color: #2e2e38a6;
  padding: 25px 60px;
}

.is-fsd-product {
  background-color: #454550;
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 20px 17px;
  box-shadow: 0 13px 16px #00000029;
}

.smaller {
  font-size: 14px;
}

.smaller.nobold {
  font-weight: 400;
}

.is-etap-title {
  color: #ffe600;
  font-size: 14px;
  line-height: 20px;
}

.is-single-new-etap {
  border-bottom: 1px solid #504f4a;
  padding-bottom: 35px;
}

.is-harmonogram-item {
  border: 1px solid #504f4a;
  border-radius: 3px;
  margin-bottom: 40px;
}

.is-harmonogram-title {
  border-bottom: 1px solid #504f4a;
  padding: 15px 17px;
}

.is-harmonogram-etap {
  border-bottom: 1px solid #504f4a;
  padding: 15px 17px;
  display: flex;
}

.is-harmonogram-etap.last {
  border-bottom-width: 0;
}

.ih1 {
  flex: none;
  width: 60px;
}

.ih2 {
  width: 50%;
}

.ih2-text {
  color: #a6a6b5;
  font-weight: 300;
  line-height: 24px;
}

.ih4 {
  width: 45%;
}

.ih4-text {
  color: #a6a6b5;
  font-weight: 700;
  line-height: 24px;
}

.spec-width {
  width: 60px;
}

.dflexitem {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fs-extra-info {
  margin-top: 45px;
  padding-bottom: 45px;
}

.fstext {
  color: #a6a6b5;
  line-height: 24px;
}

.premium-info {
  background-color: #0000;
  border: 0 solid #504f4a;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .progress-main-line {
    opacity: .47;
    width: 312px;
  }

  .progress-main-bg {
    border-radius: 31px;
    width: 312px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 90%;
  }

  .section-now-slider {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-produkty-items.noleft.map {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec-prod-item.zakres-item {
    max-width: 230px;
  }

  .cta-flex {
    max-width: 1000px;
  }

  .cta-flex.full {
    max-width: 1100px;
  }

  .cta-big.full {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-slider {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .kontakt-flex {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-cs-product-info.csbg.strefa-hero {
    padding-top: 190px;
  }

  .pcs-left.full {
    width: 80%;
  }

  .pcs-left.full.smaller {
    width: 50%;
  }

  .slider-pomoc, .dlaczego-wazne-flex, .baza-wiedzy-bg, .footer-columns, .cs-cta-bg {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .pcs-middle {
    width: 60%;
  }

  .sm-cs-bg {
    width: 46%;
    bottom: -200px;
    right: 80px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    font-size: 12px;
  }

  .nav-link.nav-button {
    flex: 0 auto;
    width: 250px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    text-align: center;
    background-color: #2e2e38;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    position: absolute;
  }

  .hero-title {
    line-height: 59px;
  }

  .hero-title.left.light.white {
    font-size: 40px;
    line-height: 49px;
  }

  .hero-title.left._2 {
    font-size: 50px;
    line-height: 70px;
  }

  .hero-buttns.hleft {
    justify-content: flex-start;
    position: relative;
  }

  .hero-buttns.hleft.fff {
    flex-flow: wrap;
  }

  .button-light.centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-slider-lef {
    width: 60%;
  }

  .sec-slider-right {
    width: 40%;
  }

  .slider-item-img {
    flex: none;
  }

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

  .wszystkie-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .section-produkty-items {
    padding-left: 40px;
  }

  .section-produkty-items.noleft.map {
    flex-wrap: wrap;
  }

  .sec-produkty-left {
    padding-right: 30px;
  }

  .sec-produkty-left.smap1 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .sec-produkty-right.smap2 {
    width: 100%;
  }

  .sec-produkty-title.ftg {
    font-size: 29px;
    line-height: 39px;
  }

  .sec-produkty-title.ftg._2 {
    font-size: 36px;
    line-height: 40px;
  }

  .sec-produkty-desc {
    padding-left: 0;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .sec-prod-item.zakres-item {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .p-img {
    width: 40%;
    margin-right: 20px;
  }

  .cta-flex {
    flex-wrap: wrap;
  }

  .cta-big {
    width: 100%;
  }

  .cta-smaller {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
    padding-bottom: 30px;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-5 {
    max-width: 240px;
    top: auto;
    bottom: 0;
    left: -10px;
  }

  .image-6 {
    max-width: 70%;
  }

  .text-block-7 {
    font-size: 33px;
    line-height: 49px;
  }

  .text-block-8 {
    line-height: 31px;
  }

  .korzsci-left {
    width: 30%;
    padding-right: 30px;
  }

  .korzysci-right {
    width: 80%;
  }

  .korzysci-right.k2_2 {
    width: 100%;
  }

  .footer-title.bg_2 {
    background-position: 50%;
    background-size: contain;
  }

  .text-block-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .text-block-13 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .footer-steps {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-step {
    width: 100%;
  }

  .image-12 {
    max-width: 100px;
  }

  .form-flex.flex-wrap {
    flex-flow: column;
  }

  .form-flex-item.tfull {
    width: 100%;
  }

  .section-cs-product-info {
    padding-top: 40px;
  }

  .products-s-info-flex {
    flex-wrap: wrap;
  }

  .pcs-left, .pcs-left.full, .pcs-left._2, .pcs-right, .pcs-right.smaller, .pcs-right._2 {
    width: 100%;
  }

  .pcs-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-15 {
    margin-bottom: 0;
  }

  .text-block-15.nobottm {
    width: 100%;
    margin-bottom: 20px;
  }

  .cs-slide-flex {
    margin-top: 20px;
  }

  .lightbox-link {
    justify-content: center;
  }

  .cs-share {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    margin-top: 30px;
    position: static;
  }

  .share-item {
    flex: none;
    margin-bottom: 0;
  }

  .section-szczegolowy-zakres.less {
    margin-top: 20px;
  }

  .zakres-flex {
    flex-wrap: wrap;
  }

  .image-18.csspec {
    margin-bottom: 0;
    position: static;
  }

  .text-block-19 {
    font-size: 41px;
    line-height: 52px;
  }

  .text-block-20 {
    margin-bottom: 50px;
  }

  .text-block-21 {
    font-size: 60px;
  }

  .moc-korzysci {
    width: 100%;
  }

  .section-dlaczego-wazne.sec-jak-dzialamy {
    padding-top: 0;
  }

  .dlaczego-wazne-flex {
    flex-wrap: wrap;
  }

  .dlaczego-left {
    width: 100%;
    padding-right: 0;
  }

  .daczego-right {
    width: 100%;
    margin-top: 30px;
  }

  .image-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-text-text {
    font-size: .88em;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .faq-content-flex {
    flex-wrap: wrap;
    padding-right: 2em;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    font-size: 1em;
  }

  .faq-content-text, .faq-content-text.faq-content-full {
    width: 100%;
  }

  .single-wpis-baza.bz {
    width: 100%;
    margin-bottom: 10px;
  }

  .nright-menu {
    flex-wrap: wrap;
  }

  .menflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .ws-left {
    padding-right: 10px;
  }

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

  .wpisy-bogowe-fle {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .pozostale-wpisy-flex {
    margin-top: 20px;
  }

  .spozostale-item {
    width: 100%;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }

  .footer-logo {
    margin-right: 0;
  }

  .menu-button {
    color: #fff;
    padding: 0;
    font-size: 40px;
  }

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

  .image-27 {
    width: 150px;
    left: -16px;
  }

  .icon {
    background-color: #0000;
  }

  .image-28 {
    object-fit: contain;
  }

  .dropdown-toggle {
    text-align: center;
    display: block;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .tabs {
    flex-flow: wrap;
  }

  .tabs-menu {
    width: 100%;
    padding-right: 0;
  }

  .tab-link-item {
    text-align: center;
    max-width: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 12px;
  }

  .tabs-content {
    border-top: 1px solid #707070;
    border-left-width: 0;
    width: 100%;
    padding-top: 33px;
    padding-left: 0;
  }

  .tab-inner-menu {
    justify-content: center;
    align-items: flex-start;
  }

  .sub-menu-item-link {
    text-align: left;
    margin-bottom: 11px;
    font-size: 12px;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .pcs-middle._2 {
    width: 50%;
  }

  .nflex-big-item {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nflex-small-item {
    height: 440px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nflex-icon {
    height: 120px;
  }

  .nflex-title {
    font-size: 17px;
    line-height: 25px;
  }

  .nflex-text {
    font-size: 15px;
    line-height: 19px;
  }

  .sm-cs-bg {
    bottom: -130px;
    right: 30px;
  }

  .sm-cs-bg._2 {
    top: 0;
  }

  .image-29 {
    height: 100%;
    display: block;
  }

  .image-30 {
    top: -40px;
    right: -260px;
  }

  .op-col.left-padding {
    padding-left: 30px;
  }

  .kozysci2_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .op-cs-text {
    max-width: 270px;
  }

  .text-block-35 {
    font-size: 14px;
    line-height: 25px;
  }

  .image-34 {
    max-width: 260px;
  }

  .image-35 {
    max-width: 480px;
    left: -20%;
  }

  .cs-menu-item {
    font-size: 13px;
  }

  .dlaczego-item-text {
    font-size: 19px;
    line-height: 26px;
  }

  .form-bg-white {
    padding: 20px;
  }

  .dlaczego-btn {
    text-align: center;
    margin-left: 0;
  }

  .footer-step-title {
    font-size: 21px;
  }

  .mc-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .mc-title {
    font-size: 38px;
    line-height: 47px;
  }

  .mc-right {
    padding-left: 40px;
  }

  .mc-progress {
    margin-top: 70px;
  }

  .progress-main-line, .progress-main-bg {
    width: 280px;
  }

  .fc-title-text {
    font-size: 20px;
    line-height: 27px;
  }

  .checkbox-field-label.more {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
  }

  .checked, .unchecked {
    left: 30px;
  }

  .checkbox-desc {
    line-height: 22px;
  }

  .checkbox-desc.max-width.smaller.isnew {
    max-width: 100%;
  }

  .checkbox-title.with-height {
    height: auto;
  }

  .checkbox-text.more {
    padding-top: 0;
    padding-bottom: 0;
  }

  .is-radio-cs {
    width: 100%;
  }

  .radio-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .cs-padding.is-for-summary {
    width: 100%;
  }

  .is-form-bg, .form-thank-you, .form-summary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .summary-items {
    flex-flow: column;
  }

  .footer-meny {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .is-summary-plus {
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 -34px;
  }

  .wvw-price {
    font-size: 13px;
  }

  .wvw-price-value {
    font-size: 19px;
  }

  .wvw-last-width {
    padding-left: 10px;
  }

  .image-40 {
    max-width: 80%;
    bottom: -30px;
  }

  .osoba-podpis.less {
    margin-top: 20px;
  }

  .is-harmonogram-etap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .ih2, .ih4 {
    width: 100%;
  }

  .dflexitem {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-title.left._2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-text {
    line-height: 29px;
  }

  .hero-text.left._2 {
    font-size: 20px;
  }

  .hero-buttns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
  }

  .sec-slider {
    flex-wrap: wrap;
  }

  .sec-slider-lef {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec-slider-right {
    width: 100%;
  }

  .sec-slider-title.centered.clf {
    text-align: left;
  }

  .section-wszstkie-produkty {
    margin-top: 20px;
  }

  .wszystkie-bg {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wszystkie-title {
    flex-wrap: wrap;
  }

  .text-block-3 {
    font-size: 37px;
    line-height: 40px;
  }

  .section-produkty-items {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .sec-produkty-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .sec-produkty-left.smaller, .sec-produkty-left.smaller._2, .sec-produkty-right, .sec-produkty-right.bigger, .sec-produkty-right.bigger._2 {
    width: 100%;
  }

  .sec-prod-white.less {
    padding-top: 60px;
  }

  .cta-big {
    padding-right: 40px;
  }

  .cta-big-flex {
    padding-left: 50px;
  }

  .text-block-6 {
    padding-right: 100px;
  }

  .image-5 {
    left: auto;
    right: 0;
  }

  .image-5.smaller {
    top: auto;
    left: auto;
  }

  .image-5.smaller.cgb {
    top: auto;
    left: auto;
    right: 0;
  }

  .section-case {
    padding-bottom: 80px;
  }

  .case-slier-top {
    flex-wrap: wrap;
  }

  .case-slide-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .case-slider-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .case-korzysci {
    flex-wrap: wrap;
  }

  .korzsci-left {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  .korzysci-right {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    flex-wrap: wrap;
    width: 100%;
  }

  .skorzysc {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-kontakt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kontakt-flex {
    flex-wrap: wrap;
  }

  .kontakt-col {
    width: 100%;
  }

  .footer-steps {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .footer-step {
    width: auto;
  }

  .form-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .form-flex-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .submit-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-cs-product-info.csbg.strefa-hero {
    padding-bottom: 190px;
  }

  .pcs-left.full, .pcs-left.full.smaller {
    width: 100%;
  }

  .pcs-left.full.smaller._2 {
    width: 90%;
  }

  .pcs-right.smaller {
    width: 100%;
  }

  .cs-slide-flex-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .cs-share {
    flex-flow: row;
    width: 100%;
    position: static;
  }

  .share-item {
    flex: none;
  }

  .section-szczegolowy-zakres.less {
    margin-top: 0;
  }

  .text-block-19 {
    margin-top: 10px;
    font-size: 38px;
    line-height: 48px;
  }

  .slider-perc-circle {
    width: 180px;
    height: 180px;
  }

  .text-block-21 {
    font-size: 50px;
    line-height: 60px;
  }

  .circle-inner {
    width: 190px;
    height: 190px;
  }

  .moc-icon {
    width: 48%;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 3em;
  }

  .faq-bg {
    flex: none;
  }

  .question-title {
    padding-right: 1.25em;
  }

  .faq-content-text.faq-content-full {
    width: 100%;
  }

  .baza-wiedzy-bg {
    flex-wrap: wrap;
  }

  .baza-left, .baza-right {
    width: 100%;
  }

  .dotacje-mapa {
    flex-wrap: wrap;
  }

  .mapa-left {
    width: 100%;
  }

  .mapa-right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .narzedzia-flex {
    flex-wrap: wrap;
  }

  .nflex-left {
    width: 100%;
    padding-right: 0;
  }

  .nright {
    width: 100%;
  }

  .swsparcie-item {
    flex-wrap: wrap;
  }

  .ws-left {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .ws-right {
    width: 90%;
  }

  .footer-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col {
    text-align: center;
    flex: 0 auto;
    width: 100%;
  }

  .footer-copy {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-copy-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
  }

  .link-back {
    margin-top: 30px;
  }

  .cs-cta-bg {
    flex-flow: wrap;
  }

  .cs-cta-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .cs-cta-right {
    width: 100%;
  }

  .cta-left-img {
    margin-bottom: 0;
    padding-right: 0;
  }

  .pcs-middle._2 {
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .nflex-items {
    flex-flow: wrap;
  }

  .nflex-row {
    width: 100%;
  }

  .nflex-big-item {
    height: 390px;
  }

  .nflex-small-item {
    height: auto;
  }

  .sm-cs-bg {
    display: none;
  }

  .sec-cs-faq {
    flex-flow: wrap;
  }

  .cs-faq-left {
    width: 100%;
  }

  .cs-faq-right {
    width: 100%;
    padding-left: 0;
  }

  .image-30 {
    right: -320px;
  }

  .image-31 {
    max-width: 150px;
  }

  .opis-narzedzia-div {
    flex-flow: wrap;
  }

  .op-col {
    width: 100%;
  }

  .op-col.left-padding {
    margin-top: 30px;
    padding-left: 0;
  }

  .sec-korzysci2 {
    margin-top: 50px;
  }

  .image-35 {
    max-width: 100%;
    top: -5%;
    left: 0%;
  }

  .mc-flex {
    flex-flow: wrap;
  }

  .mc-left {
    width: 100%;
  }

  .mc-right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .cs-padding {
    width: 100%;
  }

  .footer-meny {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-40 {
    max-width: 270px;
    left: 0;
  }

  .form-summary-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-title.left {
    font-size: 34px;
    line-height: 40px;
  }

  .button-light {
    text-align: center;
  }

  .button-light.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-produkty-title {
    font-size: 29px;
    line-height: 38px;
  }

  .sec-prod-item.zakres-item {
    flex-flow: column wrap;
    padding-bottom: 20px;
  }

  .p-img {
    flex: none;
    width: 90%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cta-big {
    padding-right: 20px;
  }

  .cta-big.full {
    padding-right: 0;
  }

  .cta-big-flex {
    padding-left: 20px;
  }

  .text-block-6 {
    padding-right: 0;
  }

  .image-5 {
    display: none;
  }

  .text-block-7 {
    font-size: 27px;
    line-height: 40px;
  }

  .submit-form.with_bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-15.full {
    width: 100%;
  }

  .text-block-15.bbh {
    margin-bottom: 12px;
  }

  .cs-slide-flex {
    flex-wrap: wrap;
  }

  .lightbox-link.video_lightbox {
    padding: 25px;
  }

  .cs-share {
    flex-wrap: wrap;
  }

  .share-item {
    flex: none;
  }

  .s-big-bg {
    padding-bottom: 50px;
  }

  .s-big-bg.less {
    margin-left: 0;
    margin-right: 0;
  }

  .image-18 {
    margin-bottom: 0;
  }

  .image-18.csspec {
    position: absolute;
  }

  .zakres-img {
    width: 100%;
    height: 120px;
  }

  .text-block-19 {
    font-size: 30px;
    line-height: 40px;
  }

  .moc-korzysci {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .moc-icon, .faq-text-text {
    width: 100%;
  }

  .faq-grid {
    grid-template-rows: auto;
    margin-top: 3em;
  }

  .faq-content-flex {
    padding-left: 1em;
    padding-right: .7em;
  }

  .faq-question-wrap {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
    font-size: 17px;
  }

  .faq-question-bar {
    padding-left: 1em;
    padding-right: .2em;
  }

  .faq-content-text.faq-content-full {
    width: 100%;
    padding-right: 0;
  }

  .text-block-23 {
    margin-right: 10px;
  }

  .menflex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copy-left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .cs-cta-bg {
    padding: 30px 20px;
  }

  .dro-menu {
    text-align: center;
    display: block;
  }

  .di-nav {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .tab-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .tab-inner-col {
    width: 100%;
  }

  .nflex-icon {
    max-height: 100px;
  }

  .kozysci2_inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .op-cs-text {
    max-width: 240px;
  }

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

  .text-block-35 {
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .info-czas {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    bottom: 5px;
    right: 5px;
  }

  .cs-menu-inside {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    overflow: auto;
  }

  .cs-menu-item {
    flex: none;
  }

  .form-with-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mc-title {
    font-size: 30px;
    line-height: 39px;
  }

  .progress-main-line, .progress-main-bg {
    width: 220px;
  }

  .checkbox-field-parent.is-rev {
    height: 100%;
  }

  .checkbox-field-label.more.is-rev {
    height: auto;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checked.radio_style.is-custom, .unchecked.radio_style.is-custom {
    top: 16px;
  }

  .checkbox-desc {
    margin-top: 3px;
    font-size: 12px;
  }

  .checkbox-content.is-rev {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
  }

  .checkbox-title {
    font-size: 17px;
  }

  .checkbox-title.is-cs {
    font-size: 16px;
  }

  .checkbox-text {
    font-size: 14px;
  }

  .cs-padding.is-for-summary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .answe-number {
    flex: 1;
  }

  .answe-number.is-less {
    flex: none;
    width: 0;
  }

  .answe-question {
    flex: 0 auto;
    margin-top: 10px;
  }

  .answe-toggle {
    padding-left: 0;
  }

  .answe-top {
    flex-flow: wrap;
  }

  .cs-simple-input {
    max-width: 120px;
  }

  .form-items-flex {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .is-form-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .form-zgody {
    margin-top: 10px;
  }

  .summary-items {
    display: flex;
  }

  .is-summary-half {
    width: 100%;
  }

  .footer-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wvw-item {
    flex-flow: wrap;
  }

  .wvw-first-width {
    width: 100%;
  }

  .wvw-last-width {
    text-align: right;
    width: 100%;
    padding-left: 0;
  }

  .wybrany-wariant-osoba {
    flex-flow: column;
  }

  .wo-left, .wo-right {
    width: 100%;
  }

  .wo-right.with-padding {
    margin-top: -30px;
    padding-top: 0;
    padding-left: 0;
  }

  .summary-osoba, .summary-osoba.is-premiun {
    flex-flow: column;
  }

  .image-40 {
    margin-top: -40px;
    position: static;
  }

  .form-summary-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .premium-info {
    flex-flow: column;
  }
}

#w-node-_758ca712-c486-9932-85db-990a50df0928-e8718559, #w-node-_4384ce1c-ce78-69b6-ae06-81a173a9abcb-e871855a, #w-node-_758ca712-c486-9932-85db-990a50df0928-e871855d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_758ca712-c486-9932-85db-990a50df0928-e8718559, #w-node-_4384ce1c-ce78-69b6-ae06-81a173a9abcb-e871855a, #w-node-_758ca712-c486-9932-85db-990a50df0928-e871855d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Eyinterstate';
  src: url('../fonts/EYInterstate-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eyinterstate';
  src: url('../fonts/EYInterstate-Light.ttf') format('truetype'), url('../fonts/EYInterstate-LightBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eyinterstate';
  src: url('../fonts/EYInterstate-LightBoldItalic.ttf') format('truetype'), url('../fonts/EYInterstate-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Eyinterstate';
  src: url('../fonts/EYInterstate-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eyinterstate';
  src: url('../fonts/EYInterstate-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eyinterstate';
  src: url('../fonts/EYInterstate-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}