body{
  margin:0px;
  padding:0px;
  font-family: 'PorscheNextWLa', sans-serif;
  padding-bottom:0px;
}
p,h1,h2,h3,h4{
  margin:0;
}
a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
  display: block;
}
[v-cloak] {display: none}
*::after,*::before,*{
  box-sizing: border-box;
}
.c-baner{
  position: relative;
  display: flex;
}
.c-baner-img{
  width: 100%;
}
.c-baner-text{
  position: absolute;
  left: 6vw;
  bottom: 4vw;
}
.c-baner-title{
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex;
  margin-bottom: 15px;
}
.c-text-bold {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 3rem 0;
}
.c-baner-title.black{
  color: #000;
}
.c-baner-title::before{
  content: url('/LP/porsche-range-12-2022/assets/img/elem/arrow-banner.png');
  display: block;
  padding-right: 1rem;

}
.c-baner-subtitle{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 2rem;
}
.c-baner-form{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
}
.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: rgba(0, 0, 0, .5);
  min-height: 100%;
}





.c-collage {
  display: flex;
  max-width: 1700px;
  margin: 0 auto;
}
.c-collage-col-left {
  display: flex;
  flex-direction: column;
  width: 40%;
  position: relative;
}
.c-collage-col-right {
  display: flex;
  flex-direction: column;
  width: 60%;
  position: relative;
}
.c-collage-image-wrapper-1 {
  
}
.c-collage-image-wrapper-2 {
  padding-left: 3rem;
  
}
.c-collage-image-wrapper-3 {
  padding-top: 3rem;
  
}
.c-collage-image-wrapper-3 img {
  padding-right: 3rem;
}
.c-collage-image-wrapper-1, 
.c-collage-image-wrapper-2,
.c-collage-image-wrapper-3 {
  width: 100%;
}
.c-collage-image-wrapper-1 img, 
.c-collage-image-wrapper-2 img,
.c-collage-image-wrapper-3 img {
  object-fit: cover;
}
.c-collage-text {
  margin: auto 0;
  padding: 0 10rem 0 3rem;
  font-size: 1.3rem;
}
@media (max-width: 1150px) {
  .c-collage-text {
    font-size: 1rem;
    padding-right: 3rem;
  }
}
@media (max-width: 760px) {
  .c-collage {
    flex-direction: column;
  }
  .c-collage-col-left {
    width: 100%;
  }
  .c-collage-col-right {
    width: 100%;
  }
  .c-collage-text {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .c-collage-image-wrapper-2,
  .c-collage-image-wrapper-3 {
    display: none;
  }
  .c-text-bold {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  .c-show-models {
    font-size: 1.1rem;
  }
}
.c-collage-text p::before{
  content: url("/LP/porsche-range-12-2022/assets/img/elem/arrow-sm.png");
}
.c-show-models {
  text-align: center;
  margin: 6rem 0 4rem;
  position: relative;
}
.c-show-models::before {
  content: url('/LP/porsche-range-12-2022/assets/img/elem/arrow-banner.png');
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}




.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: center;
  align-items: center;
  margin: 2rem;
}
.logo h3 {
  font-size: 12px;
  color: #001E50;
  text-align: right;
  margin-right: 10px;
}
.logo h3 span {
  font-weight: 200;
}
.logo img {
  max-width: 100%;
}
.logo-mobile{
  display: none;
}
.c-container{
  max-width: 1400px;
  margin: 0 auto;
}
.c-container-big{
  max-width: 1920px;
  margin: 0 auto;
}
.c-container-big.padding{
  padding: 0 1rem;
}
.c-container-form{
  max-width: 50%;
}

.d-flex{
  display: flex;
}

.listing {
  /* max-width: 1170px;
  margin: 0 auto; */
}
.listing__item {
  display: flex;
}
.listing__img-wrap{
  width: 50%;
  padding: 0rem 3rem 0rem 0rem;
}
.listing__img-wrap img{
  width: 100%;
}


.listing__info {
  flex: 1;
  padding: 0 20px;
}
.listing__title{
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}
.listing__dealer{
  font-size: 1rem;
  color: #a0a0a0;
}
.listing__spec {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 2rem 0 1rem;
}
.listing__spec-row {
    display: flex;
    flex-wrap: wrap;
}
.listing__spec-item {
  flex: 1 0 50%;
  padding-bottom: 10px;
}

.listing__spec-title{
  font-size: 16px;
  color: #acacac;
}
.listing__spec-value{
  font-size: 24px;
  font-weight: 100;
}
.listing__row {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  margin: 20px 0;
}
.listing__row:first-of-type{
  border-top: 1px solid #dfdfdf;
}
.listing__price {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
}
.listing__price span{
  font-weight: 100;
  font-size: 18px;
  color: #acacac;
}
.listing__button-row{
  display: flex;
}
.listing__button-col{
  padding-right: 15px;
}
.listing__button{
  display: inline-block;
  background-color: #cb0000;
  padding: .5rem 1.5rem;
  color: #fff;
  width: 200px;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
}
.listing__button span{
  font-size: 14px;

}
.listing__button span:before{
  content: "›";
  width: 1em;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 0;
  margin-right: 0.5rem;

}

.listing__more{
  text-align: center;
  padding: 20px 0;
}
.listing__more-button{
  background-color: #cb0000;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  cursor: pointer;
  width: 200px;
  max-width: 100%;
}
.listing__filter{
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.listing__filter-wrap{
  display: flex;

}
.listing__filter-title {
  font-size: 16px;
  font-weight: 100;
  color: #999999;
}
.listing__select{
  background-color: #eff0f1;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 100;
  height: 52px;
  margin: 0;
  width: 100%;
}
.listing__select option{
  color: #000;
}

.listing__filter-item {
  width: 100%;
}
.listing__filter-button-wrap{
  text-align: center;
  margin: 30px 0;
}
.listing__filter-button {
    background-color: #cb0000;
    color: #fff;
    display: inline-block;
    padding: .5rem 2rem;
    font-weight: 700;
    cursor: pointer;
}
.listing__filter-flex {
    display: flex;
}
.listing__filter-col {
    width: 50%;
}

.employees {
  padding: 60px 0;
  max-width: 90%;
  margin: 0 auto;
}
.employees__bg{
  background: rgb(0,60,121);
  background: linear-gradient(90deg, rgba(0,60,121,1) 0%, rgba(0,79,159,1) 50%, rgba(0,60,121,1) 100%);
}
.employees__row {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.employees__item {
  padding-right: 5px;
  color: #000;
  width: calc(100%/4);
}

.employees__flex {
  display: flex;
}
.employees__info {
  margin-left: 20px;
}
.employees__name {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 15px;
}
.employees__position {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 15px;
}
.employees__phone {
  font-size: 14px;
}
.employees__mail {
  font-size: 14px;
}
.employees__mail a {
  word-break: break-all;
}
.video{
  width: 100%;
}
.intro {
  padding: 50px;
}
.intro__row {
  display: flex;
  align-items: center;
}
.intro__col {
  flex: 1;
}
.intro__col img{
  width: 100%;
}
.intro__content {
  padding: 2rem;
}
.intro__content.white{
  color: #fff;
}
.intro__text {
  font-size: 20px;
    padding-left: 20px;
}
.intro__text.mb{
  margin-bottom: 20px;
}
.intro__title{
  position: relative;
  font-size: 34px;
  max-width: 600px;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.intro__title::before{
  content: url("/LP/porsche-range-12-2022/assets/img/elem/arrow-sm.png");
  position: absolute;
  left: 0px;
  top: -4px;
}


.photo{
  margin: 40px 0;
}
.photo__relative {
  position: relative;
}
.photo__content {
  position: absolute;
  width: 100%;
  top: 3vw;
  padding: 0 4rem;
}
.photo__text{
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.photo__text.black{
  color: #000;
}
.photo__text.padding{
  padding: 30px 0 50px;
}
.photo__button {
    background-color: #cb0000;
    color: #fff;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    max-width: 100%;
    text-align: center;
    position: relative;
}
.photo__button-wrap {
    margin: 20px;
}
.photo__button span::after{
  content: "›";
  width: 1em;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.mb20{
  margin-bottom: 20px;
}
.mb50{
  margin-bottom: 50px;
}
.list{
  list-style-image: url('/LP/porsche-range-12-2022/assets/img/elem/porsche-arrow-sm.png');
}
.c-text{
  font-size: 2rem;
}
.c-text-center{
  text-align: center;
}
.c-img-absolute{
  position: absolute;
}
.c-details{
  padding: 50px 0;
}

.pl-1{
  padding-left: 1rem;
}
.ml-1{
  margin-left: 1rem;
}

.c-mt-auto{
  margin-top: auto;
}

.c-relative{
  position: relative;
}
.c-pin{
  position: absolute;
  right: -60px;
  top: 40%;
}
.c-footer{
  background-color: #000;
  color: #fff;
}
.c-footer-container{
  padding: 2rem;
}
.c-footer-title{
  font-size: 22px;
  margin-bottom: 1rem;
}

.form__bg{
  background-image: url('/LP/porsche-range-12-2022/assets/img/form-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-color: #000; */
}


/* vue slide */
.slide-enter-active {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
  max-height: 400px;
  overflow: hidden;
}

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0px;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
/* end of vue slide */

@media(max-width:1600px){
  .c-line-wrapper{
    top: 10px;
  }
}
@media(max-width:1470px){
  .hide-br{
    display: none;
  }
  .c-baner-title{
    font-size: 2.5rem;
  }
  .c-baner-subtitle{
    font-size: 18px;
  }
  .c-container{
    max-width: 1200px;
  }
  .c-pin{
    top: 50%;
    max-width: 175px;
  }
  .c-baner-text{
    bottom: 6vw;
  }
}
@media(max-width: 1400px){
  .c-text {
    font-size: 1.5rem;
  }
  .intro__text {
    font-size: 16px;
  }
}
@media(max-width: 1350px){
  .c-baner{
    flex-direction: column;
  }
  .c-baner-form{
    position: relative;
    max-width: 100%;
    height: inherit;
  }
  .c-bg-form{
    background-color: rgba(0, 0, 0, 1);
  }

  .employees__row{
    flex-wrap: wrap;
  }
  .employees__item{
    width: calc(100%/2);
    margin-bottom: 20px;
  }
}
@media(max-width: 1320px){

  .c-details.c-container{
    padding: 2rem 50px;
  }
}
@media(max-width: 1250px){
  .c-container{
    padding: 0 50px;
  }
  .c-baner-text{
    bottom: 7vw;
  }
  .photo__text{
    font-size: 22px;
  }
}
@media(max-width: 1200px){
  .c-pin {
    top: 60%;
    max-width: 160px;
  }
}
@media(max-width: 1100px){
  .c-container-form {
    max-width: 100%;
  }
  .c-details.c-container{
    padding: 2rem 20px;
  }
  .c-pin {
    top: 60%;
    max-width: 130px;
  }

}
@media(max-width: 1024px){
  .intro__content.white{
    color: #000;
  }
  .c-text{
    padding: 0 1.5rem;
  }
  .c-text br{
    display: none;
  }
  .employees__row{
    display: block;
  }
  .employees__item{
    width: 100%;;
  }
  .photo__content{
    position: relative;
    bottom: 0;
    padding: 30px 20px;
  }
  .photo__text.padding{
      padding: 30px 20px 50px;
  }
  .photo__text{
    color: #000;
  }
  .photo__text br{
    display: none;
  }
}
@media(max-width: 960px){
  .intro__row{
    flex-direction: column;
  }
  .intro__col.order1{
    order: 1;
  }
  .intro {
    padding: 50px 20px;
  }
  .listing__spec{
    flex-wrap: wrap;
  }
  .listing__spec-item{
    padding: 0;
    border-right: none;
    width: calc(100%/3 - 20px);
  }
  .c-line-wrapper{
    top: 0;
  }
  .c-pin{
    display: none;
  }
  .c-baner-img{
    order: 1;
  }
  .c-baner-text{
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    margin: 1rem 0;
    bottom: 0;
    transform: none;
    padding: 0 1rem;
  }
  .c-baner-title, .c-baner-subtitle{
    color: #000;
  }
  .c-baner-form{
    order: 4;
  }

}

@media(max-width: 768px){
  .listing__spec-item{
    width: calc(100%/2 - 20px);
  }
  .c-baner-title{
    font-size: 1.8rem;
  }
  .c-baner-subtitle {
    font-size: 1rem;
  }
  .c-logo img{
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: .5rem;
  }
  .c-baner-btn{
    padding: .5rem 2rem;
    min-width: 150px;
  }
  .change-order{
    order: 1;
  }
  .listing__item{
    display: block;
  }
  .listing__img-wrap{
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
@media(max-width: 650px){
  .employees__flex{
    display: block;
  }
  .employees__info{
    margin-left: 0;
  }
  .employees{
    padding: 30px 0;
  }
  .employees__row{
    margin: 20px 0 0;
  }



  .listing__info{
    padding: 1rem;
  }
  .listing__filter-wrap{
    display: block;
  }
  .intro__content {
    padding: 2rem 0;
  }
  .intro__title{
    font-size: 26px;
  }
}
@media(max-width: 550px){
  .intro__text br{
    display: none;
  }
}
@media(max-width: 525px){
  .c-container{
    padding: 0 15px;
  }
  .c-logo-line{
    display: none;
  }
  .c-logo img {
    width: 32px;
    height: 32px;
  }
  .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-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;
  }
  .intro {
    padding: 30px 20px;
  }
  .listing__spec{
    padding: 1rem 0;
  }
  .listing__spec-value{
    font-size: 20px;
  }
  .listing__spec-row{
    display: block;
  }
  .listing__img-wrap{
    padding: 0;
  }
  .listing__button-row{
    display: block;
  }
  .listing__button-col{
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media(max-width: 475px){
  .listing__spec-item{
    width: calc(100%/1 - 20px);
  }
  .listing__title{
    font-size: 1.5rem;
  }
  .c-baner-title{
    font-size: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner-form{
    width: 100%;
  }
}
