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: inherit;
  cursor: pointer;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4, p{
  margin:0;
}
section{
  position: relative;
}
h1{
  font-size: 2.5rem;
}
h2{
  font-size: 1.5rem;
}
video{
  width: 100%;
}
[v-cloak]
{
  display: none;
}
.row-section{
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
.row{
  display: flex;
  align-items: center;
  width: 100%;
}
.row-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem;
}
.row-text p, ul{
  line-height: 28px;
  color: #333;
}

.row-header{
  font-weight: 300;
  font-size: 2rem;
}
.row-text-btn{
  border: 1px solid black;
  border-radius: 0;
  padding: 16px 24px;
  background-color: #fff;
  font-weight: 300;
  width: 230px;
  cursor: pointer;
}
.row img{
  width: 50%;
}
.c-header-light{
  margin-bottom: 80px;
  font-weight: light;
  color: #333;
}
.c-header-padding{
  padding: 4rem 0 1rem;
}
.c-header-strong{
  color: #f50537;
}
.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: 1rem 0;
}
.c-logo-text{
  margin-left: 2rem;
  font-weight: 500;
  color: #000;
}
.c-logo-text span:first-child {
    font-weight: 700;
}
.textbtn{
  background-color: #c7112e;
  color: #fff;
  padding: .5rem;
  display: inline-block;
  cursor: pointer;
}

.c-relative{
  position: relative;
}

