:root {
  --granatowy: #17213a;
  --jasny-granatowy: #17213a9e;
  --biały: white;
  --pomarańczowy: #ef7100;
  --jasny-biały: #fff1f0;
  --tła: #f9f9f9;
  --jasno-szary: #f2f2f2;
  --biały-dym: whitesmoke;
  --szary: #d0d0d0;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--granatowy);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20;
}

.header-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 850px;
  margin-top: 0;
  position: relative;
}

.hero.hero-subpages.hero-simple-blog {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-top: 100px;
}

.points-section {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.points-section.points-subpages {
  margin-top: 0;
}

.tab-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.calculator-section {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  position: relative;
}

.move-cards-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  position: relative;
}

.review-section, .tree-section {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.footer {
  background-color: var(--granatowy);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.typography-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.heading {
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.menu-header {
  color: var(--granatowy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.typography-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  min-height: auto;
}

.main-header {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 66px;
}

.main-header.main-heder-simple-blog {
  font-size: 42px;
}

.main-header.main-header-contact {
  font-weight: 500;
}

.large-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.large-text.mobile-large-text, .large-text.large-mobile {
  display: none;
}

.medium-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  display: block;
}

.medium-header.hidden-medium-header {
  display: block;
}

.medium-header.hidden-medium-header.hidden {
  display: flex;
}

.medium-header.opne-medium-header {
  display: none;
}

.medium-header.opne-medium-header.header-company {
  margin-bottom: 60px;
}

.medium-header.mobile-header-white {
  color: var(--biały);
  display: block;
}

.medium-header.mobile-header-white.price-zoo {
  display: none;
}

.medium-header.mobile-header-white.bold-medium-header {
  font-weight: 700;
}

.medium-header.medium-tablet-hidden {
  display: none;
}

.medium-header.medium-tablet-show {
  display: block;
}

.medium-header.popup-header {
  text-align: center;
}

.medium-header.medium-header-subpages {
  width: 50%;
}

.medium-header.medium-padding {
  padding-top: 24px;
  padding-bottom: 40px;
}

.medium-header.medium-padding.medium-taxes {
  padding-bottom: 0;
}

.medium-header.subpages-right-text {
  text-align: left;
}

.medium-header.subpages-right-text.company-header {
  margin-bottom: 60px;
}

.medium-header.subpages-right-text.hiden-kno2 {
  display: none;
}

.medium-header-span {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.medium-header-span.medium-header-nightblue {
  color: var(--granatowy);
  padding-left: 40px;
  display: block;
}

.small-header {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 110%;
}

.small-header.small-subpages {
  text-align: center;
}

.small-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.small-text.small-subpages {
  text-align: center;
}

.href-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.href-medium.href-medium-hover {
  width: 60%;
}

.medium-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.medium-text.bold-medium-text {
  font-weight: 700;
}

.table-header {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
}

.calc-switch {
  color: var(--biały);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.calc-switch.card-switch {
  justify-content: center;
  align-items: flex-end;
  min-height: 40px;
  display: flex;
}

.calc-switch.card-switch.dark-blue {
  color: var(--granatowy);
}

.calc-text {
  color: var(--biały);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.calc-text.value-sample {
  text-align: right;
  width: 48px;
  font-size: 24px;
}

.calc-value {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.calc-radio {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.move-card-header {
  color: var(--biały);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.move-card-text {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.move-card-text.mobile-point-company {
  color: var(--granatowy);
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #000;
  flex-flow: column;
}

.review-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 46px;
}

.review-header.review-categories {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.review-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.review-text.review-white {
  color: var(--biały);
}

.review-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.review-desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.newsletter-lighttext {
  opacity: .6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.main-header-desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.main-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.main-text-span {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.footer-text {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer-header {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.footer-menu-item {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.header---button {
  background-color: var(--pomarańczowy);
  color: var(--biały);
  border-radius: 8px;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.header---button:hover {
  background-color: var(--jasny-biały);
  color: var(--pomarańczowy);
}

.header-padding {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1220px;
  position: relative;
}

.another-button {
  background-color: var(--pomarańczowy);
  border-radius: 8px;
  padding: 24px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .3s;
}

.another-button:hover {
  background-color: var(--jasny-biały);
  color: var(--pomarańczowy);
}

.another-button.padding-button {
  margin-top: 50px;
}

.nav-link {
  line-height: 20px;
}

.nav-link-2 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.nav-link-2:hover {
  color: var(--jasny-granatowy);
}

.nav-link-2.menu-header.w--current {
  color: var(--granatowy);
  font-weight: 700;
}

.nav-link-3 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.nav-link-3:hover {
  color: var(--jasny-granatowy);
}

.nav-link-3.menu-header.w--current {
  color: var(--granatowy);
  font-weight: 700;
}

.navbar {
  background-color: #0000;
  line-height: 20px;
}

.image {
  width: 267px;
  min-width: auto;
  max-width: none;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list {
  background-color: #0000;
  display: block;
}

.dropdown-list.dropdown-block {
  min-width: 450px;
  padding: 10px;
  box-shadow: 0 2px 4px #0003;
}

.dropdown-link {
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: all 2ms;
}

.dropdown-link:hover {
  font-weight: 500;
}

.dropdown-link-2 {
  border: 0 solid #000;
  transition: all .2s;
}

.dropdown-link-2:hover {
  font-weight: 500;
}

.dropdown-link-3 {
  border: 0 solid #000;
  transition: all .2s;
}

.dropdown-link-3:hover {
  font-weight: 500;
}

.dropdown-link-4 {
  border: 0px solid var(--pomarańczowy);
  transition: all .2s;
}

.dropdown-link-4:hover {
  font-weight: 500;
}

.dropdown-list-2 {
  font-size: 18px;
}

.dropdown-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--biały);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 500px;
  padding: 20px;
  display: none;
  box-shadow: 0 2px 4px #0003;
}

.container {
  background-color: #fff1f0;
}

.dropdown-tooggle {
  color: var(--granatowy);
  transition: all .3s;
}

.dropdown-tooggle:hover {
  color: var(--jasny-granatowy);
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  border: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.heading-2 {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block, .line-block {
  background-color: var(--pomarańczowy);
  width: 0;
  height: 2px;
}

.link-block-2 {
  max-width: 40%;
  line-height: 20px;
}

.offcanvas-wrapper, .menu-toggle, .offcanvas-overlay {
  display: none;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}

.full-header {
  z-index: 50;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100px;
  position: fixed;
}

.full-header.header-sticky {
  position: relative;
}

.left-content-herp {
  z-index: 2;
  background-image: url('../images/Projekt-bez-nazwy-31.png'), linear-gradient(270deg, #fff, #0000 10%), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png');
  background-position: 100% 100%, 0 0, 0 0, 0 0, 0 0, 100%;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, auto, 81%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 850px;
  margin-top: 100px;
  position: relative;
}

.left-content-herp.left-content-subpages {
  background-image: linear-gradient(270deg, #fff, #0000 10%), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, 81%;
  min-height: 600px;
}

.left-content-herp.left-content-subpages.simple-blog {
  background-size: auto, auto, auto, auto, 61%;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 0;
}

.left-content-herp.left-content-subpages.left-contact {
  background-position: 0 0, 0 0, 0 0, 0 0, 100%;
  background-size: auto, auto, auto, auto, 81%;
  justify-content: center;
  width: 95%;
  max-width: 1200px;
}

.left-content-hero {
  z-index: 8;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 68%;
  margin-left: 2.5%;
  position: relative;
}

.left-content-hero.left-subpages-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
}

.left-content-hero.left-subpages-hero.left-simple-blog {
  z-index: 30;
  width: 95%;
  max-width: 1220px;
  margin-top: 0;
}

.left-content-hero.left-subpages-hero.left-contact-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 45%;
  margin-left: 0%;
}

.flex-block-2 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.down-gradient-hero {
  z-index: 4;
  background-image: linear-gradient(0deg, #ffffffab 40%, #0000), linear-gradient(0deg, #fff 16%, #0000);
  min-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.down-gradient-hero.subpages-down-gradient {
  min-height: 125px;
}

.down-gradient-hero.subpages-down-gradient.simple-blog-gradient {
  z-index: 0;
}

.down-gradient-hero.subpages-down-gradient.grdadient-contact {
  min-height: 125px;
  display: none;
}

.content-points-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 95%;
  max-width: 1220px;
}

.points-section-boxes {
  justify-content: space-between;
  width: 100%;
}

.points-section-boxes.points-section-boxes-subpages {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.points-section-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 293px;
  padding: 16px 12px 32px;
}

.points-section-box.section-box-subpages {
  justify-content: space-between;
  align-items: center;
  width: 32%;
  max-width: none;
}

.flex-block-3 {
  position: sticky;
  inset: auto 0% 0% auto;
}

.sticky-phone {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-right: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.pulse {
  background-color: var(--pomarańczowy);
  border-radius: 37%;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
}

.pulse.key2 {
  opacity: .65;
  width: 60px;
  height: 60px;
  display: none;
}

.pulse.key3 {
  opacity: 0;
  width: 60px;
  height: 60px;
  display: block;
}

.pulse.key4 {
  opacity: 0;
  border-radius: 37%;
  width: 60px;
  height: 60px;
  display: block;
  transform: scale(1.7);
}

.image-4 {
  z-index: 1;
  width: 25%;
  max-width: 80%;
  position: relative;
}

.icon-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--tła);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.paragraph {
  line-height: 20px;
}

.hover-box-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.image-5 {
  display: none;
}

.link-block-5 {
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  width: 100%;
  margin-top: 0;
}

.desc {
  min-height: 120px;
  margin-top: 20px;
}

.desc.descsubpages {
  min-height: auto;
}

.vector1-hide, .vector2-hide, .vector3-hide, .vector4-hide {
  display: none;
}

.content-tab-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 95%;
  max-width: 1220px;
}

.content-tab-section.content-tab-desktop {
  overflow: hidden;
}

.content-tab-section.content-tab-desktop.content-tab-company-desktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content-tab-section.content-tab-mobile {
  display: none;
}

.simple-tab {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.quick-stack {
  width: 100%;
}

.cell-content {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--pomarańczowy);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 110px;
  padding: 20px;
}

.cell-content.last-child-cell {
  border-bottom-width: 0;
}

.cell-content.last-child-cell.content-company {
  min-height: 140px;
}

.cell-content.first-child-cell {
  border-bottom-width: 0;
  border-right-width: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 100px;
}

.cell-content.content-company {
  width: 21%;
  min-height: 120px;
  padding-left: 10px;
  padding-right: 8px;
}

.cell-plus {
  border-top: 0px solid var(--jasny-biały);
  border-right: 2px solid var(--pomarańczowy);
  border-bottom: 2px solid var(--pomarańczowy);
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 110px;
}

.cell-plus.last-child-cell {
  border-bottom-width: 0;
}

.cell-plus.last-child-cell.plus-company {
  min-height: 140px;
}

.cell-plus.first-child-cell {
  border-bottom-width: 0;
  border-right-width: 0;
}

.cell-plus.plus-company {
  justify-content: flex-start;
  align-items: center;
  width: 39.5%;
  min-height: 120px;
  padding: 8px 8px 8px 24px;
}

.cell-minus {
  border-bottom: 2px solid var(--pomarańczowy);
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 110px;
}

.cell-minus.last-child-cell {
  border-bottom-width: 0;
}

.cell-minus.last-child-cell.minus-company {
  min-height: 140px;
}

.cell-minus.first-child-cell {
  border-bottom-width: 0;
}

.cell-minus.minus-company {
  justify-content: flex-start;
  align-items: center;
  width: 39.5%;
  min-height: 120px;
  padding: 8px 8px 8px 24px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-6, .image-7 {
  width: 40px;
  height: 40px;
}

.link-icon-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--pomarańczowy);
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  border-radius: 8px;
  padding: 24px 36px;
  line-height: 20px;
  display: flex;
}

.link-icon-button.another-icon-button.light-button {
  border: 1px solid var(--granatowy);
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.link-icon-button.light-button {
  border: 1px solid var(--granatowy);
  background-color: #0000;
}

.link-icon-button-header {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
}

.link-icon-button-header.light-button-content {
  color: var(--granatowy);
  font-weight: 600;
}

.image-8 {
  display: none;
}

.popup {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-9 {
  width: 103px;
}

.medium-text-mobile {
  margin-top: 0;
  margin-bottom: 0;
}

.content-calculator-section {
  flex-flow: column;
  width: 95%;
  max-width: 1220px;
  position: relative;
}

.calculator {
  align-items: flex-start;
  width: 100%;
  margin-top: 75px;
  display: flex;
  position: relative;
}

.left-calc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--granatowy);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  min-height: 778px;
  padding: 64px;
  display: flex;
  position: relative;
}

.right-calc {
  background-color: var(--biały-dym);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  min-height: 778px;
  padding-top: 64px;
  display: flex;
  position: relative;
}

.price-calculator {
  color: var(--granatowy);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  font-size: 64px;
  font-weight: 700;
  display: block;
}

.price-calculator.zoo-price-calc {
  display: block;
}

.calculator-cards {
  width: 100%;
}

.card-cell {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 8px 0;
}

.card-cell.hidden-card-cell {
  opacity: .5;
  cursor: pointer;
}

.card-cell.open-card {
  justify-content: flex-end;
  align-items: center;
}

.flex-block-6 {
  width: 100%;
  height: 2px;
}

.line-cards {
  background-color: var(--biały);
  width: 100%;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  line-height: 20px;
}

.line-cards.line-mobile {
  background-color: var(--granatowy);
}

.calculator-body {
  flex-flow: column;
  width: 100%;
}

.tabs {
  width: 100%;
}

.tab-link-tab-1 {
  width: 50%;
}

.tab-link-tab-2 {
  width: 50%;
  line-height: 20px;
}

.tabs-menu {
  line-height: 20px;
}

.calc-jdg {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.calc-zoo {
  background-color: var(--pomarańczowy);
  width: 100%;
  height: 500px;
}

.calc-zoo.hidden-calc {
  background-color: var(--granatowy);
  height: auto;
  display: none;
}

.calc-jdg-body {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.body-jdg-first-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.jdg-range {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.code-embed {
  width: 100%;
  line-height: 20px;
}

.white-line {
  background-color: var(--biały);
  width: 100%;
  height: 2px;
  padding-top: 0;
}

.text-body-jdg {
  padding-top: 12px;
  padding-bottom: 12px;
}

.paragraph-2 {
  line-height: 20px;
}

.info-calc-text {
  color: var(--biały);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.prices-info {
  flex-flow: column;
}

.move-cards-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 95%;
  max-width: 1220px;
  position: relative;
}

.move-cards-content.move-card-mobile {
  display: none;
}

.move-card-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  position: sticky;
  top: 10rem;
}

.move-card-left.move-cards-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.move-card-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-width: 610px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  line-height: 20px;
}

.button-container {
  width: 95%;
  max-width: 1220px;
  margin-top: 40px;
}

.cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(0deg, #17213a, #17213a63);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 330px;
  padding: 48px 32px;
}

.cards.first-card {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-58.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: sticky;
  top: 10rem;
}

.cards.first-card.about-first {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-63.png');
}

.cards.secound-card {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-59.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: flex-end;
  align-items: flex-start;
  position: sticky;
  top: 10rem;
}

.cards.third-card {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-60.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: flex-end;
  align-items: flex-start;
  position: sticky;
  top: 10rem;
}

.cards.third-card.about-third {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-65.png');
}

.cards.four-card {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-61.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: flex-end;
  align-items: flex-start;
  position: sticky;
  top: 10rem;
}

.cards.four-card.about-four {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-66.png');
}

.cards.five-card {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-62.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  position: sticky;
  top: 10rem;
}

.cards.five-card.about-five {
  background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-67.png');
}

.code-embed-2 {
  width: 100%;
}

.review-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 95%;
  max-width: 1220px;
}

.review-score {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 28%;
}

.score-review-number {
  color: var(--pomarańczowy);
  margin-top: 0;
  margin-bottom: 0;
}

.review-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.main-review-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.left-reviews {
  width: 28%;
}

.right-reviews {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.newsletter-section {
  background-color: var(--granatowy);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 75px;
}

.newsletter-content {
  background-color: var(--granatowy);
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1220px;
}

.logo-mobile {
  display: none;
}

.score-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
}

.newsletter-context-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-content-newsletter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.right-content-newsletter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  line-height: 20px;
}

.form-block.form-popup {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.text-field {
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  border-radius: 8px;
  width: 80%;
  height: 54px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--pomarańczowy);
  cursor: pointer;
  border-radius: 8px;
  height: 54px;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--jasny-biały);
  color: var(--pomarańczowy);
}

.submit-button.submit-popup {
  font-weight: 500;
}

.paragraph-4 {
  line-height: 20px;
}

.checkboxes-agree {
  opacity: .6;
  color: var(--biały);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.tree-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1220px;
}

.heading-3 {
  font-size: 18px;
}

.tree-header {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-5 {
  text-align: center;
  width: auto;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-5.hidden-paragraph {
  display: none;
}

.paragraph-5.visible-paragraph {
  margin-bottom: 0;
}

.flex-block-7 {
  background-color: var(--pomarańczowy);
  width: 80%;
  height: 1px;
}

.flex-block-7.line-mobile {
  width: 100%;
}

.flex-block-7.blok-mobile {
  display: none;
}

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

.image-13.img-mobile {
  display: none;
}

.tree-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1220px;
  min-height: 450px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 25%;
}

.paragraph-6 {
  line-height: 20px;
}

.social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.link {
  text-decoration: none;
  -webkit-text-decoration-color: var(--biały);
  text-decoration-color: var(--biały);
  line-height: 20px;
  text-decoration-style: solid;
}

.href-footer {
  text-decoration: none;
  -webkit-text-decoration-color: var(--biały);
  text-decoration-color: var(--biały);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  transition: all .1s;
}

.href-footer:hover {
  color: var(--szary);
}

.href-footer.light-href {
  color: var(--biały);
  font-weight: 400;
}

.href-footer.light-href:hover {
  color: var(--szary);
}

.link-block-6 {
  color: var(--biały);
  text-decoration: none;
  -webkit-text-decoration-color: var(--biały);
  text-decoration-color: var(--biały);
}

.link-block-6.w--current {
  color: var(--biały);
  text-decoration: none;
  -webkit-text-decoration-color: var(--biały);
  text-decoration-color: var(--biały);
  text-decoration-style: solid;
}

.icon-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.footer-info {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.img-higher {
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: 90px;
}

.image-14 {
  display: block;
  position: absolute;
}

.image-14.jdg-image {
  max-width: none;
}

.href-socials {
  background-color: var(--pomarańczowy);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 20px;
  transition: all .1s;
  display: flex;
}

.href-socials:hover {
  background-color: #ef7100b3;
}

.contact-href {
  text-decoration: none;
  transition: opacity .1s;
}

.contact-href:hover {
  opacity: .8;
}

.image-15 {
  width: 16px;
  height: 11px;
}

.image-16 {
  width: 8.73px;
  height: 16px;
}

.image-17 {
  width: 16px;
  height: 16px;
}

.image-18 {
  width: 14px;
  height: 16px;
}

.popup-content {
  z-index: 40;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--biały);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 810px;
  height: 25%;
  padding: 32px 42px;
  position: relative;
  box-shadow: 2px 4px 10px #0003;
}

.popup-overlay {
  z-index: 30;
  background-color: #00000078;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.popupbox {
  z-index: 999;
  position: relative;
}

.main-header-light {
  font-weight: 500;
}

.why-section {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.whhy-content {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  width: 95%;
  max-width: 1220px;
  position: relative;
}

.left-why {
  width: 54%;
}

.left-why.subpgaes-medium {
  flex-flow: column;
  min-height: 550px;
}

.left-why.subpgaes-medium.left-taxes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-height: 800px;
}

.why-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--granatowy);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 386px;
  padding: 48px;
  position: sticky;
  top: 7rem;
}

.block-points-why {
  flex-flow: column;
  width: 100%;
  overflow: hidden;
}

.row-why-points {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding-left: 24px;
}

.points-why-textr {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.points-why-textr.move-text-white {
  color: var(--biały);
  line-height: 32px;
}

.points-why-textr.move-text-white.orange-text {
  line-height: 140%;
}

.text-move {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-move-span {
  font-weight: 700;
}

.move-box {
  width: 43%;
  min-height: 550px;
}

.move-box.right-taxes {
  min-height: 800px;
}

.proces-section {
  justify-content: center;
  align-items: center;
  margin-top: 125px;
}

.proces-content {
  width: 95%;
  max-width: 1220px;
}

.information-boxes-proces {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--granatowy);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.left-column-proces {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  width: 39%;
  min-height: 1000px;
  padding: 64px 32px;
  position: relative;
}

.right-column-proces {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 61%;
  min-height: 1000px;
  padding: 64px;
}

.right-column-proces.right-column-tab {
  width: 100%;
}

.right-column-proces.right-column-tab.right-company {
  min-height: auto;
  padding: 0;
}

.zoo-content, .open-zoo {
  flex-flow: column;
  width: 100%;
}

.point-zoo-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--biały);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.point-zoo-content.padding-none._1 {
  padding-top: 0;
  padding-bottom: 0;
}

.point-zoo-content.padding-none._1.new_1 {
  margin-left: 0%;
}

.point-zoo-content.padding-none._6 {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  transform: translate(0, 70px);
}

.point-zoo-content.padding-none._6.new_6 {
  margin-left: 0%;
}

.point-zoo-content.div-block-2._3 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.point-zoo-content.div-block-2._3.new_3 {
  margin-left: 0%;
}

.point-zoo-content.div-block-2._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.point-zoo-content.div-block-2._2.new_2 {
  margin-left: 0%;
}

.point-zoo-content._4 {
  padding-top: 0;
  padding-bottom: 0;
}

.point-zoo-content._4.new_4 {
  margin-left: 0%;
}

.point-zoo-content._5 {
  padding-top: 0;
  padding-bottom: 0;
}

.point-zoo-content._5.new_5 {
  margin-left: 0%;
}

.point-zoo-content._7 {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  transform: translate(0, 70px);
}

.point-zoo-content._7.new_7 {
  margin-left: 0%;
}

.point-zoo-content._8 {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  transform: translate(0, 70px);
}

.point-zoo-content._8.new_8 {
  margin-left: 0%;
}

.point-zoo-content._9 {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  transform: translate(0, 70px);
}

.point-zoo-content._9.new_9 {
  margin-left: 0%;
}

.point-zoo-content._10 {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  transform: translate(0, 70px);
}

.point-zoo-content._10.new_10 {
  margin-left: 0%;
}

.point-header-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.point-header-content.mobile-point-company {
  color: var(--granatowy);
}

.full-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #ffffff80;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.full-content.content-end {
  border-bottom-width: 0;
}

.full-content.fullcontent-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-color: var(--pomarańczowy);
  flex-flow: column;
  width: 100%;
  min-height: auto;
}

.line-number {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 150px;
  position: absolute;
}

.image-19 {
  width: auto;
  max-width: none;
  height: 132px;
}

.box-number {
  z-index: 10;
  background-color: var(--pomarańczowy);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.box-number.box-padding {
  margin-top: 0;
}

.number-point {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-3 {
  z-index: 5;
  background-color: var(--biały);
  width: 2px;
  height: 100%;
  position: absolute;
}

.div-block-3.block-end {
  height: 20%;
}

.move-conten {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  position: sticky;
  top: 7rem;
}

.svg-background-section {
  background-image: url('../images/Vector-17.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2400px;
  margin-top: 75px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.svg-background-section.svg-section-new-bck {
  background-image: url('../images/Vector-7.svg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 0;
}

.svg-background-section.svg-bck-tax {
  background-image: url('../images/Vector-8.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.svg-background-section.svg-about-content {
  background-image: url('../images/Vector-91.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.svg-background-section.blog-know {
  background-image: url('../images/Vector-2.svg');
}

.svg-background-section._456, .svg-background-section._369, .svg-background-section._741 {
  background-image: url('../images/Vector-5.svg');
}

.svg-background-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1220px;
}

.right-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 48%;
}

.blog-section {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.blog-section-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: stretch;
  width: 95%;
  max-width: 1220px;
}

.blog-section-content.styling-blog-post {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.blog-main-box {
  justify-content: space-between;
  align-items: center;
}

.blog-main-box.blog-main-body {
  width: 100%;
}

.blog-main-box.blog-main-body._1_1.hide_aktualnosci {
  display: none;
}

.arrow-light-button {
  width: 13.5px;
  max-width: none;
  height: 12.69px;
}

.link-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--granatowy);
  background-color: var(--biały);
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  padding: 24px;
  display: flex;
}

.link-block-7.link-block-blog {
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-block-7.hide {
  display: none;
}

.light-button-text {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.image-20 {
  width: 13.5px;
  height: 12.69px;
  line-height: 20px;
}

.button-light {
  justify-content: flex-end;
  align-items: flex-start;
  width: 28%;
}

.boxes-blog {
  flex-flow: column;
}

.link-block-8 {
  color: var(--granatowy);
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  line-height: 20px;
}

.header-blog-name {
  color: var(--granatowy);
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.box-arrow-name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  text-decoration: none;
  position: relative;
}

.image-grow-box {
  border-radius: 16px;
  overflow: hidden;
}

.image-22 {
  display: none;
}

.collection-item {
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  position: relative;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  min-height: auto;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  min-height: auto;
  position: relative;
}

.collection-list-wrapper.visible-blogs, .collection-list-wrapper.mobile-blogs, .pagination {
  display: none;
}

.blog-slider {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.slide-nav-2 {
  width: 100%;
  display: none;
}

.slide-2 {
  width: 33%;
  height: auto;
  min-height: 315px;
  margin-right: 5px;
  line-height: 20px;
}

.slide-2.slide-padding {
  border-radius: 8px;
  margin-right: 0;
  overflow: hidden;
}

.mask-2 {
  height: auto;
  overflow: hidden;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.link-block-9 {
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
}

.image-23 {
  border-radius: 0;
  width: 100%;
}

.image-24 {
  width: 18%;
  display: none;
}

.image-25 {
  width: 18%;
}

.left-arrow {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: -20px;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: -20px;
  display: flex;
}

.collection-item-2 {
  width: 33%;
  height: auto;
}

.table-section {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.table-content {
  width: 95%;
  max-width: 1220px;
}

.box-hover-content-blog {
  width: 80%;
  max-width: none;
}

.box-hover-arrow-blog {
  width: 20%;
  max-width: none;
}

.grow-box {
  width: 0%;
}

.collection-item-3 {
  border-radius: 8px;
}

.content-tab-mobile {
  background-color: #0000;
  width: 95%;
  max-width: 1220px;
  display: none;
}

.tab-col-mobile-header {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
}

.about-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.about-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1220px;
}

.card-about-us {
  background-color: var(--granatowy);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 32%;
  max-width: 392px;
  min-height: 500px;
  padding: 24px;
}

.card-about-us.card-about-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  background-image: linear-gradient(0deg, var(--granatowy), transparent 53%), url('../images/Vector-1.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: flex-end;
  align-items: stretch;
}

.card-about-us.card-about-img.padding-top {
  margin-top: 20px;
}

.card-about-us.card-about-img.padding-top.card3-three {
  background-image: linear-gradient(0deg, var(--biały), transparent 53%), url('../images/Frame-1000002251.svg');
  border: 1px solid #000;
  border-radius: 8px;
}

.card-about-us.card-about-img.padding-top.card4four {
  background-image: linear-gradient(0deg, var(--biały), transparent 53%), url('../images/Frame-1000002252.svg');
  border: 1px solid #000;
  border-radius: 8px;
}

.card-about-us.card-about-img.padding-top-tablet.card2-two {
  background-image: linear-gradient(0deg, var(--biały), transparent 53%), url('../images/Frame-1000002250.svg');
  background-size: auto, contain;
  border: 1px solid #000;
  border-radius: 8px;
}

.card-about-us.card-about-img.card-1one {
  background-image: linear-gradient(0deg, var(--biały), transparent 53%), url('../images/Frame-1000002253.svg');
  border: 1px solid #000;
  border-radius: 8px;
}

.card-about-us.orange-card {
  background-color: var(--pomarańczowy);
  justify-content: space-between;
  align-items: flex-start;
}

.card-about-us.orange-card.padding-top {
  margin-top: 20px;
}

.header-about-us {
  color: var(--biały);
}

.container-orange {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.button-dark-blue {
  background-color: var(--granatowy);
  color: var(--biały);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .3s;
  display: flex;
}

.button-dark-blue:hover {
  background-color: var(--jasny-granatowy);
}

.name-about {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.name-about.darkbluetext {
  color: var(--granatowy);
}

.tittle-about {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
  display: none;
}

.blog-body {
  justify-content: center;
  align-items: center;
}

.blog-body-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1220px;
  position: relative;
}

.left-blog-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 61%;
  position: sticky;
}

.right-blog-column {
  width: 34%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 7rem;
}

.flex-block-9 {
  width: 100px;
}

.right-blog-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: static;
  top: 5rem;
}

.blogs-boxes {
  width: 100%;
}

.blogs-boxes.hide_aktualnosci {
  display: none;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: auto;
}

.link-blog-boxes {
  text-decoration: none;
  -webkit-text-decoration-color: var(--granatowy);
  text-decoration-color: var(--granatowy);
  width: auto;
}

.image-blog-boxes {
  border-radius: 16px;
  overflow: hidden;
}

.collection-item-4 {
  width: 49%;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
}

.collection-list-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.collection-list-3.listing {
  flex-flow: wrap;
}

.headers-blog-boxes {
  justify-content: flex-start;
  align-items: center;
  padding: 16px 12px;
}

.heading-blog-content {
  color: var(--granatowy);
  max-height: 40.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  overflow: hidden;
}

.header-box {
  width: 80%;
}

.grow-blog-boxes {
  flex-flow: row;
  width: 20%;
}

.grow-boxes-inline {
  width: 0%;
}

.image-27 {
  display: none;
}

.blog-right-rows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
}

.link-blog-rows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-decoration: none;
  display: flex;
}

.link-blog-rows.hide_aktualnosci {
  display: none;
}

.row-header {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.row-header:hover, .row-header.bold-row {
  font-weight: 700;
}

.row-header.hide_aktualnosci {
  display: none;
}

.div-block-4 {
  background-color: var(--pomarańczowy);
  width: 100%;
  height: 1px;
  line-height: 20px;
}

.div-block-4.last {
  height: .5px;
}

.div-block-4.hide_aktualnosci {
  display: none;
}

.collection-item-5 {
  width: 100%;
  line-height: 20px;
}

.new-post-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.left-item-blog {
  border-radius: 116px;
  width: 44%;
}

.right-item-blog {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-around;
}

._15-24-header {
  color: var(--granatowy);
  height: 40px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}

.down-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-new-post {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.header-new-post.see-more {
  font-weight: 500;
}

.image-28, .dropdown {
  display: none;
}

.paragraph-7 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-7.paragraph-padding {
  margin-left: 5%;
}

.header-table-simple-blog {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-table {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
}

.table-points {
  width: 100%;
  margin-left: 7.5%;
}

.segment {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.segment.segment-one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
}

.segment-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 95%;
  max-width: 1220px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 0;
}

.image-30 {
  width: 95%;
  margin-left: 5%;
}

.link-table {
  text-decoration: none;
}

.text-span {
  font-weight: 700;
}

.contact-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 2.5%;
}

.line-contact {
  background-color: var(--pomarańczowy);
  width: 100%;
  height: 1px;
}

.image-31, .image-31.phone {
  width: auto;
  height: auto;
}

.image-31.email {
  width: 45px;
  height: 32px;
}

.heading-contact {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-contact {
  color: var(--granatowy);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.link-block-10, .link-block-11 {
  text-decoration: none;
}

.img {
  justify-content: center;
  align-items: center;
  width: 10%;
}

.right-form-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--granatowy);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 525px;
  min-height: 544px;
  padding: 40px 0;
}

.contact-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.form-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 74%;
  margin-bottom: 0;
  line-height: 20px;
  display: flex;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.field-contact {
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
  max-height: 150px;
  margin-bottom: 0;
}

.field-contact.area {
  min-height: 115px;
  max-height: 200px;
}

.button-form {
  background-color: var(--pomarańczowy);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .3s;
}

.button-form:hover {
  background-color: var(--jasny-biały);
  color: var(--pomarańczowy);
}

.white-heading {
  color: var(--biały);
  width: 74%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.white-heading.small {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.success-message {
  background-color: var(--pomarańczowy);
  color: var(--biały);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
}

.error-message {
  background-color: var(--jasno-szary);
  border-radius: 8px;
}

.text-block-3 {
  color: var(--granatowy);
  font-weight: 700;
}

.private-policy-section {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.private-policy-content {
  flex-flow: column;
  width: 95%;
  max-width: 1220px;
}

.paragraph-8, .rich-text-block {
  line-height: 20px;
}

.paragraph-9 {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-9.texting {
  direction: ltr;
  text-align: left;
}

.bold-text-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-3 {
  width: 100%;
  line-height: 20px;
}

.collection-list-wrapper-4 {
  line-height: 20px;
}

.success-message-2 {
  background-color: var(--pomarańczowy);
}

.text-block-4 {
  font-weight: 700;
}

.success-message-3 {
  background-color: var(--pomarańczowy);
  border-radius: 8px;
}

.text-block-5 {
  font-weight: 700;
}

.error-message-2 {
  background-color: red;
  border-radius: 8px;
}

.text-block-6 {
  color: var(--biały);
  font-weight: 700;
}

.content-review-score {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.oferteo-review {
  display: none;
}

.point-block-link {
  text-decoration: none;
  display: flex;
}

.tree-blocks-section {
  justify-content: space-between;
  min-width: 942px;
}

.tree-blocks-section.tree-mobile, .image-box, .mobile-tree-selection, .box-mobile {
  display: none;
}

.createdby {
  color: var(--biały);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: all .3s;
}

.createdby:hover {
  color: var(--szary);
  text-align: left;
}

.createdby-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-12, .link-block-13, .link-block-14 {
  line-height: 20px;
}

.checkbox-label {
  color: var(--biały);
  font-size: 12px;
  line-height: 14px;
}

.text-span-2 {
  color: var(--biały);
  font-weight: 600;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  line-height: 20px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.text-block-7 {
  line-height: 20px;
}

.link-3 {
  color: var(--granatowy);
  font-weight: 900;
  text-decoration: underline;
}

.empty-state, .empty-state-2, .empty-state-3, .empty-state-4 {
  background-color: #0000;
}

.empty-state-5, .empty-state-6 {
  background-color: #0000;
  line-height: 20px;
}

.empty-state-7 {
  background-color: #0000;
}

.empty-state-8, .empty-state-9, .empty-state-10, .empty-state-11, .empty-state-12, .empty-state-13 {
  background-color: #0000;
  line-height: 20px;
}

.empty-state-14 {
  background-color: #0000;
}

@media screen and (min-width: 1280px) {
  .main-header.main-heder-simple-blog {
    font-size: 48px;
  }

  .left-content-herp {
    background-image: url('../images/Projekt-bez-nazwy-31.png'), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png');
    background-position: 100% 100%, 0 0, 0 0, 0 0, 100%;
    background-repeat: no-repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, 81%;
    width: 95%;
    max-width: 1220px;
  }

  .left-content-hero {
    width: 67%;
    margin-left: 0%;
  }

  .popup {
    justify-content: center;
    align-items: center;
  }

  .svg-background-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .svg-background-section.svg-about-content {
    background-image: url('../images/Vector-91.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .box-mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .left-content-herp {
    background-image: url('../images/Projekt-bez-nazwy-31.png'), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png');
    background-position: 100% 100%, 0 0, 0 0, 0 0, 100%;
    background-repeat: no-repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto, 81%;
  }

  .icon-background {
    position: relative;
    overflow: hidden;
  }

  .image-8 {
    display: none;
  }

  .review-box {
    width: 100%;
  }

  .main-review-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .score-group {
    width: 100%;
  }

  .img-higher {
    margin-bottom: 0;
    position: absolute;
    bottom: 90px;
  }

  .image-14 {
    margin-top: 0;
    position: absolute;
  }

  .svg-background-section {
    background-position: 50%;
  }

  .svg-background-section.svg-about-content {
    background-image: url('../images/Vector-91.svg');
  }

  .box-mobile {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .hero.hero-subpages {
    min-height: 600px;
  }

  .hero.hero-subpages.contact-hero {
    min-height: 850px;
  }

  .tab-section, .calculator-section {
    margin-top: 100px;
  }

  .nav-link-2.menu-header.w--current {
    color: var(--granatowy);
    font-weight: 700;
  }

  .body {
    display: block;
  }

  .full-header {
    width: 100%;
    margin-bottom: 0;
  }

  .left-content-herp {
    background-size: auto, auto, auto, auto, 81%;
  }

  .left-content-herp.left-content-subpages.left-contact {
    background-position: 0 0, 0 0, 0 0, 0 0, 100%;
    background-size: auto, auto, auto, auto, 71%;
    width: 95%;
    max-width: 1220px;
    min-height: 850px;
  }

  .down-gradient-hero.subpages-down-gradient {
    min-height: 100px;
  }

  .cell-content.first-child-cell {
    padding-left: 0;
  }

  .svg-background-section {
    max-width: 3000px;
  }

  .svg-background-section.svg-about-content {
    background-image: url('../images/Vector-91.svg');
  }

  .svg-background-section.blog-know {
    background-image: url('../images/Vector-2.svg');
    background-size: cover;
  }

  .collection-list-wrapper.mobile-blogs {
    display: none;
  }

  .about-section {
    margin-top: 0;
  }

  .contact-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .line-contact {
    background-color: var(--pomarańczowy);
    width: 100%;
    height: 1px;
  }

  .form-block-2 {
    flex-flow: column;
  }

  .white-heading {
    display: block;
  }

  .success-message {
    background-color: var(--pomarańczowy);
    border-radius: 8px;
  }

  .text-block-2 {
    color: var(--biały);
    font-weight: 500;
  }

  .error-message {
    border-radius: 8px;
  }

  .text-block-3 {
    text-align: left;
    font-weight: 700;
  }

  .bck-svg {
    justify-content: center;
    align-items: center;
  }

  .content-review-score {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .oferteo-review, .box-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 750px;
  }

  .hero.hero-subpages {
    min-height: 600px;
  }

  .points-section.points-subpages.points-taxes {
    margin-top: 75px;
  }

  .tab-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .move-cards-section {
    margin-bottom: 0;
  }

  .review-section {
    margin-top: 75px;
  }

  .menu-header {
    text-align: left;
    white-space: normal;
    word-break: normal;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    transition: all .3s;
    display: block;
  }

  .menu-header:hover {
    color: var(--jasny-granatowy);
  }

  .menu-header.dropdown-overlay {
    width: 100%;
    padding: 0;
    font-size: 16px;
    display: block;
  }

  .menu-header.dropdown-overlay.w--current {
    color: var(--granatowy);
    font-weight: 700;
  }

  .main-header {
    font-size: 36px;
    line-height: 46px;
  }

  .main-header.main-heder-simple-blog {
    font-size: 32px;
  }

  .large-text {
    font-size: 20px;
  }

  .large-text.mobile-large-text {
    width: 100%;
    display: block;
  }

  .large-text.desktop-large-text {
    display: none;
  }

  .large-text.large-mobile {
    display: block;
  }

  .large-text.large-mobile.about-large {
    margin-bottom: 20px;
  }

  .large-text.large-desktop {
    display: none;
  }

  .medium-header {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
    display: block;
  }

  .medium-header.hidden-medium-header {
    display: block;
  }

  .medium-header.hidden-medium-header.hidden {
    display: none;
  }

  .medium-header.opne-medium-header {
    width: 85%;
    display: flex;
  }

  .medium-header.mobile-header-white {
    padding-bottom: 0;
  }

  .medium-header.mobile-header-white.price-jg {
    padding-bottom: 0;
    line-height: 28px;
  }

  .medium-header.medium-tablet-hidden {
    display: block;
  }

  .medium-header.medium-tablet-show {
    display: none;
  }

  .medium-header.middle-header.tree-header-mobile {
    text-align: center;
    padding-bottom: 0;
  }

  .medium-header.medium-header-subpages {
    width: 60%;
  }

  .medium-header.medium-padding {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .medium-header.subpages-right-text {
    padding-bottom: 0;
  }

  .medium-header.subpages-right-text.blog-headers {
    font-size: 24px;
    line-height: 34px;
  }

  .medium-header.subpages-right-text.hiden-kno2 {
    display: block;
  }

  .medium-header.subpages-right-text.show-kno2 {
    display: none;
  }

  .medium-header-span {
    font-size: 28px;
    line-height: 38px;
  }

  .medium-header-span.medium-header-nightblue {
    padding-left: 0;
  }

  .small-header.small-subpages {
    height: auto;
    min-height: 65px;
    line-height: 110%;
  }

  .medium-text.hidden-sm {
    display: none;
  }

  .move-card-header {
    font-size: 20px;
  }

  .move-card-text {
    font-size: 16px;
  }

  .review-header.review-categories.hidden {
    display: none;
  }

  .header---button.offcanvas-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .header-padding {
    width: 85%;
    max-width: none;
  }

  .another-button {
    z-index: 999;
    position: static;
  }

  .navbar {
    display: none;
  }

  .image {
    max-width: 100%;
  }

  .link-block-2, .link-block-2.w--current {
    max-width: 30%;
  }

  .offcanvas-wrapper {
    z-index: 999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--biały);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: 100vh;
    min-height: 100vh;
    margin: 0 0 0 -300px;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-toggle {
    cursor: pointer;
    max-width: 4%;
    display: block;
  }

  .link-block-3 {
    max-width: 5%;
    line-height: 20px;
  }

  .offcanvas {
    width: 100vw;
  }

  .offcanvas-overlay {
    z-index: 5;
    cursor: auto;
    background-color: #0000;
    width: 100%;
    height: 100vh;
    margin-right: -100%;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .link-block-4 {
    width: 68%;
    line-height: 20px;
    position: relative;
  }

  .body {
    line-height: 20px;
  }

  .image-2 {
    width: 97%;
  }

  .navbar-offcanvas {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .image-3 {
    max-width: 20%;
  }

  .close-offvancas {
    cursor: pointer;
    max-width: 8%;
  }

  .content-offcanvas {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .dropdown-offcanvas {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .dropdown-list-4 {
    display: block;
  }

  .dropdown-offvanas-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    flex-flow: column;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .offcanvas-menu-item {
    text-decoration: none;
  }

  .element-offcanvas-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-2 {
    background-color: var(--pomarańczowy);
    width: 10px;
    height: 2px;
  }

  .icon {
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .left-content-herp {
    background-position: 100%, 0 0, 0 0, 0 0, 0 0, 100%;
    background-repeat: no-repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto 75%, auto, auto, auto, auto, 80%;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
    width: 85%;
    max-width: none;
    min-height: 750px;
  }

  .left-content-herp.left-content-subpages {
    min-height: 450px;
  }

  .left-content-herp.left-content-subpages.simple-blog {
    margin-top: 100px;
  }

  .left-content-herp.left-content-subpages.left-contact {
    width: 85%;
  }

  .left-content-hero {
    z-index: 100;
    width: 65%;
    margin-left: 0%;
    position: relative;
  }

  .left-content-hero.left-subpages-hero {
    width: 100%;
    margin-left: 0%;
  }

  .left-content-hero.left-subpages-hero.left-contact-hero {
    width: 100%;
  }

  .down-gradient-hero {
    background-image: linear-gradient(0deg, #ffffffab 61%, #0000), linear-gradient(0deg, #fff 54%, #0000);
    min-height: 200px;
  }

  .down-gradient-hero.subpages-down-gradient {
    min-height: 100px;
    display: none;
  }

  .content-points-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85%;
    max-width: none;
  }

  .points-section-boxes {
    flex-flow: wrap;
  }

  .points-section-box {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 12px;
  }

  .points-section-box.section-box-subpages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-phone {
    z-index: 200;
    height: 74px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .content-tab-section {
    width: 85%;
    max-width: none;
  }

  .content-tab-section.content-tab-desktop.content-tab-company-desktop {
    display: none;
  }

  .cell-content {
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cell-content.first-child-cell {
    min-height: auto;
  }

  .cell-plus {
    min-height: 120px;
  }

  .cell-plus.first-child-cell {
    min-height: auto;
  }

  .cell-minus {
    min-height: 120px;
  }

  .cell-minus.first-child-cell {
    min-height: auto;
  }

  .link-icon-button {
    padding: 16px 18px;
  }

  .link-icon-button-header {
    font-size: 16px;
  }

  .image-9 {
    width: 104px;
    max-width: 80%;
  }

  .content-calculator-section {
    width: 85%;
    max-width: none;
  }

  .calculator {
    flex-flow: column;
    margin-top: 45px;
  }

  .left-calc {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .right-calc {
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .price-calculator {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 64px;
    line-height: 64px;
  }

  .prices-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .image-11 {
    width: 40%;
    display: none;
  }

  .move-cards-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 85%;
    max-width: none;
  }

  .move-cards-content.move-card-mobile, .move-cards-content.move-cards-desktop {
    display: flex;
  }

  .move-card-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    top: 10rem;
  }

  .move-card-left.move-cards-about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .move-card-left.move-cards-about.about-scale {
    top: 5rem;
  }

  .move-card-left.move-cards-left-mobile {
    position: sticky;
    top: 0;
  }

  .move-card-right {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    top: 0;
  }

  .button-container {
    width: 85%;
    max-width: none;
    margin-top: 10px;
  }

  .cards {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 280px;
  }

  .cards.first-card, .cards.first-card.about-first, .cards.secound-card, .cards.secound-card.about-secound, .cards.third-card, .cards.third-card.about-third, .cards.four-card, .cards.four-card.about-four, .cards.five-card, .cards.five-card.about-five {
    top: 25rem;
  }

  .review-content {
    width: 85%;
    max-width: none;
  }

  .review-score {
    width: 35%;
  }

  .score-review-number {
    font-size: 30px;
  }

  .left-reviews {
    width: 35%;
  }

  .newsletter-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-mobile {
    display: none;
  }

  .score-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .newsletter-context-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 85%;
    max-width: none;
  }

  .left-content-newsletter, .right-content-newsletter {
    width: 100%;
  }

  .submit-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tree-content {
    width: 85%;
    max-width: none;
  }

  .paragraph-5.hidden-paragraph {
    display: block;
  }

  .paragraph-5.visible-paragraph, .flex-block-7.blok-desktop {
    display: none;
  }

  .flex-block-7.blok-mobile {
    width: 100%;
    display: flex;
  }

  .image-13 {
    display: block;
  }

  .image-13.img-desktop {
    display: none;
  }

  .image-13.img-mobile {
    margin-top: 0;
    display: block;
  }

  .footer-content {
    flex-flow: wrap;
    width: 85%;
  }

  .footer-column {
    width: 48%;
  }

  .popup-content {
    width: 710px;
  }

  .whhy-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    width: 85%;
    max-width: none;
  }

  .left-why.subpgaes-medium {
    width: 100%;
    min-height: auto;
  }

  .left-why.subpgaes-medium.left-taxes {
    min-height: auto;
  }

  .why-right {
    min-height: auto;
    padding: 48px 24px;
  }

  .row-why-points {
    padding-left: 24px;
  }

  .points-why-textr {
    font-size: 18px;
  }

  .points-why-textr.move-text-white.text-mobil, .points-why-textr.move-text-white.mobileeee {
    color: var(--granatowy);
  }

  .text-move {
    font-size: 28px;
    line-height: 38px;
  }

  .text-move.text-mobile {
    color: var(--granatowy);
  }

  .move-box {
    width: 100%;
    min-height: auto;
  }

  .move-box.right-taxes {
    min-height: auto;
  }

  .proces-section {
    margin-top: 32px;
  }

  .proces-content {
    width: 85%;
    max-width: none;
  }

  .information-boxes-proces {
    flex-flow: column;
  }

  .information-boxes-proces.inf-mobile {
    background-color: #0000;
    border-radius: 0;
  }

  .left-column-proces {
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    min-height: auto;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-column-proces.left-mobile {
    padding-top: 0;
  }

  .right-column-proces {
    background-color: var(--granatowy);
    border-radius: 16px;
    width: 100%;
    padding: 0 24px 32px;
  }

  .point-zoo-content.div-block-2._3, .point-zoo-content.div-block-2._2 {
    background-color: #0000;
    width: auto;
  }

  .full-content.fullcontent-mobile {
    min-height: 125px;
  }

  .move-conten {
    position: relative;
    top: 0;
  }

  .svg-background-section {
    background-image: url('../images/Vector-8.png');
    background-position: 0 100%;
    background-size: contain;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .svg-background-section.svg-section-new-bck {
    background-image: url('../images/Frame-1000002263-1.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    margin-top: 0;
  }

  .svg-background-section.svg-bck-tax {
    background-image: url('../images/Frame-1000002264.svg');
    background-position: 0 100%;
    background-size: contain;
  }

  .svg-background-section.svg-about-content {
    background-image: url('../images/Frame-1000002265.svg');
    background-size: contain;
  }

  .svg-background-section.blog-know {
    background-image: url('../images/Frame-1000002261.svg');
    padding-top: 0;
    padding-bottom: 32px;
  }

  .svg-background-section._456, .svg-background-section._369, .svg-background-section._741 {
    background-image: url('../images/Frame-1000002261.svg');
  }

  .svg-background-content {
    width: 85%;
    max-width: none;
  }

  .right-content.right-content-company {
    width: 58%;
  }

  .right-content.right-content-company.right-content-tax {
    width: 55%;
  }

  .right-content.right-about {
    width: 53%;
  }

  .blog-section-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 85%;
    max-width: none;
  }

  .link-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 220px;
    padding: 16px 12px;
  }

  .link-block-7.link-block-blog {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .light-button-text {
    font-size: 16px;
    line-height: 16px;
  }

  .boxes-blog {
    margin-top: 10px;
  }

  .header-blog-name {
    font-size: 16px;
  }

  .box-arrow-name {
    min-height: 50px;
    padding-left: 6px;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .collection-list-wrapper.visible-blogs {
    display: block;
  }

  .collection-list-wrapper.non-blogs, .pagination-2 {
    display: none;
  }

  .blog-slider {
    height: auto;
    display: flex;
  }

  .slide-2 {
    width: 49.5%;
    height: auto;
    margin-right: 5px;
  }

  .link-block-9 {
    height: auto;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: -20px;
    display: flex;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: -20px;
    display: flex;
  }

  .table-content {
    width: 85%;
    max-width: none;
  }

  .content-tab-mobile {
    width: 85%;
    max-width: none;
    display: flex;
  }

  .tab-col-mobile-header {
    font-size: 18px;
  }

  .about-content {
    width: 85%;
    max-width: none;
  }

  .card-about-us {
    width: 49%;
    min-height: 400px;
  }

  .card-about-us.card-about-img.padding-top-tablet {
    margin-top: 20px;
  }

  .name-about {
    font-size: 20px;
  }

  .tittle-about {
    font-size: 14px;
  }

  .blog-body-content {
    flex-flow: column;
    width: 85%;
    max-width: none;
  }

  .left-blog-column {
    width: 100%;
    position: relative;
  }

  .right-blog-column {
    order: -9999;
    width: 100%;
    position: relative;
    top: 0;
  }

  .heading-blog-content {
    max-height: 33px;
    font-size: 16px;
  }

  .blog-right-rows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-4, .new-post-item.hidden {
    display: none;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-7.paragraph-padding {
    margin-left: 0%;
  }

  .header-table-simple-blog, .table-points {
    margin-left: 20px;
  }

  .segment {
    margin-top: 75px;
  }

  .segment.segment-one {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .segment-content {
    width: 85%;
    max-width: none;
  }

  .right-form-contact {
    width: 100%;
    max-width: none;
    min-height: 444px;
  }

  .contact-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .field-contact {
    min-height: 40px;
  }

  .field-contact.area {
    min-height: 105px;
  }

  .link-2 {
    color: var(--granatowy);
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }

  .link-2.w--current {
    font-weight: 700;
  }

  .private-policy-content {
    width: 85%;
    max-width: none;
  }

  .point-block-link {
    width: 50%;
  }

  .tree-blocks-section.tree-desktop, .tree-blocks-section.tree-mobile {
    display: none;
  }

  .image-box {
    border: 1px solid var(--pomarańczowy);
    background-color: var(--tła);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 24px 50px;
    display: flex;
  }

  .mobile-tree-selection {
    width: 100%;
    display: flex;
  }

  .blok-left-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--tła);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .blok-left-right.down-tree {
    min-height: 132px;
    margin-top: 20px;
  }

  .box-mobile {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .left-tree {
    flex-flow: column;
    width: 47%;
  }

  .right-treee {
    width: 47%;
  }

  .flex-block-10 {
    background-color: var(--tła);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    z-index: 900;
    line-height: 20px;
  }

  .hero {
    min-height: 600px;
  }

  .hero.hero-subpages.hero-simple-blog {
    margin-top: 100px;
  }

  .points-section {
    margin-top: 60px;
  }

  .tab-section, .calculator-section, .review-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .tree-section {
    margin-top: 60px;
  }

  .main-header.main-heder-simple-blog {
    font-size: 28px;
  }

  .large-text.desktop-large-text {
    display: none;
  }

  .large-text.large-mobile {
    padding-bottom: 0;
    line-height: 30px;
  }

  .medium-header {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .medium-header.hidden-medium-header {
    padding-bottom: 0;
    display: block;
  }

  .medium-header.opne-medium-header {
    order: -9999;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .medium-header.mobile-header-white {
    padding-bottom: 0;
  }

  .medium-header.mobile-header-white.price-jg {
    line-height: 24px;
  }

  .medium-header.mobile-header-white._100medium {
    text-align: center;
    width: 100%;
  }

  .medium-header.medium-tablet-hidden {
    padding-bottom: 0;
  }

  .medium-header.middle-header {
    text-align: center;
  }

  .medium-header.medium-header-subpages {
    width: 72.5%;
  }

  .medium-header-span {
    width: 100%;
    font-size: 24px;
    line-height: 20px;
  }

  .medium-header-span.medium-header-nightblue {
    padding-left: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .small-header.small-subpages {
    min-height: auto;
  }

  .small-text.popup-small-text {
    text-align: center;
  }

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

  .table-header {
    font-size: 18px;
  }

  .calc-switch {
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .calc-text.text-sample {
    font-size: 14px;
  }

  .move-card-header {
    font-size: 18px;
  }

  .move-card-text {
    font-size: 14px;
    line-height: 24px;
  }

  .another-button {
    text-align: center;
    width: 80%;
    padding: 20px 0;
    font-size: 16px;
  }

  .link-block-2, .link-block-2.w--current {
    max-width: 35%;
  }

  .offcanvas-wrapper {
    z-index: 999;
    margin-left: -300px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .menu-toggle {
    max-width: 6%;
  }

  .left-content-herp {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Projekt-bez-nazwy-31.png'), linear-gradient(270deg, #fff, #0000 10%), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png');
    background-position: 0 0, 100%, 0 0, 0 0, 0 0, 0 0, 100%;
    background-repeat: repeat, no-repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto 90%, auto, auto, auto, auto, 80%;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
    min-height: 600px;
  }

  .left-content-herp.left-content-subpages {
    margin-top: 0;
  }

  .left-content-herp.left-content-subpages.left-contact {
    margin-top: 100px;
  }

  .left-content-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    width: 90%;
  }

  .down-gradient-hero {
    min-height: 100px;
    display: flex;
  }

  .down-gradient-hero.subpages-down-gradient {
    min-height: 50px;
  }

  .content-points-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .points-section-box {
    max-width: none;
  }

  .points-section-box.section-box-subpages {
    width: 100%;
  }

  .content-tab-section.content-tab-desktop {
    display: none;
  }

  .content-tab-section.content-tab-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .cell-content {
    min-height: 150px;
    padding: 0 10px;
  }

  .cell-plus, .cell-minus {
    min-height: 150px;
  }

  .image-6, .image-7 {
    width: 30px;
    height: 30px;
  }

  .link-icon-button {
    margin-top: 10px;
  }

  .simple-tab-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--jasno-szary);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .simple-tab-mobile.vedatax-tab-mobile {
    background-color: var(--granatowy);
  }

  .simple-tab-mobile.padding-header {
    order: 9999;
    margin-top: 0;
  }

  .simple-mobile-cell {
    justify-content: center;
    align-items: center;
    width: 88%;
  }

  .table-header-mobiile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
  }

  .flex-block-5, .line-mobile {
    background-color: var(--pomarańczowy);
    width: 55%;
    height: 2px;
  }

  .line-mobile.full-line {
    width: 88%;
  }

  .line-mobile.full-line.vedatax-line {
    background-color: var(--pomarańczowy);
  }

  .simple-mobile-cell-in {
    justify-content: center;
    align-items: center;
    width: 88%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .medium-text-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .medium-text-mobile.medium-text-mobile-white {
    color: var(--biały);
  }

  .image-10 {
    height: 100%;
  }

  .minus-img {
    width: 32px;
    height: 32px;
  }

  .minus-cell {
    justify-content: center;
    align-items: center;
    width: 20%;
  }

  .text-cell {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
  }

  .content-calculator-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .calculator {
    margin-top: 0;
  }

  .left-calc {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-height: auto;
    padding: 18px;
  }

  .right-calc {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .price-calculator {
    padding-left: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .calculator-cards.cards-zoo {
    flex-flow: column;
  }

  .calculator-cards.cards-zoo.comp-card {
    flex-flow: row;
  }

  .card-cell {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-cell.hidden-card-cell.get-cell {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-cell.hidden-card-cell.get-cell.switch-mobile {
    width: 50%;
  }

  .card-cell.open-card {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-cell.open-card.switch-mobile {
    width: 50%;
  }

  .line-cards.line-mobile.line-company {
    width: 100%;
  }

  .info-calc-text {
    font-size: 14px;
  }

  .prices-info {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
  }

  .move-cards-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .move-cards-content.move-cards-desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .move-card-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .move-card-left.move-cards-about {
    top: 5rem;
  }

  .move-card-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-container {
    margin-top: 0;
  }

  .cards.first-card {
    background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-58.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    top: 25rem;
  }

  .cards.secound-card {
    background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-59.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .cards.third-card {
    background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-60.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .cards.four-card {
    background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-61.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .cards.five-card {
    background-image: linear-gradient(0deg, #17213a, #17213a63), url('../images/Projekt-bez-nazwy-62.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .review-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .review-score {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .review-score.review-under-score {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .review-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .left-reviews {
    display: none;
  }

  .right-reviews {
    width: 1001%;
  }

  .logo-mobile {
    justify-content: center;
    align-items: center;
    width: 45%;
    display: none;
  }

  .score-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .image-12 {
    width: 50%;
  }

  .form {
    flex-flow: column;
  }

  .text-field {
    width: 100%;
  }

  .text-field.field-popup {
    height: 40px;
  }

  .submit-button.submit-popup {
    height: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-13 {
    display: none;
  }

  .tree-container {
    display: flex;
  }

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

  .footer-column {
    width: 46%;
  }

  .popup-content {
    width: 410px;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-section {
    margin-top: 60px;
  }

  .why-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 36px 24px;
  }

  .row-why-points {
    padding-left: 12px;
  }

  .points-why-textr {
    font-size: 16px;
  }

  .text-move {
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-move-span {
    font-size: 24px;
  }

  .proces-content, .information-boxes-proces {
    justify-content: center;
    align-items: center;
  }

  .point-zoo-content {
    margin-left: 13%;
  }

  .point-header-content {
    font-size: 18px;
  }

  .svg-background-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .svg-background-section.svg-section-new-bck, .svg-background-section.svg-bck-tax {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
  }

  .svg-background-section.svg-about-content {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .svg-background-section.blog-know {
    margin-top: 50px;
  }

  .svg-background-section._456, .svg-background-section._369, .svg-background-section._741 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .right-content, .right-content.right-content-company, .right-content.right-content-company.right-content-tax, .right-content.right-about {
    width: 100%;
  }

  .blog-main-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-main-box.blog-main-body._1_1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .link-block-7 {
    display: none;
  }

  .link-block-7.link-block-blog {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-7.hide {
    display: flex;
  }

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

  .link-block-8 {
    width: 100%;
  }

  .image-grow-box {
    overflow: hidden;
  }

  .image-21 {
    width: 100%;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .collection-list {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .collection-list-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .collection-list-wrapper.visible-blogs {
    display: none;
  }

  .collection-list-wrapper.mobile-blogs {
    flex-flow: column;
    display: flex;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    background-color: #0000;
    width: 100%;
    min-height: 350px;
  }

  .slide {
    width: 100%;
    min-height: auto;
    max-height: none;
  }

  .mask {
    width: 100%;
  }

  .previous, .next {
    background-color: #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .icon-2 {
    margin-right: 0;
  }

  .icon-3 {
    margin-left: 0;
  }

  .pagination-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .slide-2 {
    width: 100%;
  }

  .collection-list-2 {
    flex-flow: column;
    width: 100%;
  }

  .collection-item-2 {
    width: 100%;
  }

  .card-about-us {
    min-height: 300px;
  }

  .button-dark-blue {
    padding-left: 12px;
    padding-right: 12px;
  }

  .right-blog-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .headers-blog-boxes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 50px;
    padding: 8px 5px;
  }

  .heading-blog-content {
    max-height: 33px;
  }

  .header-box {
    width: 90%;
  }

  .grow-blog-boxes {
    width: auto;
  }

  .blog-right-rows {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: none;
  }

  .link-blog-rows {
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
  }

  .row-header {
    border-bottom: 1px solid #ef710080;
    width: 100%;
    padding-bottom: 5px;
  }

  .collection-list-wrapper-3.hidden-category {
    display: none;
  }

  .dropdown-list-5 {
    background-color: var(--biały);
    border-radius: 8px;
    width: 50%;
    padding: 10px;
    display: none;
    box-shadow: 4px 2px 10px #0003;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 40px;
    line-height: 20px;
    display: block;
  }

  .dropdown-toggle-3 {
    border: 1px solid var(--granatowy);
    border-radius: 8px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

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

  .paragraph-7.paragraph-padding, .header-table-simple-blog, .table-points {
    margin-left: 0;
  }

  .segment {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-30 {
    margin-left: 0%;
  }

  .collection-list-wrapper-4 {
    width: 100%;
  }

  .oferteo-review {
    background-color: var(--granatowy);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 264px;
    display: flex;
  }

  .utility-page-content {
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .hero.hero-subpages {
    justify-content: center;
    align-items: center;
    min-height: 400px;
  }

  .points-section.points-subpages {
    margin-top: 0;
  }

  .points-section.points-subpages.points-taxes, .move-cards-section, .review-section, .tree-section, .footer {
    margin-top: 60px;
  }

  .main-header {
    font-size: 28px;
    line-height: 38px;
  }

  .large-text.mobile-large-text {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .large-text.large-mobile {
    font-size: 16px;
    line-height: 28px;
  }

  .large-text.large-mobile.about-large {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .medium-header {
    line-height: 24px;
  }

  .medium-header.opne-medium-header {
    width: 100%;
  }

  .medium-header.mobile-header-white {
    padding-bottom: 0;
  }

  .medium-header.mobile-header-white._100medium {
    margin-bottom: 10px;
  }

  .medium-header.medium-tablet-hidden, .medium-header.middle-header {
    line-height: 34px;
  }

  .medium-header.medium-header-subpages {
    width: 100%;
    line-height: 34px;
  }

  .medium-header.medium-padding, .medium-header.subpages-right-text {
    line-height: 34px;
  }

  .medium-header.subpages-right-text.blog-headers {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    position: static;
  }

  .medium-header.lll {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .medium-header-span {
    line-height: 34px;
  }

  .small-header {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .small-header.small-subpages {
    min-height: auto;
  }

  .small-text {
    text-align: left;
    min-height: 100px;
    font-size: 14px;
    position: static;
  }

  .small-text.popup-small-text {
    min-height: auto;
    line-height: 14px;
  }

  .small-text.small-subpages {
    min-height: auto;
  }

  .href-medium {
    font-size: 15px;
  }

  .medium-text {
    object-fit: fill;
    line-height: 28px;
  }

  .table-header {
    font-size: 14px;
  }

  .calc-switch.card-switch {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .calc-text.text-sample {
    font-size: 12px;
  }

  .calc-text.value-sample {
    font-size: 20px;
  }

  .move-card-text.mobile-point-company.bigger {
    font-size: 16px;
  }

  .another-button {
    width: 100%;
  }

  .image {
    max-width: 90%;
  }

  .link-block-2, .link-block-2.w--current {
    max-width: 55%;
  }

  .menu-toggle {
    max-width: 10%;
  }

  .full-header {
    min-height: 80px;
  }

  .left-content-herp {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Projekt-bez-nazwy-31.png'), linear-gradient(270deg, #fff, #0000 10%), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png');
    background-position: 0 0, 100%, 0 0, 0 0, 0 0, 0 0, 100%;
    background-repeat: repeat, no-repeat, repeat, repeat, repeat, repeat, no-repeat;
    background-size: auto, auto 90%, auto, auto, auto, auto, 80%;
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 80px;
    padding-bottom: 60px;
  }

  .left-content-herp.left-content-subpages {
    min-height: 400px;
    margin-top: 0;
  }

  .left-content-herp.left-content-subpages.simple-blog {
    background-image: linear-gradient(270deg, #fff, #0000 10%), linear-gradient(360deg, #fff, #fff0), linear-gradient(90deg, #fff 27%, #fff0), linear-gradient(#fff 5%, #fff0 68%), url('../images/Group-1000001805.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0, 0 0, 100% 20%, 0 0;
    width: 85%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .left-content-herp.left-content-subpages.left-contact {
    width: 85%;
    margin-top: 100px;
  }

  .left-content-hero {
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-top: 150px;
  }

  .left-content-hero.left-subpages-hero {
    width: 85%;
  }

  .left-content-hero.left-subpages-hero.left-simple-blog {
    width: 100%;
    margin-top: 0;
  }

  .left-content-hero.left-subpages-hero.left-contact-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-top: 0;
  }

  .down-gradient-hero {
    min-height: 50px;
  }

  .content-points-section {
    width: 85%;
  }

  .points-section-boxes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .points-section-boxes.points-section-boxes-subpages {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .points-section-boxes.points-section-boxes-subpages.margin-top {
    margin-top: 30px;
  }

  .points-section-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 6px;
  }

  .points-section-box.section-box-subpages {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .points-section-box.point-right {
    padding-left: 6px;
    padding-right: 0;
  }

  .hover-box-button {
    margin-top: 10px;
  }

  .desc {
    min-height: auto;
  }

  .content-tab-section {
    width: 85%;
  }

  .content-tab-section.content-tab-desktop.content-tab-company-desktop {
    display: none;
  }

  .cell-content {
    width: 45%;
    min-height: 145px;
    padding: 0 5px 0 0;
  }

  .cell-content.first-child-cell {
    min-height: 80px;
  }

  .cell-plus {
    width: 27.5%;
    min-height: 145px;
  }

  .cell-plus.first-child-cell {
    justify-content: center;
    align-items: center;
  }

  .cell-minus {
    width: 27.5%;
    min-height: 145px;
  }

  .link-icon-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .link-icon-button._45 {
    margin-top: 0;
  }

  .link-icon-button-header {
    font-size: 14px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 24px;
  }

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

  .simple-mobile-cell-in {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .calculator {
    margin-top: 20px;
  }

  .left-calc {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .right-calc {
    justify-content: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
  }

  .price-calculator {
    font-size: 36px;
    line-height: 36px;
  }

  .calculator-cards.cards-zoo {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .card-cell {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-cell.hidden-card-cell.get-cell, .card-cell.open-card {
    width: 50%;
  }

  .calc-jdg-body {
    padding-left: 0;
    padding-right: 0;
  }

  .info-calc-text {
    font-size: 12px;
    line-height: 20px;
  }

  .prices-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: auto;
  }

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

  .move-card-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    top: 5rem;
  }

  .move-card-left.move-cards-about.about-scale {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: sticky;
    top: -20rem;
  }

  .move-card-left.test-left {
    position: sticky;
    top: -17rem;
  }

  .move-card-right {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: sticky;
    top: 0;
  }

  .cards.first-card {
    padding-top: 56px;
    padding-left: 18px;
    padding-right: 18px;
    top: 20rem;
  }

  .cards.first-card.about-first {
    min-height: 340px;
    top: 3rem;
  }

  .cards.secound-card {
    padding-top: 56px;
    padding-left: 18px;
    padding-right: 18px;
    top: 20rem;
  }

  .cards.secound-card.about-secound {
    min-height: 340px;
    top: 3rem;
  }

  .cards.third-card {
    padding-top: 56px;
    padding-left: 18px;
    padding-right: 18px;
    top: 20rem;
  }

  .cards.third-card.about-third {
    min-height: 340px;
    top: 3rem;
  }

  .cards.four-card {
    padding-top: 56px;
    padding-left: 18px;
    padding-right: 18px;
    top: 20rem;
  }

  .cards.four-card.about-four {
    min-height: 340px;
    top: 3rem;
  }

  .cards.five-card {
    padding-top: 56px;
    padding-left: 18px;
    padding-right: 18px;
    top: 20rem;
  }

  .cards.five-card.about-five {
    min-height: 340px;
    top: 3rem;
  }

  .review-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .review-score {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .review-score.review-under-score {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .review-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .newsletter-section {
    margin-top: 60px;
  }

  .logo-mobile {
    width: 80%;
    display: none;
  }

  .score-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .image-12 {
    width: 80%;
  }

  .form-block.form-popup {
    width: 100%;
  }

  .paragraph-5.hidden-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 1000%;
  }

  .href-footer.light-href, .footer-info {
    font-size: 16px;
  }

  .popup-content {
    width: 95%;
    height: auto;
  }

  .why-right {
    padding-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-points-why {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .row-why-points {
    padding-left: 6px;
  }

  .points-why-textr.move-text-white {
    line-height: 28px;
  }

  .text-move, .text-move-span {
    line-height: 34px;
  }

  .proces-section {
    margin-top: 60px;
  }

  .left-column-proces {
    padding-top: 36px;
  }

  .left-column-proces.left-mobile {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-column-proces {
    justify-content: flex-start;
    align-items: center;
    min-height: 1000px;
    padding: 28px 18px;
  }

  .right-column-proces.right-column-tab.right-company.fdfd {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
  }

  .point-zoo-content {
    margin-left: 23%;
  }

  .point-zoo-content.padding-none {
    padding-top: 0;
  }

  .point-zoo-content.padding-none._6.new_6 {
    display: none;
  }

  .point-zoo-content.div-block-2._3, .point-zoo-content.div-block-2._2 {
    height: auto;
  }

  .point-header-content {
    line-height: 24px;
  }

  .full-content {
    position: relative;
  }

  .full-content.fullcontent-mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-3.block-end {
    height: 10%;
  }

  .move-conten {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .svg-background-section {
    margin-top: 60px;
  }

  .svg-background-section.svg-about-content {
    margin-top: 0;
  }

  .svg-background-section.blog-know {
    margin-top: 32px;
    padding-bottom: 0;
  }

  .svg-background-section._456, .svg-background-section._369, .svg-background-section._741 {
    margin-top: 0;
  }

  .blog-section, .blog-section.blok {
    margin-top: 60px;
  }

  .blog-section-content {
    justify-content: center;
    align-items: flex-start;
  }

  .link-block-7.link-block-blog {
    padding-left: 6px;
    padding-right: 6px;
  }

  .light-button-text {
    font-size: 14px;
    font-weight: 500;
  }

  .boxes-blog {
    width: 100%;
  }

  .slide-2 {
    min-height: auto;
  }

  .mask-2 {
    width: 100%;
    max-width: 100%;
  }

  .collection-list-2 {
    line-height: 20px;
  }

  .image-23 {
    width: auto;
  }

  .about-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card-about-us {
    width: 100%;
  }

  .card-about-us.card-about-img.padding-top, .card-about-us.card-about-img.padding-top-tablet, .card-about-us.orange-card.padding-top {
    margin-top: 0;
  }

  .link-blog-boxes, .collection-item-4 {
    width: 100%;
  }

  .collection-list-3 {
    flex-flow: column;
  }

  .row-header {
    padding-bottom: 10px;
  }

  .row-header.no-line {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .dropdown-list-5 {
    display: none;
  }

  .image-29 {
    width: 100%;
  }

  .paragraph-7 {
    display: flex;
  }

  .paragraph-7.paragraph-padding {
    width: 100%;
    display: block;
  }

  .segment {
    margin-top: 30px;
  }

  .segment.segment-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .segment-content {
    margin-top: 0;
    padding-top: 0;
  }

  .contact-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .flex-contact {
    margin-left: 0%;
  }

  .form-block-2, .white-heading {
    width: 85%;
  }

  .bck-svg {
    margin-top: 60px;
  }

  .bck-svg._256, .bck-svg._4555 {
    margin-top: 0;
  }

  .code-embed-3 {
    max-width: 100%;
  }

  .collection-list-wrapper-4 {
    line-height: 20px;
  }

  .content-review-score {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .oferteo-review {
    background-color: var(--granatowy);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 264px;
  }

  .point-block-link {
    width: 50%;
  }
}

