body,html{
  margin:0;
  padding: 0;
  font-size: 18px;
  font-family: 'AudiType', Arial;
  overflow-x: hidden;
  background-color: #000000;
  color: #ffffff;
}
*::after,*::before,*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

nav {
  background-color: #ffffff;
  color: #000000;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4, p{
  margin:0;
}
section{
  position: relative;
}
[v-cloak]
{
  display: none;
}

.baner {
  position: relative;
}
.baner img {
  width: 100%;
}
.baner__content {
  position: absolute;
  left: 7.81vw;
  top: 8.33vw;
}
.baner__content h1 {
  font-size: 2.86vw;
  font-weight: 700;
}

.disclaimer{
  color: #ccc;
  font-size: 10px;
}
.text-center{
  text-align: center;
}
.brutto{
  font-weight: 100;
  font-size: 1rem;
}
.c-filter {
    display: flex;
}
.c-filter-btn{
  padding: 2rem 0;
}
.c-filter-item {
    flex: 1;
    margin-right: 1rem;
}
.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: transparent;
  color: #ffffff;
  background-image: none;
  border-bottom: 1px solid #ffffff!important;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
}
.c-filter-select option {
  color: #000000;
}
/* 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: #fff;
  cursor: pointer;
}
/* Arrow */
.c-filter-select-wrap::after {
  content: url('../img/arrow-down.jpg');
  /* 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-logo{
  width: 90%;
  margin: 0 auto;
}
.c-logo img{
  max-height: 40px;
  width: auto;
}
.c-logo-flex{
  display: flex;
  align-items: center;
  padding-block: 15px;
}
.c-logo-text{
  margin-left: 2rem;
  font-weight: 500;
}
.c-logo-text span:first-child {
  font-weight: 700;
}
.c-audi-red {
  color: #c7112e;
}
.c-relative{
  position: relative;
}
.c-baner img{
  width: 100%;
}
.c-baner-absolute{
  position: absolute;
  top: 3vw;
  width: 100%;
}
.c-baner-text{
  width: 90%;
  margin: 0 auto;
}
.c-baner-title{
  font-size: 2.5vw;
}
.c-container{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 50px;
}
.c-container--big {
  max-width: 1752px;
}
.c-container--small {
  max-width: 1282px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-block: 80px 150px;
}
.header--mg {
  margin-block: 100px;
}
.header__flex {
  display: flex;
  align-items: flex-start;
}
.header__number {
  font-size: 27.81vw;
  font-weight: 700;
  line-height: 0.74;
}
.header__content {
  display: grid;
  gap: 50px;
}
.header__content-header {
  font-size: 5.21vw;
  font-weight: 700;
  line-height: 0.8;
}
.header__content-elem {
  display: flex;
  align-items: center;
  font-size: 1.3vw;
  font-weight: 700;
  gap: 30px;
  margin-block-end: 30px;
}
.header__content-elem:last-of-type {
  margin-block-end: 0px;
}
.header__content-elem--image {
  text-align: center;
  min-width: 80px;
}
.header__text h2, .header__text h3, .header__text h4{
  font-size: 36px;
  font-weight: 700;
  margin-block-end: 20px;
}
.header__text h4 {
  font-weight: 500;
}
.header__text p{
  font-size: 18px;
  font-weight: 400;
}
.header__text p strong {
  font-weight: 600;
}
.header__text-container {
  max-width: 700px;
  width: 100%;
}
.header__text-container--big {
  max-width: 910px;
  width: 100%;
}

.c-offer{
  display: flex;
  margin: 2rem 0;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  color: #000000;
  padding: 1rem;
}
.c-offer-details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
  flex: 2;
}
.c-offer-specs{
  display: flex;
  margin: .3rem 0px;
}
.c-offer-specs-item{
  /* flex: 1; */
  width: 50%;
}
.c-offer-specs-value{
  font-size: 1.2rem;
  font-weight: 700;
}
.c-offer-check{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  border-left: 1px solid #d0d0d0;
  padding-left: 2rem;
}
.c-offer-check-header {
  margin-block-end: 20px;
}
.c-offer-check-header span {
  font-size: 16px;
  font-weight: 400;
}
.c-offer-check-header h3 {
  font-size: 30px;
  font-weight: 700;
}
.c-offer-check-header h3 span {
  font-size: 15px;
  font-weight: 700;
}
.c-offer-btn{
  background-color: transparent;
  width: 253px;
  text-align: center;
  padding: 13px 0;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  margin: .2rem 0;
  display: inline-block;
  border: 1px solid #000000;
  font-size: 16px;
}
.c-offer-btn.black {
  background-color: #000000;
  color: #ffffff;
}
.c-offer-btn.reverse {
  border-color: #ffffff;
  color: #ffffff;
}
.c-offer-more{
  text-align: center;
}
.text-red{
  color: #f50537;
}
.text-gray{
  color: #808080;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #f50537;
  border-color: #f50537 transparent #f50537 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.c-dealers{
  display: flex;
  justify-content: space-around;
  padding: 3rem 0 2rem;
  color: #000;
  background-color: #ffffff;
}
.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;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}

