:root {
  --vw-navy: #001e50;
  --text-color: #333;
  --light-gray: #f9f9f9;
  --white: #ffffff;
}

body{
  margin:0px;
  padding:0px;
  font-family: 'vwhead';
  padding-bottom:0px;
  overflow-x: hidden;
  position: relative;
}
html {
  scroll-behavior: smooth;
}
p,h1,h2,h3,h4{
  margin:0;
}

strong{
  font-weight: bold;
}

a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
}
*::after,*::before,*{
  box-sizing: border-box;
}
.c-baner{
  position: relative;
  display: flex;
}

.floating-btn {
  position: fixed;
  bottom: 10%;
  right: 2%;
  z-index: 100;
}

.floating-btn .c-btn {
  min-width: 100%;
  width: fit-content;
  display: block;
  padding: 17px 15px;
  border-radius: 50%;
}

.floating-btn .c-btn:hover {
  scale: 1.2;
}

.floating-btn img {
  width: 40px;
  display: block;
}

picture {
  width: 100%;
}
.c-baner-img{
  width: 100%;
}
.c-baner-text{
  position: absolute;
  width: 100%;
  bottom: -140px;
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 25%, rgba(0,33,84,1) 50%, rgba(255,255,255,0) 50%);
  color: #fff;
  padding-bottom: 2rem;
}
.c-baner-text-box{
  width: 50%;
  padding: 2rem 0;
}
.c-baner-mobile{
  display: none;
}
.c-baner-title{
  font-size: 5rem;
  font-weight: 700;
}
.c-baner-subtitle{
  font-size: 2.5rem;
  font-weight: 100;
}
.c-baner-subtitle-sm{
  font-size: 1.5rem;
  font-weight: 100;
}
.c-baner-subtitle-sm.mobile{
  display: none;
}
.c-baner-form{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
}
.c-baner-form .c-container{
  max-width: 100%;
}
.c-baner-btn-wrap{
  margin-top: 2rem;
}
.c-baner-btn{
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 1rem 3rem;
  transition: all .5s ease-in-out;
  min-width: 275px;
  text-align: center;
}
.c-baner-btn:hover{
  background-color: #002f65;
}
.c-baner-btn-text{
  font-size: 14px;
  color: #002f65;
  font-weight: 700;
  transition: all .5s ease-in-out;

}
.c-baner-btn:hover > .c-baner-btn-text{
  color: #fff;
}
.c-bg-form{
  background-color: #fff;
  height: 100%;
}
.c-title{
  font-size: 1.5rem;
  padding-bottom: 2rem;
  display: none;
}
.c-line-wrapper{
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  padding: 0.5rem 0;
  z-index: 9999;
}
.c-logo-line {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-basis {
  flex-basis: 333.33%;
}
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0px 14px;
}
.c-logo img {
  /* width: 64px;
  height: 64px; */
  max-width: unset;
}
.logo {
  position: absolute;
  top: 3.39vw;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 17px;
  z-index: 2;
}

.logo a {
  max-width: 54px;
  width: 100%;
}