.c-baner img{
  width: 100%;
  z-index: 0;
}
.c-baner-absolute{
  position: absolute;
  top: 3vw;
  left: 3vw;
  width: 100%;
}
.c-baner-text{
  font-size: 3.5rem;
  width: 90%;
  margin: 0 auto;
  color: #fff;

}
.c-baner-title{
  font-weight: 500;
  color: #fff;
  font-size: 3.2rem;
  margin-top: 1rem;
}
.c-baner-subtitle{
  font-weight: 500;
  font-size: 1.55rem;
}
.c-baner-button{
  display: inline-block;
  border: 1px solid #fff;
  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-baner-flex{
  display: flex;
  justify-content: space-between;
}
.c-dealers{
  display: flex;
  justify-content: space-around;
  padding: 3rem 0 2rem;
  border-top: 1px solid #949494;
  /* background-color: #000; */
  color: #000;
}
.c-dealers-col{
  text-align: center;
}

.c-dealers-name{
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: .3rem;
}
.c-dealers-col p{
  margin: 0;
}
.c-container{
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-container-md{
  max-width: 90%;
  margin: 0 auto;
}
.c-container-big{
  max-width: 1920px;
  margin: 0 auto;
}
.c-content {
    padding: 2rem 0;
}
.c-mobile-title{
  display: none;
}

.c-offer-btn{
  background-color: #f50537;
  /* background-color: #f50537; */
  border: 1px solid #fff;
  width: 253px;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin: .2rem 0;
  display: inline-block;
  transition: all .3s ease-in-out;
}
/* .c-offer-btn:hover{
  background-color: #fff;
  color: #000;
} */
.mt-auto{
  margin-top: auto;
}


.custom__option {
  display: flex;
  padding: 5px 10px;
  cursor: pointer;
}
.custom__option label {
  font-size: 14px;
  font-family: 'AudiType';
  margin-left: 5px;
  text-align: left;
}
.custom__select-wrap{
  flex: 2;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  margin: .5rem auto;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  background-image: none;
  border: none;
  border-bottom: 1px solid #f50537 !important;
  height: 32px;

  display: flex;
  align-items: center;
  position: relative;
}

.custom__select-wrap::after{
  content: url('/LandingPage/odreki-08-2023/assets/img/elem/arrow-down.png');
  /* content: '\25BC'; */
  position: absolute;
  right: 0;
  padding: 0 .5em;
  /* background: #34495e; */
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  top: 6px;
  height: 32px;
}


.custom__select {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 105%;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 11px 27px -9px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 11px 27px -9px rgba(0, 0, 0, 1);
  box-shadow: 0px 11px 27px -9px rgba(0, 0, 0, 1);
  border-radius: 0;
  max-height: 200px;
  overflow-y: scroll;
}


.listing__item {
    padding: 26px;
    border: 1px solid #a4a4a4;
    margin-bottom: 30px;
}
.listing__item-row {
    display: flex;
}
.listing__img {
    flex: 1;
}
.listing__info {
    flex: 2;
    padding: 0 26px;
}
.listing__model {
    font-weight: 700;
    font-size: 26px;
}
.listing__loc {
  font-weight: 100;
  color: #c0c0c0;
  font-size: 12px;
  padding: 10px 0;
}
.listing__spec-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.listing__spec-item {
    width: calc(100%/2 - 15px);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.listing__annotation {
    color: #c0c0c0;
    font-size: 10px;
}
.listing__summary{
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-left: 1px solid #a4a4a4;
}
.listing__spec-icon {
    min-width: 80px;
}
.listing__button {
    border: 1px solid #000;
    padding: 1rem;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    min-width: 260px;
    max-width: 100%;
}
.listing__button.mb{
  margin-bottom: 10px;
}
.listing__button.black {
    background-color: #000;
    color: #fff;
}
.listing__button:hover {
    background-color: #000;
    color: #fff;
}
.listing__price {
    font-size: 30px;
    font-weight: 700;
}
.listing__price span {
    font-size: 16px;
}
.listing__load-text{
  font-size: 24px;
}
.listing__more{
  margin: 1.8rem;
  text-align: center;
}
.listing__monthprice{
  font-weight: 700;
}

.c-filter {
    display: flex;
    padding-top: 25px;
}
.c-filter-btn{
  padding: 2rem 0;
}
.c-filter-item {
    flex: 1;
    margin-right: 1rem;
}
.c-filter-item small{
  color: #000;
  font-size: 15px;
}
.c-filter-item:last-of-type{
  margin-right: 0;
}
.c-filter-price-flex{
  display: flex;
}
.c-filter-price-col{
  flex: 1;
  margin-right: 1rem;
}
.c-filter-price-col:last-of-type{
  margin-right: 0;
}
.c-filter-header{
  padding: 2rem 0;
}
/* Reset Select */
.c-filter-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  border-radius: 0;
  background: #fff;
  background-image: none;
  border-bottom: 1px solid #f50537!important;
  height: 32px;
}
/* Remove IE arrow */
.c-filter-select::-ms-expand {
  display: none;
}
/* Custom Select */
.c-filter-select-wrap {
  position: relative;
  display: flex;
  /* width: 20em; */
  height: 3em;
  line-height: 3;
  /* background: #2c3e50; */
  overflow: hidden;
  border-radius: .25em;
}
.c-filter-select {
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
  background-color: transparent;
}
.c-filter-select option{
  color: #000;
}
/* Arrow */
.c-filter-select-wrap::after {
  content: url('/LandingPage/odreki-08-2023/assets/img/elem/arrow-down.png');
  /* content: '\25BC'; */
  position: absolute;
  right: 0;
  padding: 0 .5em;
  /* background: #34495e; */
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  top: -4px;
  height: 32px;
}
/* Transition */
.c-filter-select-wrap:hover::after {
  color: #f39c12;
}

.c-filter-select{

}
.c-cars-pagination{
  text-align: center;
}
.c-cars-pagination button {
  /* border: 2px solid #dfdfdf; */
  /* border: 2px solid #cb1a37; */
  border: 2px solid #000;
  /* background-color: transparent; */
  border-radius: 1%;
  /* padding: .75rem 1rem; */
  margin-left: .25rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  cursor: pointer;
  color: #000;
  padding:0;
}
.c-cars-pagination button.active {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.text-red{
  color: #cb1a37;
  /* color: #f50537; */
}

.section-black{
  background-color: #000;
}
.section-margin{
  margin: 50px 0;
}
.section-bg{
  background-image: url('/LandingPage/moj-elektryk-audi-08-2021//LandingPage/odreki-08-2023/assets/img/bg.png');
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.text-white{
  color: #fff;
}
.title__h2.p-60{
  padding: 60px 0;
}
.title__h3{
  font-weight: 700;
  font-size: 1.80rem;
  margin-bottom: 20px;
}


.photo-text__button{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  min-width: 260px;
  text-align: center;
  padding: .8rem 0;
  /* margin-right: 30px; */
  font-size: 14px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.width-100{
  width: 100%;
}
.photo-text__button.w-100{
  min-width: 100%;
}
.photo-text__button:hover{
  background-color: #000;
  color: #fff;
}



.c-bg-form{
  /* background-color: #000; */
  padding-bottom: 2rem;
}
.c-bg-form p, .c-bg-form label, .c-bg-form a {
  color: #000;
}
.c-audi-red {
  color: #c7112e!important;
}
.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;
}
.offers__annotation{
  color: #a9a9a9;
  font-size: 14px;
  text-align: center;
  padding: 1rem;
}
@media(min-width: 2000px){

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

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

  .c-baner-title {
    font-size: 2.3rem;
  }
}

@media(max-width: 1505px){
  .c-baner-logo img {
    max-width: 100px;
  }
  .c-baner-logo {
    padding-left: .2rem;
  }
  .hide-br{
    display: none;
  }

}
@media(max-width: 1450px){
  .c-container{
    max-width: 1250px;
  }
  .listing__summary{
    padding: 0 0 0 2rem;
  }
}
@media(max-width: 1400px){

  p{
    font-size: 16px;
  }
}
@media(max-width: 1350px){
  .c-baner-title {
    font-size: 2rem;
  }
  .photo-text__button{
    min-width: 190px;
  }
}
@media(max-width: 1250px){

  .c-container{
    padding: 0 2rem;
  }
  .listing__price {
    font-size: 26px;
}

}
@media(max-width: 1205px){
  .c-baner-title {
    font-size: 1.8rem;
  }
  .c-baner-title{
    margin-top: 0;
  }
  .listing__spec-icon{
    min-width: 50px;
    max-width: 50px;
    margin-right: 1rem;
  }
  .listing__spec-icon img{
    width: 100%;
  }
}
@media(max-width: 1170px){
  .listing__price {
    font-size: 24px;
}
}
@media(max-width: 1000px){
  h2{
    font-size: 1.8rem;
  }

}
@media(max-width: 960px){
  .listing__item-row{
    display: block;
  }
  .listing__info{
    padding: 26px 0;
  }
  .listing__summary{
    border-left: none;
    border-top: 1px solid #a4a4a4;
    display: block;
    padding: 2rem 0 0;
  }
  .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;
  }
  .c-baner-title-desktop{
    display: none;
  }
  .c-mobile-title{
    display: block;
  }

  .photo-text__button{
    margin-right: 0;
    margin-bottom: 20px;
  }

}
@media(max-width: 840px){
  .c-header-text br{
    display: none;
  }
}
@media(max-width: 810px){
  .c-baner-title {
    font-size: 1.3rem;
  }
}
@media(max-width: 768px){
  .row{
    flex-direction: column;
  }
  .row img{
    width: 100%;
  }
  .c-baner-text{
    font-size: 2rem;
  }
  .row-rev-mobile{
    flex-direction: column-reverse;
  }
  .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;
  }
  .photo-text{
    flex-direction: column;
  }

  .section-bg{
    background-image: none;
  }
  .c-filter{
  display: block;
}
.c-filter-item{
  margin-right: 0;
}
}
@media(max-width: 600px){
  .listing__img img{
    width: 100%;
  }
  .listing__spec-item{
    width: calc(100%/2);
  }
  .listing__spec-row{
    justify-content: space-between;
  }
  .listing__spec-icon {
    min-width: 30px;
    max-width: 30px;
  }
  .c-filter-header{
  font-size: .8rem;
}
}
@media(max-width: 470px){
  .listing__spec-row{
    display: block;
  }
}
@media(max-width: 570px){
  .form__subtitle br{
    display: none;
  }
  .c-dealers{
    display: block;
  }
  .c-dealers-col{
    padding-bottom: 1rem;
  }
  .c-logo-text{
    margin-left: 1rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .c-header-padding br{
    display: none;
  }
  .c-content{
    padding: 0;
  }
}
@media(max-width: 530px){
  h2 {
      font-size: 1.2rem;
  }
  .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-title {
    font-size: 1rem;
  }
  .c-baner-logo img {
    max-width: 50px;
  }
}
@media(max-width: 450px){
  .listing__load-text{
    font-size: 18px;
  }
  .listing__button{
    min-width: inherit;
  }
}
@media(max-width: 370px){
  .c-baner-title br{
    display: none;
  }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


}
