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

a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
}
*::after,*::before,*{
  box-sizing: border-box;
}
.c-baner{
  position: relative;
  display: flex;
}
.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{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 10px 5px 10px;
}
.logo h3 {
  font-size: 12px;
  color: #001E50;
  text-align: right;
  margin-right: 10px;
}
.logo h3 span {
  font-weight: 200;
}
.logo img {
  max-width: 56px;
}
.logo-mobile{
  display: none;
}
.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%);
  margin-block: 3rem 6rem;
}
.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: 3.35rem;
  font-weight: 100;
}
.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;
}
.price-model{
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 75px;
}
.price-model.white{
  color: #fff;
}
.model-bg{
  position: relative;
}
.model-bg::after{
  content: "";
  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%);
  height: 70%;
  width: 100vw;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.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: 2vw;
  left: 6vw;
}
.c-salon span{
  font-size: 1.5vw;
  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;
}

.model{
  padding: 2rem 2rem 0;
  color: #fff;
  min-height: 225px;
  position: relative;
  transition: all .3s ease-in-out;
  transform: scale(.9)
}

.offer-wrapper {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 200px;
}
.section-header {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  padding-block: 0 3rem;
}
.section-header strong {
  font-weight: 700;
}
@media (max-width: 600px) {
  .section-margin{
    margin: 40px auto;
  }
  .text-big {
    font-size: 1rem;
  }
  .section-header {
    font-size: 1.9rem;
    padding-block: 0 3rem;
  }
}


.model-search__filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
}

@media (min-width: 1100px) {
  .model-search__filters-container {
    gap: 10px 80px;
  }
}

@media (min-width: 360px) {
  .model-search__filter-group select {
    width: 360px;
  }
}
@media (min-width: 410px) {
  .model-search__filter-group select {
    width: 410px;
  }
}
@media (min-width: 768px) {
  .model-search__filter-group select {
    width: 270px;
    text-align: left;
    padding-left: 26px;
  }
}

.model-search__filter-group {
  position: relative;
}
.model-search__filter-group select {
  width: 270px;
  border: 1px solid #082555;
  cursor: pointer;
  appearance: none;
  outline: none;
  font-size: 18px;
  font-weight: 200;
  text-align: left;
  height: 47px;
  padding: 0 0 0 26px;
  line-height: 47px;
  border-radius: 40px;
}
.model-search__filter-group::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  content: url('/LP/czyszczenie-magazynow-09-2025/assets/img/elem/select.png');
  top: 23px;
  right: 19px;
  pointer-events: none;
  cursor: pointer;
}
.model-search__btn {
  width: 250px;
  height: 45px;
  margin: 30px auto 50px;
  display: block;
  background-color: #001d4f;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #001d4f;
  cursor: pointer;
}

.swiper-slide {
  padding: 8px;
  border: 1px solid #dfe4e8;
  border-radius: 10px;
}

/* c-cars */
.c-cars-container {
  position: relative;
  max-width: 1320px;
  margin: 20px auto;
}

.c-cars-col {
  padding: 0 2rem;
}

.c-car-item {
  border: 1px solid #dfe4e8;
  border-radius: 10px;
  padding: 8px 8px 50px;
  margin-bottom: 30px;
}

.c-item-spec-row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  gap: 0 20px;
}

.c-item-spec-item {
  width: calc(100% / 2 - 15px);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.c-item-spec-icon {
  margin-right: 1rem;
}

.c-item-spec-icon img {
  width: 100%;
}

.c-item-model {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
}

.c-item-price {
  font-size: 30px;
  font-weight: 700;
}

.c-item-info,
.c-item-summary {
  margin: 0 10px;
}

.c-item-summary {
  font-size: 22px;
}

.c-item-link {
  display: block;
  background-color: #002154;
  border: 2px solid #002154;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  width: 80%;
  min-width: 200px;
  font-size: 16px;
  font-weight: 600;
  margin: 10px auto -30px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}

.c-offer-annotation {
  color: #a9a9a9;
  font-size: 14px;
  text-align: center;
  padding: 1rem;
}

@media(min-width: 960px) {
  .c-item-row {
    display: flex;
  }
}

@media(max-width: 1205px) {
  .c-item-spec-icon {
    min-width: 50px;
    max-width: 50px;
  }
}

@media(max-width: 600px) {
  .c-item-img {
    width: 100%;
  }

  .c-item-spec-row {
    justify-content: space-between;
  }

  .c-item-spec-item {
    width: calc(100% / 2);
  }

  .c-item-spec-icon {
    min-width: 30px;
    max-width: 30px;
  }
}

@media(max-width: 470px) {
  .c-item-spec-row {
    display: block;
  }
}

/* end c-cars */

.c-car-row {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media(max-width: 1100px) {
  .c-car-row {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

.model__name{
  font-size: 2rem;
  margin-bottom: 10px;
}
.model__image{
  position: absolute;
  left: 0;
  bottom: -35px;
  /* padding: 0 2rem; */
  transition: all .3s ease-in-out;
}

.model__desc{
  display: none;
}

.model__btn-wrap{
  margin-top: 6rem;
  display: none;
}
.model__btn {
  background-color: #001f51;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 1rem .5rem;
  font-size: 14px;
  cursor: pointer;
}


@media(min-width: 2000px){
  .c-container{
    max-width: 1920px;
  }
}
@media(min-width:2100px){
  .c-salon{
    top: 1vw;
  }
}
@media(max-width:1700px){
  .c-text br{
    display: none;
  }
}
@media(max-width:1600px){
  .c-line-wrapper{
    top: 10px;
  }
  .c-salon{
    top: 1vw;
  }
  .c-container{
    max-width: 90%;
  }
  .title__h2{
    font-size: 3rem;
  }
  .photo-text__col--60{
    width: 60%;
  }
}
@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;
}
.model{
  min-height: 200px;
}
}
@media(max-width: 1300px){
  .photo-text__button{
    min-width: 190px;
  }
  .pricebox{
    padding: 3rem 1rem;
  }
  .price {
    font-size: 36px;
}
}
@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;
  }
}
@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-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;
  }
  .model__name{
    font-size: 1.5rem;
  }
}

@media(max-width: 768px){
  .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;
  }
  .model-bg{
    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%);
    padding: 20px;
  }
  .model-bg::after{
    display: none;
  }
  .photo-text__col.ml50 {
    margin-left: 0;
  }

  .photo-text__col-f1.mr20 {
    margin-right: 0;
  }
}
@media(max-width: 650px){

}
@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-salon {
    display: none;
  }
  .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;
  }
}
@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%;
  }
}