.desc {
  padding: 60px;
  border-top: 1px solid #aaaaaa;
}
.desc__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.desc a {
  font-size: 14px;
}
.desc p {
  font-size: 13px;
  color: #817f7d;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media(min-width: 1920px) {
  .header__number {
    font-size: 534px;
  }
  .header__content-header {
    font-size: 100px;
  }
  .header__content-elem {
    font-size: 25px;
  }
}

@media(max-width: 1600px){
  .header__text-container {
    max-width: 500px;
  }
  .header__text h2, .header__text h3, .header__text h4 {
    font-size: 32px;
  }
}

@media(max-width: 1450px){
  .c-offer-specs-value {
    font-size: .8rem;
  }
  .c-offer-subtitle{
    font-size: 12px;
  }
  .header__content-elem {
    font-size: 18px;
    margin-block-end: 20px;
  }
  .header__text h2, .header__text h3, .header__text h4 {
    font-size: 24px;
  }
}
@media(max-width: 1250px){
  .c-offer h2{
    font-size: 1.2rem;
  }
  .c-offer-details{
    padding: 0 1rem;
  }
}
@media(max-width: 1150px){
  .c-offer-details{
    flex: auto;
  }
}
@media(max-width: 960px){
  .desc {
    padding: 30px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .c-offer{
    align-items: center;
  }
  .c-offer-btn{
    width: 200px;
    font-size: .8rem;
  }
  .c-offer h2 {
    font-size: 1rem;
  }
  .c-offer-check{
    padding-left: 1rem;
  }
  .c-container {
    padding-inline: 20px;
  }
  .baner__content {
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 40px;
  }
  .baner__content h1 {
    font-size: 5.21vw;
  }
  .header {
    flex-wrap: wrap;
    gap: 50px;
    margin-block: 50px;
  }
  .header--mg {
    margin-block: 100px 40px;
  }
  .header__number {
    font-size: 56.46vw;
  }
  .header__content {
    gap: 25px;
  }
  .header__content-header {
    font-size: 10.63vw;
  }
  .header__content-elem {
    font-size: 2.71vw;
    margin-block-end: 15px;
    gap: 20px;
  }
  .header__content-elem--image {
    min-width: 8.33vw;
  }
  .header__content-elem--image img {
    max-width: 8.33vw;
  }
  .header__text p {
    font-size: 15px;
  }
}
@media(max-width: 768px){
  .c-offer{
    display: block;
  }
  .c-offer img{
    width: 100%;
  }
  .c-offer-details{
    padding: 1rem;
  }
  .c-offer-check{
    border: none;
    padding: 1rem;
    align-items: center;
    text-align: center;
  }
  .c-offer h2 {
    font-size: 1.5rem;
  }
  .c-filter{
    display: block;
  }
  .c-filter-item{
    margin-right: 0;
  }
}
@media(max-width: 530px){
  .c-filter-header{
    font-size: .8rem;
  }
  .c-baner-absolute{
    position: inherit;
  }
  .c-baner-title {
    font-size: 1rem;
    text-align: center;
  }
  .c-logo{
    padding: .5rem 0;
  }
  .c-logo-text{
    font-size: .6rem;
  }
  .desc {
    padding: 30px 0px;
  }
}
@media(max-widtH: 400px){
  .c-offer-specs{
    display: block;
  }
  .c-offer-specs-item{
    margin: .5rem 0;
    width: 100%;
  }
  .c-offer-specs{
    margin: 0;
  }
}