.logo::after,
.logo::before {
  display: block;
  content: '';
  max-width: calc(100% - 17px);
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

.logo::after {
  max-width: 29.53vw;
}
.c-container{
  max-width: 1580px;
  margin: 0 auto;
}
.c-container-big{
  max-width: 1920px;
  margin: 0 auto;
}
.section-margin{
  margin: 70px auto;
  max-width: 1600px;
  
}
.section-mt{
  margin-top: 200px;
}
.section-blue{
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
}
.w100{
  width: 100%;
}
.photo-text {
    display: flex;
}
.photo-text__between{
  justify-content: space-between;
}
.photo-text__center{
  align-items: center;
}
.photo-text__col {
}
.photo-text__col--50{
  width: 50%;
}
.photo-text__col--48{
  width: 48%;
}
.photo-text__col-f1{
  flex: 1;
}
.photo-text__col-f1.mr20{
  margin-right: 20px;
}
.photo-text__col.ml50{
  margin-left: 50px;
}
.photo-text__intro{
  padding: calc(482px - 280px) 1rem 0 0;
}
.photo-text__wrap{
  margin-bottom: 40px;
}
.photo-text__cta{
  display: flex;
  margin: 20px 0;
}
.photo-text__button{
  display: inline-block;
  background-color: transparent;
  border: 3px solid #fff;
  min-width: 260px;
  text-align: center;
  padding: .8rem 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 30px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.photo-text__button:hover{
  background-color: #fff;
  color: #000;
}
.photo-text.white{
  color: #fff;
}
.title__h2{
  font-size: 5.35rem;
  font-weight: 100;
}
.subtitle__p {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 300;
}
.title__h2.mb70{
  margin-bottom: 70px;
}
.title__h3{
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 100;
}
.title__h4{
  font-size: 1.85rem;
  margin-bottom: 40px;
}
.title__h4.white{
  color: #fff;
}

.funding{
  color: #fff;
  padding: 50px 0;
}
.funding__icons{
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
.funding__icons-item{
  padding: 0 50px;
  text-align: center;
}
.funding__icons-icon{
  min-height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.pricebox{
  padding: 3rem 2rem;
  border: 2px solid #002154;
  max-width: 500px;
  position: relative;
  color: #002154;
}
.pricebox__title{
  position: absolute;
  font-weight: 700;
  color: #002154;
  background-color: #fff;
  padding: 0 1rem;
  top: -25px;
  margin: 0;
}
.price{
  font-size: 42px;
}
.price.white{
  color: #fff;
}
.price span{
  font-size: 30px;
}
.price-row{
  display: flex;
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
  color: #fff;
  padding: 1.5rem;
  position: relative;
}
.price-row::after{
  content: "";
  background: #002154;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.price-col{
  flex: 1;
  margin-right: 30px;
}
.price-text{
  margin: 15px 0;
  font-weight: 100;
}

.container{
  padding: 0 6vw;
}

.c-text-box{
  padding: 2rem;
}
.c-text{
  font-size: 2rem;
  text-align: center;
}
.c-text-center{
  text-align: center;
}
.c-btn-row{
  padding: 2rem 0;
}
.c-text-btn{
  background-color: #00A4E4;
  color: #fff;
  padding: .5rem 2rem;
  display: inline-block;
  cursor: pointer;
}
.c-salon {
  position: absolute;
  top: 1.5vw;
  left: 6vw;
}

.c-salon span {
  font-size: 1.09vw;
  font-weight: 600;
  color: #fff;
}
.c-mobile-salon{
  display: none;
}
.c-mobile-salon span{
  font-weight: 600;
}
.c-relative{
  position: relative;
}
.c-footer{
  background-color: #F4F4F4;
}
.c-footer-container{
  padding: 2rem;
}
.c-footer-title{
  font-size: 22px;
  margin-bottom: 1rem;
}
.text-rest-mobile{
  display: none;
}
.c-baner-header{
  position: absolute;
  left: 6vw;
  bottom: 3.91vw;
  color: #ffffff;
}
.c-baner-header h1{
  font-size: 4.01vw;
  line-height: 1.1;
  font-weight: 200;
}

.header{
  margin: 100px 20px;
}

.header .title {
  margin: 30px 0;
}
.box__container {
  display: flex;
  margin-top: 125px;
  gap: 40px;
}
.box__container.row-reverse {
  flex-direction: row-reverse;
}

.text-right h3 {
  text-align: end;
}
.box__box {
  flex: 1;
}

.box__image {
  overflow: hidden;
}
.box__image img {
  transition: all .3s ease-in-out;
  
}

.box__image img:hover {
  scale: 1.1;
}
.box__box.text h3 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 35px;
}
.box__box.text p {
  font-size: 20px;
  padding-left: 12%;
  margin-bottom: 60px;
}
.box__box .c-btn {
  display: inline-block;
  margin: 0;
}
.box__point {
  display: flex;
  position: relative;
}
.box__box.text .box__point p {
  padding-left: 20px;
}
.box__point::before {
  display: block;
  width: 20px;
  min-width: 20px;
  height:42px;
  margin-top: 3px;
  background-color: #001e50;
  content: '';
}

.title h2, .title h3{
  font-size: clamp(30px, 3.33vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.title p {
  text-align: center;
  margin-top: 30px;
}
.title p,
.text {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 200;
}

.data{
  margin: 70px 0px;
}
.data__content{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media(max-width: 1818px) {
  .data__content {
    max-width: 1190px;
    margin: 0 auto;
  }
}
@media(max-width: 1370px) {
  .data__content {
    max-width: 780px;
  }
}
@media(max-width: 820px) {
  .data__content {
    justify-content: center;
  }
}
.data__content-elem{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 370px;
  max-width: calc((100% / 4) - 30px);
  width: 100%;
  height: 150px;
  border-radius: 7px;
  border: 1px solid #000;
  padding: 15px 15px 35px 40px;
}
.data__content-elem.highlight::before {
  display: block;
  width: 22px;
  height: 57px;
  position: absolute;
  left: 0;
  bottom: 37px;
  background-color: #001e50;
  content: '';
}
.data__content-elem p{
  font-size: 20px;
  line-height: 1.1;
  font-weight: 200;
}
.data__content-elem h5{
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  margin: 6px 0px 0px 0px;
}
.data__content-elem sup {
  font-size: 14px;
}
.data__endnote {
  margin-top: 60px;
  color: #404759;
  font-size: 15px;
}
.data__btn{
  max-width: 275px;
  width: 100%;
  padding: 11px 20px;
  background-color: #00396e;
  border: 1px solid #001e50;
  color: #ffffff;
  text-align: center;
  border-radius: 22px;
  margin: 70px auto;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.data__btn:hover{
  background-color: #ffffff;
  color: #001e50;
}

@media(max-width: 767px) {
.logo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-block: 10px;
    gap: 0px 10px;
  }

  .logo::after,
  .logo::before {
    background-color: #001e50;
  }

  .logo svg path {
    fill: #001e50;
  }

  .logo a {
    max-width: 40px;
  }
}

@media(min-width: 768px) {
}


@media(max-width: 960px) {
  .container {
    padding: 0;
  }

  .container img {
   display: block;
   width: 100%;
  }

  .container .header {
    margin-inline: 0;
  }

  .box__container {
    flex-direction: column;
    margin-top: 30px;
  }
  .box__container.row-reverse,
  .box__container.reverse {
    flex-direction: column-reverse;
  }

  .box__box.text {
    margin-inline: 20px;
  }
}

@media(min-width: 2000px){
  .c-container{
    max-width: 1920px;
  }
}
@media(min-width: 1920px){
  .data__btn {
    max-width: 14.32vw;
    font-size: 0.83vw;
  }
}
@media(max-width:1700px){
  .c-text br{
    display: none;
  }
}
@media(max-width:1600px){
  .c-line-wrapper{
    top: 10px;
  }
  .c-container{
    max-width: 90%;
  }
  .title__h2{
    font-size: 4rem;
  }
  .photo-text__col--60{
    width: 60%;
  }
  .box__box.text p {
    padding-left: 9%;  
  }
}
@media(max-width:1470px){

}
@media(max-width: 1400px){
  .c-text {
    font-size: 1.5rem;
  }
}
@media(max-width: 1350px){
  .c-baner{
    flex-direction: column;
  }
  .c-baner-form{
    position: relative;
    max-width: 100%;
    height: inherit;
  }

  .c-baner-desktop{
    display: none;
  }
  .c-baner-mobile, .c-title{
    display: block;
  }
  .c-baner-title {
    font-size: 2.5rem;
  }
  .c-baner-subtitle{
    font-size: 2rem;
  }
  .title__h2 {
    font-size: 2.35rem;
}
.c-baner-subtitle-sm{
  font-size: 1.2rem;
}
}
@media(max-width: 1300px){
  .photo-text__button{
    min-width: 190px;
  }
  .pricebox{
    padding: 3rem 1rem;
  }
  .price {
    font-size: 36px;
  }
  .header{
    gap: 50px;
    margin: 70px 20px;
  }
  .data{
    margin: 50px 20px;
  }
  .data__btn {
    margin: 50px auto;
  }
}
@media(max-width: 1150px){
  .title__h3 br{
    display: none;
  }
  .photo-text__intro {
    padding: calc(482px - 315px) 1rem 0 0;
  }
  .funding__icons-item {
    padding: 0 30px;
  }
  .data__content-elem {
    max-width: calc((100% / 3) - 8px);
  }
}
@media(max-width: 1024px){
  .c-text{
    padding: 0 1.5rem;
  }
  .c-text br{
    display: none;
  }
  .title__h2 {
    font-size: 2.15rem;
}
}
@media(max-width: 960px){
  .c-baner{
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: unset;
  }
  .c-logo img {
    max-width: 80px;
  }
  .c-logo {
    margin: 0px 7px;
  }
  .logo {
    margin-top: 10px;
  }
  .c-salon {
    display: none;
  }
  .c-line-wrapper{
    top: 0;
  }
  .c-baner-text{
    bottom: 0;
    position: relative;
    background: rgb(1,63,117);
    background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
  }
  .c-baner-text-box{
    width: 100%;
  }
  .photo-text__intro{
    padding: 2rem 1rem 0 0;
  }
  .funding__icons-icon img{
    max-width: 70px;
  }
  .funding__icons-item {
    padding: 0 15px;
  }
  .photo-text__cta{
    display: block;
  }
  .photo-text__button{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .price-row{
    display: block;
  }
  .header{
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 20px;
  }
  .header .title, .header .text {
    max-width: 100%;
  }
  .header__line {
    max-width: 273px;
    width: 100%;
    height: 1px;
  }
    .data__content-elem {
      min-width: 100%;
      padding: 20px 20px 35px 35px;
    }
    .data__content-elem p {
      font-size: 18px;
    }
    .data__content-elem h5 {
      font-size: 20px;
    }
    .box__box.text h3 {
      font-size: 30px;
    }
    .box__box.text p {
      padding-left: 7%; }
    .data__endnote {
      font-size: 13px;
    }
}

@media(max-width: 768px){
  .c-baner {
    display: block;
  }
  .c-baner-header {
    position: initial;
    color: #000;
    padding: 30px 20px 0;
  }
  .section-mt{
    margin-top: 70px;
  }
  .text-rest-mobile{
    display: inline;
  }
  .text-rest-desktop{
    display: none;
  }
  .photo-text{
    flex-direction: column;
  }
  .photo-text__col{
    width: 100%;
    padding-bottom: 2rem;
  }
  .photo-text__col.center{
    text-align: center;
  }
  .photo-text__col.order-2{
    order: 2;
  }
  .photo-text__col.mobile-pt{
    padding-top: 50px;
  }
  .c-baner-title {
    font-size: 2.5rem;
  }
  .c-logo img{
    /* width: 45px;
    height: 45px; */
  }
  .c-baner-btn-wrap {
    margin-top: .5rem;
  }
  .c-baner-btn{
    padding: .5rem 2rem;
    min-width: 150px;
  }
  .funding__icons{
    display: block;
  }
  .funding__icons-item{
    margin-bottom: 30px;
  }
  .price-row::after{
    display: none;
  }
  .photo-text__col.ml50 {
    margin-left: 0;
  }

  .photo-text__col-f1.mr20 {
    margin-right: 0;
  }
}
@media(max-width: 650px){
  .data__content-elem {
    max-width: calc((100% / 2) - 8px);
  }
}
@media(max-width: 570px){
  .c-text-box {
    padding: 2rem 1rem;
  }
  .c-baner-subtitle-sm br{
    display: none;
  }
  .title__h2 {
    font-size: 1.8rem;
}
}
@media(max-width: 525px){
  /* .c-logo-line{
    display: none;
  } */
  .c-logo img {
    /* width: 32px;
    height: 32px; */
  }
  /* .c-mobile-salon{
    display: block;
  } */
  .c-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
  /* .c-line-wrapper{
    position: relative;
    order: 0;
  } */
  /* .c-logo-line{
    background: #000;
  }
  .logo-hide{
    display: none;
  }
  .logo-mobile{
    display: block;
  } */
  .c-baner-img{
    order: 1;
  }
  .c-baner-text{
    order: 2;
  }
  .c-baner-form{
    order: 4;
  }
  .c-baner-btn-wrap{
    text-align: center;
  }
  .c-baner-btn{
    background-color: #002f65;
  }
  .c-baner-btn-text{
    color: #fff;
  }
  .c-footer-title{
    font-size: 18px;
  }
  .c-footer-link{
    font-size: 14px;
  }
  .c-baner-subtitle{
    font-size: 1.5rem;
  }
  .c-baner-subtitle-sm{
    font-size: 1rem;
  }
  .data__content-elem {
    max-width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner{
    display: block;
  }
  .c-baner-form{
    width: 100%;
  }
}


.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}

.c-baner-header {
  display: none;
}

.hero-title {
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-title strong {
  display: block;
  font-weight: 700;
  margin-top: 5px;
}

.sub-title {
  display: block;
  font-weight: 300;
  opacity: 0.9;
}

.partner-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.partner-label {
  font-size: 16px;
  font-weight: bold;
}

.partner-logo img {
  width: 160px;
}

/* Przycisk */
.btn-event {
  display: inline-block;
  background-color: var(--vw-navy);
  color: var(--white);
  padding: 15px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: transform 0.2s, background-color 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-event:hover {
  background-color: #002d7a;
  transform: scale(1.05);
}

.limit-info {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .c-baner-header {
    display: block;
  }

  .hero-title {
    font-size: 24px !important;
  }

  .partner-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-event {
    width: 100%;
    text-align: center;
  }
}

.hero-section {
  text-align: center;
  margin-bottom: 60px;
}

.hero-section h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}

.hero-section h1 span {
  font-weight: 900;
}

.lead-text,
.bonus-box,
.info-text {
  font-weight: 300;
}

.bonus-box strong,
.info-text strong {
  font-weight: 500;
}

.lead-text {
  font-size: 18px;
  margin-bottom: 25px;
}

.bonus-box {
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 25px;
}

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

.why-worth-it {
  text-align: center;
  margin-bottom: 80px;
}

.why-worth-it h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.tile {
  position: relative;
  overflow: hidden;
  height: 355px;
  color: var(--white);
  text-align: left;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.tile h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.tile p {
  font-size: 14px;
  opacity: 0.9;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.how-image img {
  width: 100%;
}

.how-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.steps-list {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.steps-list li {
  margin-bottom: 10px;
}

.disclaimer {
  font-size: 12px;
  color: #666;
  margin-bottom: 30px;
}

.btn-main {
  display: inline-block;
  background-color: var(--vw-navy);
  color: var(--white);
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: 0.3s;
  margin-bottom: 40px;
}

.btn-main:hover {
  background-color: #003380;
  transform: translateY(-2px);
}

.partner-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.partner-box img {
  width: 200px;
}
.partner-box span {
  font-weight: bold;
  font-size: 20px;
}

.second-baner {
  background-color: var(--vw-navy);
  padding-bottom: 40px;
  margin-top: 40px;
  z-index: -1;
}

@media (max-width: 768px) {
  .how-grid {
    grid-template-columns: 1fr;
  }

  .hero-section h1 {
    font-size: 22px;
  }

  .how-content {
    order: -1;
  }
}

@media (min-width: 960px) {
  .container {
    padding-block: 60px;
  }

  .why-worth-it {
    margin-bottom: 120px;
  }
  .hero-section h1,
  .why-worth-it h2 {
    font-size: 43px;
    margin-bottom: 40px;
  }

  .lead-text,
  .bonus-box,
  .info-text {
    font-size: 24px;
  }

  .tile p {
    font-size: 18px;
  }

  .partner-box {
    gap: 80px;
  }

  .second-baner {
    padding-bottom: 80px;
    margin-top: 80px;
  }
}

