html,body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'PorscheNextWLa';
  color: #474747;
  scroll-behavior: smooth;
}
:focus { outline: none !important; }
*::after,*::before,*{
  box-sizing: border-box;
}
header{
  padding: 1rem 0;
}
header img{
  max-width: 96px;
  height: auto;
}
.hr{
  border: 0;
  border-top: 1px solid #999;
  margin-top: 2rem;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li::before{
  content: '»';
  color: #FF0000;
  margin-right: .5rem;
  font-size: 1.5rem;
}
h1{
  font-size: 1.5rem;
  margin: 0;
  font-weight: normal;
}
h2{
  font-size: 1.25rem;
  margin: 0;
  font-weight: normal;
}
h3{
  font-size: 1.25rem;
  margin: 0;
  padding: 0 1rem;
  font-weight: normal;
}
.bordered{
  padding: 2rem 1rem;
  border: 2px solid #474747;
}
.flex-item-50{
  padding: 1rem;
}
.flex-item-70{
  padding: 1rem;
}
.container{
  max-width: 1594px;
  margin: 0 auto;
  padding: 1rem;
}
.text-center{
  width: 100%;
  text-align: center;
}
.img-responsive{
  max-width: 100%;
}
.bg-dark{
  background-color: #000000;
  color: #fff;
}
.baner{
  position: relative;
}
.baner img{
  width: 100%;
}
.baner-on::before{
  content: url('/pakiety-porsche-2019/assets/images/Slide_2.png');
  position: absolute;
  left: -2rem;
  top: 2rem;
}
.section-padding{
  padding: 3rem 0 0 0;
}
.bg-ontrack{
  background: url('/pakiety-porsche-2019/assets/images/ontrack.jpg') no-repeat center;
  background-size: cover;
  min-height: 40vh;
}
.bg-form{
  background: url('/pakiety-porsche-2019/assets/images/form.jpg') no-repeat center;
  background-size: cover;
  min-height: 80vh;
  color: #fff;
}
.c-form-info p, .c-form-item p, .c-form-administratorInfo p{
  font-size: .8rem;
  margin: 0;
}
.c-form-checkboxText{
  float: left;
  padding: 1rem 0 0 0;
}
input.error{
  border: 2px solid #f00;
}
span.error{
  color: #f00;
  text-align: center;
  width: 100%;
  display: block;
}
.c-form-acceptWrap{
  width: 100%;
  float: left;
  margin-top: 1rem;
}
.c-form-acceptWrap{
  position: relative;
}
.price{
  color: #f00;
  font-weight: bold;
}
.icon{
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.relative{
  position: relative;
}
.arrow-next{
  position: absolute;
  right: .5rem;
  top: 48%;
  cursor: pointer;
}
.arrow-prev{
  position: absolute;
  left: .5rem;
  top: 48%;
  transform: rotate(180deg);
  cursor: pointer;
}
.bennefits{
  text-align: center;
  width: 100%;
}
.bennefits img{
  margin: 0 auto;
}
@media(min-width:960px){
  html,body{
      font-size: 16px;
  }
  h1{
    font-size: 3rem;
    margin: 0;
    font-weight: normal;
  }
  h2{
    font-size: 1.95rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  .flex-row{
    display: flex;
    justify-content: space-around;
  }
  .flex-item{
    width: 100%;
  }
  .flex-item-50{
    width: 50%;
    padding: 1rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .flex-item-70{
    width: 200%;
    padding: 1rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .flex-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .baner-on{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    color: #fff;
    width: calc(100% - 10rem);
    transform: translateX(2rem);
  }
  .section-padding{
    padding: 5rem 0 0 0;
  }
  .bennefits{
    text-align: left;
    width: 50%;
  }
  .bennefits img{
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
@media(min-width:1380px){
  .flex-item-70{
    width: 66%;
  }
}

.btn-contact{
  position: fixed;
  bottom: 0rem;
  right: 1.5rem;
  padding: .75rem 2rem;
  font-size: 1.25rem;
  background-color: #d5001c;
  z-index: 999;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.25rem;
  font-weight: bold;
  /* border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0px 0px 44px -16px rgba(0,0,0,0.75);

}
