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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #6f6f74;
  background-color: #f2f0ee;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
}

h1 {
  color: #222229;
  margin-top: 22px;
  margin-bottom: 22px;
  font-family: Arvo;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15em;
}

h2 {
  color: #222229;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arvo;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  color: #222229;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
}

h4 {
  color: #222229;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Arvo;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  color: #222229;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: dita-cd, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35em;
}

h6 {
  color: #222229;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Arvo;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  color: #6f6f74;
  margin-bottom: 25px;
  font-family: dita, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
}

a {
  color: #e66551;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: #222229;
}

ul, ol {
  color: #222229;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 30px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-family: dita, sans-serif;
  font-weight: 700;
}

blockquote {
  color: #222229;
  border-left: 3px solid #e3c020;
  margin-bottom: 30px;
  padding: 5px 20px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7em;
}

figure {
  margin-top: 10px;
  margin-bottom: 20px;
}

figcaption {
  color: rgba(111, 111, 116, .6);
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.section {
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 0;
  display: block;
  position: static;
  left: 0%;
  right: 0%;
}

.opinie {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5vw;
  display: block;
  position: static;
}

.opinie.first-single-page {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.opinie.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.section-hero-dark {
  z-index: 10;
  min-height: 100vh;
  background-color: #2d2338;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.navbar {
  z-index: 9999;
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.3% 5vw 1%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0%;
}

.nav-link {
  opacity: 1;
  color: #fff;
  padding: 10px 14px;
  font-family: dita, sans-serif;
  font-size: 14px;
  transition: opacity .4s;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link.dark {
  color: #222229;
}

.block-navbar {
  width: auto;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #e66551;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  transition: border-color .4s, color .4s;
}

.link:hover {
  color: #222229;
  border-bottom: 2px solid #e66551;
}

.link.dark:hover {
  color: #fff;
}

.logo {
  z-index: 9999;
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  opacity: 1;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  transition: opacity .4s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  opacity: 1;
}

.dropdown-toggle.dark {
  color: #222229;
}

.icon-dropdown {
  font-size: 13px;
}

.dropdown-list {
  transform-origin: 50% 0;
  background-color: #f2f0ee;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 4px;
  box-shadow: 0 10px 10px -5px rgba(34, 34, 41, .05);
}

.dropdown-link {
  color: #222229;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4em;
}

.dropdown-link:hover {
  color: #e66551;
}

.dropdown-link.w--current {
  color: #4c69e3;
}

.dropdown-link.w--current:hover {
  color: #e66551;
}

.text-dropdown {
  font-family: dita, sans-serif;
  font-size: 18px;
}

.button-small {
  color: #fff;
  text-align: center;
  background-color: #e66551;
  border-radius: 50px;
  padding: 11px 30px;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
}

.button-small:hover {
  color: #fff;
  background-color: #4c69e3;
  transform: scale(.95);
}

.button-small.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-small.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-small.yellow {
  color: #222229;
  background-color: #e3c020;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-small.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-small.blue {
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-small.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-small.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-small.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-small.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-small.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.nav-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  margin-left: 5px;
  margin-right: 28px;
  transition: transform .4s, color .4s;
}

.brand:hover {
  transform: scale(.95);
}

.menu-button {
  color: #222229;
  background-color: #fff;
  border-radius: 50px;
  padding: 13px;
  font-size: 20px;
}

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

.link-text {
  color: #fff;
  flex: none;
}

.link-text.dark {
  color: #222229;
}

.nav-link-block {
  opacity: .75;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 4px;
  transition: opacity .4s;
  display: flex;
}

.nav-link-block:hover {
  opacity: 1;
}

.icon-nav {
  margin-bottom: 2px;
  margin-right: 10px;
}

.hero-img-block {
  width: 100%;
  max-width: 1360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.illustration-hero-1 {
  z-index: 10;
  width: 960px;
  max-width: none;
  object-fit: contain;
  position: relative;
}

.title-hero-center {
  color: #fff;
  text-align: center;
  font-size: 63px;
}

.italic-red {
  color: #0801ee;
  font-style: italic;
}

.hero-text-block {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-hero-center {
  max-width: 480px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.75em;
}

.paragraph-hero-center.dark {
  max-width: 690px;
  color: #6f6f74;
  font-family: dita-cd, sans-serif;
}

.button {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button.white:hover {
  color: #fff;
  background-color: #222229;
}

.button.yellow {
  color: #222229;
  text-align: center;
  background-color: #ffe52c;
  border: 2px solid #0801ee;
  margin-top: 10px;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.circle-hero {
  flex-direction: row;
  align-content: space-around;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: -392px;
}

.circle-hero-overflow {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle-a {
  width: 500px;
  max-width: none;
  opacity: .05;
  object-fit: contain;
  position: absolute;
  top: -71px;
  left: 147px;
}

.circle-a.type-1 {
  width: 370px;
  top: -208px;
  left: -548px;
}

.circle-a.type-1.hero-3 {
  width: 100px;
  opacity: .95;
  top: -134px;
  left: 335px;
}

.circle-a.type-1.hero-5 {
  width: 186px;
  opacity: 1;
  top: -213px;
  left: 8px;
}

.circle-a.type-2 {
  width: 100px;
  top: 173px;
  left: -567px;
}

.circle-a.type-2.hero-3 {
  z-index: 2;
  opacity: 1;
  transform-style: preserve-3d;
  top: 130px;
  left: 462px;
  transform: rotateX(0)rotateY(-20deg)rotateZ(-17deg);
}

.circle-a.type-2.hero-5 {
  opacity: 1;
  top: 130px;
  left: 192px;
}

.circle-a.type-3 {
  width: 65px;
  top: -174px;
  left: -125px;
}

.circle-a.type-3.hero-3 {
  width: 36px;
  opacity: 1;
  transform-style: preserve-3d;
  top: -155px;
  left: 208px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.circle-a.type-3.hero-5 {
  width: 36px;
  opacity: 1;
  top: -247px;
  left: -189px;
}

.circle-a.type-4 {
  width: 100px;
  top: -196px;
  left: 396px;
}

.circle-a.type-4.hero-3 {
  width: 70px;
  opacity: 1;
  display: block;
  top: -75px;
  left: 237px;
}

.circle-a.type-4.hero-5 {
  width: 70px;
  opacity: 1;
  top: -213px;
  left: -161px;
}

.circle-a.type-5 {
  width: 35px;
  top: -121px;
  left: 512px;
}

.circle-a.type-5.hero-3 {
  width: 25px;
  opacity: 1;
  top: 91px;
  left: 544px;
}

.circle-a.type-5.hero-5 {
  width: 25px;
  opacity: 1;
  top: 98px;
  left: 273px;
}

.circle-a.type-0.hero-3 {
  width: 200px;
  opacity: 1;
  transform-style: preserve-3d;
  display: block;
  top: 46px;
  left: 80px;
  transform: rotateX(0)rotateY(-9deg)rotateZ(-29deg);
}

.circle-a.type-0.hero-5 {
  width: 340px;
  opacity: 1;
  top: -53px;
  left: -290px;
}

.illustration-hero-overflow {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -50px;
  display: flex;
  overflow: hidden;
}

.title-center {
  max-width: none;
  text-align: center;
  margin: 0 auto 20px;
  font-family: dita-cd, sans-serif;
}

.title-center.white {
  color: #0801ee;
}

.title-center.whittee {
  color: #fff;
}

.subtitle {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.grid-4-columns {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-feature {
  height: 100%;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .2);
}

.icon-feature {
  width: 45px;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.title-feature {
  text-align: center;
  margin: 40px auto 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature.white {
  color: #f2f0ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

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

.paragraph-feature {
  max-width: none;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: dita, sans-serif;
}

.paragraph-feature.white {
  max-width: none;
  color: #f2f0ee;
  text-align: left;
  margin-bottom: 25px;
  font-family: dita, sans-serif;
}

.paragraph-feature.large {
  max-width: 340px;
  font-family: dita-cd, sans-serif;
}

.paragraph-feature.left {
  max-width: 400px;
  text-align: left;
  margin-bottom: 20px;
}

.text-feature {
  height: 100%;
  max-width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-feature-red {
  background-color: #0801ee;
  border-radius: 15px;
  padding: 55px 30px 55px 55px;
}

.learn-more-white {
  color: #222229;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  padding: 11px 30px;
  font-family: dita, sans-serif;
  line-height: 1.4em;
}

.link-block-feature-yellow {
  background-color: #ffe52c;
  border-radius: 15px;
  padding: 55px 30px 55px 55px;
}

.section-color {
  width: 100%;
  background-color: #0801ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 5vw;
  display: block;
  position: relative;
}

.color-bg {
  z-index: -999;
  background-color: #0c25f9;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-bg {
  opacity: 0;
  background-color: #0c25f9;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.red-bg {
  opacity: 0;
  background-color: #ffe52c;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow-bg {
  opacity: 0;
  background-color: #e66551;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-2-columns {
  width: 100%;
  height: 100%;
  flex-flow: wrap;
  grid-template-rows: auto;
  align-content: start;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.block-grid-left {
  max-width: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5%;
  font-family: dita-cd, sans-serif;
  display: flex;
}

.title {
  max-width: 700px;
  color: #222229;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 5vw;
  font-family: dita-cd, sans-serif;
}

.title.white {
  max-width: none;
  color: #ffe52c;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: dita-cd, sans-serif;
}

.italic-yellow {
  color: #ffe52c;
  font-style: italic;
}

.paragraph-white {
  color: #fff;
  text-align: left;
  font-family: dita, sans-serif;
}

.illustration-1 {
  z-index: 10;
  width: auto;
  object-fit: contain;
  border-radius: 15px;
  flex: 1;
  margin-right: 0;
  position: relative;
}

.block-illustration {
  min-height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block-illustration.mobile {
  display: none;
}

.block-circle {
  z-index: -10;
  position: absolute;
}

.grid-clients-logo {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-clients-logo.dark {
  margin-bottom: 5px;
  padding-left: 5%;
  padding-right: 5%;
}

.block-client-logo {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.block-client-logo.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.info {
  opacity: .79;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.clients-logo {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.tumbleweed-bg {
  opacity: 0;
  background-color: #e89f4c;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-grid-right {
  max-width: none;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 5%;
  display: block;
}

.illustration-2 {
  z-index: 10;
  width: 480px;
  object-fit: contain;
  border-radius: 15px;
  position: relative;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.submit-button {
  color: #222229;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
}

.submit-button:hover {
  color: #fff;
  background-color: #4c69e3;
  transform: scale(.95);
}

.submit-button.red {
  max-width: 30%;
  color: #0801ee;
  background-color: #ffe52c;
  margin-left: auto;
  margin-right: auto;
}

.submit-button.red:hover {
  color: #0801ee;
  background-color: #ffe52c;
}

.text-field {
  height: 62px;
  color: #6f6f74;
  background-color: #fff;
  border: 1px solid #d3d1d1;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px;
  font-family: dita-cd, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.text-field:focus {
  border-color: #8d8d92;
}

.text-field::-ms-input-placeholder {
  color: rgba(111, 111, 116, .6);
}

.text-field::placeholder {
  color: rgba(111, 111, 116, .6);
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: grid;
}

.success-message {
  background-color: #ffe52c;
  border-radius: 15px;
  padding: 10px 28px 20px;
}

.text-success {
  color: #222229;
  text-align: center;
  font-family: dita, sans-serif;
  line-height: 1.4em;
}

.text-error {
  color: #e66551;
  text-align: center;
  line-height: 1.4em;
}

.error-message {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 15px;
  padding: 10px 28px;
}

.grid-pricing {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  align-items: start;
  margin: 60px 0 40px;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.block-price {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.text-plan {
  color: #222229;
  text-align: left;
  margin-right: 10px;
  font-family: dita-cd, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.plan-top {
  max-width: none;
  color: #222229;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-left: 0;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.plan {
  text-align: left;
  margin-bottom: 10px;
}

.text-price {
  color: #222229;
  text-align: left;
  margin-right: 0;
  font-family: dita-cd, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.text-price.custom {
  font-size: 30px;
}

.price {
  min-height: 52px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-price-info {
  color: rgba(34, 34, 41, .4);
  font-family: Arvo;
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
}

.icon-check {
  width: 13px;
  height: 13px;
  margin-right: 11px;
}

.text-advantage {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: dita, sans-serif;
  line-height: 1.6em;
}

.advantage {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}

.plan-advantages {
  color: #222229;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: dita, sans-serif;
}

.illustration-3 {
  z-index: 10;
  width: 640px;
  object-fit: contain;
  border-radius: 15px;
  position: relative;
}

.circle-b1 {
  width: 400px;
  max-width: none;
  opacity: .83;
  object-fit: contain;
  position: absolute;
  top: -163px;
  left: -170px;
  transform: rotate(77deg);
}

.circle-b1.type-1 {
  width: 400px;
  top: -140px;
  left: -133px;
}

.circle-b1.type-2 {
  width: 460px;
  opacity: 1;
  top: -221px;
  left: -265px;
}

.circle-b1.type-2.white {
  top: -162px;
}

.circle-b1.type-3 {
  width: 400px;
  opacity: 1;
  top: -168px;
  left: -125px;
}

.circle-b1.white {
  opacity: 1;
}

.circle-b2 {
  width: 200px;
  max-width: none;
  opacity: 1;
  object-fit: contain;
  position: absolute;
  top: -270px;
  left: -314px;
}

.circle-b2.type-1 {
  width: 150px;
  top: -265px;
  left: -218px;
}

.circle-b2.type-2 {
  width: 90px;
  opacity: .72;
  top: -253px;
  left: -297px;
}

.circle-b2.type-2.white {
  top: -233px;
}

.circle-b2.type-3 {
  width: 200px;
  opacity: 1;
  top: -306px;
  left: -245px;
}

.circle-b2.white {
  opacity: 1;
}

.circle-b3 {
  width: 90px;
  max-width: none;
  opacity: .1;
  object-fit: contain;
  position: absolute;
  top: -260px;
  left: -132px;
}

.circle-b3.type-1 {
  width: 90px;
  top: -279px;
  left: 153px;
}

.circle-b3.type-3 {
  width: 100px;
  opacity: 1;
  top: -302px;
  left: 0;
}

.circle-b3.white {
  opacity: 1;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.slide-nav {
  color: #000;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  font-size: 9px;
  display: flex;
  position: static;
}

.customer-quotation {
  color: #070707;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.customer-quotation.dark {
  color: #6f6f74;
}

.testimonial {
  padding-right: 15px;
}

.name-customer {
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  display: inline-block;
}

.name-customer.dark {
  color: #222229;
}

.client-position {
  color: rgba(0, 0, 0, .59);
  font-family: dita, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
}

.client-position.dark {
  color: rgba(111, 111, 116, .5);
}

.customer-text {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.icon-customer {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.customer-info {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.illustration-4 {
  z-index: 10;
  width: 540px;
  height: 620px;
  object-fit: contain;
  position: relative;
}

.dropdown-list-faq {
  height: auto;
  background-color: #fff;
  display: none;
  position: relative;
}

.dropdown-list-faq.w--open {
  height: 100%;
  background-color: #f2f0ee;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 32px;
}

.dropdown-toggle-faq {
  height: 72px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 25px 60px 25px 32px;
  display: flex;
}

.dropdown-faq {
  width: 100%;
  height: 72px;
  background-color: #fff;
  border-radius: 15px;
  margin: 15px 0 5px;
  position: static;
}

.text-faq {
  color: #222229;
  margin-top: 0;
  margin-bottom: 0;
  font-family: dita, sans-serif;
}

.icon-faq {
  color: #0801ee;
  margin-right: 30px;
  font-size: 16px;
}

.title-faq {
  color: #222229;
  font-family: dita, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.grid-3-columns {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 10%;
}

.collection-list-blog {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-blog {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.empty-state {
  background-color: #fff;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.text-empty {
  color: #222229;
  text-align: center;
  line-height: 1.4em;
}

.link-image-blog {
  width: 100%;
  position: relative;
}

.image-preview-blog {
  width: 100%;
  height: 100%;
  max-height: 412px;
  object-fit: cover;
  border-radius: 15px;
}

.arrow-blog {
  width: 50px;
  height: 50px;
  background-color: #e66551;
  border: 5px solid #f2f0ee;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -25px;
  right: 20px;
}

.icon-arrow-blog {
  width: 10px;
  height: 10px;
  max-width: none;
}

.block-text-blog {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 30px 20px;
  display: flex;
}

.link-title-blog {
  color: #222229;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: dita-cd, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35em;
  display: block;
}

.link-title-blog:hover {
  color: #e66551;
}

.text-date {
  color: #6f6f74;
  font-family: dita, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.section-footer {
  background-color: #0801ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.content-footer {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.column-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: dita-cd, sans-serif;
  display: flex;
}

.info-footer {
  opacity: .81;
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.link-footer {
  color: #f2f0ee;
  border-bottom: 2px rgba(0, 0, 0, 0);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: dita, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  transition-property: none;
}

.link-footer:hover {
  color: #ffe52c;
  border: 0 #000;
}

.link-footer.w--current {
  border-bottom-style: none;
  transition-property: none;
}

.brand-footer {
  margin-bottom: 12px;
  padding-left: 0;
  transition: transform .4s, color .4s;
}

.brand-footer:hover {
  transform: scale(.95);
}

.logo-footer {
  max-width: none;
}

.link-social {
  width: 45px;
  height: 45px;
  color: #ffe52c;
  background-color: #ffe52c;
  border-radius: 50px;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transition: transform .4s, background-color .4s;
  display: flex;
}

.link-social:hover {
  background-color: #ffe52c;
  transform: scale(.95);
}

.block-social {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.icon-social {
  max-width: none;
}

.content-footer-down {
  width: 100%;
  max-width: 1360px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: dita-cd, sans-serif;
  display: flex;
}

.link-footer-down {
  color: #f2f0ee;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
  font-family: dita-cd, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.link-footer-down:hover {
  color: #fff;
}

.down-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  display: flex;
}

.down-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: -16px;
  display: flex;
}

.navbar-fixed {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -376px);
  box-shadow: 0 10px 10px -5px rgba(34, 34, 41, .05);
}

.grid-hero-red {
  min-height: 820px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, auto) minmax(auto, 340px) minmax(auto, 340px) minmax(auto, 340px) minmax(auto, 340px) minmax(20px, auto);
}

.content-hero-red {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto 1fr;
}

.red-rectangle {
  background-color: #0c25f9;
}

.block-grid-hero-left {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.block-grid-hero-right {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.block-grid-navbar {
  margin-top: 30px;
  margin-bottom: 15px;
}

.title-hero {
  color: #f2f0ee;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: dita-cd, sans-serif;
  position: static;
  top: 200px;
}

.title-hero.dark {
  color: #222229;
}

.paragraph-hero {
  max-width: none;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: dita, sans-serif;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  position: static;
  top: 395px;
}

.paragraph-hero.dark {
  color: #6f6f74;
}

.illustration-hero-2 {
  width: 650px;
  margin-bottom: -30px;
}

.section-hero-red {
  padding-left: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-feature-img {
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 30px 55px;
  transition-property: none;
  display: flex;
}

.title-feature-large {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

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

.feature-text-link {
  color: #e66551;
}

.section-hero-blue {
  z-index: 0;
  width: 100%;
  height: 800px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.content-hero {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-hero-blue {
  width: auto;
  min-height: 712px;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  margin-left: 10%;
}

.grid-buttons {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-bottom: 15px;
}

.block-illustration-hero-3 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.illustration-hero-3 {
  z-index: 10;
  width: auto;
  opacity: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  left: 48px;
}

.block-banner {
  width: 100%;
  background-color: #0801ee;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.title-banner {
  max-width: 1000px;
  color: #222229;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px;
}

.title-banner.white {
  color: #fff;
}

.paragraph-banner {
  max-width: 900px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-family: dita, sans-serif;
}

.clients-logo-border {
  width: 100%;
  border: 1px solid #d3d1d1;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.info-dark {
  color: rgba(34, 34, 41, .35);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f2f0ee;
  margin-top: -7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.block-features {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.block-feature {
  padding-right: 20px;
}

.section-hero-light {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.grid-5-colors {
  width: 100%;
  height: 100%;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.color-rectangle {
  width: 100%;
  height: 100%;
  transform-origin: 50%;
  background-color: #fe7b67;
  border-radius: 15px;
}

.color-rectangle.type-1 {
  background-color: #ffe52c;
}

.color-rectangle.type-2 {
  background-color: #0801ee;
}

.color-rectangle.type-3 {
  background-color: #ffe52c;
}

.color-rectangle.type-4 {
  background-color: #0801ee;
}

.color-rectangle.type-5 {
  background-color: #ffe52c;
}

.block-hero-4 {
  width: 100%;
  height: 386px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.illustration-hero-4 {
  z-index: 10;
  width: 805px;
  position: absolute;
}

.block-text-hero-4 {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 55px 40px 70px;
  display: flex;
}

.navbar-padding {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.grid-hero-5 {
  width: 100%;
  min-height: 650px;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  margin-bottom: 70px;
}

.block-illustration-hero-5 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.illustration-hero-5 {
  z-index: 10;
  width: 550px;
  position: relative;
}

.block-grid-hero-5-left {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-grid-hero-5-right {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.block-hero-5 {
  width: 100%;
  margin-bottom: 140px;
}

.block-features-dark {
  width: 100%;
  background-color: #2d2338;
  border-radius: 15px;
  padding: 35px 75px 55px;
}

.icon-feature-small {
  margin-bottom: 25px;
}

.utility {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.brand-utility {
  margin-top: 30px;
  transition: transform .4s, color .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.brand-utility:hover {
  transform: scale(.95);
}

.block-utility {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 45px 60px;
  display: flex;
}

.heading-utility {
  text-align: center;
  margin-top: 0;
}

.form-block-login {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.form-login {
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.button-google {
  color: #222229;
  border: 2px solid #222229;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 18px 45px;
  text-decoration: none;
  transition: background-color .4s, transform .4s, color .4s;
  display: flex;
}

.button-google:hover {
  color: #fff;
  background-color: #222229;
  transform: scale(.95);
}

.icon-google {
  margin-right: 12px;
}

.text-google {
  line-height: 1.4em;
}

.text-separation {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

.text-info-utility {
  text-align: center;
  font-size: 14px;
}

.info-utility {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.delimiter {
  width: 5px;
  height: 5px;
  background-color: #d3d1d1;
  border-radius: 5px;
  margin-left: 12px;
  margin-right: 12px;
}

.link-info-utility {
  color: #6f6f74;
  font-size: 14px;
  text-decoration: underline;
}

.link-info-utility:hover {
  color: #e66551;
}

.grid-get-started {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}

.image-get-started {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.paragraph-center {
  color: #222229;
  text-align: center;
  font-family: dita, sans-serif;
}

.heading-center {
  max-width: 840px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.section-single-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.head-single-page {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 78px;
  padding-bottom: 78px;
  font-family: dita-cd, sans-serif;
  display: flex;
}

.thin-color-line {
  width: 100%;
  height: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.info-contact {
  height: 250px;
  max-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 20px 55px 20px 40px;
  display: flex;
}

.icon-contact {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 5px;
  display: block;
}

.block-text-contact {
  height: auto;
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.block-text-contact.df {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: grid;
}

.block-text-contact.mmm {
  width: 100%;
  display: block;
}

.title-contact {
  margin: 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.paragraph-contact {
  height: auto;
  color: #222229;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: dita, sans-serif;
}

.content-single-page {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 30px;
  display: flex;
}

.block-single-page {
  width: 100%;
  max-width: 670px;
  margin-top: 30px;
  margin-bottom: 0;
}

.form-block-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.form-contact {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: block;
}

.textarea {
  max-height: 400px;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  color: #6f6f74;
  border: 1px solid #d3d1d1;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-family: dita-cd, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  transition: border-color .4s;
}

.textarea:focus {
  border-color: #8d8d92;
}

.textarea::-ms-input-placeholder {
  color: rgba(111, 111, 116, .6);
}

.textarea::placeholder {
  color: rgba(111, 111, 116, .6);
}

.block-about-us {
  width: 100%;
  height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.illustration-about-us {
  z-index: 10;
  width: 800px;
  position: absolute;
  bottom: -50px;
}

.rich-text-block img {
  border-radius: 15px;
}

.collection-list-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.collection-item {
  margin-bottom: 20px;
}

.grid-blog-large {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-preview-blog-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.block-text-blog-large {
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 40px;
  display: flex;
}

.link-title-blog-large {
  color: #222229;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: dita-cd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
  display: block;
}

.link-title-blog-large:hover {
  color: #0801ee;
}

.link-image-blog-large {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.arrow-blog-large {
  width: 50px;
  height: 50px;
  color: #0801ee;
  background-color: #0801ee;
  border: 5px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  margin-left: -25px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 100%;
}

.title-blog {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 1.25em;
}

.block-single-blog {
  width: 100%;
  max-width: 670px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.head-single-blog {
  width: 100%;
  height: 50vw;
  max-height: 640px;
  max-width: 1360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

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

.spacing {
  width: 100%;
  height: 1px;
  background-color: rgba(34, 34, 41, .15);
  margin-top: 55px;
  margin-bottom: 55px;
}

.icon-licensing {
  margin-bottom: 15px;
  margin-right: 30px;
}

.grid-illustration-licensing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.block-illustration-licensing {
  background-color: #eae2db;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.illustration-licensing {
  object-fit: contain;
}

.grid-style-guide-color {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.guide-color {
  height: 77px;
  background-color: #f2f0ee;
  border-radius: 15px;
  margin-bottom: 8px;
}

.guide-color.yellow-1 {
  background-color: #ffe52c;
}

.guide-color.red-2 {
  background-color: #fe7b67;
}

.guide-color.red-1 {
  background-color: #e66551;
}

.guide-color.heading {
  background-color: #222229;
}

.guide-color.paragraphs {
  background-color: #6f6f74;
}

.guide-color.border {
  background-color: #d3d1d1;
}

.guide-color.yellow-2 {
  background-color: #e89f4c;
}

.guide-color.blue-1 {
  background-color: #0c25f9;
}

.guide-color.blue-2 {
  background-color: #5777ff;
}

.guide-color.extra-1 {
  background-color: #df9f7f;
}

.guide-color.extra-2 {
  background-color: #22306a;
}

.guide-color.background-dark {
  background-color: #2d2338;
}

.block-style-buttons {
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 18px 24px;
  display: flex;
}

.block-style-buttons.red {
  background-color: #fe7b67;
}

.grid-style-buttons {
  grid-template-rows: auto;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
}

.utility-page-content {
  width: 100%;
  max-width: 450px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 45px 60px;
  display: flex;
}

.utility-page-form {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.grid-splash {
  width: 100%;
  max-width: 1360px;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-top: 30px;
  margin-bottom: 140px;
}

.link-splash {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  transition: background-color .4s, transform .4s;
}

.link-splash:hover {
  background-color: rgba(255, 255, 255, .6);
  transform: scale(.98);
}

.img-splash {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.heading-splash {
  margin: 20px 25px 13px;
}

.button-small-navbar {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  padding: 11px 30px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
}

.button-small-navbar:hover {
  color: #fff;
  background-color: #091cbe;
  font-family: dita-cd, sans-serif;
  transform: scale(.95);
}

.button-small-navbar.white {
  color: #0801ee;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: dita-cd, sans-serif;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-small-navbar.white:hover {
  color: #0801ee;
  background-color: #ffe52c;
}

.text-color-name {
  color: #6f6f74;
  font-size: 14px;
  line-height: 1.3em;
}

.text-span {
  color: #ffe52c;
}

.text-span-2 {
  color: #ffe52c;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  line-height: 1em;
  display: block;
}

.title-copy {
  max-width: 700px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 30px;
}

.title-copy.white {
  color: #fff;
  font-family: dita-cd, sans-serif;
}

.image {
  z-index: 5;
  position: relative;
  top: 663px;
}

.image-2 {
  position: relative;
  top: -612px;
  left: 766px;
}

.mask {
  font-family: dita-cd, sans-serif;
}

.image-3 {
  z-index: 5;
  max-width: none;
  position: static;
  top: 306px;
  left: 297px;
}

.div-block {
  z-index: 0;
  min-height: auto;
  position: absolute;
  top: 209px;
  left: 439px;
}

.section-2 {
  width: 100%;
  max-width: 1920px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.hero-section {
  height: 80vh;
  max-width: none;
  background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/DSC01878-kopia_1.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hg {
  z-index: 0;
  width: 100%;
  height: 100vh;
  max-width: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.mg {
  z-index: 0;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vg {
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.animacja_hero {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(8, 1, 238, .5), rgba(8, 1, 238, .5));
  flex-direction: column;
  align-items: stretch;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animacja_hero.b_s {
  background-image: linear-gradient(rgba(8, 1, 238, .5), rgba(8, 1, 238, .5));
}

.div-block-3 {
  background-color: #f2f0ee;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.div-block-4 {
  z-index: 2;
  width: 550px;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-left: 5vw;
  display: block;
  position: static;
  top: auto;
}

.text-span-3 {
  color: #f2f0ee;
  font-size: 3vw;
}

.div-block-5 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(#d3d1d1, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  top: -22px;
}

.body {
  background-color: #f2f0ee;
}

.section-3 {
  height: 100vh;
}

.section-4 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/banff-sunshine-village-UoBE_wJ-suk-unsplash_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.body-2 {
  background-color: #f2f0ee;
}

.text-span-4 {
  color: #f2f0ee;
}

.bold-text {
  font-family: dita, sans-serif;
}

.animacja_hero-telefon {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: #22306a;
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.bold-text-2, .bold-text-3 {
  color: #0801ee;
}

.title-feature-copy {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.white {
  color: #0801ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.left {
  text-align: left;
}

.paragraph-feature-copy {
  max-width: 230px;
  text-align: center;
  font-family: dita, sans-serif;
}

.paragraph-feature-copy.white {
  max-width: none;
  color: #0801ee;
  text-align: left;
  margin-bottom: 25px;
  font-family: dita, sans-serif;
}

.paragraph-feature-copy.large {
  max-width: 340px;
  font-family: dita-cd, sans-serif;
}

.paragraph-feature-copy.left {
  max-width: 400px;
  text-align: left;
  margin-bottom: 20px;
}

.div-block-7 {
  display: none;
}

.div-block-8 {
  display: flex;
}

.div-block-9 {
  flex: 1;
  padding-top: 60px;
}

.div-block-10 {
  flex: 1;
  display: flex;
}

.div-block-11 {
  height: auto;
  flex-direction: row;
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-12, .div-block-13 {
  flex: 1;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  margin: 0 auto 0 0;
  display: flex;
}

.div-block-15 {
  flex: 0 auto;
  align-self: flex-end;
}

.div-block-16 {
  flex: 0 auto;
  align-self: center;
}

.info-contact-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  padding: 55px;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
  font-family: dita, sans-serif;
  display: block;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  margin-left: 0;
}

.paragraph-hero-black {
  max-width: 480px;
  color: #222229;
  text-align: left;
  margin-bottom: 30px;
  font-family: dita, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  position: static;
  top: 395px;
}

.paragraph-hero-black.dark {
  color: #6f6f74;
}

.grid {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-5 {
  border-radius: 15px;
  display: block;
}

.div-block-19 {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.text-advantage-copy {
  text-align: left;
  line-height: 1.4em;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.paragraph-hero-black-copy {
  max-width: 480px;
  color: #222229;
  text-align: left;
  margin-bottom: 30px;
  font-family: dita, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  position: static;
  top: 395px;
}

.paragraph-hero-black-copy.dark {
  color: #6f6f74;
}

.image-5-copy {
  border-radius: 15px;
  display: block;
}

.paragraph {
  color: #222229;
  font-family: dita, sans-serif;
}

.paragraph.paragraph-white {
  color: #f2f0ee;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.subtitle-copy._8888 {
  text-align: center;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.image-6 {
  margin-right: 10px;
}

.image-7 {
  margin-right: 0;
}

.image-8, .image-9 {
  margin-right: 10px;
}

.text-span-6 {
  color: #ffdf4b;
}

.content-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: static;
}

.content-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.content-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.content-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #0801ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 100px 140px;
  display: block;
  position: static;
}

.content-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.content-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.content-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 180px auto 0;
  padding: 60px 80px;
  display: block;
  position: static;
}

.content-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.content-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.section-color-copy {
  width: 100%;
  background-color: #0801ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 20px;
  display: block;
  position: relative;
}

.subtitle-copy-copy {
  color: #0801ee;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.bialyh2 {
  max-width: none;
  color: #f2f0ee;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: dita-cd, sans-serif;
}

.bialyh2.white {
  color: #fff;
}

.galeria {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 80px 100px;
  display: block;
  position: static;
}

.galeria.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.galeria.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.image-10 {
  width: 100%;
  border-radius: 15px;
}

.lightbox-link, .image-11, .lightbox-link-2, .image-11-copy {
  border-radius: 15px;
}

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

.teenerzy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 80px 100px;
  display: block;
  position: static;
}

.teenerzy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.teenerzy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 80px 0;
  display: block;
  position: static;
}

.teenerzy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.image-13 {
  border-radius: 15px;
}

.link-block-feature-copy, .link-block-feature-copy-copy {
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
  transition-property: none;
  display: flex;
}

.link-block-feature-copy-copy {
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  transition-property: none;
  display: flex;
}

.link-block-feature-copy-copy.trenerzy {
  background-color: #fff;
}

.link-block-feature-copy {
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
  transition-property: none;
  display: flex;
}

.bialyh2-copy {
  max-width: none;
  color: #0801ee;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: dita-cd, sans-serif;
}

.bialyh2-copy.white {
  color: #fff;
}

.teenerzy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px;
  display: block;
  position: static;
}

.teenerzy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.link-block-feature-copy-copy-copy {
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition-property: none;
  display: flex;
}

.link-block-feature-copy-copy-copy.trenerzy {
  background-color: #fff;
}

.button-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.link-block-feature-copy {
  box-shadow: none;
  color: #222229;
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 5%;
  transition-property: none;
  display: flex;
}

.paragraph-feature-copy {
  max-width: none;
  text-align: center;
  font-family: dita, sans-serif;
}

.paragraph-feature-copy.white {
  max-width: none;
  color: #f2f0ee;
  text-align: left;
  margin-bottom: 25px;
  font-family: dita, sans-serif;
}

.paragraph-feature-copy.large {
  max-width: 340px;
  font-family: dita-cd, sans-serif;
}

.paragraph-feature-copy.left {
  max-width: 400px;
  text-align: left;
  margin-bottom: 20px;
}

.button-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.o-nas_mobilka {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 100px 80px;
  display: none;
  position: static;
}

.o-nas_mobilka.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.o-nas_mobilka.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.link-block-feature-copy-copy-copy-copy {
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px;
  transition-property: none;
  display: flex;
}

.trenerzy {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px;
  transition-property: none;
  display: flex;
}

.subtitle_left {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle_left.white {
  color: #fff;
  margin-left: 0;
}

.oferta {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px;
  display: block;
  position: static;
}

.oferta.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.oferta.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.paragraph-hero-black-copy-copy {
  max-width: none;
  color: #222229;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: dita, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  position: static;
  top: 395px;
}

.paragraph-hero-black-copy-copy.dark {
  color: #6f6f74;
}

.znizka {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0 0;
  display: block;
  position: static;
}

.znizka.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.znizka.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.trener_foto {
  border-radius: 15px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-span-7 {
  color: #fff;
}

.content-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
  padding: 60px 80px;
  display: block;
  position: static;
}

.content-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.content-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.teenerzy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 60px 0;
  display: block;
  position: static;
}

.teenerzy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy.only-single-page {
  background-color: #0801ee;
  margin-top: 20px;
  margin-bottom: 140px;
  margin-left: auto;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.subtitle-copy-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.subtitle-copy-copy._555 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h1white {
  max-width: none;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: dita-cd, sans-serif;
}

.h1white.white {
  color: #fff;
}

.pleft {
  color: #222229;
  text-align: left;
  font-family: dita, sans-serif;
}

.gallery {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 140px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.gallery-lightbox {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
}

.h1left {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.h1left.white {
  color: #fff;
  text-align: center;
  margin-left: 0;
}

.title-feature-copy {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.white {
  color: #f2f0ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.left {
  text-align: left;
}

.title-feature-copy {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.white {
  color: #f2f0ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.left {
  text-align: left;
}

.title-feature-copy {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.white {
  color: #f2f0ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.left {
  text-align: left;
}

.title-feature-copy {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.white {
  color: #f2f0ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy.left {
  text-align: left;
}

.info-contact-copy {
  height: 100%;
  background-color: #fff;
  border: 0 #000;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  padding: 20px 55px;
  display: flex;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  text-align: center;
  margin-left: 0;
}

.teenerzy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 140px 0;
  display: block;
  position: static;
}

.teenerzy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.subtitle-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.w--current {
  text-decoration: underline;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.info-contact-copy-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  padding: 40px 55px 55px 40px;
  display: grid;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.teenerzy-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px;
  display: block;
  position: static;
}

.teenerzy-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.button-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.button-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.teenerzy-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px;
  display: block;
  position: static;
}

.teenerzy-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

._888 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

._888.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

._8888 {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

._8888.white {
  color: #fff;
  text-align: center;
  margin-left: 0;
}

.o-nas {
  display: none;
}

.home {
  display: block;
}

.h1 {
  text-align: left;
  margin: 10px auto 10px 0;
  font-family: dita-cd, sans-serif;
  font-size: 32px;
}

.link-block-feature-copy {
  color: #222229;
  color: #222229;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.content-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 70px 5vw;
  display: block;
  position: static;
}

.content-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.content-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.content-single-page-copy {
  width: auto;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.zalety {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 70px 5vw;
  display: block;
  position: static;
}

.zalety.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.zalety.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.div-block-4-copy {
  margin-left: 10%;
  position: absolute;
  top: 20%;
}

.hero-section-copy {
  height: 70vh;
  max-width: none;
  background-image: url('../images/jorg-angeli-eW7v3RTVnqM-unsplash.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.button-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.wyjazdy {
  color: #f2f0ee;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
  position: static;
  top: 200px;
}

.wyjazdy.dark {
  color: #222229;
}

.link-2 {
  color: #222229;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-4-copy {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(8, 1, 238, .62), rgba(8, 1, 238, .62)), url('../images/DSC03255-kopia_1_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  margin-left: auto;
  padding-top: 0%;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
}

.hero-section-copy {
  z-index: 0;
  width: 100%;
  height: 100vh;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.hero-section-copy-copy {
  height: 80vh;
  max-width: none;
  background-image: linear-gradient(rgba(8, 1, 238, .41), rgba(8, 1, 238, .41)), url('../images/DSC01724-kopia_1_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-2-columns-copy {
  width: 100%;
  flex-flow: wrap;
  grid-template-rows: auto;
  align-content: start;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.teenerzy-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: static;
}

.teenerzy-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.section-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2 {
  width: 900px;
  background-color: #eccece;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle-2.w--open {
  width: 100%;
  text-align: left;
  background-color: #f7f7f7;
  border-radius: 15px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
  font-family: dita-cd, sans-serif;
}

.dropdown-2 {
  width: 100%;
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  display: block;
}

.dropdown-list-2 {
  width: 900px;
}

.dropdown-list-2.w--open {
  width: 100%;
  background-color: #fffbf7;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-2 {
  width: auto;
  text-align: left;
}

.text-block {
  width: 100%;
}

.section-6 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  text-decoration: none;
}

.dropdown-toggle-3 {
  width: 1100px;
  background-color: #fff;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-2 {
  font-family: dita-cd, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.dropdown-link-2 {
  margin-left: 140px;
  margin-right: 140px;
}

.dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0);
}

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

.paragraph-3 {
  color: #222229;
  text-align: left;
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: dita-cd, sans-serif;
}

.icon {
  color: #0801ee;
  position: relative;
}

.dropdown-3 {
  margin-top: 20px;
}

.dropdown-4 {
  margin-left: 0;
  padding-right: 0;
}

.dropdown-5 {
  width: 100%;
  height: 70px;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.dropdown-toggle-4 {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0;
  font-family: dita-cd, sans-serif;
  font-size: 18px;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-toggle-4.w--open {
  margin-bottom: 0;
  overflow: visible;
}

.dropdown-list-4 {
  padding: 20px;
  position: static;
}

.dropdown-list-4.w--open {
  height: auto;
  margin-bottom: 0%;
  position: static;
  top: 0;
  bottom: 0;
}

.dropdown-list-5 {
  padding: 20px;
  position: static;
}

.dropdown-list-5.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.paragraph-4 {
  height: 100%;
  position: static;
}

.section-7 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

.section-7-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

.dropdown-list-5-copy {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: static;
}

.dropdown-list-5-copy.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  display: block;
}

.dropdown-toggle-4-copy {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  font-family: dita-cd, sans-serif;
  font-size: 18px;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-toggle-4-copy.w--open {
  margin-bottom: 0;
}

.div-block-20 {
  margin-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-21 {
  height: 70px;
  color: #212125;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  position: static;
}

.icon-copy {
  color: #0801ee;
  margin-left: 0;
  position: relative;
}

.paragraph-5 {
  margin-top: 20px;
  overflow: hidden;
}

.faq2 {
  margin-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-21-copy {
  height: 70px;
  color: #212125;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
  position: static;
}

.paragraph-5-copy {
  margin-top: 20px;
  overflow: hidden;
}

.text-block-3 {
  color: #0c0c0c;
  font-size: 25px;
  font-weight: 700;
}

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

.icon-2 {
  position: static;
}

.onas_3 {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px auto 0;
  padding: 0;
  display: block;
  position: static;
}

.onas_3.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.onas_3.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.section-8 {
  background-color: #0801ee;
}

.section-color-copy {
  width: 100%;
  background-color: #0801ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 5vw;
  display: block;
  position: relative;
}

.section-9 {
  height: auto;
  background-color: #0801ee;
  padding: 10px 80px 60px;
}

.grid-2-columns-copy {
  width: 100%;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto;
  align-content: start;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.paragraph-copy {
  color: #f2f0ee;
  font-family: dita, sans-serif;
}

.title-copy {
  max-width: 700px;
  color: #ffe52c;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-copy.white {
  max-width: none;
  color: #fff;
  font-family: dita-cd, sans-serif;
}

.pleft-copy {
  color: #222229;
  text-align: left;
  margin-bottom: 0;
  font-family: dita, sans-serif;
  font-size: 14px;
}

.link-title-blog-large-copy {
  color: #222229;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: dita-cd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
  display: block;
}

.link-title-blog-large-copy:hover {
  color: #0801ee;
}

.grid-blog-large-copy {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-preview-blog-large-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.grid-blog-large-copy-copy {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid-blog-large-copy-copy-copy {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.image-preview-blog-large-copy-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.illustration-1-copy {
  z-index: 10;
  width: 540px;
  object-fit: contain;
  border-radius: 15px;
  flex: 0 auto;
  position: relative;
}

.grid-2-columns-copy-copy {
  width: 100%;
  height: 100%;
  flex-flow: wrap;
  grid-template-rows: auto;
  align-content: start;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-22 {
  display: flex;
}

.div-block-23, .div-block-24 {
  flex: 1;
}

.image2 {
  border-radius: 20px;
  margin-left: 10px;
}

.div-block-25 {
  display: flex;
}

.div-block-26, .div-block-27 {
  flex: 1;
}

.image-14 {
  border-radius: 20px;
  margin-left: 10px;
}

.section-7-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

._3 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

.image-15 {
  margin-left: 10px;
}

.div-block-28 {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.div-block-29 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.div-block-31 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

._3-copy3-copy {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

._44 {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

.grid-2 {
  margin-top: 0;
  display: block;
}

.paragraph-6 {
  margin-top: 10px;
}

.section-7-copy-copy {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

._3-copy3-copy-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

.dropdown-5-copy {
  width: 100%;
  height: 70px;
  margin-top: 0;
  padding-bottom: 60px;
  position: static;
}

.image-16, .image-17 {
  border-radius: 20px;
}

.div-block-32 {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.dropdown-6 {
  width: auto;
  background-color: #f4f6f8;
  border-radius: 4px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.dropdown-toggle-5 {
  width: auto;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-toggle-5.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #52525a;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: center;
  margin-left: 20px;
  margin-right: auto;
  font-family: dita, sans-serif;
  font-size: 16px;
}

.dropdown-list-6 {
  background-color: #775353;
  position: static;
}

.dropdown-list-6.w--open {
  background-color: #f4f6f8;
  position: relative;
}

.div-block-33 {
  padding: 0 20px 20px 0;
}

.bold {
  color: #222229;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: dita, sans-serif;
  position: relative;
}

.bold.sss {
  color: #222229;
  text-transform: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: dita, sans-serif;
}

.bold._22 {
  padding-left: 60px;
  padding-right: 0;
}

.bold._22._88 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold._6565 {
  margin-top: 0;
}

.bold._6565.fgfg {
  margin-bottom: 0;
}

.bold.b8 {
  margin-top: 0;
}

.bold-text-4 {
  height: auto;
  color: #fff;
  font-size: 23px;
  display: block;
}

.div-block-34 {
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-35, .div-block-36 {
  flex: 1;
}

.image-18 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-left: 10px;
}

.dropdown-6-copy {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
}

.autokar, .planwyjazdu {
  width: auto;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.html-embed {
  width: 40px;
  height: 40px;
}

.icon-3, .icon-4, .icon-5, .icon-6 {
  color: #fff;
}

.lottie-animation {
  width: 24px;
}

.image-19, .image-20, .image-21 {
  border-radius: 10px;
}

.planwyjazdu-copy {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
}

.dropdown-toggle-5-copy {
  width: 100%;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-5-copy.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.div-block-37 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-38, .div-block-39 {
  flex: 1;
}

.image-22 {
  border-radius: 10px;
  margin-left: 0;
}

.image-23 {
  border-radius: 10px;
}

.planwyjazdu-copy-copy {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
}

.bold-text-5 {
  font-size: 20px;
  display: block;
}

.text-block-6-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.dropdown-6-copy-copy {
  width: auto;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.bold-text-6 {
  font-size: 22px;
}

.link-block {
  margin-top: 10px;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox-2 {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.div-block-40 {
  display: flex;
}

.div-block-41, .div-block-42 {
  flex: 1;
}

.image-24 {
  border-radius: 5px;
  margin-left: 10px;
}

.image-25 {
  border-radius: 5px;
}

.bold-text-7 {
  display: block;
}

.link-3 {
  color: #4c69e3;
  margin-left: 0;
  font-family: dita, sans-serif;
  font-weight: 700;
}

.bold-text-10 {
  font-weight: 400;
}

.div-block-43 {
  margin-top: 70px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.gallery-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container-3 {
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: block;
}

.gallery-thumbnail-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-26 {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 5px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 70px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.image-26-copy, .image-26-copy-copy, .image-26-copy-copy-copy, .image-26-copy-copy-copy-copy, .image-26-copy-copy-copy-copy-copy {
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 5px;
}

.logo-copy {
  max-width: none;
  max-width: none;
  margin-bottom: 8px;
  padding-left: 0;
  display: none;
}

.image-27 {
  border-radius: 5px;
  margin-left: 10px;
}

.image-28 {
  border-radius: 5px;
}

.image-29 {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.image-30 {
  border-radius: 5px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 0 0 40px;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  margin-bottom: 10px;
  font-size: 25px;
  display: block;
}

.grid-5 {
  grid-template-rows: auto;
}

.bold-text-15 {
  color: #000;
  margin-bottom: 10px;
  font-family: dita, sans-serif;
  font-size: 25px;
  display: block;
}

.text-block-6 {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: dita, sans-serif;
}

.grid-6 {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
}

.bold-text-16 {
  margin-bottom: 10px;
  font-size: 25px;
  display: block;
}

.faq {
  width: 100%;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.bold-text-17 {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

.section-color-copy-copy {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0 60px;
  display: block;
  position: relative;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #0801ee;
  text-align: center;
  margin-left: 0;
}

.oferta_white {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  padding: 20px 140px 0;
  display: block;
  position: static;
}

.oferta_white.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.oferta_white.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.title-center-copy {
  max-width: none;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: dita-cd, sans-serif;
}

.title-center-copy.white {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.block-grid-right-copy {
  max-width: none;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 60px;
  padding-right: 0%;
  display: block;
}

.plan-top-copy {
  max-width: 100%;
  color: #222229;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-left: 20px;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.info-contact-copy-copy {
  height: 150px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  padding: 20px 55px 200px;
  display: flex;
}

.block-illustration-copy {
  min-height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block-illustration-copy.mobile {
  display: none;
}

.illustration-1-copy {
  z-index: 10;
  width: auto;
  object-fit: contain;
  border-radius: 15px;
  flex: 1;
  margin-right: 0;
  position: relative;
}

.illustration-1-copy-copy {
  z-index: 10;
  width: 540px;
  object-fit: contain;
  border-radius: 15px;
  flex: 0 auto;
  position: relative;
}

.info-contact-copy-copy-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  padding: 40px 55px 55px 40px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.div-block-32-copy {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-45 {
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

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

.div-block-46 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-46-copy {
  background-color: #0801ee;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-46-copy.ww {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 0;
  display: block;
}

.image-31 {
  width: auto;
  max-width: 500px;
  border-radius: 20px;
  flex: 0 auto;
  display: block;
}

.div-block-46-copy {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-46-copy-copy {
  background-color: #0801ee;
  border-radius: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.jakbedziemymieszkac {
  width: auto;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.jakbedziemymieszkac.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.autokar2 {
  width: 100%;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.autokar2.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.autokar2.autokar {
  width: auto;
}

.dropdown-toggle-5-copy {
  width: 100%;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-5-copy.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.dropdown-toggle-5-copy-copy {
  width: 100%;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-5-copy-copy.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.plan_wyajzdu {
  width: auto;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.plan_wyajzdu.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.planwyjazdu-copy-copy {
  width: auto;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.jakwygladaszkolenie {
  width: auto;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.jakwygladaszkolenie.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.cenawyjazdu {
  width: auto;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.cenawyjazdu.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.pytania {
  width: auto;
  height: auto;
  background-color: #0801ee;
  border-radius: 4px;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.pytania.w--open {
  background-color: #0801ee;
  border-radius: 0;
  align-items: center;
  display: flex;
}

.planwyjazdu-copy-copy-copy {
  width: auto;
  background-color: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 10px;
  display: block;
  position: static;
}

.text-block-5-copy {
  color: #52525a;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: center;
  margin-left: 0;
  margin-right: 60px;
  font-family: dita, sans-serif;
  font-size: 16px;
}

.div-block-46-copy-copy-copy {
  background-color: #0801ee;
  border-radius: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.title-copy {
  max-width: 700px;
  color: #222229;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 140px;
  font-family: dita-cd, sans-serif;
}

.title-copy.white {
  max-width: none;
  color: #ffe52c;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: dita-cd, sans-serif;
}

.title-copy {
  max-width: 700px;
  color: #222229;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 140px;
  font-family: dita-cd, sans-serif;
}

.title-copy.white {
  max-width: none;
  color: #ffe52c;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-copy {
  max-width: 700px;
  color: #222229;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 140px;
  font-family: dita-cd, sans-serif;
}

.title-copy.white {
  max-width: none;
  color: #ffe52c;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-copy-copy {
  max-width: 700px;
  color: #ffe52c;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-copy-copy.white {
  max-width: none;
  color: #fff;
  font-family: dita-cd, sans-serif;
}

.plan-top-copy {
  max-width: 100%;
  color: #222229;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.image-32 {
  width: 40px;
  height: 40px;
  max-width: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.lottie-animation-2 {
  height: 30px;
  margin-right: 20px;
}

.button-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.grid-blog-large-copy-copy-copy, .grid-blog-large-copy-copy-copy-copy {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.teenerzy-copy {
  width: auto;
  max-width: none;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 140px 0;
  display: block;
  position: static;
}

.teenerzy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.teenerzy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.bold-text-20 {
  color: #0801ee;
  font-family: dita, sans-serif;
}

.div-block-47 {
  text-align: center;
}

.bold-text-21 {
  color: #0801ee;
  font-family: dita-cd, sans-serif;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #0801ee;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}

.teenerzy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px 60px 0;
  display: block;
  position: static;
}

.teenerzy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy.only-single-page {
  background-color: #0801ee;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.button-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.div-block-48 {
  margin-top: 10px;
}

.animacja_hero-copy {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.div-block-49 {
  margin-top: 60px;
  display: flex;
}

.div-block-50, .div-block-51 {
  flex: 1;
}

.paragraph-8 {
  text-align: left;
  padding-right: 20px;
  font-family: dita, sans-serif;
  font-weight: 400;
}

.bold-text-22, .bold-text-23 {
  color: #000;
  font-family: dita, sans-serif;
}

.opinie-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: #f2f0ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 70px 0 0;
  padding: 0 0 40px;
  display: block;
  position: static;
}

.opinie-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.opinie-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.teenerzy-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 140px 0;
  display: block;
  position: static;
}

.teenerzy-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.button-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.info-contact-copy {
  height: auto;
  max-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 20px 55px 40px 40px;
  display: flex;
}

.section-10 {
  margin-bottom: 60px;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #0801ee;
  text-align: center;
  margin-left: 0;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.div-block-52 {
  background-image: url('../images/618ba96fd2a02644b214f417_krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  padding-left: 140px;
  display: none;
  position: relative;
  top: 0%;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.button-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin: 0 auto;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.czytajwiecej {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.czytajwiecej:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.czytajwiecej.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.czytajwiecej.blue:hover {
  color: #222229;
  background-color: #fff;
}

.czytajwiecej.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.czytajwiecej.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.czytajwiecej.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.czytajwiecej.white:hover {
  color: #fff;
  background-color: #222229;
}

.czytajwiecej.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.czytajwiecej.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.czytajwiecej.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.czytajwiecej.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.teenerzy-copy-copy-copy-copy {
  width: auto;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: static;
}

.teenerzy-copy-copy-copy-copy.first-single-page {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.teenerzy-copy-copy-copy-copy.only-single-page {
  margin-top: 0;
  margin-bottom: 140px;
}

.button-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.grid-blog-large-copy-copy-copy-copy {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-53 {
  text-align: left;
  margin-top: 0;
}

.div-block-54 {
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
}

.link-16 {
  color: #222229;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link-17 {
  color: #222229;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.div-block-55 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.title-contact-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
}

.text-advantage-copy {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  font-family: dita, sans-serif;
  line-height: 1.6em;
}

.button-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.yellow {
  width: 230px;
  color: #222229;
  text-align: center;
  background-color: #ffe52c;
  border: 2px solid #0801ee;
  flex: 0 auto;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transition: color .4s, transform .4s, background-color .4s;
  display: flex;
  position: static;
}

.button-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.paragraph-9 {
  color: #222229;
  text-align: left;
  margin-bottom: 0;
  font-family: dita, sans-serif;
}

.formularz {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: dita, sans-serif;
  line-height: 1.6em;
}

.subtitle-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.div-block-56 {
  text-align: left;
  margin-left: 20px;
}

.bold-text-24 {
  display: block;
}

.bold-text-24-copy {
  margin-top: 20px;
  display: block;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #0801ee;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}

.block-price-copy {
  height: 100%;
  height: 100%;
  height: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.subtitle-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy.white {
  color: #0801ee;
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}

.block-price-copy {
  height: 100%;
  height: 100%;
  height: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.div-block-57 {
  display: flex;
}

.div-block-58 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.info-contact-copy {
  height: 250px;
  max-height: 100%;
  height: 250px;
  max-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 20px 55px 20px 40px;
  display: flex;
}

.info-contact-copy-copy {
  height: 250px;
  max-height: 100%;
  height: auto;
  max-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 20px 55px 20px 40px;
  display: flex;
}

.kontakt_1 {
  height: auto;
  max-height: none;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  padding: 40px 55px 40px 40px;
  display: flex;
  position: relative;
}

.info-contact-copy-copy {
  height: auto;
  max-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 20px 55px 40px 40px;
  display: flex;
}

.ofertowa_wyjazd1 {
  height: 100vh;
  max-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 20px 55px 40px 40px;
  display: flex;
}

.info-contact-copy-copy-copy-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  padding: 40px 55px 55px 40px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.ofertowa_wyjazd3 {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 20px;
  display: grid;
  position: static;
  top: 220px;
}

.kontakt_2 {
  height: 100%;
  max-height: none;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  padding: 40px 55px 40px 40px;
  display: flex;
  position: relative;
}

.div-block-59 {
  height: 100px;
  margin-top: 60px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-60, .div-block-61 {
  flex: 1;
}

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

.div-block-62 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  padding: 70px 5vw;
  display: flex;
}

.div-block-63 {
  flex: 1;
  margin-top: 0;
  display: block;
}

.div-block-64 {
  flex: 1;
  padding-top: 40px;
  padding-right: 0;
}

.pakiet-dodatkowy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 0 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0;
}

.ofertowa_wyjazd3-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 10px;
  padding: 40px 40px 30px;
  display: grid;
  position: static;
  top: 220px;
}

.title-contact-copy {
  margin: 10px auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.title-contact-copy.fff {
  font-size: 17px;
}

.title-contact-copy {
  margin: 10px auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
}

.title-contact-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.div-block-65 {
  display: flex;
}

.div-block-66, .div-block-67 {
  flex: 1;
}

.paragraph-contact-copy {
  color: #252529;
  text-align: left;
  margin-bottom: 0;
  font-family: dita, sans-serif;
}

.h1-copy {
  text-align: left;
  margin: 0 auto 0 0;
  font-family: dita-cd, sans-serif;
  font-size: 32px;
}

.title-contact-copy-copy, .title-contact-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
}

.text-block-7 {
  text-decoration: line-through;
}

.grid-10 {
  grid-template-rows: auto;
}

.b8 {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.b9 {
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

.grid-11 {
  grid-template-rows: auto;
}

.bold-text-25 {
  display: block;
}

.div-block-68 {
  margin-top: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-69 {
  background-color: #fff;
  border-radius: 15px;
  flex: 1;
  margin-right: 0;
  padding: 40px;
}

.div-block-70 {
  background-color: #fff;
  border-radius: 15px;
  flex: 1;
  margin-right: 0;
  padding: 40px 20px 40px 40px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  justify-items: start;
}

.bold-text-24-copy-copy {
  margin-top: 20px;
  display: block;
}

.text-span-8 {
  color: #222229;
  font-family: dita, sans-serif;
}

.bold-text-26 {
  display: block;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.price-copy {
  min-height: 52px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.text-price-copy {
  color: #222229;
  text-align: left;
  margin-right: 0;
  font-family: dita-cd, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.text-price-copy.custom {
  font-size: 30px;
}

.div-block-71 {
  width: 100%;
  flex: 1;
}

.div-block-71-copy {
  width: 100%;
  height: 70px;
  flex: 1;
}

.zobaczoferte {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.zobaczoferte:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.zobaczoferte.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.zobaczoferte.blue:hover {
  color: #222229;
  background-color: #fff;
}

.zobaczoferte.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.zobaczoferte.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.zobaczoferte.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.zobaczoferte.white:hover {
  color: #fff;
  background-color: #222229;
}

.zobaczoferte.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.zobaczoferte.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.zobaczoferte.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.zobaczoferte.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.div-block-72 {
  flex: 1;
  align-self: flex-start;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-18-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-family: dita, sans-serif;
  display: flex;
}

.div-block-73 {
  height: auto;
  flex: 1;
}

.ofertowa_wyjazd3-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 20px;
  display: grid;
  position: static;
  top: 220px;
}

.ofertowa_wyjazd3-copy-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 20px;
  display: block;
  position: static;
  top: 220px;
}

.ofertowa_wyjazd3-copy-copy-copy {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 20px;
  display: block;
  position: static;
  top: 220px;
}

._666 {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #0801ee;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: grid;
  position: static;
  top: 220px;
}

._666.grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e7e7e7;
  border-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._777 {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: block;
  position: static;
  top: 220px;
}

._88 {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 40px 20px;
  display: block;
  position: static;
  top: 220px;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.ofertowa_wyjazd3-copy-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 40px;
  display: block;
  position: static;
  top: 220px;
}

.ofertowa_wyjazd3-copy {
  height: auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: grid;
  position: static;
  top: 220px;
}

.div-block-74 {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-copy-copy-copy {
  height: 800px;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/simon-berger-ky1x3qWNtPk-unsplash.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.image-30-copy {
  border-radius: 5px;
}

.image-29-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.bold-text-29 {
  display: block;
}

.div-block-46-copy-copy {
  background-color: #0801ee;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-46-copy-copy.ww {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-30-copy-copy {
  border-radius: 5px;
}

.image-29-copy-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.hero-section-copy-copy-copy {
  height: 800px;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/618ba96fd2a02644b214f417_krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.image-28-copy {
  border-radius: 5px;
}

.grid-5-copy {
  grid-template-rows: auto;
}

.image-28-copy-copy {
  border-radius: 5px;
}

.grid-6-copy {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
}

.image-29-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.grid-8-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.hero-section-copy-copy-copy-copy {
  height: 800px;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/simon-berger-ky1x3qWNtPk-unsplash.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-18-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 0 0 30px;
  font-family: dita, sans-serif;
  display: block;
}

.grid-5-copy-copy {
  grid-template-rows: auto;
}

.image-28-copy-copy-copy {
  border-radius: 5px;
}

.grid-6-copy-copy {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
}

.image-29-copy-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.grid-8-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.div-block-18-copy-copy {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: dita, sans-serif;
  display: flex;
}

.div-block-73-copy {
  height: auto;
  flex: 1;
}

.hero-section-copy-copy-copy {
  height: 800px;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/joel-jasmin-forestbird-efuwb5eBDrI-unsplash.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.hero-section-copy-copy-copy-copy {
  height: 800px;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/618ba96fd2a02644b214f417_krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-52-copy {
  background-image: url('../images/618ba96fd2a02644b214f417_krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  padding-left: 140px;
  display: none;
  position: relative;
  top: 0%;
}

.hero-section-copy-copy-copy {
  height: 80vh;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .65), rgba(12, 37, 249, .65)), url('../images/DSC03389-kopia_1_1.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animacja_hero-copy {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.hero-section-copy-copy-copy-copy {
  height: 85vh;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .65), rgba(12, 37, 249, .65)), url('../images/Zrzut-ekranu-2023-08-10-o-15.39.46.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-contact-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.mmm {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 23px;
}

.title-contact-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 23px;
}

.link-block-feature-copy-copy {
  color: #222229;
  color: #222229;
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px #000;
}

.link-block-feature-copy-copy-copy, .link-block-feature-copy-copy {
  color: #222229;
  background-color: #f2f0ee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.blok2 {
  height: 100%;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.title-contact-copy-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 23px;
}

.hero-section-copy-copy-copy-copy-copy {
  height: 800px;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/simon-berger-ky1x3qWNtPk-unsplash.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.title-contact-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.hero-section-copy-copy-copy-copy-copy-copy {
  height: 80vh;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/5508_Schladming_Winter_blaue_Stunde-c-Martin-Huber.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-contact-copy-copy-copy, .title-contact-copy-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.title-contact-copy-copy-copy-copy {
  margin: 10px auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.title-contact-copy-copy-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.title-contact-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.grid-5-copy-copy-copy {
  grid-template-rows: auto;
}

.grid-6-copy-copy-copy {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
}

.image-30-copy-copy-copy {
  border-radius: 5px;
}

.image-29-copy-copy-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.grid-6-copy-copy-copy-copy {
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.text-block-6-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: dita, sans-serif;
}

.image-29-copy-copy-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.div-block-33-copy {
  padding: 0 20px 0 0;
}

.grid-10-copy {
  grid-template-rows: auto;
}

.text-block-6-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.grid-8-copy-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.plan-top-copy {
  max-width: 100%;
  color: #222229;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-left: 10px;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.title-contact-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.ofertowa_wyjazd3-copy-copy-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 40px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.text-advantage-copy-copy {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: dita, sans-serif;
  line-height: 1.6em;
}

.grid-5-copy-copy-copy-copy {
  grid-template-rows: auto;
}

.bold-text-14-copy {
  margin-bottom: 10px;
  font-size: 25px;
  display: block;
}

.image-28-copy-copy-copy-copy {
  border-radius: 5px;
}

.bold-text-15-copy {
  color: #000;
  margin-bottom: 10px;
  font-family: dita, sans-serif;
  font-size: 25px;
  display: block;
}

.text-span-8-copy {
  color: #222229;
  font-family: dita, sans-serif;
}

.img_tui {
  border-radius: 5px;
}

.text-block-6-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
}

.hotel_tui {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.text-block-6-copy-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: dita, sans-serif;
}

.tui_miasteczko {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.text-block-6-copy-copy-copy, .text-block-6-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.plan-top-copy {
  width: 100%;
  max-width: none;
  color: #222229;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.plan-top-copy.pric-2 {
  background-color: #fe7b67;
}

.div-block-74-copy {
  grid-column-gap: 10px;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.ski_amade {
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.alpabachtal {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.alpabachtal-wild {
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid_alpabachtal, .ski-amade {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.title-contact-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 23px;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.title-contact-copy, .title-contact-copy-copy, .title-contact-copy, .title-contact-copy-copy, .title-contact-copy-copy-copy {
  margin: 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.text-block-6-copy-copy-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: dita, sans-serif;
}

.text-block-6-copy-copy {
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
  position: relative;
}

.text-block-6-copy-copy-copy, .text-block-6-copy-copy, .text-block-6-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

._7gh {
  min-height: 320px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.block-text-blog-large-copy {
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 60px;
  display: flex;
}

.title-contact-copy-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.text-block-6-copy-copy-copy-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
}

.miasteczko, .miasteczko2 {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: dita, sans-serif;
}

.text-block-8 {
  color: #fff;
  font-family: dita, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.text-block-8:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-7 {
  text-decoration: none;
}

.icon-7 {
  border: 1px solid #fff;
}

.dropdown-toggle-6 {
  padding: 10px 14px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image-33 {
  margin-left: 10px;
  display: block;
  transform: rotate(90deg);
}

.dropdown-link-3 {
  color: #000;
  font-family: dita, sans-serif;
  font-weight: 700;
}

.dropdown-link-3:hover {
  background-color: #e3c020;
  text-decoration: underline;
}

.dropdown-link-4 {
  font-family: dita, sans-serif;
  font-weight: 700;
}

.dropdown-link-4:hover {
  background-color: #e3c020;
  text-decoration: underline;
}

.dropdown-link-5 {
  color: #222229;
  font-family: dita, sans-serif;
  font-weight: 700;
}

.dropdown-link-5:hover {
  background-color: #e3c020;
  text-decoration: underline;
}

.text-block-6-copy-copy-copy {
  color: #222229;
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
  position: relative;
}

.div-block-76 {
  margin-bottom: 0;
}

.text-block-6-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.title-contact-copy-copy-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 23px;
}

.navbar-copy {
  z-index: 1000000;
  width: auto;
  max-width: none;
  background-color: #0801ee;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.2% 140px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0%;
}

.text-block-6-copy-copy-copy {
  color: #222229;
  color: #222229;
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.title-contact-copy {
  margin: 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.title-contact-copy-copy {
  margin: 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 20px;
}

.text-block-6-copy-copy-copy-copy {
  color: #222229;
  color: #222229;
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
  font-family: dita, sans-serif;
  position: relative;
}

.text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: dita, sans-serif;
  position: relative;
}

.section-11 {
  height: auto;
  background-color: #0801ee;
  padding: 70px 5vw;
}

.div-block-63-copy {
  flex: 1;
  margin-top: 0;
  display: flex;
}

.div-block-77 {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 100px;s
  display: flex;
}

._666-copy {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 40px 40px 20px;
  display: block;
  position: static;
  top: 220px;
}

.title-center-copy {
  max-width: none;
  text-align: left !important;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-center-copy.white {
  color: #fff;
  margin-bottom: 0;
}

.text-block-6-copy-copy-copy-copy-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
}

.title-center-copy-copy {
  max-width: none;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: dita-cd, sans-serif;
}

.title-center-copy-copy.white {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
}

.title-contact-copy-copy-copy-copy-copy {
  margin: 10px auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.title-contact-copy-copy-copy-copy {
  margin: 0 auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.div-block-62-copy {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 140px;
  display: block;
}

.title-center-copy-copy-copy {
  max-width: none;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 30px;
  font-family: dita-cd, sans-serif;
}

.title-center-copy-copy-copy.white {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

.div-block-18-copy-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: dita, sans-serif;
  display: grid;
}

.pozostale_auffach {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: block;
  position: static;
  top: 220px;
}

.title-contact-copy-copy-copy-copy-copy {
  margin: 0 auto 10px 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.title-contact-copy-copy-copy-copy-copy-copy, .skiamade_cena, .auffach_cena, .title-contact-copy-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy {
  margin: 10px auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.rich-text-block-2 {
  text-align: left;
  font-family: dita, sans-serif;
}

.text-block-6-copy-copy {
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.title-contact-copy-copy-copy-copy-copy-copy {
  margin: 10px auto 0 0;
  padding-top: 0;
  font-family: dita-cd, sans-serif;
  font-size: 27px;
}

.div-block-63-copy {
  flex: 1;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitle-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy.white {
  color: #0801ee;
  text-align: center;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.sub_title {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.sub_title.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.instagram {
  width: 45px;
  height: 45px;
  color: #ffe52c;
  background-color: #ffe52c;
  border-radius: 50px;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  transition: transform .4s, background-color .4s;
  display: flex;
}

.instagram:hover {
  background-color: #ffe52c;
  transform: scale(.95);
}

.text-block-6-copy-copy, .text-block-6-copy-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.div-block-46-copy-copy-copy {
  background-color: #0801ee;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-46-copy-copy-copy.ww {
  background-color: #fff;
  padding-right: 20px;
  display: block;
}

.text-block-6-copy-copy {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
}

.img_tui-copy {
  border-radius: 5px;
}

.tui_miasteczko-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.miasto_kaunertal {
  color: #202025;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: dita, sans-serif;
}

.text-advantage-copy-copy {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  font-family: dita, sans-serif;
  line-height: 1.6em;
}

.text-advantage-copy-copy-copy {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: dita, sans-serif;
  line-height: 1.6em;
}

.div-block-78 {
  grid-column-gap: 58px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 140px;
  display: grid;
}

.image-34 {
  border: 2px solid #0801ee;
  border-radius: 5px;
  align-self: auto;
}

.image-34-copy {
  border: 2px solid #0801ee;
  border-radius: 5px;
  align-self: auto;
  margin-left: 0;
}

.platnosci {
  color: #000;
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: dita, sans-serif;
  font-weight: 700;
  line-height: 1.6em;
}

.image-35 {
  border: 2px solid #0801ee;
  border-radius: 5px;
  margin-left: 0;
}

.image-28-copy-copy-copy-copy-copy {
  border-radius: 5px;
}

.image-18-copy {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-left: 10px;
}

.image-22-copy {
  border-radius: 10px;
  margin-left: 0;
}

.hotel_tui-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.image-23-copy {
  border-radius: 10px;
}

.image-22-copy {
  border-radius: 10px;
  margin-left: 0;
}

.tui_miasteczko-copy, .hotel_tui-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.img_tui-copy {
  border-radius: 5px;
}

.text-block-6-copy-copy-copy {
  color: #222229;
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.block-price-copy-copy {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.div-block-80 {
  width: 550px;
  display: block;
}

.section-12 {
  height: auto;
  padding: 70px 5vw 0;
}

.animacja_hero-copy {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-feature-copy-copy {
  height: 100%;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 40px 0%;
  transition-property: none;
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.text-span-3-copy {
  color: #f2f0ee;
  font-size: 4vw;
  line-height: 1.1em;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10 {
  font-style: normal;
}

.background-video, .background-video-2 {
  width: 100%;
}

.link-block-feature-copy-copy-copy {
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.italic-text-11, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17, .italic-text-18, .italic-text-19, .italic-text-20, .italic-text-21 {
  font-style: normal;
}

.section-13 {
  background-image: linear-gradient(#0801ee, #0801ee);
  margin-left: 0;
  margin-right: 0;
  padding: 70px 5vw;
}

.background-video-3 {
  width: 100%;
}

.h8 {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.h8.white {
  color: #fff;
  text-align: center;
  margin-left: 0;
}

.link-block-feature-copy-copy-copy {
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.title-center-copy {
  max-width: none;
  text-align: center;
  margin: 8px auto 20px;
  font-family: dita-cd, sans-serif;
}

.title-center-copy.white {
  color: #fff;
}

.grid-4-columns-copy {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.animacja_hero-copy-copy {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.grid-4-columns-copy {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.boofitting {
  height: 80vh;
  max-width: none;
  background-image: linear-gradient(rgba(8, 1, 238, .41), rgba(8, 1, 238, .41)), url('../images/DSC02047-kopia_1_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-feature-copy-copy {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy-copy.white {
  color: #f2f0ee;
  text-align: left;
  margin-top: 0;
  font-family: dita-cd, sans-serif;
}

.title-feature-copy-copy.left {
  text-align: left;
}

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

.quick-stack {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-feature-copy-copy-copy-copy {
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0%;
  transition-property: none;
  display: block;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.link-block-feature-copy-copy-copy-copy-copy {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0%;
  transition-property: none;
  display: block;
}

.html-embed-2 {
  width: 100%;
  height: 300px;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-feature-copy-copy-copy-copy {
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.grid-4-columns-copy-copy {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-36 {
  width: 65px;
  height: 65px;
  max-width: 80%;
}

.icon-feature-copy {
  width: 45px;
  border-radius: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-feature-copy-copy-copy-copy {
  height: 100%;
  color: #222229;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.link-block-feature-copy-copy-copy-copy-copy {
  height: 100%;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.link-block-feature-copy-copy-copy-copy, .link-block-feature-copy-copy-copy-copy-copy {
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.link-block-feature-copy-copy-copy-copy-copy-copy {
  height: 100%;
  color: #222229;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
  box-shadow: none;
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0%;
  transition-property: none;
  display: block;
}

.html-embed-6 {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link-block-feature-copy-copy-copy-copy-copy-copy-copy {
  height: 100%;
  color: #222229;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  transition-property: none;
  display: flex;
  box-shadow: 2px 2px 13px -7px rgba(0, 0, 0, .57);
}

.animacja_hero-copy {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animacja_hero-copy-copy {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-6-copy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.animacja_hero-copy-copy-copy {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.button-copy-copy-copy {
  color: #0801ee;
  text-align: center;
  background-color: #ffe52c;
  border-radius: 50px;
  margin-top: 0;
  padding: 20px 45px;
  font-family: dita-cd, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  transition: transform .4s, background-color .4s;
  position: static;
  top: 0;
}

.button-copy-copy-copy:hover {
  color: #0801ee;
  background-color: #ffe52c;
  transform: scale(.95);
}

.button-copy-copy-copy.blue {
  color: #fff;
  background-color: #4c69e3;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.blue:hover {
  color: #222229;
  background-color: #fff;
}

.button-copy-copy-copy.border-dark {
  color: #222229;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #222229;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-dark:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.white {
  color: #222229;
  background-color: #fff;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.white:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.yellow {
  color: #222229;
  background-color: #ffe52c;
  transition: color .4s, transform .4s, background-color .4s;
  position: static;
}

.button-copy-copy-copy.yellow:hover {
  color: #fff;
  background-color: #222229;
}

.button-copy-copy-copy.border-white {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: color .4s, transform .4s, background-color .4s;
}

.button-copy-copy-copy.border-white:hover {
  color: #222229;
  background-color: #fff;
}

.image-37 {
  width: 24px;
  flex-direction: row;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-7 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-8, .html-embed-9, .html-embed-10, .html-embed-11 {
  width: 100%;
}

.image-45, .image-57, .image-58 {
  width: 65px;
  height: 65px;
}

.grid-4-columns-copy {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.logo-n {
  z-index: 9999;
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-span-9 {
  text-decoration: underline;
}

.link-20 {
  font-family: dita, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.text-span-10 {
  font-family: dita, sans-serif;
}

.text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy {
  color: #222229;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: dita, sans-serif;
  position: relative;
}

.section-11-copy {
  height: auto;
  background-color: #f2f0ee;
  padding: 70px 5vw;
}

.karnet {
  max-width: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0801ee;
  border-radius: 50px;
  margin-left: 0;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.img_tui-copy {
  border-radius: 5px;
}

.hotel_tui-copy-copy {
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.kaunertal-mapa {
  border-radius: 5px;
}

.div-block-18-copy-copy-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: dita, sans-serif;
  display: grid;
}

.karnett {
  width: 60%;
  max-width: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0801ee;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px 16px 6px;
  font-family: dita, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.block-price-copy-copy {
  height: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.sub2 {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.sub2.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.block-price-copy-copy-copy {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.austria-i {
  height: 80vh;
  max-width: none;
  background-image: linear-gradient(rgba(12, 37, 249, .5), rgba(12, 37, 249, .5)), url('../images/Auffach.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.subtitle-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy.white {
  color: #fff;
  margin-left: 0;
}

.subtitle-copy-copy-copy-copy-copy {
  color: #0c25f9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: dita-cd, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.subtitle-copy-copy-copy-copy-copy.white {
  color: #fff;
  text-align: left;
  margin-left: 0;
}

.italic-text-22 {
  text-decoration: line-through;
}

.italic-text-23 {
  font-size: 21px;
  text-decoration: line-through;
}

.bold-text-31 {
  font-weight: 400;
}

.kaunetal-box {
  height: auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: grid;
  position: static;
  top: 220px;
}

@media screen and (min-width: 1920px) {
  img {
    max-width: 60%;
  }

  .grid-footer {
    flex: 0 auto;
    grid-template-columns: auto auto auto auto auto;
  }

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

  .image-18, .image-21, .image-22, .image-23 {
    max-width: 100%;
  }

  .div-block-43 {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-44 {
    margin-bottom: 0;
  }

  .teenerzy-copy-copy.only-single-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-63 {
    text-align: center;
    justify-content: space-around;
  }

  .div-block-18-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-79 {
    margin-right: 220px;
  }

  .image-34-copy {
    display: block;
  }

  .image-36 {
    width: 70px;
    height: 70px;
    max-width: none;
  }

  .image-38 {
    width: 70px;
    height: 70px;
  }

  .image-39, .image-40 {
    width: 70px;
  }

  .image-41, .image-42 {
    height: 70px;
  }

  .image-43, .image-44, .image-45 {
    width: 70px;
  }

  .image-46 {
    width: 70px;
    height: 70px;
  }

  .image-47, .image-48 {
    width: 70px;
  }

  .image-49, .image-50 {
    height: 70px;
  }

  .image-51 {
    height: 0;
  }

  .image-52, .image-53, .image-54 {
    height: 70px;
  }

  .image-55, .image-56, .image-57 {
    width: 70px;
  }

  .image-58 {
    width: 70px;
    height: 70px;
  }

  .img_tui-copy {
    width: 100%;
    max-width: 100%;
  }

  .hotel_tui-copy-copy {
    max-width: 100%;
  }

  .kaunertal-mapa {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 17px;
  }

  .section {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .opinie {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .opinie.first-single-page {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .opinie.only-single-page {
    margin-bottom: 100px;
  }

  .navbar {
    z-index: 9999999;
    text-align: center;
    background-color: #fff;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding: 2% 5vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 8px 12px rgba(17, 17, 17, .2);
  }

  .nav-link {
    opacity: 1;
    color: #fff;
    padding: 12px 15px;
    transition: color .4s, opacity .4s;
    display: block;
  }

  .nav-link:hover {
    color: #fff;
  }

  .block-navbar {
    flex-direction: row;
    flex: 1;
    align-self: center;
  }

  .nav-left {
    flex: 1;
  }

  .logo {
    margin-left: 0;
    display: none;
  }

  .nav-menu {
    color: #fff;
    background-color: #0801ee;
    border-radius: 15px;
    margin-top: 22px;
    padding: 8px 15px;
    display: block;
    box-shadow: 0 10px 10px -5px rgba(34, 34, 41, .05);
  }

  .dropdown-toggle {
    opacity: 1;
    color: #222229;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    transition: color .4s, opacity .4s;
  }

  .dropdown-toggle:hover {
    color: #e66551;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #f2f0ee;
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-right {
    flex: 1;
    justify-content: flex-end;
    align-self: center;
    display: block;
  }

  .brand {
    text-align: left;
    flex: 1;
    align-self: center;
  }

  .brand.w--current {
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    background-color: #ffe52c;
    margin-left: 10px;
    transition: transform .4s, background-color .4s, color .4s;
    display: none;
  }

  .menu-button:hover {
    color: #fff;
    background-color: #222229;
    transform: scale(.95);
  }

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

  .illustration-hero-1 {
    width: 820px;
  }

  .title-hero-center {
    font-size: 56px;
  }

  .button {
    color: rgba(0, 0, 0, 0);
  }

  .circle-a.type-1 {
    width: 330px;
    top: -179px;
    left: -467px;
  }

  .circle-a.type-1.hero-3 {
    top: -325px;
    left: 155px;
  }

  .circle-a.type-1.hero-5 {
    top: -206px;
    left: -22px;
  }

  .circle-a.type-2 {
    top: 134px;
    left: -488px;
  }

  .circle-a.type-2.hero-3 {
    width: 70px;
    top: 177px;
    left: 283px;
  }

  .circle-a.type-2.hero-5 {
    width: 80px;
    top: 148px;
    left: 95px;
  }

  .circle-a.type-3 {
    top: -149px;
  }

  .circle-a.type-3.hero-3 {
    top: -253px;
    left: 61px;
  }

  .circle-a.type-3.hero-5 {
    top: -219px;
    left: -164px;
  }

  .circle-a.type-4 {
    top: -182px;
    left: 338px;
  }

  .circle-a.type-4.hero-3 {
    top: -213px;
    left: 89px;
  }

  .circle-a.type-4.hero-5 {
    top: -181px;
    left: -139px;
  }

  .circle-a.type-5 {
    top: -89px;
    left: 429px;
  }

  .circle-a.type-5.hero-3 {
    top: 143px;
    left: 327px;
  }

  .circle-a.type-5.hero-5 {
    top: 239px;
    left: 142px;
  }

  .circle-a.type-0 {
    width: 420px;
    left: 87px;
  }

  .circle-a.type-0.hero-3 {
    top: -127px;
    left: -16px;
  }

  .circle-a.type-0.hero-5 {
    width: 290px;
    top: -8px;
    left: -207px;
  }

  .title-center {
    max-width: none;
    color: #0801ee;
  }

  .title-center.whit {
    color: #fff;
  }

  .subtitle.white {
    text-align: center;
  }

  .grid-4-columns {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .link-block-feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-feature {
    max-width: none;
  }

  .link-block-feature-red {
    padding: 40px;
  }

  .link-block-feature-yellow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-color {
    padding: 50px 10px;
  }

  .grid-2-columns {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
  }

  .block-grid-left {
    margin-bottom: 40px;
    padding-right: 0%;
    display: block;
  }

  .title {
    max-width: none;
    text-align: left;
    margin-top: 40px;
    padding-left: 5vw;
  }

  .paragraph-white {
    text-align: center;
  }

  .illustration-1 {
    flex: 1;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-illustration.mobile {
    display: block;
  }

  .grid-clients-logo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .block-client-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-grid-right {
    text-align: center;
    padding-top: 5%;
    padding-left: 5%;
  }

  .form-block {
    width: 100%;
  }

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

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

  .plan-top {
    width: 100%;
  }

  .plan-top.karnett {
    flex: 1;
  }

  .advantage {
    align-items: flex-start;
  }

  .circle-b1 {
    width: 360px;
    left: -190px;
  }

  .circle-b1.type-1 {
    width: 360px;
    left: -179px;
  }

  .circle-b1.type-2 {
    width: 380px;
    top: -190px;
    left: -202px;
  }

  .circle-b1.type-3 {
    width: 320px;
    top: -99px;
  }

  .circle-b2 {
    width: 160px;
    left: -270px;
  }

  .circle-b2.type-1 {
    width: 120px;
    top: -259px;
    left: -179px;
  }

  .circle-b2.type-2 {
    top: -240px;
    left: -219px;
  }

  .circle-b2.type-3 {
    width: 170px;
    top: -268px;
    left: -178px;
  }

  .circle-b3 {
    width: 70px;
    top: -268px;
    left: -81px;
  }

  .circle-b3.type-1 {
    top: -276px;
    left: 90px;
  }

  .circle-b3.type-3 {
    width: 80px;
    top: -260px;
    left: 86px;
  }

  .customer-quotation {
    font-size: 18px;
  }

  .grid-3-columns, .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .image-preview-blog {
    max-height: 330px;
  }

  .section-footer {
    padding-top: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-footer {
    margin-top: 40px;
    margin-bottom: 52px;
  }

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

  .column-footer {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .link-footer {
    text-align: center;
  }

  .content-footer-down {
    flex-direction: column;
    align-items: center;
  }

  .down-left {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .down-right {
    margin-right: 0;
  }

  .block-grid-hero-left {
    align-items: center;
    position: static;
  }

  .title-hero {
    font-size: 56px;
    line-height: 1em;
    top: 152%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-hero {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
  }

  .section-hero-blue {
    height: 100vh;
    align-items: center;
  }

  .content-hero {
    margin-top: 40%;
  }

  .grid-hero-blue {
    text-align: center;
    margin-left: auto;
    display: block;
  }

  .grid-buttons {
    grid-auto-flow: row;
  }

  .block-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .block-features {
    max-width: 500px;
  }

  .block-feature {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .block-hero-4 {
    height: 290px;
  }

  .illustration-hero-4 {
    width: 610px;
  }

  .block-text-hero-4 {
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .image-banner {
    height: 420px;
  }

  .grid-hero-5 {
    margin-bottom: 50px;
  }

  .block-hero-5 {
    margin-bottom: 100px;
  }

  .grid-get-started {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-get-started {
    height: 570px;
    min-height: auto;
  }

  .head-single-page {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .info-contact {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 5%;
    padding: 20px 40px;
    display: block;
  }

  .block-text-contact {
    margin-top: 20px;
    margin-left: 0;
  }

  .block-text-contact.df {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-single-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-single-page {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .block-about-us {
    height: 310px;
  }

  .illustration-about-us {
    width: 710px;
  }

  .grid-blog-large {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .block-text-blog-large {
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 40px;
  }

  .link-title-blog-large {
    font-size: 32px;
  }

  .link-image-blog-large {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .block-single-blog {
    margin-bottom: 20px;
  }

  .grid-splash {
    margin-bottom: 100px;
  }

  .collection-item-blog {
    max-width: 580px;
  }

  .button-small-navbar.white {
    display: none;
  }

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

  .hero-section {
    height: 100vh;
    background-image: linear-gradient(to bottom, null, null), url('../images/DSC01878-kopia_1.jpg');
    background-position: 0 0, 50%;
  }

  .hg {
    display: none;
  }

  .mg {
    height: auto;
    display: none;
  }

  .vg {
    display: none;
  }

  .animacja_hero {
    height: 100vh;
    text-align: center;
    background-image: linear-gradient(rgba(8, 1, 238, .5), rgba(8, 1, 238, .5));
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    top: 25%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-span-3 {
    font-size: 6vw;
    line-height: 0;
  }

  .bold-text {
    color: #000;
  }

  .paragraph-feature-copy {
    max-width: 350px;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-11 {
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .info-contact-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 45px;
  }

  .content-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-copy.only-single-page {
    margin-bottom: 100px;
  }

  .content-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .content-copy.only-single-page {
    margin-bottom: 100px;
  }

  .content-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .section-color-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bialyh2 {
    max-width: 700px;
  }

  .galeria {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .galeria.only-single-page {
    margin-bottom: 100px;
  }

  .teenerzy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .teenerzy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .link-block-feature-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .bialyh2-copy {
    max-width: 700px;
  }

  .teenerzy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .link-block-feature-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-copy {
    color: rgba(0, 0, 0, 0);
  }

  .link-block-feature-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-feature-copy {
    max-width: none;
  }

  .button-copy, .button-copy-copy {
    color: rgba(0, 0, 0, 0);
  }

  .o-nas_mobilka {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .o-nas_mobilka.only-single-page {
    margin-bottom: 100px;
  }

  .link-block-feature-copy-copy-copy-copy, .trenerzy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .oferta {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .oferta.only-single-page {
    margin-bottom: 100px;
  }

  .paragraph-hero-black-copy-copy {
    max-width: none;
  }

  .znizka {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .znizka.only-single-page {
    margin-bottom: 100px;
  }

  .content-copy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .teenerzy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .h1white {
    max-width: none;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .info-contact-copy {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .teenerzy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .info-contact-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    padding-bottom: 45px;
  }

  .teenerzy-copy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .button-copy-copy, .button-copy {
    color: rgba(0, 0, 0, 0);
  }

  .teenerzy-copy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .o-nas, .home {
    display: none;
  }

  .link-block-feature-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-copy-copy-copy {
    margin: 0 auto 50px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .content-single-page-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zalety {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .zalety.only-single-page {
    margin-bottom: 100px;
  }

  .button-copy {
    color: rgba(0, 0, 0, 0);
  }

  .wyjazdy {
    text-align: center;
    font-size: 56px;
    top: 152%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-4-copy {
    text-align: center;
    background-image: linear-gradient(rgba(25, 53, 168, .65), rgba(25, 53, 168, .65)), url('../images/DSC03255-kopia_1_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-section-copy-copy {
    height: 100vh;
    text-align: center;
    background-image: linear-gradient(rgba(8, 1, 238, .55), rgba(8, 1, 238, .55)), url('../images/DSC01724-kopia_1_1.jpg');
    background-position: 0 0, 100%;
  }

  .grid-2-columns-copy {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .teenerzy-copy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .dropdown-toggle-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-3 {
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .dropdown-4 {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .onas_3 {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .onas_3.only-single-page {
    margin-bottom: 100px;
  }

  .section-color-copy {
    padding: 70px 5vw;
  }

  .grid-2-columns-copy {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .link-title-blog-large-copy {
    font-size: 32px;
  }

  .grid-blog-large-copy {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .image-preview-blog-large-copy {
    border-radius: 20px;
    display: block;
  }

  .grid-blog-large-copy-copy {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .grid-blog-large-copy-copy-copy {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .image-preview-blog-large-copy-copy {
    border-radius: 20px;
    display: block;
  }

  .grid-2-columns-copy-copy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-32 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold {
    margin-bottom: 0;
    margin-right: 0;
  }

  .bold.sss, .bold._22 {
    padding-left: 0;
  }

  .bold._22._88 {
    padding: 0 0 20px;
  }

  .bold._6565.fgfg {
    margin-bottom: 0;
  }

  .image-22 {
    margin-top: 40px;
    display: block;
  }

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

  .text-block-6-copy {
    margin-bottom: 40px;
  }

  .gallery-grid-container-2 {
    align-self: stretch;
  }

  .div-block-43 {
    margin-top: 0;
    padding-top: 70px;
  }

  .gallery-grid-container-3 {
    align-self: stretch;
  }

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

  .div-block-44 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .lgihtbox, .lgihtbox-copy {
    display: block;
  }

  .image-26-copy {
    height: 100%;
    margin-top: 0;
    display: block;
  }

  .image-26-copy-copy {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .lgihtbox-copy-copy-copy {
    display: block;
  }

  .image-26-copy-copy-copy {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .lgihtbox-copy-copy-copy-copy {
    display: block;
  }

  .image-26-copy-copy-copy-copy {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .image-26-copy-copy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .grid-4 {
    padding-bottom: 0;
    display: block;
  }

  .grid-5 {
    display: block;
  }

  .bold-text-15 {
    color: #000;
    font-family: dita, sans-serif;
  }

  .grid-6 {
    display: block;
  }

  .section-color-copy-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .oferta_white {
    margin: 0 auto 50px;
    padding-top: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .oferta_white.only-single-page {
    margin-bottom: 100px;
  }

  .title-center-copy {
    max-width: 700px;
  }

  .block-grid-right-copy {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-contact-copy-copy {
    height: 300px;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 23px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 40px 40px 0;
  }

  .block-illustration-copy {
    margin-top: 40px;
  }

  .illustration-1-copy-copy {
    width: 100%;
  }

  .info-contact-copy-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 45px;
    position: static;
  }

  .div-block-32-copy, .div-block-45 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-46-copy.ww {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

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

  .grid-8 {
    display: block;
  }

  .button-copy-copy {
    color: rgba(0, 0, 0, 0);
  }

  .button-copy-copy.w--current {
    color: #000;
  }

  .button-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }

  .grid-blog-large-copy-copy-copy, .grid-blog-large-copy-copy-copy-copy {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .lgihtbox-copy-copy-copy-copy-copy, ._222, ._222-copy {
    display: block;
  }

  .button-copy-copy-copy, .button-copy-copy-copy-copy, .button-copy-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
  }

  .teenerzy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy.first-single-page {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .subtitle-copy.white {
    text-align: center;
  }

  .teenerzy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .button-copy {
    color: rgba(0, 0, 0, 0);
  }

  .animacja_hero-copy {
    height: 100vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .opinie-copy {
    margin: 60px auto 0;
    padding: 0 0% 40px;
  }

  .opinie-copy.first-single-page {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .opinie-copy.only-single-page {
    margin-bottom: 100px;
  }

  .teenerzy-copy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .button-copy-copy {
    color: rgba(0, 0, 0, 0);
  }

  .info-contact-copy {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 40px;
  }

  .button-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
  }

  .button-copy-copy-copy.w--current {
    color: #000;
  }

  .div-block-52 {
    text-align: center;
    margin-left: 0;
    padding-top: 25%;
    padding-bottom: 25%;
    padding-left: 0;
    display: none;
  }

  .button-copy-copy {
    color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }

  .czytajwiecej {
    color: rgba(0, 0, 0, 0);
  }

  .teenerzy-copy-copy-copy-copy {
    margin: 0 auto 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .teenerzy-copy-copy-copy-copy.only-single-page {
    margin-bottom: 100px;
  }

  .button-copy-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button-copy-copy-copy-copy.w--current {
    color: #000;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .button-copy-copy-copy-copy-copy.w--current {
    color: #000;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-blog-large-copy-copy-copy-copy {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-block-54 {
    margin-top: 0;
    margin-left: 0;
  }

  .button-copy-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }

  .button-copy {
    color: rgba(0, 0, 0, 0);
  }

  .button-copy.yellow {
    margin-top: 0;
  }

  .subtitle-copy.white, .subtitle-copy-copy.white, .subtitle-copy-copy.white {
    text-align: center;
  }

  .info-contact-copy, .info-contact-copy-copy {
    height: auto;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 5%;
    padding: 20px 40px;
    display: block;
  }

  .kontakt_1 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 5%;
    padding: 20px 40px;
    display: block;
  }

  .info-contact-copy-copy, .ofertowa_wyjazd1 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 40px;
  }

  .info-contact-copy-copy-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 45px;
    position: static;
  }

  .ofertowa_wyjazd3 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 0;
    position: static;
  }

  .kontakt_2 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 5%;
    padding: 20px 40px;
    display: block;
  }

  .div-block-62 {
    padding: 60px 5%;
    display: block;
  }

  .div-block-64 {
    padding-right: 0;
  }

  .pakiet-dodatkowy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 20px;
    position: static;
  }

  .ofertowa_wyjazd3-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }

  .div-block-68 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-69 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-70 {
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-71-copy {
    text-align: center;
  }

  .zobaczoferte {
    color: rgba(0, 0, 0, 0);
    margin-top: 0;
  }

  .div-block-18-copy {
    display: block;
  }

  .ofertowa_wyjazd3-copy, .ofertowa_wyjazd3-copy-copy, .ofertowa_wyjazd3-copy-copy, .ofertowa_wyjazd3-copy-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 0;
    position: static;
  }

  ._666, ._777, ._88, .ofertowa_wyjazd3-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }

  .ofertowa_wyjazd3-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }

  .hero-section-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .image-29-copy, .image-29-copy-copy {
    margin-top: 40px;
  }

  .hero-section-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .grid-5-copy, .grid-6-copy {
    display: block;
  }

  .image-29-copy {
    margin-top: 40px;
  }

  .grid-8-copy {
    display: block;
  }

  .hero-section-copy-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .div-block-18-copy {
    padding-bottom: 0;
  }

  .grid-5-copy-copy, .grid-6-copy-copy {
    display: block;
  }

  .image-29-copy-copy {
    margin-top: 40px;
  }

  .grid-8-copy-copy, .div-block-18-copy-copy {
    display: block;
  }

  .hero-section-copy-copy-copy, .hero-section-copy-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .div-block-52-copy {
    text-align: center;
    margin-left: 0;
    padding-top: 25%;
    padding-bottom: 25%;
    padding-left: 0;
    display: none;
  }

  .hero-section-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .animacja_hero-copy {
    height: 100vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-section-copy-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .link-block-feature-copy-copy, .link-block-feature-copy-copy-copy, .link-block-feature-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blok2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-section-copy-copy-copy-copy-copy, .hero-section-copy-copy-copy-copy-copy-copy {
    height: 100vh;
    text-align: center;
  }

  .grid-5-copy-copy-copy, .grid-6-copy-copy-copy {
    display: block;
  }

  .image-29-copy-copy-copy {
    margin-top: 40px;
  }

  .grid-6-copy-copy-copy-copy {
    display: block;
  }

  .image-29-copy-copy-copy {
    margin-top: 40px;
  }

  .grid-10-copy {
    display: block;
  }

  .text-block-6-copy-copy {
    margin-bottom: 40px;
  }

  .grid-8-copy-copy-copy {
    display: block;
  }

  .ofertowa_wyjazd3-copy-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }

  .grid-5-copy-copy-copy-copy {
    display: block;
  }

  .bold-text-15-copy {
    color: #000;
    font-family: dita, sans-serif;
  }

  .text-block-6-copy {
    margin-bottom: 0;
  }

  .hotel_tui, .tui_miasteczko {
    margin-top: 40px;
  }

  .text-block-6-copy-copy-copy, .text-block-6-copy-copy {
    margin-bottom: 40px;
  }

  .ski_amade {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .alpabachtal {
    padding-bottom: 60px;
  }

  .alpabachtal-wild {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .text-block-6-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy, .text-block-6-copy-copy {
    margin-bottom: 40px;
  }

  ._7gh {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .block-text-blog-large-copy {
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 40px;
  }

  .text-block-6-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .miasteczko2 {
    margin-top: 40px;
  }

  .text-block-8 {
    color: #fff;
  }

  .dropdown-7 {
    color: #222229;
    display: block;
  }

  .dropdown-toggle-6 {
    padding-left: 20px;
  }

  .text-block-6-copy-copy-copy {
    margin-bottom: 40px;
  }

  .text-block-6-copy-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .navbar-copy {
    text-align: center;
    justify-content: space-around;
    margin-left: 0%;
    margin-right: 0%;
    padding: 2% 5%;
  }

  .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy {
    margin-bottom: 40px;
  }

  ._666-copy {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }

  .title-center-copy {
    max-width: none;
  }

  .text-block-6-copy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .title-center-copy-copy {
    max-width: 700px;
  }

  .title-center-copy-copy.white {
    margin-bottom: 0;
  }

  .div-block-62-copy {
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .title-center-copy-copy-copy {
    max-width: 700px;
  }

  .title-center-copy-copy-copy.white {
    margin-bottom: 0;
  }

  .div-block-18-copy-copy-copy {
    display: block;
  }

  .pozostale_auffach {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }

  .text-block-6-copy-copy, .text-block-6-copy-copy-copy {
    margin-bottom: 40px;
  }

  .text-block-6-copy-copy {
    margin-bottom: 0;
  }

  .tui_miasteczko-copy {
    margin-top: 40px;
  }

  .miasto_kaunertal {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .image-22-copy {
    margin-top: 40px;
    display: block;
  }

  .hotel_tui-copy, .image-23-copy {
    margin-top: 40px;
  }

  .image-22-copy {
    margin-top: 40px;
    display: block;
  }

  .tui_miasteczko-copy, .hotel_tui-copy {
    margin-top: 40px;
  }

  .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy {
    margin-bottom: 40px;
  }

  .div-block-80 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-12 {
    padding-bottom: 0;
  }

  .animacja_hero-copy {
    height: 100vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-feature-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-span-3-copy {
    font-size: 6vw;
  }

  .link-block-feature-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-13 {
    padding-bottom: 40px;
  }

  .link-block-feature-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-center-copy {
    max-width: none;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .animacja_hero-copy-copy {
    height: 100vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .boofitting {
    height: 100vh;
    text-align: center;
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/DSC02047-kopia_1_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .quick-stack {
    padding-right: 0;
  }

  .link-block-feature-copy-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .link-block-feature-copy-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-4-columns-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

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

  .icon-feature-copy {
    width: 32px;
  }

  .bold-text-30 {
    color: #222229;
  }

  .link-block-feature-copy-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-feature-copy-copy-copy-copy {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-feature-copy-copy-copy-copy-copy-copy {
    box-shadow: none;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .html-embed-6 {
    width: 100%;
  }

  .link-block-feature-copy-copy-copy-copy-copy-copy-copy {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .animacja_hero-copy, .animacja_hero-copy-copy, .animacja_hero-copy-copy-copy {
    height: 100vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-copy-copy-copy {
    color: rgba(0, 0, 0, 0);
  }

  .html-embed-7 {
    width: 100%;
  }

  .grid-4-columns-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .logo-n {
    margin-left: 0;
    display: block;
  }

  .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy {
    margin-bottom: 40px;
  }

  .hotel_tui-copy-copy {
    margin-top: 40px;
  }

  .div-block-18-copy-copy-copy-copy {
    display: block;
  }

  .austria-i {
    height: 100vh;
    text-align: center;
  }

  .kaunetal-box {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 45px;
    padding-right: 40px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 29px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

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

  .opinie {
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .opinie.only-single-page {
    margin-bottom: 80px;
  }

  .section-hero-dark {
    min-height: 740px;
  }

  .navbar {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 3% 5vw;
  }

  .nav-link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .logo {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    background-color: #ffe52c;
  }

  .nav-link-block {
    display: none;
  }

  .illustration-hero-1 {
    width: 600px;
  }

  .title-hero-center {
    font-size: 46px;
  }

  .paragraph-hero-center.dark {
    max-width: 580px;
    font-size: 16px;
  }

  .button {
    width: 200px;
    max-width: none;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button.yellow {
    margin-left: 0;
    position: static;
  }

  .circle-a.type-1 {
    width: 240px;
    top: -134px;
    left: -369px;
  }

  .circle-a.type-1.hero-3 {
    top: -257px;
    left: -179px;
  }

  .circle-a.type-2 {
    width: 60px;
    top: 105px;
    left: -356px;
  }

  .circle-a.type-2.hero-3 {
    top: 172px;
    left: 164px;
  }

  .circle-a.type-2.hero-5 {
    top: 103px;
    left: 99px;
  }

  .circle-a.type-3 {
    top: -129px;
  }

  .circle-a.type-3.hero-3 {
    left: -126px;
  }

  .circle-a.type-4 {
    width: 70px;
    top: -120px;
    left: 272px;
  }

  .circle-a.type-4.hero-3 {
    left: -90px;
  }

  .circle-a.type-5 {
    width: 30px;
    top: -46px;
    left: 331px;
  }

  .circle-a.type-5.hero-3 {
    top: 138px;
    left: 217px;
  }

  .circle-a.type-5.hero-5 {
    top: 191px;
    left: 100px;
  }

  .circle-a.type-0 {
    width: 290px;
    top: -63px;
    left: 70px;
  }

  .circle-a.type-0.hero-3 {
    top: -84px;
    left: -65px;
  }

  .circle-a.type-0.hero-5 {
    width: 260px;
    top: -47px;
    left: -222px;
  }

  .illustration-hero-overflow {
    margin-bottom: -20px;
  }

  .title-center {
    max-width: 640px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 5px;
    margin-bottom: 40px;
  }

  .link-block-feature {
    padding: 25px 15px;
  }

  .paragraph-feature {
    max-width: none;
    margin-bottom: 12px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-block-feature-red, .link-block-feature-yellow {
    background-position: 120%;
    padding-left: 40px;
  }

  .section-color {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .color-bg {
    top: 87%;
  }

  .grid-2-columns {
    max-width: 600px;
    grid-template-columns: 1fr;
  }

  .block-grid-left {
    padding-right: 0%;
  }

  .title {
    text-align: left;
    margin-top: 0;
    padding-left: 5%;
  }

  .title.white, .paragraph-white {
    color: #fff;
  }

  .illustration-1 {
    width: 490px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-illustration {
    min-height: auto;
  }

  .grid-clients-logo {
    grid-template-columns: 1fr 1fr;
  }

  .block-grid-right {
    padding-left: 0%;
  }

  .illustration-2 {
    width: 420px;
  }

  .form-block {
    max-width: 500px;
  }

  .submit-button.red {
    max-width: none;
  }

  .grid-pricing {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle-b1 {
    top: -122px;
    left: -151px;
  }

  .circle-b1.type-1 {
    top: -128px;
    left: -193px;
  }

  .circle-b1.type-2 {
    top: -159px;
    left: -161px;
  }

  .circle-b2 {
    top: -246px;
    left: -218px;
  }

  .circle-b2.type-1 {
    top: -254px;
    left: -179px;
  }

  .circle-b2.type-2 {
    width: 120px;
    top: -243px;
    left: -205px;
  }

  .circle-b3 {
    top: -236px;
    left: -44px;
  }

  .circle-b3.type-1 {
    top: -271px;
    left: 71px;
  }

  .illustration-4 {
    height: 520px;
  }

  .grid-3-columns, .collection-list-wrapper-blog {
    margin-top: 5px;
  }

  .block-text-blog {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-footer {
    margin-top: 80px;
    margin-bottom: 32px;
  }

  .grid-footer {
    display: block;
  }

  .column-footer {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .link-footer-down {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .down-right {
    flex-direction: column;
  }

  .grid-hero-red {
    min-height: 760px;
  }

  .block-grid-hero-left {
    align-items: center;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .block-grid-hero-right {
    padding-right: 0;
  }

  .title-hero {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
    display: block;
    top: 22%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-hero {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    top: 336px;
  }

  .illustration-hero-2 {
    width: 500px;
    margin-bottom: -20px;
  }

  .link-block-feature-img {
    padding-top: 11px;
    padding-bottom: 40px;
  }

  .grid-hero-blue {
    grid-template-columns: 1fr;
  }

  .grid-buttons {
    grid-auto-flow: column;
  }

  .block-illustration-hero-3 {
    align-items: center;
  }

  .illustration-hero-3 {
    width: 410px;
    margin-bottom: -20px;
  }

  .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-features {
    margin-bottom: 50px;
  }

  .block-feature {
    margin-bottom: 30px;
  }

  .block-hero-4 {
    height: 220px;
    margin-top: 30px;
  }

  .illustration-hero-4 {
    width: 520px;
  }

  .block-text-hero-4 {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .image-banner {
    height: 390px;
  }

  .grid-hero-5 {
    grid-template-columns: 1fr;
  }

  .illustration-hero-5 {
    width: 490px;
  }

  .block-grid-hero-5-left {
    align-items: center;
  }

  .block-grid-hero-5-right {
    padding-right: 0;
  }

  .block-hero-5 {
    margin-bottom: 80px;
  }

  .block-features-dark {
    padding-left: 55px;
    padding-right: 55px;
  }

  .brand-utility {
    padding-left: 0;
  }

  .head-single-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info-contact {
    padding-left: 45px;
    padding-right: 45px;
  }

  .block-text-contact.mmm {
    margin-top: 0;
  }

  .content-single-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-single-page {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .block-about-us {
    height: 270px;
  }

  .illustration-about-us {
    width: 590px;
    bottom: -40px;
  }

  .grid-blog-large {
    grid-template-columns: 1fr;
  }

  .image-preview-blog-large {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .block-text-blog-large {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .link-image-blog-large {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .arrow-blog-large {
    top: auto;
    bottom: auto;
    left: 50%;
  }

  .grid-illustration-licensing {
    grid-template-columns: 1fr;
  }

  .grid-style-guide-color {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-splash {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .hero-section {
    z-index: -333;
    height: 100vh;
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/DSC01878-kopia_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: flex;
    position: static;
    overflow: visible;
  }

  .hg {
    z-index: 2;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    display: none;
    position: static;
  }

  .mg {
    z-index: 1;
    top: 11%;
  }

  .vg {
    z-index: -1;
    top: 256px;
  }

  .animacja_hero {
    background-image: linear-gradient(rgba(8, 1, 238, .5), rgba(8, 1, 238, .5));
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .div-block-4 {
    width: auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span-3 {
    font-size: 8vw;
  }

  .body {
    background-color: rgba(0, 0, 0, 0);
  }

  .animacja_hero-telefon {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: auto;
    display: block;
  }

  .paragraph-feature-copy {
    margin-bottom: 12px;
  }

  .div-block-7 {
    height: 100vh;
    background-image: url('../images/jorg-angeli-eW7v3RTVnqM-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 50%;
    display: block;
  }

  .div-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .info-contact-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .paragraph-hero-black, .paragraph-hero-black-copy {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    top: 336px;
  }

  .content-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-copy.only-single-page {
    margin-bottom: 80px;
  }

  .content-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-copy.only-single-page {
    margin-bottom: 80px;
  }

  .content-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .section-color-copy {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .bialyh2 {
    max-width: 640px;
  }

  .galeria {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .galeria.only-single-page {
    margin-bottom: 80px;
  }

  .teenerzy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .teenerzy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .link-block-feature-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy {
    padding: 25px 15px;
  }

  .bialyh2-copy {
    max-width: 640px;
  }

  .teenerzy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .link-block-feature-copy-copy-copy {
    padding: 25px 15px;
  }

  .button-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy.yellow {
    position: static;
  }

  .link-block-feature-copy {
    padding: 25px 15px;
  }

  .paragraph-feature-copy {
    max-width: none;
    margin-bottom: 12px;
  }

  .button-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy.yellow {
    position: static;
  }

  .button-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy.yellow {
    position: static;
  }

  .o-nas_mobilka {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .o-nas_mobilka.only-single-page {
    margin-bottom: 80px;
  }

  .link-block-feature-copy-copy-copy-copy, .trenerzy {
    padding: 25px 15px;
  }

  .oferta {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .oferta.only-single-page {
    margin-bottom: 80px;
  }

  .paragraph-hero-black-copy-copy {
    max-width: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    top: 336px;
  }

  .znizka {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .znizka.only-single-page {
    margin-bottom: 80px;
  }

  .content-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .teenerzy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .h1white {
    max-width: 640px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .info-contact-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .teenerzy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .info-contact-copy-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .button-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy.yellow {
    position: static;
  }

  .button-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy.yellow {
    position: static;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .o-nas {
    display: none;
  }

  .home {
    display: block;
  }

  .h1 {
    margin-bottom: 10px;
  }

  .link-block-feature-copy {
    padding: 40px;
  }

  .content-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .content-single-page-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .zalety {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .zalety.only-single-page {
    margin-bottom: 80px;
  }

  .div-block-4-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-copy {
    z-index: -333;
    height: 100vh;
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: cover;
    display: none;
    position: static;
    overflow: scroll;
  }

  .button-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy.w--current {
    color: #000;
  }

  .button-copy.yellow {
    position: static;
  }

  .wyjazdy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
    display: block;
    top: 22%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-4-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/Sportwelt1.png');
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-copy {
    z-index: -333;
    height: 100vh;
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: static;
    overflow: scroll;
  }

  .hero-section-copy-copy {
    z-index: -333;
    height: 100vh;
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/DSC01724-kopia_1_1.jpg');
    background-position: 0 0, 75%;
    background-size: auto, cover;
    display: flex;
    position: static;
    overflow: visible;
  }

  .grid-2-columns-copy {
    max-width: 600px;
    grid-template-columns: 1fr;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .onas_3 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .onas_3.only-single-page {
    margin-bottom: 80px;
  }

  .section-color-copy {
    background-color: #0801ee;
    padding: 40px 5%;
    display: block;
  }

  .section-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-2-columns-copy {
    max-width: 600px;
    grid-template-columns: 1fr;
  }

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

  .grid-blog-large-copy {
    grid-template-columns: 1fr;
  }

  .image-preview-blog-large-copy {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .grid-blog-large-copy-copy {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-blog-large-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .image-preview-blog-large-copy-copy {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .illustration-1-copy {
    width: auto;
  }

  .grid-2-columns-copy-copy {
    max-width: 600px;
    grid-template-columns: 1fr;
  }

  .text-block-6-copy {
    padding-right: 0;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-43 {
    padding-top: 60px;
  }

  .gallery-3 {
    padding: 40px 20px;
  }

  .gallery-grid-container-3 {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-44 {
    flex-direction: column;
    margin-bottom: 70px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .image-26-copy-copy-copy, .lgihtbox-copy-copy-copy-copy, .image-26-copy-copy-copy-copy-copy {
    display: block;
  }

  .section-color-copy-copy {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .oferta_white {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .oferta_white.only-single-page {
    margin-bottom: 80px;
  }

  .title-center-copy {
    max-width: 640px;
  }

  .block-grid-right-copy {
    padding-left: 0%;
  }

  .info-contact-copy-copy {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .block-illustration-copy {
    min-height: auto;
  }

  .illustration-1-copy {
    width: 490px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .illustration-1-copy-copy {
    width: auto;
  }

  .info-contact-copy-copy-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

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

  .title-copy.white {
    color: #fff;
  }

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

  .title-copy.white {
    color: #fff;
    text-align: center;
  }

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

  .title-copy.white {
    color: #fff;
  }

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

  .button-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy.w--current {
    color: #000;
  }

  .button-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .grid-blog-large-copy-copy-copy, .grid-blog-large-copy-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  ._222 {
    display: block;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy-copy.yellow {
    position: static;
  }

  .teenerzy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .teenerzy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 0;
  }

  .button-copy {
    max-width: 200px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy.yellow {
    position: static;
  }

  .animacja_hero-copy {
    display: block;
  }

  .opinie-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 40px 0 0;
  }

  .opinie-copy.only-single-page {
    margin-bottom: 80px;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .button-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy.yellow {
    position: static;
  }

  .info-contact-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.w--current {
    color: #000;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .div-block-52 {
    height: 100vh;
    background-size: cover;
    margin-left: 0;
    padding-top: 50%;
    padding-left: 0;
    display: block;
  }

  .button-copy-copy {
    max-width: 200px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy {
    max-width: 200px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy.yellow {
    position: static;
  }

  .czytajwiecej {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .czytajwiecej.yellow {
    position: static;
  }

  .teenerzy-copy-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .teenerzy-copy-copy-copy-copy.only-single-page {
    margin-bottom: 80px;
  }

  .button-copy-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy-copy.w--current {
    color: #000;
  }

  .button-copy-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy-copy-copy.w--current {
    color: #000;
  }

  .button-copy-copy-copy-copy-copy.yellow {
    position: static;
  }

  .grid-blog-large-copy-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .button-copy-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy-copy.yellow {
    position: static;
  }

  .button-copy {
    max-width: 200px;
    color: #000;
    margin-left: 0;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy.yellow {
    position: static;
  }

  .block-price-copy {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .info-contact-copy, .info-contact-copy-copy, .info-contact-copy-copy, .kontakt_1, .info-contact-copy-copy, .ofertowa_wyjazd1, .info-contact-copy-copy-copy-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .ofertowa_wyjazd3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 45px;
    display: block;
  }

  .kontakt_2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-62 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pakiet-dodatkowy {
    padding-left: 0;
    padding-right: 0;
  }

  .ofertowa_wyjazd3-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .grid-11 {
    display: block;
  }

  .zobaczoferte {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .zobaczoferte.yellow {
    position: static;
  }

  .ofertowa_wyjazd3-copy, .ofertowa_wyjazd3-copy-copy, .ofertowa_wyjazd3-copy-copy, .ofertowa_wyjazd3-copy-copy-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 45px;
    display: block;
  }

  ._666 {
    margin-top: 20px;
    padding: 40px;
    display: block;
  }

  ._777, ._88 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 45px;
    display: block;
  }

  .ofertowa_wyjazd3-copy-copy {
    margin-top: 0;
    padding: 40px;
  }

  .ofertowa_wyjazd3-copy {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .hero-section-copy-copy-copy {
    z-index: -333;
    height: 100vh;
    z-index: -333;
    height: 100vh;
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: static;
    overflow: scroll;
  }

  .hero-section-copy-copy-copy-copy {
    z-index: -333;
    height: 100vh;
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: static;
    overflow: scroll;
  }

  .div-block-18-copy {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .hero-section-copy-copy-copy, .hero-section-copy-copy-copy-copy {
    z-index: -333;
    height: 100vh;
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: static;
    overflow: scroll;
  }

  .div-block-52-copy {
    height: 100vh;
    background-size: cover;
    margin-left: 0;
    padding-top: 50%;
    padding-left: 0;
    display: block;
  }

  .hero-section-copy-copy-copy {
    z-index: -333;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 33, 228, .65), rgba(0, 33, 228, .65)), url('../images/DSC03389-kopia_1_1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    display: flex;
    position: static;
    overflow: visible;
  }

  .animacja_hero-copy {
    display: none;
  }

  .hero-section-copy-copy-copy-copy {
    z-index: -333;
    width: 100%;
    height: 100vh;
    background-image: url('../images/lodowiec_2.png');
    background-position: 0 0;
    background-size: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .link-block-feature-copy-copy, .link-block-feature-copy-copy-copy, .link-block-feature-copy-copy {
    padding: 25px 15px;
  }

  .blok2 {
    padding: 40px 15px;
  }

  .hero-section-copy-copy-copy-copy-copy {
    z-index: -333;
    height: 100vh;
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: static;
    overflow: scroll;
  }

  .hero-section-copy-copy-copy-copy-copy-copy {
    z-index: -333;
    height: 100vh;
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
    position: static;
    overflow: visible;
  }

  .grid-10-copy {
    display: block;
  }

  .ofertowa_wyjazd3-copy-copy-copy {
    padding-left: 45px;
    padding-right: 45px;
  }

  .alpabachtal {
    padding-top: 60px;
  }

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

  .block-text-blog-large-copy {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .text-block-8 {
    text-decoration: none;
  }

  .text-block-8:hover {
    text-decoration: underline;
  }

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

  .section-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-77 {
    display: block;
  }

  ._666-copy {
    padding: 40px 45px 40px 40px;
    display: block;
  }

  .title-center-copy, .title-center-copy-copy {
    max-width: 640px;
  }

  .div-block-62-copy {
    padding-top: 5%;
  }

  .title-center-copy-copy-copy {
    max-width: 640px;
  }

  .pozostale_auffach {
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 45px;
    display: block;
  }

  .text-block-6-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy {
    padding-right: 0;
  }

  .animacja_hero-copy {
    display: block;
  }

  .link-block-feature-copy-copy {
    padding: 25px 15px;
  }

  .italic-text-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .link-block-feature-copy-copy-copy {
    padding: 25px 15px;
  }

  .title-center-copy {
    max-width: 640px;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr;
    margin-top: 5px;
  }

  .animacja_hero-copy-copy {
    display: none;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr;
    margin-top: 5px;
  }

  .boofitting {
    z-index: -333;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/DSC02047-kopia_1_1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
    position: static;
    overflow: visible;
  }

  .link-block-feature-copy-copy-copy-copy {
    padding: 25px 15px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    padding: 25px 0;
  }

  .html-embed-2 {
    height: auto;
    align-items: flex-start;
  }

  .link-block-feature-copy-copy-copy-copy {
    padding: 25px 15px;
  }

  .grid-4-columns-copy-copy {
    grid-template-columns: 1fr;
    margin-top: 5px;
  }

  .link-block-feature-copy-copy-copy-copy, .link-block-feature-copy-copy-copy-copy-copy {
    padding: 40px;
  }

  .link-block-feature-copy-copy-copy-copy {
    padding: 25px 15px;
  }

  .link-block-feature-copy-copy-copy-copy-copy, .link-block-feature-copy-copy-copy-copy-copy-copy {
    padding: 40px;
  }

  .link-block-feature-copy-copy-copy-copy-copy-copy {
    margin-bottom: 20px;
    padding: 0;
  }

  .html-embed-3, .html-embed-4, .html-embed-5 {
    width: 100%;
  }

  .html-embed-6 {
    display: none;
  }

  .link-block-feature-copy-copy-copy-copy-copy-copy-copy {
    padding: 40px;
  }

  .animacja_hero-copy, .animacja_hero-copy-copy, .html-embed-6-copy, .animacja_hero-copy-copy-copy {
    display: block;
  }

  .button-copy-copy-copy {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 59%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .button-copy-copy-copy.yellow {
    position: static;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 5px;
    margin-bottom: 40px;
  }

  .text-block-6-copy-copy {
    padding-right: 0;
  }

  .section-11-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .karnett {
    width: 55%;
  }

  .block-price-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .austria-i {
    z-index: -333;
    height: 100vh;
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/auffach.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
    position: static;
    overflow: visible;
  }

  .kaunetal-box {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  .section {
    margin-top: 0;
    padding: 0 0% 35px;
  }

  .opinie {
    margin: 0 0 35px;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .opinie.first-single-page {
    height: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .opinie.only-single-page {
    margin-bottom: 70px;
  }

  .navbar {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0%;
    padding: 5% 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .nav-link {
    color: #f2f0ee;
    text-align: right;
  }

  .nav-link:hover {
    color: #f2f0ee;
  }

  .block-navbar {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .nav-left {
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .logo {
    width: 130px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    transition: transform .2s;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    background-color: #0801ee;
    border-radius: 0;
    margin-top: 0;
    display: block;
  }

  .dropdown {
    margin-left: auto;
  }

  .dropdown-toggle {
    display: block;
  }

  .nav-right {
    justify-content: flex-end;
  }

  .brand {
    display: flex;
  }

  .brand.w--current {
    height: auto;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .menu-button {
    background-color: #ffe52c;
    transition-property: none;
  }

  .menu-button:hover {
    background-color: #ffe52c;
  }

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

  .illustration-hero-1 {
    width: 520px;
  }

  .title-hero-center {
    font-size: 42px;
  }

  .button {
    width: 200px;
    max-width: none;
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button.yellow {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .circle-a.type-1 {
    top: -127px;
    left: -356px;
  }

  .circle-a.type-1.hero-3 {
    width: 160px;
    top: -219px;
    left: -159px;
  }

  .circle-a.type-1.hero-5 {
    width: 140px;
    top: -170px;
    left: 3px;
  }

  .circle-a.type-2 {
    top: -2px;
    left: -218px;
  }

  .circle-a.type-2.hero-3 {
    width: 50px;
    top: 129px;
    left: 84px;
  }

  .circle-a.type-2.hero-5 {
    width: 50px;
    top: 63px;
    left: 58px;
  }

  .circle-a.type-3 {
    top: -128px;
    left: -117px;
  }

  .circle-a.type-3.hero-3 {
    top: -185px;
  }

  .circle-a.type-3.hero-5 {
    top: -161px;
    left: -109px;
  }

  .circle-a.type-4 {
    width: 40px;
    left: 189px;
  }

  .circle-a.type-4.hero-3 {
    top: -150px;
  }

  .circle-a.type-4.hero-5 {
    width: 50px;
    top: -125px;
    left: -68px;
  }

  .circle-a.type-5 {
    top: -74px;
    left: -41px;
  }

  .circle-a.type-5.hero-3 {
    top: 180px;
    left: 66px;
  }

  .circle-a.type-5.hero-5 {
    top: 47px;
    left: 120px;
  }

  .circle-a.type-0 {
    top: -62px;
    left: 49px;
  }

  .circle-a.type-0.hero-3 {
    width: 270px;
  }

  .circle-a.type-0.hero-5 {
    width: 190px;
    top: -49px;
    left: -180px;
  }

  .title-center {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1em;
  }

  .title-center.white {
    margin-bottom: 10px;
  }

  .subtitle {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .subtitle.white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-columns {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-feature {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 20px 20px;
  }

  .title-feature.white {
    text-align: center;
  }

  .paragraph-feature {
    width: 100%;
  }

  .paragraph-feature.white, .paragraph-feature.left {
    text-align: center;
  }

  .text-feature {
    height: auto;
    max-width: 100%;
    align-items: center;
  }

  .link-block-feature-red {
    height: 500px;
    background-position: 100% -100%;
    margin-top: 60px;
  }

  .link-block-feature-yellow {
    height: 500px;
    background-position: 100% -100%;
  }

  .section-color {
    background-color: #0801ee;
    padding: 35px 10px;
    position: static;
  }

  .grid-2-columns {
    width: auto;
    max-width: none;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin: 0 5%;
  }

  .block-grid-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0%;
    padding-left: 0%;
  }

  .title.white {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .paragraph-white {
    margin-bottom: 0;
  }

  .illustration-1 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .block-illustration {
    width: 100%;
    height: 100%;
    min-height: auto;
    display: block;
    position: static;
  }

  .block-illustration.mobile {
    display: block;
  }

  .block-circle {
    position: static;
  }

  .grid-clients-logo {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .block-grid-right {
    margin-top: 40px;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .illustration-2 {
    width: 370px;
  }

  .submit-button.red {
    max-width: 100%;
  }

  .success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-pricing {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .block-price {
    text-align: left;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 26px;
    display: block;
  }

  .text-plan {
    font-family: dita-cd, sans-serif;
  }

  .plan-top {
    max-width: 100%;
  }

  .text-price {
    font-family: dita-cd, sans-serif;
    font-size: 30px;
  }

  .icon-check {
    color: #0801ee;
  }

  .text-advantage {
    text-align: left;
    margin-top: 0;
  }

  .advantage {
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .circle-b1 {
    width: 290px;
    top: -103px;
    left: -138px;
  }

  .circle-b1.type-1, .circle-b1.type-2 {
    width: 320px;
  }

  .circle-b2 {
    width: 120px;
    top: -219px;
    left: -156px;
  }

  .circle-b2.type-1 {
    width: 90px;
    top: -217px;
  }

  .circle-b2.type-2 {
    width: 100px;
    left: -160px;
  }

  .circle-b3 {
    width: 50px;
    top: -220px;
    left: -5px;
  }

  .circle-b3.type-1 {
    width: 70px;
    top: -227px;
    left: 52px;
  }

  .slider {
    width: 80vw;
  }

  .customer-quotation {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .dropdown-list-faq.w--open, .dropdown-toggle-faq, .dropdown-toggle-faq.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-faq {
    margin-right: 25px;
  }

  .title-faq {
    font-size: 14px;
  }

  .grid-3-columns {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .section-footer {
    padding: 70px 20px 0 5vw;
  }

  .content-footer {
    margin-top: 0;
    margin-bottom: 22px;
  }

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

  .column-footer {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-footer {
    text-align: left;
  }

  .navbar-fixed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-hero {
    color: #fff;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 42px;
    position: static;
    top: 25%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .paragraph-hero {
    flex: 1;
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 3.5vw;
    position: static;
    top: 333px;
  }

  .link-block-feature-img {
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-feature {
    height: 190px;
  }

  .section-hero-blue {
    height: 100vh;
    opacity: 1;
    background-image: url('../images/krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
    background-position: 100%;
    background-size: cover;
    padding-top: 35%;
  }

  .content-hero {
    margin-top: 35%;
  }

  .grid-hero-blue {
    min-height: auto;
  }

  .grid-buttons {
    grid-auto-flow: row;
  }

  .block-banner {
    padding: 35px 25px;
  }

  .title-banner.white {
    font-family: dita-cd, sans-serif;
  }

  .block-features {
    margin-bottom: 35px;
  }

  .block-feature {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .section-hero-light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5-colors {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .block-hero-4 {
    height: 140px;
    margin-top: 15px;
  }

  .illustration-hero-4 {
    width: 330px;
  }

  .block-text-hero-4 {
    padding: 30px 25px 35px;
  }

  .image-banner {
    height: 340px;
  }

  .block-hero-5 {
    margin-bottom: 70px;
  }

  .block-features-dark {
    padding: 30px;
  }

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

  .block-utility {
    padding: 30px 20px;
  }

  .image-get-started {
    height: 420px;
  }

  .section-single-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .head-single-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-contact {
    height: auto;
    max-height: none;
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }

  .icon-contact {
    text-align: left;
    margin-right: auto;
  }

  .block-text-contact {
    text-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .title-contact {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .paragraph-contact {
    color: #222229;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-single-page {
    padding: 35px 25px;
  }

  .block-single-page {
    margin-bottom: 0;
  }

  .form-contact {
    grid-template-columns: 1fr;
  }

  .block-about-us {
    height: 150px;
  }

  .illustration-about-us {
    width: 390px;
  }

  .collection-list-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-blog-large {
    padding-left: 0;
    padding-right: 0;
  }

  .block-text-blog-large {
    border-radius: 9px;
    margin-top: 20px;
    padding: 28px 28px 40px;
  }

  .link-title-blog-large {
    font-size: 26px;
  }

  .link-image-blog-large {
    display: block;
  }

  .title-blog {
    font-size: 38px;
  }

  .block-single-blog {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .grid-style-guide-color {
    grid-template-columns: 1fr 1fr;
  }

  .grid-style-buttons {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 35px 25px;
  }

  .grid-splash {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-bottom: 70px;
  }

  .heading-splash {
    margin: 15px 15px 8px;
  }

  .button-small-navbar {
    display: none;
  }

  .text-span-2 {
    margin-bottom: auto;
  }

  .hero-section {
    display: flex;
  }

  .animacja_hero {
    background-image: url('../images/DSC03255-kopia_1_1.jpg'), linear-gradient(rgba(8, 1, 238, .21), rgba(8, 1, 238, .21));
    background-position: 50%, 0 0;
    background-size: cover, auto;
    display: block;
    position: static;
  }

  .div-block-3 {
    display: block;
  }

  .div-block-4 {
    max-width: 100%;
    flex-direction: column;
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-span-3 {
    font-size: 9vw;
  }

  .body {
    background-color: #f2f0ee;
  }

  .animacja_hero-telefon {
    background-image: url('../images/photo-1550668181-6e6940acdd91.jpg');
    background-position: 100% 100%;
    background-size: cover;
    display: block;
  }

  .div-block-6 {
    height: 100vh;
  }

  .image-4 {
    position: relative;
    top: 452px;
    left: 6px;
  }

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

  .image-4-copy {
    position: relative;
    top: -17px;
  }

  .title-feature-copy.white, .paragraph-feature-copy.white, .paragraph-feature-copy.left {
    text-align: center;
  }

  .div-block-7 {
    height: 100vh;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/jorg-angeli-eW7v3RTVnqM-unsplash.jpg');
    background-position: 65% 0;
    background-size: cover;
    padding-top: 50%;
    display: block;
  }

  .div-block-11 {
    margin-top: 0;
  }

  .div-block-14 {
    text-align: left;
    align-items: center;
  }

  .div-block-16 {
    flex: 0 auto;
  }

  .info-contact-copy {
    margin-top: 60px;
    padding: 25px;
    display: block;
  }

  .div-block-18 {
    margin-right: 0;
    padding: 20px 0;
  }

  .paragraph-hero-black {
    text-align: left;
    padding-left: 0;
    position: static;
    top: 333px;
  }

  .grid {
    display: block;
  }

  .div-block-19 {
    padding-bottom: 0;
    position: static;
  }

  .subtitle-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-hero-black-copy {
    text-align: left;
    padding-left: 0;
    position: static;
    top: 333px;
  }

  .image-5-copy {
    margin-bottom: 40px;
  }

  .subtitle-copy {
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-copy-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    display: block;
  }

  .content-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-copy.only-single-page {
    margin-bottom: 70px;
  }

  .content-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-copy.only-single-page {
    margin-bottom: 70px;
  }

  .content-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .section-color-copy {
    background-color: #0801ee;
    padding: 35px 10px;
    position: static;
  }

  .subtitle-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .galeria {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .galeria.only-single-page {
    margin-bottom: 70px;
  }

  .teenerzy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .teenerzy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .image-13 {
    display: none;
  }

  .link-block-feature-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy-copy, .link-block-feature-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .teenerzy-copy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .link-block-feature-copy-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .button-copy {
    color: #0801ee;
    position: static;
  }

  .button-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .link-block-feature-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-left: 0;
  }

  .paragraph-feature-copy {
    max-width: none;
  }

  .paragraph-feature-copy.white, .paragraph-feature-copy.left {
    text-align: center;
  }

  .button-copy {
    color: #0801ee;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .button-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .o-nas_mobilka {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding: 0 0%;
    display: none;
  }

  .o-nas_mobilka.only-single-page {
    margin-bottom: 70px;
  }

  .link-block-feature-copy-copy-copy-copy, .trenerzy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .subtitle_left {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .oferta {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .oferta.only-single-page {
    margin-bottom: 70px;
  }

  .paragraph-hero-black-copy-copy {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 333px;
  }

  .znizka {
    margin: 20px 0 35px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .znizka.only-single-page {
    margin-bottom: 70px;
  }

  .content-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .teenerzy-copy {
    margin: 0 5% 35px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 70px;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .subtitle-copy-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-copy-copy._555 {
    text-align: center;
  }

  .h1white {
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-lightbox {
    z-index: 999;
  }

  .h1left {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .h1left.white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-feature-copy.white {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .info-contact-copy {
    text-align: left;
    margin-top: 20px;
    padding: 25px;
  }

  .subtitle-copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-copy.white {
    margin-left: auto;
  }

  .teenerzy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .subtitle-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .info-contact-copy-copy {
    height: auto;
    margin: 20px auto 40px;
    padding: 25px;
    display: block;
  }

  .subtitle-copy-copy-copy-copy, .subtitle-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .button-copy-copy {
    max-width: 70%;
    color: #0801ee;
    position: static;
  }

  .button-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy {
    color: #0801ee;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .button-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  ._888, ._8888 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  ._8888.white {
    margin-left: auto;
  }

  .o-nas {
    height: 100vh;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/sebastian-staines-xZIFEPtRsRI-unsplash.jpg');
    background-position: 0%;
    background-size: cover;
    padding-top: 50%;
    display: block;
  }

  .home {
    height: 100vh;
    opacity: 1;
    background-color: #0801ee;
    background-image: url('../images/jorg-angeli-eW7v3RTVnqM-unsplash.jpg');
    background-position: 60%;
    background-size: cover;
    padding-top: 50%;
    display: block;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .link-block-feature-copy {
    flex: 1;
    margin: 20px 0;
    padding: 40px;
  }

  .content-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .content-single-page-copy {
    background-color: #f2f0ee;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 25px;
  }

  .zalety {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 70px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .zalety.only-single-page {
    margin-bottom: 70px;
  }

  .div-block-4-copy {
    display: block;
  }

  .hero-section-copy {
    display: none;
  }

  .button-copy {
    color: #0801ee;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .button-copy.w--current {
    margin-left: auto;
  }

  .button-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .wyjazdy {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
    position: static;
    top: 25%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-2 {
    color: #000;
    font-family: dita-cd, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-4-copy {
    height: auto;
    background-image: none;
    justify-content: center;
    padding-top: 0%;
    display: flex;
    position: static;
  }

  .hero-section-copy {
    background-image: linear-gradient(rgba(22, 38, 107, .48), rgba(22, 38, 107, .48));
    display: flex;
    overflow: visible;
  }

  .hero-section-copy-copy {
    display: flex;
  }

  .grid-2-columns-copy {
    width: auto;
    max-width: none;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-left: 5%;
    margin-right: 5%;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .dropdown-toggle-4 {
    padding-right: 20px;
  }

  .section-7, .section-7-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-4-copy {
    padding-right: 20px;
  }

  .onas_3 {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .onas_3.only-single-page {
    margin-bottom: 70px;
  }

  .section-color-copy {
    background-color: #0801ee;
    padding: 70px 10px;
    position: static;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2-columns-copy {
    width: auto;
    max-width: none;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-copy {
    text-align: center;
  }

  .title-copy {
    text-align: left;
    margin-left: 0;
  }

  .title-copy.white {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .pleft-copy {
    flex: 0 auto;
  }

  .link-title-blog-large-copy {
    margin-top: 0;
    font-size: 26px;
  }

  .grid-blog-large-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-preview-blog-large-copy {
    border-radius: 5px;
    display: block;
  }

  .grid-blog-large-copy-copy, .grid-blog-large-copy-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-preview-blog-large-copy-copy {
    border-radius: 7px;
  }

  .illustration-1-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .grid-2-columns-copy-copy {
    width: auto;
    max-width: none;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-7-copy, ._3, ._3-copy3-copy, ._44, .section-7-copy-copy, ._3-copy3-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    width: 80%;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-33 {
    padding-top: 0;
  }

  .bold {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: dita, sans-serif;
  }

  .bold.sss {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .bold._22._88 {
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold._6565.fgfg {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold.vbvb.mn {
    margin-right: 0;
  }

  .bold-text-4 {
    width: 80%;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .div-block-34 {
    display: block;
  }

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

  .image-18 {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-20 {
    display: none;
  }

  .image-21, .div-block-37 {
    display: block;
  }

  .image-22 {
    display: none;
  }

  .image-23 {
    display: block;
  }

  .bold-text-5 {
    margin-bottom: 10px;
  }

  .text-block-6-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gallery-2 {
    padding: 0;
  }

  .gallery-grid-container-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-40 {
    display: block;
  }

  .image-24 {
    margin-left: 0;
  }

  .image-25 {
    display: none;
  }

  ._77 {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
  }

  .bold-text-7 {
    margin-bottom: 10px;
    display: block;
  }

  .bold-text-8 {
    color: #000;
  }

  .link-3 {
    color: #000;
    margin-left: 0;
  }

  .bold-text-9 {
    font-family: dita, sans-serif;
  }

  .div-block-43 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gallery-grid-container-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-44 {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

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

  .lgihtbox-copy-copy {
    display: block;
  }

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

  .lgihtbox-copy-copy-copy {
    display: block;
  }

  .image-26-copy-copy-copy, .image-26-copy-copy-copy-copy {
    height: 100%;
    display: block;
  }

  .image-26-copy-copy-copy-copy-copy {
    display: block;
  }

  .logo-copy {
    width: 140px;
    height: 0%;
    max-width: 140px;
    margin-bottom: 0;
    transition: transform .2s;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .image-29 {
    display: block;
  }

  .grid-4 {
    padding-bottom: 0;
  }

  .bold-text-14 {
    padding-top: 10px;
  }

  .bold-text-17 {
    margin-top: 10px;
  }

  .section-color-copy-copy {
    background-color: #0801ee;
    padding: 20px 10px 35px;
    position: static;
  }

  .subtitle-copy {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy.white {
    margin-left: 0;
  }

  .oferta_white {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .oferta_white.only-single-page {
    margin-bottom: 70px;
  }

  .title-center-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-grid-right-copy {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .plan-top-copy {
    max-width: 50%;
  }

  .info-contact-copy-copy {
    text-align: left;
    margin-top: 20px;
    padding: 25px;
  }

  .block-illustration-copy {
    min-height: auto;
    margin-top: 0;
    display: block;
    position: static;
  }

  .block-illustration-copy.mobile {
    display: block;
  }

  .illustration-1-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
    display: none;
    position: static;
  }

  .illustration-1-copy-copy {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .info-contact-copy-copy-copy {
    height: auto;
    margin: 20px auto 40px;
    padding: 25px;
    display: block;
  }

  .div-block-45 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .div-block-46 {
    margin: 0 0 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-46-copy.ww {
    margin-bottom: 0;
    padding: 20px 0%;
  }

  .div-block-46-copy-copy {
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-46-copy-copy-copy {
    justify-content: space-around;
    margin-left: 0;
    padding: 20px;
  }

  .title-copy {
    text-align: left;
    margin-left: 0;
  }

  .title-copy.white {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .title-copy {
    text-align: left;
    margin-left: 0;
  }

  .title-copy.white {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .title-copy {
    text-align: left;
    margin-left: 0;
  }

  .title-copy.white {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .title-copy-copy {
    color: #fff;
    text-align: center;
    margin-left: 0;
  }

  .title-copy-copy.white {
    width: 100%;
    max-width: none;
    margin-left: auto;
  }

  .plan-top-copy {
    max-width: 100%;
  }

  .image-32 {
    text-align: left;
    flex: 0 auto;
  }

  .lottie-animation-2 {
    height: 25px;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy {
    max-width: 70%;
    color: #0801ee;
    position: static;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .bold-text-18 {
    color: #fff;
    font-family: dita-cd, sans-serif;
    display: block;
  }

  .button-copy-copy-copy {
    max-width: 70%;
    color: #0801ee;
    position: static;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .grid-blog-large-copy-copy-copy, .grid-blog-large-copy-copy-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .button-copy-copy-copy {
    max-width: 70%;
    color: #0801ee;
    margin-left: 5%;
    position: static;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy-copy {
    max-width: 70%;
    color: #0801ee;
    position: static;
  }

  .button-copy-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .paragraph-7 {
    text-align: left;
    font-family: dita, sans-serif;
  }

  .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .bold-text-19, .link-13, .link-14, .link-15 {
    color: #6f6f74;
  }

  .teenerzy-copy {
    margin: 100px 5% 35px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy.first-single-page {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .teenerzy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .subtitle-copy {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy.white {
    text-align: center;
    margin-left: 0;
  }

  .teenerzy-copy-copy {
    margin: 0 5% 35px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy.only-single-page {
    margin: 0 0%;
    padding: 70px 5vw;
  }

  .button-copy {
    color: #0801ee;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .button-copy.yellow {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .animacja_hero-copy {
    display: none;
  }

  .div-block-49 {
    display: block;
  }

  .div-block-51 {
    flex: 0 auto;
  }

  .opinie-copy {
    margin: 0 2vw;
    padding: 40px 0% 70px;
  }

  .opinie-copy.first-single-page {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .opinie-copy.only-single-page {
    margin-bottom: 70px;
  }

  .teenerzy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .button-copy-copy {
    color: #0801ee;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .info-contact-copy {
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
  }

  .section-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .subtitle-copy-copy {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy-copy.white {
    margin-left: 0;
  }

  .button-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-52 {
    height: 100vh;
    background-image: linear-gradient(rgba(12, 37, 249, .59), rgba(12, 37, 249, .59)), url('../images/joel-jasmin-forestbird-efuwb5eBDrI-unsplash.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    margin-left: 0;
    padding-top: 50%;
    padding-left: 0;
  }

  .subtitle-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy.yellow {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy {
    color: #0801ee;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy.yellow {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .czytajwiecej {
    width: 200px;
    max-width: none;
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .czytajwiecej.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .teenerzy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 35px;
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .teenerzy-copy-copy-copy-copy.only-single-page {
    margin-bottom: 70px;
  }

  .button-copy-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy-copy.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-copy-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy-copy-copy.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-copy-copy-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .grid-blog-large-copy-copy-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-53 {
    text-align: left;
  }

  .div-block-54 {
    text-align: left;
    margin-top: 0;
  }

  .button-copy-copy-copy-copy {
    max-width: 70%;
    color: #0801ee;
    position: static;
  }

  .button-copy-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .button-copy-copy-copy-copy {
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-55 {
    height: 100%;
    max-height: none;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .title-contact-copy {
    text-align: left;
  }

  .text-advantage-copy {
    text-align: left;
    margin-top: 0;
  }

  .button-copy {
    color: #0801ee;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .button-copy.yellow {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .formularz {
    text-align: left;
    margin-top: 0;
  }

  .subtitle-copy {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .subtitle-copy.white {
    text-align: left;
    margin-left: 0;
  }

  .subtitle-copy-copy {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy-copy.white {
    text-align: center;
    margin-left: 0;
  }

  .block-price-copy {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 26px;
    display: block;
  }

  .subtitle-copy-copy {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy-copy.white {
    text-align: center;
    margin-left: 0;
  }

  .block-price-copy {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 26px;
    display: block;
  }

  .div-block-57 {
    display: block;
  }

  .div-block-58 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .info-contact-copy, .info-contact-copy-copy {
    height: auto;
    max-height: none;
    height: auto;
    max-height: none;
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }

  .kontakt_1 {
    height: auto;
    max-height: none;
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }

  .info-contact-copy-copy, .ofertowa_wyjazd1 {
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
  }

  .info-contact-copy-copy-copy-copy {
    height: auto;
    margin: 20px auto 40px;
    padding: 25px;
    display: block;
  }

  .ofertowa_wyjazd3 {
    height: auto;
    margin: 0 auto 40px;
    padding: 0 25px 0 0;
    display: block;
  }

  .kontakt_2 {
    height: auto;
    max-height: none;
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }

  .div-block-62 {
    padding-bottom: 60px;
  }

  .div-block-64 {
    padding-top: 20px;
  }

  .pakiet-dodatkowy {
    height: auto;
    margin: 0 auto;
    padding: 25px 0 0;
    display: block;
  }

  .ofertowa_wyjazd3-copy {
    height: auto;
    margin: 0 auto 20px;
    padding: 25px;
    display: block;
  }

  .title-contact-copy {
    text-align: left;
    text-align: left;
  }

  .title-contact-copy-copy {
    text-align: left;
  }

  .paragraph-contact-copy {
    color: #222229;
    text-align: left;
  }

  .h1-copy {
    margin-top: 0;
  }

  .title-contact-copy-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .title-contact-copy-copy-copy {
    text-align: left;
  }

  .grid-10 {
    display: block;
  }

  .b9 {
    margin-top: 10px;
    font-size: 20px;
  }

  .grid-11 {
    display: block;
  }

  .grid-12 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    display: flex;
  }

  .bold-text-24-copy-copy {
    margin-top: 0;
  }

  .bold-text-26 {
    margin-bottom: 5px;
  }

  .bold-text-27, .bold-text-28 {
    font-size: 20px;
  }

  .subtitle-copy-copy-copy-copy {
    padding-left: 10px;
  }

  .text-price-copy {
    font-family: dita-cd, sans-serif;
  }

  .div-block-71-copy {
    text-align: left;
  }

  .zobaczoferte {
    width: 200px;
    max-width: 70%;
    color: #0801ee;
    position: static;
  }

  .zobaczoferte.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-18-copy {
    padding: 20px;
  }

  .ofertowa_wyjazd3-copy {
    height: auto;
    height: auto;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 25px 0 0;
    display: block;
  }

  .ofertowa_wyjazd3-copy-copy {
    height: auto;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 25px 0 0;
    display: block;
  }

  .ofertowa_wyjazd3-copy-copy-copy {
    height: auto;
    margin: 0 auto 40px;
    padding: 0 25px 0 0;
    display: block;
  }

  ._666 {
    height: auto;
    margin: 0 0 40px;
    padding: 40px;
    display: block;
  }

  ._777, ._88 {
    height: auto;
    margin: 0 auto 40px;
    padding: 20px;
    display: block;
  }

  .ofertowa_wyjazd3-copy-copy {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 0 auto 20px;
    padding: 25px;
    display: grid;
  }

  .ofertowa_wyjazd3-copy {
    height: auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 20px auto;
    padding: 40px;
    display: grid;
  }

  .hero-section-copy-copy-copy {
    display: none;
  }

  .image-29-copy {
    display: block;
  }

  .div-block-46-copy-copy.ww {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-29-copy-copy {
    display: block;
  }

  .hero-section-copy-copy-copy {
    display: none;
  }

  .image-29-copy {
    display: block;
  }

  .hero-section-copy-copy-copy-copy {
    display: none;
  }

  .div-block-18-copy {
    margin-right: 0;
    padding: 0 0 20px;
  }

  .image-29-copy-copy {
    display: block;
  }

  .div-block-18-copy-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .hero-section-copy-copy-copy, .hero-section-copy-copy-copy-copy {
    display: none;
  }

  .div-block-52-copy {
    height: 100vh;
    background-image: linear-gradient(rgba(12, 37, 249, .59), rgba(12, 37, 249, .59)), url('../images/618ba96fd2a02644b214f417_krzysztof-kowalik-t8p9dbMpAzg-unsplash.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    margin-left: 0;
    padding-top: 50%;
    padding-left: 0;
  }

  .hero-section-copy-copy-copy {
    align-self: center;
    display: flex;
  }

  .animacja_hero-copy {
    display: none;
  }

  .hero-section-copy-copy-copy-copy {
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/lodowiec_2.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    display: flex;
    overflow: visible;
  }

  .title-contact-copy-copy-copy {
    text-align: left;
  }

  .mmm {
    text-align: left;
    margin-top: 10px;
  }

  .title-contact-copy-copy-copy {
    text-align: left;
    text-align: left;
  }

  .link-block-feature-copy-copy, .link-block-feature-copy-copy-copy, .link-block-feature-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 0 20px;
  }

  .blok2 {
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .title-contact-copy-copy-copy-copy {
    text-align: left;
  }

  .hero-section-copy-copy-copy-copy-copy {
    display: none;
  }

  .title-contact-copy-copy-copy {
    text-align: left;
    margin-top: 20px;
  }

  .hero-section-copy-copy-copy-copy-copy-copy {
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/5508_Schladming_Winter_blaue_Stunde-c-Martin-Huber.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .title-contact-copy-copy-copy {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .title-contact-copy-copy-copy-copy {
    text-align: left;
    text-align: left;
  }

  .title-contact-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy {
    text-align: left;
  }

  .image-29-copy-copy-copy {
    display: block;
  }

  .grid-6-copy-copy-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .image-29-copy-copy-copy {
    display: block;
  }

  .div-block-33-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid-10-copy {
    display: block;
  }

  .text-block-6-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .grid-8-copy-copy-copy {
    display: block;
  }

  .plan-top-copy {
    max-width: 50%;
  }

  .title-contact-copy-copy-copy {
    text-align: left;
  }

  .ofertowa_wyjazd3-copy-copy-copy {
    height: auto;
    margin: 0 auto 20px;
    padding: 40px;
    display: block;
  }

  .text-advantage-copy-copy {
    text-align: left;
    margin-top: 0;
  }

  .bold-text-14-copy {
    padding-top: 10px;
  }

  .image-28-copy-copy-copy-copy {
    display: block;
  }

  .bold-text-15-copy {
    margin-bottom: 10px;
  }

  .text-span-8-copy {
    display: block;
  }

  .img_tui {
    width: 100%;
    max-width: none;
    display: block;
  }

  .text-block-6-copy {
    margin-top: 0;
    padding-right: 0;
  }

  .hotel_tui, .tui_miasteczko {
    margin-top: 20px;
    display: block;
  }

  .text-block-6-copy-copy-copy, .text-block-6-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .plan-top-copy {
    max-width: 100%;
  }

  .div-block-74-copy {
    margin-top: 10px;
  }

  .ski_amade {
    margin-left: auto;
    margin-right: auto;
  }

  .alpabachtal-wild {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid_alpabachtal {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .title-contact-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy {
    text-align: left;
    margin-top: 10px;
  }

  .div-block-75 {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .subtitle-copy-copy-copy-copy-copy {
    padding-left: 0;
  }

  .title-contact-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-contact-copy-copy {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-contact-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-contact-copy-copy, .title-contact-copy-copy-copy {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-6-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-6-copy-copy-copy, .text-block-6-copy-copy, .text-block-6-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  ._7gh {
    padding-left: 0;
    padding-right: 0;
  }

  .block-text-blog-large-copy {
    border-radius: 5px;
    padding: 30px 28px;
  }

  .title-contact-copy-copy-copy-copy {
    text-align: left;
  }

  .link-18 {
    display: block;
  }

  .miasteczko {
    padding-right: 0;
  }

  .miasteczko2 {
    margin-top: 20px;
    padding-right: 0;
  }

  .dropdown-7 {
    text-align: right;
  }

  .dropdown-toggle-6 {
    text-align: right;
    justify-content: flex-end;
  }

  .dropdown-toggle-6.w--open {
    border-radius: 15px;
  }

  .dropdown-link-3, .dropdown-link-4 {
    color: #fff;
    text-align: right;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .dropdown-link-5 {
    color: #fff;
    text-align: right;
    border: 1px solid #fff;
    border-radius: 5px;
  }

  .dropdown-list-7 {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list-7.w--open {
    background-color: #0801ee;
  }

  .text-block-6-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-6-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-19 {
    display: block;
  }

  .title-contact-copy-copy-copy-copy-copy {
    text-align: left;
    margin-top: 10px;
  }

  .navbar-copy {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0%;
    padding: 5% 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0;
    right: 0%;
    box-shadow: 0 3px 20px -13px rgba(0, 0, 0, .56);
  }

  .text-block-6-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-6-copy-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .title-contact-copy, .title-contact-copy-copy {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .text-block-6-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-11 {
    padding: 60px 20px;
  }

  ._666-copy {
    height: auto;
    margin: 40px auto;
    padding: 20px;
    display: block;
  }

  .title-center-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-center-copy.white {
    margin-bottom: 10px;
  }

  .title-center-copy-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-center-copy-copy.white {
    margin-top: 10px;
  }

  .title-contact-copy-copy-copy-copy-copy {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .title-contact-copy-copy-copy-copy {
    text-align: left;
    margin-top: 20px;
  }

  .div-block-62-copy {
    padding-top: 0%;
    padding-bottom: 60px;
  }

  .title-center-copy-copy-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-center-copy-copy-copy.white {
    max-width: none;
    text-align: left;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18-copy-copy-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .pozostale_auffach {
    height: auto;
    margin: 20px auto 40px 0;
    padding: 40px;
    display: block;
  }

  .title-contact-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy, .skiamade_cena, .auffach_cena, .title-contact-copy-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy, .title-contact-copy-copy-copy-copy-copy-copy {
    text-align: left;
  }

  .rich-text-block-2 {
    width: auto;
  }

  .text-block-6-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .title-contact-copy-copy-copy-copy-copy-copy {
    text-align: left;
    text-align: left;
  }

  .subtitle-copy-copy-copy {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-copy-copy-copy.white {
    margin-left: 0;
  }

  .subtitle-copy-copy-copy-copy, .sub_title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-6-copy-copy, .text-block-6-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-46-copy-copy-copy.ww {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-18-copy {
    display: block;
  }

  .text-block-6-copy-copy {
    margin-top: 0;
    padding-right: 0;
  }

  .img_tui-copy {
    width: 100%;
    max-width: none;
    display: block;
  }

  .tui_miasteczko-copy {
    margin-top: 20px;
    display: block;
  }

  .text-advantage-copy-copy, .text-advantage-copy-copy-copy {
    text-align: left;
    margin-top: 0;
  }

  .div-block-79 {
    margin-right: 20px;
  }

  .platnosci {
    text-align: left;
    margin-top: 10px;
  }

  .image-28-copy-copy-copy-copy-copy {
    display: block;
  }

  .image-18-copy {
    margin-left: 0;
  }

  .image-22-copy {
    display: none;
  }

  .hotel_tui-copy {
    margin-top: 20px;
    display: block;
  }

  .image-23-copy {
    display: block;
  }

  .image-22-copy {
    display: none;
  }

  .tui_miasteczko-copy, .hotel_tui-copy {
    margin-top: 20px;
    display: block;
  }

  .img_tui-copy {
    width: 100%;
    max-width: none;
    display: block;
  }

  .text-block-6-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-6-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-6-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy, .text-block-6-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .block-price-copy-copy {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 26px;
    display: block;
  }

  .div-block-80 {
    width: auto;
    display: block;
  }

  .section-12 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .animacja_hero-copy {
    display: block;
  }

  .link-block-feature-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-3-copy {
    font-size: 9vw;
  }

  .link-block-feature-copy-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 0 20px;
  }

  .section-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .h8 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-feature-copy-copy-copy {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 20px 20px;
  }

  .title-center-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-center-copy.white {
    margin-bottom: 10px;
  }

  .grid-4-columns-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-bottom: 40px;
  }

  .animacja_hero-copy-copy {
    display: none;
  }

  .grid-4-columns-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-bottom: 0;
    padding-bottom: 60px;
    display: block;
  }

  .boofitting {
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/DSC02047-kopia_1_1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .title-feature-copy-copy.white {
    text-align: center;
  }

  .quick-stack {
    flex: 0 auto;
  }

  .link-block-feature-copy-copy-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 0 20px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 0 20px;
  }

  .html-embed-2 {
    border-radius: 0;
  }

  .link-block-feature-copy-copy-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 60px 0 20px;
  }

  .grid-4-columns-copy-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-feature-copy-copy-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 40px 20px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 40px 20px;
  }

  .link-block-feature-copy-copy-copy-copy {
    background-color: #fff;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px 10px;
  }

  .link-block-feature-copy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 40px 20px;
  }

  .link-block-feature-copy-copy-copy-copy-copy-copy {
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 0 20px;
  }

  .html-embed-6 {
    display: none;
  }

  .link-block-feature-copy-copy-copy-copy-copy-copy-copy {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .animacja_hero-copy {
    display: block;
    position: static;
  }

  .animacja_hero-copy-copy {
    height: auto;
    display: block;
  }

  .animacja_hero-copy-copy-copy {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-copy-copy-copy {
    max-width: 50%;
    color: #0801ee;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .button-copy-copy-copy.yellow {
    margin-left: 0;
    margin-right: auto;
  }

  .html-embed-7 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-4-columns-copy {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-n {
    width: 130px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    transition: transform .2s;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .text-block-6-copy-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-6-copy-copy {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section-11-copy {
    padding: 60px 20px;
  }

  .karnet {
    max-width: 50%;
  }

  .img_tui-copy {
    width: 100%;
    max-width: none;
    display: block;
  }

  .hotel_tui-copy-copy {
    margin-top: 20px;
    display: block;
  }

  .kaunertal-mapa {
    display: block;
  }

  .div-block-18-copy-copy-copy-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .karnett {
    max-width: 50%;
  }

  .block-price-copy-copy {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 26px;
    display: block;
  }

  .sub2, .subtitle-copy-copy-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .block-price-copy-copy-copy {
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 26px;
    display: block;
  }

  .austria-i {
    background-image: linear-gradient(rgba(8, 1, 238, .65), rgba(8, 1, 238, .65)), url('../images/5508_Schladming_Winter_blaue_Stunde-c-Martin-Huber.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .subtitle-copy-copy-copy-copy-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .kaunetal-box {
    height: auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 20px auto;
    padding: 40px;
    display: grid;
  }
}

#w-node-_5e83efaa3e5edb419d2634d300000000000d-939da658 {
  justify-self: center;
}

#w-node-d806616d-4071-3a6b-e793-f2bb21edca20-eb9da663 {
  justify-self: start;
}

#w-node-d806616d-4071-3a6b-e793-f2bb21edca21-eb9da663 {
  align-self: center;
}

#w-node-d806616d-4071-3a6b-e793-f2bb21edca2a-eb9da663 {
  align-self: start;
  justify-self: start;
}

#w-node-d806616d-4071-3a6b-e793-f2bb21edca32-eb9da663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d806616d-4071-3a6b-e793-f2bb21edca5c-eb9da663 {
  justify-self: start;
}

#w-node-d806616d-4071-3a6b-e793-f2bb21edca64-eb9da663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7a83a98-29c7-8da1-b259-8a638c0f8f57-eb9da663 {
  align-self: center;
}

#w-node-b7a83a98-29c7-8da1-b259-8a638c0f8f5e-eb9da663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c398925-a7b0-66bd-82cf-fd471b362d88-eb9da663 {
  justify-self: start;
}

#w-node-_3c398925-a7b0-66bd-82cf-fd471b362d90-eb9da663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9acadfda-b803-266a-2a79-189f22fb9b9b-eb9da663 {
  align-self: center;
}

#w-node-_9acadfda-b803-266a-2a79-189f22fb9ba2-eb9da663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f395549-0254-5936-200b-a1ce7eca1aea-0c9da665 {
  align-self: auto;
}

#w-node-ce495c99-5e7c-1ffd-5560-07e8ac6f94b9-deeae61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f395549-0254-5936-200b-a1ce7eca1aea-4062e4f8, #w-node-_1f395549-0254-5936-200b-a1ce7eca1af0-4062e4f8, #w-node-_1f395549-0254-5936-200b-a1ce7eca1af6-4062e4f8, #w-node-_1f395549-0254-5936-200b-a1ce7eca1afc-4062e4f8 {
  align-self: start;
}

#w-node-_0b8c1e29-a47d-9d42-93cd-271f671102d6-9dca9b25 {
  align-self: auto;
}

#w-node-_0b8c1e29-a47d-9d42-93cd-271f671102dc-9dca9b25, #w-node-_0b8c1e29-a47d-9d42-93cd-271f671102e2-9dca9b25 {
  align-self: start;
}

#w-node-_34cf848b-af3d-614a-b1ae-203c59f59b4f-9dca9b25 {
  align-self: auto;
}

#w-node-_4204cc6a-99f6-1372-07a0-6df9892f4ce6-57050bec {
  align-self: center;
}

#w-node-_7e86326d-f208-a209-16c0-c8a1aff3207c-57050bec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652d8e-57050bec, #w-node-ea75b570-b51f-e709-7c0f-aed56b652d8f-57050bec, #w-node-ea75b570-b51f-e709-7c0f-aed56b652d9d-57050bec, #w-node-ea75b570-b51f-e709-7c0f-aed56b652dbf-57050bec, #w-node-ea75b570-b51f-e709-7c0f-aed56b652dd7-57050bec {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652de0-57050bec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_540163c0-b719-8189-fb45-0f8ad94583eb-57050bec {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e4f-57050bec {
  align-self: auto;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e58-57050bec {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e70-57050bec {
  align-self: center;
  justify-self: auto;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e75-57050bec {
  align-self: center;
}

#w-node-_492015f3-4923-1701-67df-0ff863a60710-57050bec, #w-node-_6135d44b-3016-9118-1d4f-d24540b86187-57050bec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3e89ffea-a734-9c5f-3dcc-db694079016b-5356e09f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3e89ffea-a734-9c5f-3dcc-db694079016c-5356e09f, #w-node-_3e89ffea-a734-9c5f-3dcc-db6940790175-5356e09f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4204cc6a-99f6-1372-07a0-6df9892f4cda-17355892, #w-node-b5aefe32-fbf9-351e-0b7f-9bb7f2cfe277-17355892 {
  align-self: center;
}

#w-node-cda0ca2d-61c6-ac5c-836f-efef070468fb-17355892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4204cc6a-99f6-1372-07a0-6df9892f4ce6-17355892 {
  align-self: center;
}

#w-node-_7e86326d-f208-a209-16c0-c8a1aff3207c-17355892 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652d8e-17355892, #w-node-ea75b570-b51f-e709-7c0f-aed56b652d8f-17355892, #w-node-ea75b570-b51f-e709-7c0f-aed56b652d9d-17355892, #w-node-ea75b570-b51f-e709-7c0f-aed56b652dbf-17355892, #w-node-_0f829d61-d339-a9d8-678d-bc1f7547db1e-17355892, #w-node-_00fa6709-2a85-dc57-d4ee-8d6be2cc3af1-17355892, #w-node-ea75b570-b51f-e709-7c0f-aed56b652dd7-17355892 {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652de0-17355892 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e4f-17355892 {
  align-self: auto;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e58-17355892 {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e70-17355892 {
  align-self: center;
  justify-self: auto;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e75-17355892 {
  align-self: center;
}

#w-node-_65013fcf-e7e7-ad59-bb03-ea082a8839ee-17355892 {
  align-self: auto;
}

#w-node-_65013fcf-e7e7-ad59-bb03-ea082a8839f7-17355892 {
  align-self: center;
}

#w-node-_492015f3-4923-1701-67df-0ff863a60710-17355892, #w-node-_6135d44b-3016-9118-1d4f-d24540b86187-17355892 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4627a21d-a9ca-930c-ef2b-1fb981b7906c-96fa092b {
  align-self: center;
}

#w-node-_4627a21d-a9ca-930c-ef2b-1fb981b79073-96fa092b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e86326d-f208-a209-16c0-c8a1aff3207c-96fa092b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652d8e-96fa092b, #w-node-ea75b570-b51f-e709-7c0f-aed56b652d8f-96fa092b, #w-node-ea75b570-b51f-e709-7c0f-aed56b652d9d-96fa092b, #w-node-ea75b570-b51f-e709-7c0f-aed56b652dbf-96fa092b, #w-node-_0f829d61-d339-a9d8-678d-bc1f7547db1e-96fa092b, #w-node-ea75b570-b51f-e709-7c0f-aed56b652dd7-96fa092b {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652de0-96fa092b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15dff1bc-75b8-88cf-c954-44c55d895072-96fa092b {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e4f-96fa092b {
  align-self: auto;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e58-96fa092b {
  align-self: center;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e70-96fa092b {
  align-self: center;
  justify-self: auto;
}

#w-node-ea75b570-b51f-e709-7c0f-aed56b652e75-96fa092b {
  align-self: center;
}

#w-node-_492015f3-4923-1701-67df-0ff863a60708-96fa092b {
  justify-self: start;
}

#w-node-_492015f3-4923-1701-67df-0ff863a60710-96fa092b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6135d44b-3016-9118-1d4f-d24540b8617f-96fa092b {
  justify-self: start;
}

#w-node-_6135d44b-3016-9118-1d4f-d24540b86187-96fa092b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_0f829d61-d339-a9d8-678d-bc1f7547db1e-96fa092b, #w-node-_15dff1bc-75b8-88cf-c954-44c55d895058-96fa092b {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5e4b5009-2175-bcbd-974f-dceaa7b79919-a7b79916 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b8c1e29-a47d-9d42-93cd-271f671102e8-9dca9b25 {
    align-self: start;
  }

  #w-node-_3e89ffea-a734-9c5f-3dcc-db694079016b-5356e09f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_3e89ffea-a734-9c5f-3dcc-db694079016c-5356e09f, #w-node-_3e89ffea-a734-9c5f-3dcc-db6940790175-5356e09f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e4b5009-2175-bcbd-974f-dceaa7b79919-a7b79916 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b8c1e29-a47d-9d42-93cd-271f671102d6-9dca9b25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_3e89ffea-a734-9c5f-3dcc-db694079016b-5356e09f {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_3e89ffea-a734-9c5f-3dcc-db694079016c-5356e09f, #w-node-_3e89ffea-a734-9c5f-3dcc-db6940790175-5356e09f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


