body,html{
  margin:0;
  padding: 0;
  font-size: 16px;
  font-family: 'AudiType', Arial;
  overflow-x: hidden;

}
*::after,*::before,*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4{
  margin:0;
}
section{
  position: relative;
}
h2{
  font-size: 1.45rem;
}
video{
  width: 100%;
}
[v-cloak]
{
  display: none;
}
.c-bg-form{
  background-color: #000;
}
.font-600{
  font-weight: 600;
}
.font-500{
  font-weight: 500;
}
.font-14{
  font-size: 14px;
}
.darkgrey__bg{
  background-color: #626262;
}
.lightgrey__bg{
  background-color: #7f7f7f;
}
.c-header-padding{
  padding: 1.65rem 0;
}
.regulations__list{
  padding-left: 1.6rem;
}
.regulations__list li{
  margin-bottom: 20px;
}
.pointer{
  cursor: pointer;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

.c-text-padding{
  padding-left: 5rem;
}
.inline-block{
  display: inline-block;
}
.c-logo{
  /* width: 90%;
  margin: 0 auto; */
}
.c-logo img{
  max-height: 40px;
  width: auto;
}
.c-logo-flex{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: .5rem 0;
}
.light-text{
  font-weight: 500;
}
.c-logo-text{
  margin-left: 2rem;
  font-weight: 500;
  color: #000;
}
.c-audi-red {
  color: #c7112e;
}

.c-relative{
  position: relative;
}
.c-baner{
  background-color: #000;
  /* display: flex; */
}
.c-baner img{
  width: 100%;
}
.c-baner-absolute{
  position: absolute;
  width: 100%;
  bottom: 7.5vw;
}
.c-baner-info{
  position: absolute;
  width: 100%;
  bottom: 2vw;
}
.c-baner-annotation{
  font-weight: 500;
  font-size: 18px;
}
.c-baner-text{
  width: 90%;
  margin: 0 auto;
  color: #fff;

}
.c-baner-title{
  font-weight: 500;
  color: #fff;
  font-size: 52px;
  margin-top: 1rem;
}

.c-baner-subtitle{
  font-size: 2rem;
  margin: 10px 0 50px;
  font-weight: 500;
}
.c-baner-subtitle span{
  font-size: 3rem;
}
.c-baner-button{
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1rem 2rem;
  cursor: pointer;
}

.c-red{
  color: #cb1a37;
  /* color: #f50537; */
}
.c-baner-logo{
  padding-left: 2rem;
}
.c-baner-logo img{
  max-width: 120px;
}

.c-header {
  padding: 70px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.c-header-title {
  margin-bottom: 15px;
  font-size: 35px;
}

.c-header-subtitle {
  margin-bottom: 40px;
  font-size: 18px;
}

.c-header-button {
  padding: 2rem 1rem;
  font-size: 17px;
  cursor: pointer;
}

.c-content-box {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.c-box {
  flex: 1;
}

.c-box:last-of-type {
  padding-left: 7%;
  padding-right: 20px;
}

.c-box img {
  display: block;
  min-height: 400px;
  object-fit: cover;
}

.c-box-title {
  margin-bottom: 40px;
  font-size: 35px;
}

.c-box-subtitle {
  max-width: 570px;
  margin-bottom: 70px;
  font-size: 18px;
}

.c-box-subtitle strong {
  font-size: 15px;
}

.c-box-button {
  max-width: 310px;
  padding: 2rem 1rem;
  font-size: 17px;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
}

.filter__row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filter__wrap{
  padding: 1rem 0 4rem;
}
.filter__item{
  padding: 1rem;
  margin: 0 5px;
  transition: all .3s ease-in-out;
  border: 1px solid #000;
  cursor: pointer;
}
.filter__item span{
  font-weight: 600;
}
.filter__item:hover{
  background-color: #000;
  color: #fff;
}
.filter__item.active{
  background-color: #000;
  color: #fff;
}







.c-baner-flex{
  display: flex;
  justify-content: space-between;
}
.c-dealers{
  display: flex;
  justify-content: space-around;
  padding: 2rem 0;
  border-top: 1px solid #949494;
  /* margin-top: 3rem; */
  background-color: #000;
}
.c-dealers-col{
  text-align: center;
  color: #fff;
}
.c-dealers-col a{
  color: #fff;
}

.c-dealers-name{
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: .3rem;
}
.c-dealers-col p{
  margin: 0;
}
.c-container{
  max-width: 1730px;
  margin: 0 auto;
}
.c-container-big{
  max-width: 1920px;
  margin: 0 auto;
}
.c-content {
  padding: 2rem 0;
  max-width: 1300px;
  margin: 0 auto;
}
.underline{
  text-decoration: underline;
}
.w-100{
  width: 100%;
}
.c-mobile-title{
  display: none;
}
.c-offer-btn{
  background-color: #000;
  border: 1px solid #fff;
  /* background-color: #f50537; */
  width: 253px;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin: .2rem 0;
  display: inline-block;
}

.text-red{
  color: #cb1a37;
  /* color: #f50537; */
}
.c-img-flex{
  display: flex;
}
.section-grey{
  background-color: #f5f5f5;
}
.section-black{
  background-color: #000;
}
.section-margin{
  margin: 50px 0;
}
.section-bg{
  background-image: url('/LandingPage/jazdy-testowe-05-2022/assets/img/bg.png');
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.text-white{
  color: #fff;
}
.p-60{
  padding: 60px 0;
}
.title__h3{
  font-weight: 700;
  font-size: 1.80rem;
  margin-bottom: 20px;
}


.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.logo-mobile{
  display: none;
}

.contact {
  padding: 50px 0;
}
.contact__row {
  display: flex;
}
.contact__col.sm{
  width: 33%;
  margin-right: 25px;
}
.contact__col.bg{
  width: 66%;
}
.contact__box {
  position: relative;
}
.contact__title {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 700;
}
.contact__link {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  text-shadow: 0 0 15px rgba(0,0,0,.15);
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  transition: all .3s ease-in-out;
}
.contact__link:hover{
  opacity: .5;
}
.map {
  height: 577px;
}

@media(max-width: 1800px){
  .c-container{
    max-width: 1600px;
  }
  .map{
    height: 535px;
  }
}
@media(max-width: 1700px){
  .c-container{
    max-width: 1500px;
  }
  .map{
    height: 500px;
  }

}
@media(max-width: 1600px){

  .c-baner-annotation{
    font-size: 16px;
  }
  .c-container{
    max-width: 1400px;
  }
  .map{
    height: 470px;
  }
}
@media(max-width: 1505px){
  .c-baner-logo img {
    max-width: 100px;
  }
  .c-baner-logo {
    padding-left: .2rem;
  }
  .hide-br-1{
    display: none;
  }
}
@media(max-width: 1450px){
  h2 {
    font-size: 1.2rem;
  }
  .c-container{
    max-width: 1200px;
  }
  .map{
    height: 400px;
  }
  .c-box:last-of-type {
    padding-left: 4%;
  }

  .c-box-title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .c-box-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .c-box-subtitle strong {
    font-size: 13px;
  }

  .c-box-button {
    padding: 1.5rem 1rem;
  }
}
@media(max-width: 1400px){

  p{
    font-size: 16px;
  }
  .c-baner-annotation{
    font-size: 14px;
  }
}
@media(max-width: 1350px){
  .c-baner-title {
    font-size: 3rem;
  }
  .c-baner-subtitle {
    font-size: 1.5rem;
  }
  .c-header-padding {
    padding: 1.3rem 0;
  }

  .filter__item{
    margin-bottom: 10px;
  }
}
@media(max-width: 1250px){
  .c-container{
    padding: 0 2rem;
  }
  .map {
      height: 380px;
  }
}
@media(max-width: 1205px){
  .c-baner-title {
    font-size: 2.5rem;
    margin-top: 0;
  }
  .c-baner-subtitle {
    margin: 5px 0 30px;
  }
}
@media(max-width: 1150px){
  .c-baner-title {
    font-size: 2rem;
  }
  .c-baner-subtitle {
    font-size: 1rem;
  }
  .map {
      height: 345px;
  }
   .c-box:last-of-type {
    padding-left: 2%;
  }

  .c-box-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .c-box-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .c-box-subtitle strong {
    font-size: 13px;
  }

  .c-box-button {
    padding: 1.2rem 1rem;
  }
}
@media(max-width: 1000px){
  .c-baner-absolute {
    bottom: 5vw;
  }
  .map {
      height: 305px;
  }
}
@media(max-width: 960px){

  .text-center-mobile{
    text-align: center;
  }
  .c-text-padding{
    padding-left: 0;
  }
  .c-baner-flex{
    flex-direction: column;
  }
  .c-baner-flex > div{
    padding-bottom: 1rem;
  }
  .c-baner-flex > div:first-of-type{
    order: 2;
  }
  .c-baner-flex > div:last-of-type{
    order: 1;
  }
  .c-baner-flex > div .c-baner-flex{
    flex-direction: row;
  }
  /* .flex-row{
  display: block;
  } */
  .c-dealers-name{
    font-size: 1rem;
  }
  .c-dealers-col{
    font-size: .8rem;
  }
  .c-mobile-flex{
    display: flex;
    flex-direction: column;
  }
  .c-baner-logo{
    padding-left: 0;
  }
  .c-offer-btn{
    width: 200px;
    font-size: .8rem;
  }
  .c-baner{
    order: 2;
  }
  .c-baner-absolute{
    order: 1;
  }
  /* .c-baner-absolute{
    position: inherit;
    top: 0;
  } */
  .c-logo-text{
    color: #000;
  }
  .logo-desktop{
    display: none;
  }
  .logo-mobile{
    display: block;
  }
  .c-baner-flex{
    justify-content: space-between;
  }
  /* .c-baner-text{
    color: #000;
  } */
  .c-baner-title{
    /* padding-top: 2rem;
    color: #000;
    text-align: center; */
    /* display: none; */
  }
  /* .c-baner-title-desktop{
    display: none;
  } */
  .c-mobile-title{
    display: block;
  }
  .c-baner-info{
    display: none;
  }

}
@media(max-width: 810px){
  .c-baner-absolute {
    bottom: 3vw;
  }
  .c-baner-title {
    font-size: 1.5rem;
  }
  .c-baner-subtitle{
    font-size: 0.8rem;
    margin-bottom: 20px;
  }

  .c-content-box {
    display: block;
  }


  .c-box img {
    min-height: 370px;
  }
  .c-box:last-of-type {
    padding-inline: 30px;
  }

  .c-box-title {
    margin-top: 45px;
    margin-bottom: 25px;
  }

  .c-box-subtitle {
    max-width: 700px;
    margin-bottom: 40px;
  }

  .c-box-button {
    padding: 1.2rem 1rem;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
@media(max-width: 768px){
  .c-dealers-name {
    font-size: .8rem;
  }
  .c-dealers-col {
    font-size: .6rem;
  }
  /* .c-baner-flex{
    font-size: .8rem;
  } */
  .c-baner-logo img {
    max-width: 100px;
  }
  .c-header {
    padding: 40px 0 50px;
    text-align: left;
  }

  .c-header-title {
    font-size: 20px;
  }

  .c-header-subtitle {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .c-header-button {
    max-width: 440px;
    padding: 1rem 2rem;
    margin: 0 auto;
    font-size: 17px;
    border: 1px solid #fff;
    text-align: center;
  }

  .section-bg{
    background-image: none;
  }
  .contact__row{
    display: block;
  }
  .contact__col.sm{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .contact__col.bg{
    width: 100%;
  }
  .contact__box img{
    width: 100%;
  }
}
@media(max-width: 600px){
  .c-baner-annotation br{
    display: none;
  }
}
@media(max-width: 570px){
  .c-baner-absolute {
    bottom: 10vw;
  }
  .c-baner-title {
    font-size: 33px;
  }
  .c-baner-subtitle{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c-baner-button{
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 18px;
    padding-inline: 3rem;
  }

  .c-box-title {
    font-size: 21px;
  }

  .c-box-subtitle {
    font-size: 14px;
  }
   .c-box-subtitle strong {
    font-size: 14px;
  }

  .c-dealers{
    display: block;
  }
  .c-dealers-col{
    padding-bottom: 1rem;
  }
  .c-logo-text{
    margin-left: 1rem;
  }

  .c-header-padding br{
    display: none;
  }
  .hide-br-2{
    display: none;
  }
}
@media(max-width: 530px){
  h2 {
    font-size: .8rem;
  }
  .c-header-padding {
    padding: 0;
  }
  .filter__item{
    padding: .5rem;
    font-size: 14px;
  }
  .c-logo img{
    max-height: 25px;
  }
  .c-logo{
    padding: .5rem 0;
  }
  .c-logo-text{
    font-size: .6rem;
  }
  .c-container {
    padding: 0 1rem;
  }
  /* .c-baner-flex {
    font-size: .5rem;
  } */
  .c-baner-logo img {
    max-width: 50px;
  }
}
@media(max-width: 490px){
  .c-baner-title {
    font-size: 30px;
  }
  .c-baner-subtitle {
    font-size: 18px;
  }
}
@media(max-width: 460px){
  .c-baner-title {
    font-size: 26px;
  }
  .c-baner-subtitle {
    font-size: 17px;
  }
  .c-baner-button{
    font-size: 16px;
  }
  .c-box-button {
    margin-inline: 0;
  }
}
@media(max-width: 390px){
  .c-baner-title {
    font-size: 22px;
  }
  .c-baner-subtitle {
    font-size: 14px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .c-img-flex{
    display: block;
  }
}
