html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "PorscheNextWLa";
  font-size: 18px;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}
video {
  max-width: 100%;
}
[v-cloak] {display: none}
.disclaimer {
    margin-top: 3%;
    color: #ccc;
    font-size: 10px;
}
.c-filter-flex{
  display: flex;
}
.c-filter-select{
  margin-right: 1rem;
}
.c-range-wrap{
  display: flex;
  align-items: center;
}
.c-range-item{
  flex: 1;
  margin: 0 2rem;
}
.c-range-input-item{
  padding: .5rem;
  border: none;
  border-bottom: 1px solid #e40f18;
  text-align: center;
}
.c-range-btn-wrap{
  text-align: center;
  padding: 2rem 0;
}
.c-range-btn{
  display: inline-block;
  color: #fff;
  background-color: #e40f18;
  padding: .5rem 4rem;
  cursor: pointer;
}
.c-search-input{
  padding: .5rem;
  border: none;
  border-bottom: 1px solid #e40f18;
  cursor: pointer;
}
.c-search-input:focus, .c-search-input:active{
  border: none;

}
.noUi-horizontal .noUi-handle{
  border-radius: 50px;
}
.c-instalment{
  display: flex;
}
.c-instalment-item{
  flex: 1;
  text-align: center;
}
.c-instalment-name{
  font-weight: 700;
}
.c-instalment-name span{
  font-size: 2rem;
  font-weight: 200;
}
.c-instalment-annotation{
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 1rem 0;
}
.pixelTag{
  background-color: #000;
  width: 100%;
  display: flex;
}
.c-price-flex{
  display: flex;
  padding-bottom: .5rem;
  border-bottom: 1px solid #d5d5d5;
}
.c-price{
  margin-right: 1rem;
  font-size: 1.5rem;
}
.c-price-month{
  margin-left: 1rem;
  font-size: 1.5rem;
}
.divider{
  color: #000;
  font-size: 1.5rem;
}
.c-choose-model{
  display: flex;
  justify-content: space-between;
}
.c-choose-item{
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-choose-panamera{
  position: absolute;
  z-index: 999;
  right: -65px;
  font-size: 2.5rem;
  margin: 0;
  top: -2px;
}
.c-choose-panamera.active{
  color: #e40f18;
}
.c-choose-cayenne{
  position: absolute;
  z-index: 999;
  left: -65px;
  font-size: 2.5rem;
  margin: 0;
  top: 0;
}
.c-choose-cayenne.active{
  color: #e40f18;
}
.c-choose-img{
  opacity: .5;
}
.c-choose-img.active{
  opacity: 1;
}
.c-specs-flex{
  display: flex;
  margin-top: .5rem;
}
.c-specs-item{
  margin-right: 2rem;
}
.c-specs-item p{
  font-size: 1.5rem;
}
.negative-margin{
  margin-top: -50px;
  margin-bottom: 4rem;
}
.c-img-position{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: -2vw;
  width: 60%;
}
.c-img-position_cayenne{
  top: 50%;
  right: 2vw;
  width: 50%;
}
.panamera-bg{
  background-image: url('/LP/zysk-na-obrotach-08-2020-new/assets/images/panamera_bg-crop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.cayenne-bg{
  background-image: url('/LP/zysk-na-obrotach-08-2020-new/assets/images/cayenne_bg-crop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.c-desc-wrap{
  border: 2px solid #fff;
  padding: 4rem 6rem 8rem 3rem;
  position: relative;
}
.c-desc-btn{
  background-color: #e40f18;
  padding: .5rem 3rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  cursor: pointer;
}
.c-desc-btn span::after {
  content: url(/LP/zysk-na-obrotach-08-2020-new/assets/images/arrow-white.png);
  margin-left: .5rem;
  transform: rotate(90deg);
  display: inline-block;
}
.c-desc-btn span{
  font-weight: 700;
}
.c-model-row{
  display: flex;
  margin: 2rem 0;
  padding: 1rem;
  border: 1px solid #d5d5d5
}
.c-model-img{
  width: 33%;
}
.c-model-info{
  width: 66%;
  padding: 0 2rem;
}

.c-model-check{
  width: 33%;
}
.c-model-name{
  font-size: 2rem;
  margin: 0;
}
.c-model-row-btns{
  margin: .5rem 0;
}
.c-model-btn{
  display: inline-block;
  color: #fff;
  background-color: #e40f18;
  padding: .5rem 4rem;
  margin-right: 1rem;
  cursor: pointer;
}
.c-model-btn span{
  display: flex;
  font-weight: 700;
  align-items: center;
}
.c-model-btn .details::after{
  content: url('/LP/zysk-na-obrotach-08-2020-new/assets/images/arrow-white.png');
  transform: rotate(90deg);
  margin-left: 1rem;
  display: inline-block;
}
.c-model-btn .showmore::after{
  content: url('/LP/zysk-na-obrotach-08-2020-new/assets/images/arrow-white.png');
  transform: rotate(180deg);
  margin-left: 1rem;
  height: 32px;
  display: inline-block;
}
.c-form-header{
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
.porsche-red{
  color:#db022b;
}
.c-info-btn{
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 1rem 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-info-btn::before{
  content: url('/LP/zysk-na-obrotach-08-2020-new/assets/images/arrow-white.png');
  transform: rotate(90deg);
  margin-right: .5rem;
}
.c-info-btn-wrap{
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.c-video {
  margin-right: 1rem;
  margin-top: 1rem;
  width: 90%;
}
.c-video-flex{
  display: flex;
  justify-content: flex-end;
}
.c-flex{
  display: flex;
  /* justify-content: center; */
}
.c-align-center{
  align-items: center;
}
.c-flex-col{
  flex: 1;
}
.c-car-row{
  padding: 7rem 0;
  position: relative;
  /* margin: 4rem 0; */
}
.c-car-col{
  flex: 1 0 50%;
  padding: 0 1rem;
  min-width: 0px;
}
.c-car-title{
  font-size: 3rem;
  font-weight: 700;
  margin: .5rem 0;
  color: #fff;
}
.c-car-desc{
  color: #fff;
  font-size: 1.2rem;
}
.car-slider img{
  width: 100%;
}
.white {
  color: #fff;
}

.padding-top {
  padding-top: 3%;
  margin: 0;
  text-align: center;
}

.bg-black {
  background: #000;
  max-width: 50% !important;
  padding: 20px 0 !important;
}

.bg-black p {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

.contact-tel {
  font-size: 2rem;
  color: #bb0a30;
}

.flex-center {
  justify-content: center;
}

.c-form-msg {
  color: #fff;
}

.c-form-wrap {
  padding: 0;
}

.contact-title {
  font-size: 24px;
  margin: 0;
}

.flex-between {
  justify-content: space-between !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.contact-info {
  padding: 1rem;
  /* flex: 1 0 auto; */
  flex: 1 0 25%;
  max-width: 25%;
}

.c-header {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.cars-button-link {
  margin: 0 auto;
}

.cars-button {
  width: 320px;
  padding: 20px 0;
  margin: 0px auto;
  background-color: #bb0a30;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}

.c-header img {
  height: auto;
  margin: 0.75rem;
}

.c-baner {
  position: relative;
  display: flex;
}

.c-baner img {
  max-width: 100%;
}

.c-baner-img {
  width: 100%;
}

.c-text {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 3% auto !important;
}

.c-text p {
  margin-bottom: 1%;
}
.c-baner-text-wrap{
  position: absolute;
  /* bottom: 2.8vw; */
  top: 2.8vw;
  width: 100%;
}
.c-baner-text {
  font-size: 2.4vw;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-baner-buttons{
  position: absolute;
  bottom: 2.8vw;
  width: 100%;
}
.c-baner-flex{
  display: flex;
}
.c-baner-btn{
  color: #fff;
  border: 2px solid #fff;
  padding: .5rem 2rem;
  text-align: center;
  font-weight: 600;
  flex: 1;
  margin-right: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  line-height: 24px;
}
.c-baner-btn:hover{
  background-color: #e40f18;
}
.c-baner-btn:last-of-type{
  margin-right: 0;
}

.c-baner-text p {
  margin-left: 10px;
}

.c-baner-text span {
  font-size: 1.2vw;
}

.c-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.margin-none p {
  margin: 0;
}

.width-p {
  width: 45%;
}

.c-title {
  text-align: left;
  font-size: 1.8rem;
  margin: 0;
  margin-top: 3%;
}

.c-subtitle {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 3% !important;
}

.c-line {
  background: #000;
  height: 2px;
  width: 10%;
  margin-top: 1%;
}

.flex-row {
  display: flex;
  /* justify-content: space-around; */
}

.flex-item {
  padding: 0 1rem;
  width: 100%;
}

.js-form-hide {
  opacity: 1;
  transition: all .3s;
}

.hidden {
  opacity: 0;
}

.point {
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #bb0a30;
}

.c-content {
  padding: 3rem 0;
}

.c-content-row {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}

.c-content-col {
  flex: 1;
  padding: 0 1rem;
}

.c-content-col p {
  font-size: 1.3rem;
}

.c-content-col img {
  max-width: 100%;
}

.c-col-padding {
  padding-left: 2rem;
}

.c-col-title {
  font-size: 30px;
  line-height: 35px;
}

.c-container-bg {
  margin: 0;
  padding-top: 400px;
  padding-bottom: 30px;
  background: url(/LP/zysk-na-obrotach-08-2020-new/assets/images/footer-bg.jpg) no-repeat top center;
  background-size: 100%;
  background-color: #000;
}

.mail {
  color: #e60601;
}

.c-contact-title {
  font-weight: 600;
  position: relative;
  margin: 0;
  text-align: center;
}

.c-contact-title p {
  background: #fff;
  padding: 0 10px;
  margin-bottom: 5%;
}

.c-contact-title:after {
  content: "";
  position: absolute;
  bottom: 18%;
  left: 0;
  height: 0.5em;
  border-top: 1px solid #d2d2d2;
  width: 46%;
  /* z-index: -1; */
}

.c-contact-title:before {
  content: "";
  position: absolute;
  bottom: 18%;
  right: 0;
  height: 0.5em;
  border-top: 1px solid #d2d2d2;
  width: 46%;
  /* z-index: -1; */
}

.contact-info p {
  margin: 0;
}

.container-top-padd {
  padding: 1rem 0;
}

.contact-padding {
  padding: 1rem 4rem;
}

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

.c-text-header {
  margin: 70px 0;
  font-size: 2.75vw;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.c-text-header-form {
  padding: 30px 0 0 0;
  font-size: 1.75vw;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #fff;
}

.c-offer-show {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 150px;
}

.c-offer-image img {
  max-width: 100%;
}

.c-offer-all {
  padding-left: 1vw;
}

.c-offer-header {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.cars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cars__item {
  width: calc(100% / 3);
}

.cars__text {
  text-align: center;
}

.cars__text p {
  font-weight: 600;
  font-size: 1.2rem;
}

.cars__text span {
  color: #e60601;
  font-size: 1.6rem;
}

.info {
  padding: 0;
  background-image: url('../images/kredyt.jpg');
  background-size: cover;
  padding-bottom: 30px;
  background-position-x: center;
  margin-top: 140px;
}

.info__header{
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 0;
  margin: 0;
}
.info__header span{
  padding: 0 2rem;
  font-size: 3rem;
}
.info__header:before, .info__header:after {
  flex: 1;
  content: '';
  height: 3px;
  background: #e40f18;
}

.info__top {
  background: transparent;
  padding-bottom: 25%;
}

.info__center {
  width: 100%;
  bottom: 5%;
}

.info__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.info__item {
  height: 200px;
  background: #fff;
  width: 30%;
  padding: 2%;
  margin: 1%;
}

.info__title {
  background-image: url(https://porsche.pl/_old_LP/images/financialservices/arrow.png);
  background-repeat: no-repeat;
  background-position-y: 13px;
  background-position-x: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  padding-left: 30px;
  background-size: 19px;
  border: 0;
  margin-bottom: 3%;
}

.text {
  margin: 4% 0;
}

.text__content {
  font-size: 1.3rem;
}

.text--title {
  font-weight: 600;
  margin-bottom: 4%;
}

.c-footer {
  background-color: #000;
}

.c-form-overall {
  width: 80%;
  margin: 0 auto;
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #fff;
  color: #7b7e80;
  font-size: 16px;
  margin-top: 40px;
}

.content {
  background-color: #191f22;
  padding: 120px 0 50px;
  margin: 200px 0 0 0;
}

.content__row {
  display: flex;
  justify-content: space-between;
}

.content__col--left {
  width: 30.5%;
  /* padding-right: 40px; */
}

.content__col--left .text {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
}

.content__col--left .text::before {
  content: "";
  position: absolute;
  width: 92.5%;
  height: 2px;
  background-color: #e40f18;
  top: -25px;
  left: 0;
}

.content__col--right {
  width: 67.5%;
  margin-top: -220px;
}

.content__col--right img {
  width: 100%;
}

.content__row--bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px auto 40px;
}

.content__col-info {
  min-height: 100%;
  background: #fff;
  width: 30%;
  padding: 3%;
  margin: 1%;
}

.content__info-title {
  background-image: url(https://porsche.pl/_old_LP/images/financialservices/arrow.png);
  background-repeat: no-repeat;
  background-position-y: 13px;
  background-position-x: 0;
  font-size: 39px;
  font-weight: 600;
  line-height: 44px;
  padding-left: 30px;
  background-size: 19px;
  border: 0;
  margin-bottom: 3%;
}

.content__info-text {
  font-size: 19px;
  padding-left: 31px;
  font-weight: 500;
}

.content__time {
  margin: 40px 0 20px;
}

.content__time .text {
  display: inherit;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
}

.c-form input[type="text"],
.c-form input[type="number"],
.c-form input[type="data"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form textarea {
  background-color: #fff;
  border-radius: 8px;
  color: #000;
}

footer {
  background-color: #000000;
}

.footer {
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.footer .title {
  font-weight: 700;
}

.mobile {
  display: none;
}
.c-showmore{
  text-align: center;
  margin-bottom: 2rem;
}
.c-loader{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 20px;
  background-color: #777;
  z-index: 999;
  box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
  overflow: hidden;
  border: 1px solid #fff;
  transform: translateX(-50%) translateY(-50%);
}
.c-loader span{
  width: 25%;
  height: 20px;
  background-color: #d5001c;
  display: block;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  animation: load 1s infinite;
}
.c-modal-form{
  background-color: #000;
}
.c-modal-form-wrap{
  padding: 0 3rem;
}
.c-modal-form-title{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
  padding: 2rem 0;
}
.c-modal-bg{
  position: fixed;
  height: 100%;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
}
.c-modal-content {
  background-color: #fff;
  position: relative;
  margin-top: 5vh;
  max-height: 90vh;
  /* overflow-y: scroll; */
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.c-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e40f18;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
}
.c-modal-specs, .c-modal-equipment{
  padding: 0 3rem;
}
.c-modal-specs .info__header span{
  font-size: 2rem;
}
.c-modal-equipment .info__header span{
  font-size: 2rem;
}
.c-modal-specs-row {
  display: flex;
  margin: 1rem 0;
}
.c-modal-specs-col {
  flex: 1;
  margin-right: 1rem;
}
.c-modal-specs-col:last-of-type {
  margin-right: 0;
}
.c-modal-specs-item {
  display: flex;
  justify-content: space-between;
  font-size: .9rem;
}
.c-modal-specs-item strong{
  text-align: right;
}
.c-modal-equipment-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul{
  list-style-type: none;
}
.c-modal-equipment-list li{
  /* width: 33.33333%; */
  width: 50%;
  padding: 0 4rem 0 0;
}
.c-modal-equipment-list li::before{
  content: url('/LP/zysk-na-obrotach-08-2020-new/assets/images/arrows2.png');
  margin-left: -2em;
  margin-right: .5em;
}
.c-modal-car{
  display: flex;
  max-width: 100%;
  padding: 2rem 3rem 0;

}
.c-modal-col{
  flex: 1 0 50%;
}
.c-modal-details{
  padding: 0 1rem;
}
.c-modal-name{
  margin: 0;
  font-size: 2rem;
  font-weight: 100;
}
.c-modal-col .c-price{
  line-height: 26px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1rem;
}
.c-modal-details-specs {
    display: flex;
}
.c-modal-details-specs p{
  font-size: 1.3rem;
  line-height: 30px;
}
.c-modal-btn{
  margin-top: 1rem;
}
.c-modal-details-specs-col{
  flex: 1;
}
.c-modal-instalment{
  padding: 1rem 0;
}
.c-modal-instalment-text{
  font-weight: 700;
  margin-left: 35px;
}
.c-modal-instalment-text:before{
  content: url(/LP/zysk-na-obrotach-08-2020-new/assets/images/arrows2.png);
  margin-left: -2em;
  margin-right: .5em;
}
/* .car-slider {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
}
.your-slider-wapper.slick-initialized {
visibility: visible;
opacity: 1;
} */
@media (max-width: 1600px) {
  .c-car-desc {
    font-size: 1.1rem;
  }
  .info__top {
    background: transparent;
    padding-bottom: 25%;
  }

  .info__items {
    width: 90%;
  }

  .info__title {
    font-size: 1.3rem;
  }

  .info__content {
    font-size: 0.9rem;
  }
}
@media(max-width: 1400px){
  .c-container{
    max-width: 1200px;
  }
  .c-car-desc {
    font-size: 1rem;
  }
  .c-img-position{
    top: 44%;
  }
  .c-img-position_cayenne{
    top: 50%;
  }
  .c-choose-img{
    width: 80%;
  }
  .c-choose-item:last-of-type{
    justify-content: flex-end;
  }
  .c-choose-panamera{
    right: 12px;
    top: -7px;
  }
  .c-choose-cayenne{
    left: 10px;
    top: -5px;
  }
}
@media (max-width: 1367px) {
  .content__col-info {
    margin: 0%;
    padding: 3%;
    width: 32%;
  }
}

@media (max-width: 1300px) {
  .c-img-position{
    right: 0vw;
    width: 55%;
  }
  .c-car-desc {
    font-size: 1rem;
  }
  .c-car-title{
    font-size: 2rem;
  }
  .c-offer-header {
    font-size: 23px;
  }

  .car p {
    font-size: 20px;
  }

  .car a {
    font-size: 14px;
  }

  .contact-padding {
    padding: 2rem 3rem;
  }
}

@media (max-width: 1200px) {
  .contact-info {
    max-width: 30%;
  }
  .c-car-desc br{
    display: none;
  }
  .c-model-btn{
    padding: .5rem 2rem;
  }
  .c-specs-item p {
    font-size: 1.3rem;
  }
}

@media (max-width: 1100px) {
  .c-offer-header {
    font-size: 18px;
  }

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

  .car a {
    font-size: 14px;
  }

  .contact-info {
    max-width: 33%;
  }

  .content__row--top {
    flex-direction: column-reverse;
    align-items: center;
  }

  .content__col--left {
    margin-top: 30px;
    width: 80%;
  }

  .content__col--right {
    margin-top: -220px;
    width: 100%;
  }

  .content__row--bottom {
    flex-direction: column;
    justify-content: space-around;
  }

  .content__col-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .c-container-bg {
    padding-top: 160px;
  }

  /* .info {
  padding: 0;
  background-image: url(/LP/zysk-na-obrotach-08-2020-new/assets/images/banner-m.jpg);
}

.c-container-bg {
background: url(/LP/zysk-na-obrotach-08-2020-new/assets/images/form-bg-m.jpg);
background-repeat: no-repeat;
background-size: cover;
} */
}

@media (max-width: 980px) {
  .c-model-row{
    display: block;
  }
  .c-model-img, .c-model-info, .c-model-check{
    width: 100%;
  }
  .c-model-img img{
    width: 100%;
  }
  .c-flex{
    align-items: center;
  }
  .c-desc-wrap{
    padding: 2rem 6rem 4rem 3rem;
  }
  .width-p {
    width: 100%;
  }

  .c-content {
    padding: 0;
  }

  .c-content-col p {
    font-size: 1rem;
  }

  .c-contact-title:after,
  .c-contact-title:before {
    width: 35%;
  }

  .c-line {
    width: 50%;
  }

  .contact-info {
    max-width: inherit;
  }
}
@media(max-width: 930px){
  .c-modal-content{
    padding: 2rem 1rem;
  }
  .c-modal-car{
    padding: 2rem 1rem 0;
  }
  .c-modal-specs, .c-modal-equipment{
    padding: 0 1rem;
  }
  .c-choose-panamera, .c-choose-cayenne{
    position: initial;
  }
  .c-choose-panamera{
    text-align: right;
  }
  .c-choose-item{
    flex-direction: column;
  }
  .c-baner{
    display: block;
  }
  .c-baner-text{
    color: #000;
  }
  .c-baner-buttons, .c-baner-text-wrap{
    position: initial;
    margin: 1rem 0;
  }
  .c-baner-btn{
    color: #000;
    border: 2px solid #000;
    font-size: .8rem;
  }
}
@media (max-width: 768px) {
  .c-range-wrap{
    display: block;
    text-align: center;
  }
  .range-input {
    padding: 1rem 0;
  }
  .c-range-title{
    text-align: center;
  }
  .c-modal-content{
    padding: 0;
    padding-top: 2rem;
  }
  .c-modal-form-wrap{
    padding: 0 1rem;
  }
  .c-modal-form-title{
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }
  .c-modal-car{
    padding: 2rem 1rem 0;
  }
  .c-modal-specs, .c-modal-equipment{
    padding: 0 1rem;
  }
  .c-modal-specs-row, .c-modal-car{
    display: block;
  }
  .c-modal-close{
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .c-modal-specs-col{
    margin-right: 0;
  }
  .c-model-info{
    padding: 0;
  }
  .c-specs-item p {
    font-size: 1rem;
  }
  .c-img-position_cayenne{
    margin-top: 4rem;
  }
  .c-video{
    margin: 0;
    width: 100%;
  }
  .c-flex-col img{
    width: 100%;
  }
  .c-baner-flex{
    display: block;

  }
  .c-baner-btn{
    margin-right: 0;
    margin: 1rem 0;
  }
  .c-img-position{
    position: relative;
    width: 100%;
    transform: none;
    right: inherit;
  }
  .c-desc-wrap {
    padding: 3rem;
  }
  .c-flex{
    display: block;
  }
  .c-car-col{
    padding: 1rem;
  }
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .c-baner-text p {
    margin-left: 10px;
    font-size: 1.3rem;
  }

  .c-baner-text span {
    font-size: 0.7rem;
  }

  .c-text p {
    margin-bottom: 5%;
    font-size: 1.3rem;
  }

  .info__item {
    width: 100%;
    /* margin-bottom: 5%; */
  }

  .info__line {
    display: none;
  }

  .flex-row,
  .c-content-row {
    display: block;
  }

  .c-col-padding {
    padding: 0;
  }

  .c-baner-text {
    position: relative;
    color: #000;
    text-align: left;
    line-height: 1rem;
    margin-top: 2rem;
    font-size: 1rem;
  }

  .cars__item {
    width: 100%;
  }

  .contact-info {
    padding: 1rem 0;
  }

  .contact-padding {
    padding: 2rem 2rem;
  }

  .c-offer-all {
    padding-top: 20px;
    padding-left: 0px;
  }

  .c-offer-header {
    font-size: 30px;
  }

  .c-form-overall {
    width: 100%;
    margin: 0 auto;
  }

  .footer {
    padding: 20px 15px;
    font-size: 14px;
  }

  .c-offer-show {
    display: block;
    margin-bottom: 50px;
  }

  .car p {
    font-size: 23px;
  }

  .car a {
    font-size: 16px;
  }

  .c-text-header {
    font-size: 19px;
  }

  .c-text-header-form {
    font-size: 23px;
  }

  .bg-black {
    max-width: 95% !important;
  }

  .bg-black p {
    font-size: 1.5rem;
  }

  /* .info__title {
  line-height: normal;
  } */

  .info__content {
    font-size: 0.75rem;
  }
  .info__top {
    padding-bottom: 20%;
  }

  .info__item {
    /* height: 280px; */
    height: auto;
  }
  .info{
    margin-top: 1rem;
  }
  .c-instalment-name span {
    font-size: 1.5rem;
  }
  .c-instalment-item img{
    width: 3vw;
  }
}
@media(max-width: 520px){
  .c-instalment-name {
    font-size: .8rem;
  }
  .c-instalment-name span {
    font-size: 1rem;
  }
  .c-modal-details-specs p{
    font-size: 1rem;
  }
  .c-modal-equipment-list{
    display: block;
  }
  .c-modal-details{
    padding: 0;
  }
  .c-modal-specs .info__header span {
    font-size: 1.5rem;
  }
  .c-modal-equipment .info__header span {
    font-size: 1.5rem;
  }
  .c-modal-equipment-list li{
    width: 100%;

  }
  .info__header span{
    font-size: 2rem;
  }
  .c-choose-panamera, .c-choose-cayenne{
    font-size: 1.3rem;
  }
  .c-specs-flex{
    display: block;
  }
  .c-model-row-btns .c-model-btn{
    min-width: 223px;
  }
  .c-model-btn {
    margin: .5rem 0;
  }
  .c-container{
    padding: 0 .5rem;
  }
  .c-desc-wrap {
    padding: 2rem;
  }
  .c-car-title, .info__header, .c-model-name {
    font-size: 1.3rem;
  }
  .info__header span {
    padding: 0 1rem;
  }
  .info__item{
    padding: 1%;
  }
  .c-info-btn{
    padding: 1rem;
    font-size: .7rem;
  }
  .c-car-row{
    margin: 1rem 0;
  }
  .c-form-header{
    font-size: 1rem;
  }

}
@media(max-width: 450px){
  .c-price-flex{
    display: block;
  }
  .divider{
    display: none;
  }
  .c-price-month{
    margin-left: 0;
  }
}
@media(max-width: 350px){
  .c-car-desc {
    font-size: .8rem;
  }
  .c-desc-btn{
    padding: .5rem 1rem;
  }
}
@keyframes load {
  0%{
    margin-left: 0;
  }
  100%{
    margin-left: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .c-baner{
     display: block;
   }
}
