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-form-container-employers{
  padding: 70px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.c-form-container-employer {
  display: flex;
  color: #000;
  width: calc(100%/4);
}
.c-form-container-employer-data{
  padding: 0 15px;
}
.c-form-container-employer-img{
  width: 150px;
}
.c-form-container-employer-img img{
  width: 100%;
}
.snowflake {
  position: absolute;
  z-index: 1;
}
.snowflake--1{
  left: 0;
  top:0;
}
.snowflake--2{
  right: 0;
  top:0;
}
.employer-name{
  font-weight: 700;
  font-size: 1.3rem;
}
.employer-position{
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 1em;
}
.employer-phone a{
  text-decoration: none;
  color: #000;
  font-weight: 200;
  font-size: 14px;
}
.employer-mail a{
  color: #cc0033;
  word-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.8rem;
}
.c-bg-form{
  position: relative;
  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{
  display: flex;
}
.c-baner img{
  width: 100%;
}
.c-baner-absolute{
  position: absolute;
  width: 100%;
  bottom: 5%;
}
.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: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-baner-subtitle{
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}
.c-baner-subtitle span{
  font-size: 3rem;
}
.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;
}

.model__title {
  font-size: 2.5rem;
}

.model__row {
  display: flex;
  align-items: center;
  background-color: #d9d9d9;
  margin: 60px 0;
}
.model__col {
  width: 50%;
}
.model__photo {
  display: flex;
  width: 100%;
}
.model__content {
  padding: 3rem;
}

.leasing__row {
  display: flex;
  align-items: center;
}
.leasing__content {
  margin: 0 40px;
}
.leasing__text {
  font-size: 18px;
  font-weight: 500;
}
.leasing__relative{
  position: relative;
}
.leasing__bg {
  background-color: #000;
  width: 53%;
  height: 86%;
  position: absolute;
  top: 4%;
  z-index: 1;
}
.leasing {
  z-index: 2;
  position: relative;
  color: #fff;
}

.button__wrap{
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.button {
  border: 1px solid #000;
  width: 300px;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
  padding: .4rem 0;
}
.button:hover{
  background-color: #000;
  color: #fff;
}

.stage__row {
  display: flex;
  margin-bottom: 100px;
}
.stage__col--sm{
  flex: 1;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}
.stage__col--big{
  flex: 2;
}
.stage__image{
  display: flex;

}
.stage__content {
  padding: 0 4vw;
}
.stage__title {
  font-weight: 600;
  font-size: 18px;
}
.stage__list{
  padding-left: 0;
  list-style-type: none;
}
.stage__list li{
  margin-bottom: 15px;
  display: flex;
}
.stage__list-arrow{
  width: 24px;
}
.stage__list-arrow img{
  width: 100%;
}
.stage__list-text{
  margin: 0;
  flex: 2;
}

.advantages {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 1rem;
}
.advantages__row {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.advantages__col {
  width: 50%;
}
.advantages__content {
  padding: 0 0 0 4rem;
}
.advantages__title{
  line-height: 1.7;
  margin-bottom: 0;
}
.carousel__wrap{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.carousel {
  margin-bottom: 60px;
  padding: 30px 0;
  color: #fff;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}
.carousel__title{
  font-size: 2rem;
  text-align: center;
  margin: 0 0 50px;
}
.carousel__bg{
  background-color: #000;
}
.carousel__item {
  cursor: pointer;
}
.carousel__content {
  text-align: center;
}
.carousel__item-title {
  font-weight: 500;
  font-size: 20px;
}

.icons {
  max-width: 1350px;
  margin: 0 auto 120px;
  padding: 0 1rem;
}
.icons__row {
  display: flex;
}
.icons__item {
  text-align: center;
  flex: 1;
}
.icons__text {
  margin: 10px 0 0;
}
.icons__value {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.icons__img-wrap{
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.equipment {
  padding: 0 5vw;
}
.equipment__headline {
  border-bottom: 1px solid #b2b2b2;
}
.equipment__content {
  padding: 40px 1rem;
}
.equipment__row {
  display: flex;
}
.equipment__col {
  width: 50%;
}
ul.equipment__list {
  padding-left: 0;
  list-style-type: none;
}
li.equipment__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.pricebox__title {
  font-size: 1.5rem;
  margin: 15px 0;
}
.pricebox__blackbox {
  background-color: #000;
  color: #fff;
  padding: 2rem 2rem 2rem 0;
  display: inline-block;
  position: relative;
}
.pricebox__blackbox::before{
  content: "";
  background-color: #000;
  position: absolute;
  left: -100%;
  top:0;
  width: 100%;
  height: 100%;
}
.pricebox__price {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
}

.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;
}

.bigimg{
  position: relative;
  display: flex;
}
.bigimg img{
  width: 100%;
}
.content__button-wrap{
  position: absolute;
  width: 100%;
  bottom: 80px;
  display: flex;
  justify-content: center;
}
.content__button{
  width: 310px;
  max-width: 100%;
  border: 1px solid #fff;
  color: #fff;
  transition: all .3s ease-in-out;
  cursor: pointer;
  padding: 1rem;
  text-align: center;
}
.content__button.black{
  border: 1px solid #000;
  color: #000;
}
.content__button.black:hover{
  background-color: #000;
  color: #fff;
}
.content__button:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}



.intro {
  text-align: center;
  padding: 80px 1rem;
}
.title__h2 {
  font-size: 2.5rem;
}
.title__h2.mb {
  margin-bottom: 50px;
}
.subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}
.intro__wrap {
  max-width: 1350px;
  margin: 0 auto;
}
.bigimg__padding {
  padding: 50px 0 0;
}

.c-links {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  max-width: 70%;
  margin: 0 auto;
}
.c-links-item {
  padding: 0 1rem;
  flex: 1;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.c-links-item:hover{
transform: scale(1.050);
}

.c-links-item svg {
  width: 50px;
  height: 50px;
}

.c-module-row{
  display: flex;
}
.c-module-col{
  flex: 1;
  padding: 2rem;
  border-right: 1px solid #000;
  text-align: center;

}
.c-module-col:last-of-type{
  border-right: none;
}
.c-module-title{
  margin: 0;
  font-size: 1.8rem;
}


.text{
  font-size: 18px;
}
.text__bold-mid{
  font-weight: 600;
}
.c-baner-flex{
  display: flex;
}
.c-dealers{
  display: flex;
  justify-content: space-around;
  padding: 2rem 0;
  border-top: 1px solid #949494;
  background-color: #000;
  /* margin-top: 3rem; */
}
.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-sm{
  max-width: 1420px;
  margin: 0 auto;
  padding:0 20px 50px;
}
.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('/LP/audi-s3-sportback-07-2023/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;
  }
  .c-form-container-employer {
    width: calc(100%/2);
}
}
@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;
  }
  .stage__col--big {
    flex: 2;
    flex: 1 0 20%;
}
.c-container-sm{
  max-width: 1250px;
}
.leasing__bg {
  width: 60%;
  height: 100%;
  top: 0%;
}
.leasing__text {
  font-size: 16px;
}
.leasing__text > br {
  display: none;
}
.leasing__content {
  padding: 1rem 0;
}
}
@media(max-width: 1400px){

  p{
    font-size: 16px;
  }
  .c-baner-annotation{
    font-size: 14px;
  }
}
@media(max-width: 1350px){

  .c-baner-subtitle {
    font-size: 1rem;
}
  .c-header-padding {
    padding: 1.3rem 0;
  }

  .filter__item{
    margin-bottom: 10px;
  }
  .snowflake img{
    width: 60%;
  }
  .snowflake--2{
    text-align: right;
  }
  .stage__image{
    height: 100%;
  }
  .stage__image img{
    object-fit: cover;
  }
}
@media(max-width: 1250px){
  .c-container{
    padding: 0 2rem;
  }
  .map {
      height: 380px;
  }
  .c-links{
    max-width: 60%;
  }
  .icons__row {
    flex-wrap: wrap;
}
.icons__item {
  flex: 1 0 33%;
  margin-bottom: 30px;
}
}
@media(max-width: 1205px){
  .c-baner-title {
    font-size: 1.8rem;
  }
  .c-baner-title{
    margin-top: 0;
  }
  .benefits__item {
    width: calc(100%/4 - 3rem);
}
.c-links {
  max-width: 80%;
}
}
@media(max-width: 1150px){
  .map {
      height: 345px;
  }
  .advantages__row{
    display: block;
  }
  .advantages__col {
    width: 100%;
}
.advantages__col img {
  width: 100%;
}
.advantages__content{
  padding: 1rem 0;
}
.advantages__title{
  line-height: 1.3;
}
.advantages__title br{
  display: none;
}
}
@media(max-width: 1000px){
  .map {
      height: 305px;
  }
}
@media(max-width: 960px){
  .stage__row{
    display: block;
  }
  .stage__col--big{
    width: 100%;
  }
  .c-module-row{
    display: block;
  }
  .c-module-col{
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .c-module-col:last-of-type{
    border-bottom: none;
  }
  .intro {
    text-align: center;
    padding: 30px 1rem;
}
  .title__h2{
    font-size: 1.8rem;
  }
  .text {
    font-size: 16px;
}
  .benefits__row{
    flex-wrap: wrap;
  }
  .benefits__item {
    width: calc(100%/2 - 3rem);
    padding-bottom: 15px;
}
  .c-form-container-employer {
    width: 100%;
}
.c-form-container-employer-img{
  flex: 1;
}
.c-form-container-employer-data {
  flex: 2;
}
.snowflake{

  display: none;
}
  .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;
    padding-bottom: 20px;

  }
  .c-baner-info{
    display: none;
  }

}
@media(max-width: 810px){
  .c-baner-title {
    font-size: 1.3rem;
  }
}
@media(max-width: 768px){
  .pricebox__title {
    font-size: 1.2rem;
}
.pricebox__price {
  font-size: 3rem;
}
.equipment__row{
  display: block;
}
.equipment__col{
  width: 100%;
}
.equipment{
  padding: 0;
}
  .carousel__content{
    order: 1;
  }
  .c-links {
    max-width: 100%;
  }
  .c-baner-subtitle{
    font-size: 1.3rem;
  }
  .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;
  }
  .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%;
  }
  .model__row {
    display: block;
  }
  .model__col {
    width: 100%;
  }
  .model__content {
    padding: 3rem 1rem;
}
.leasing__row{
  display: block;
}
.leasing__bg{
  display: none;
}
.leasing__content{
  background-color: #000;
  margin: 0 0 30px;
  padding: 1rem;
}
}
@media(max-width: 600px){
  .icons__item {
    flex: 1 0 50%;
  }
  .icons__img-wrap img{
    width: 60px;
  }
  .subtitle {
    font-size: 1rem;
    font-weight: 500;
}
  .model__title {
    font-size: 1.5rem;
}
.intro .text > br{
  display: none;
}
  .carousel__title{
    font-size: 18px;
  }
  .c-baner-annotation br{
    display: none;
  }
  .c-form-container-employer{
    display: block;
  }
  .c-form-container-employer-data{
    padding: 20px 0;
  }
  .benefits__item {
    width: 100%;
}
.c-links {
  display: block;
}
.c-module-col{
  padding: 1rem;
}
.stage__row, .advantages__row{
  margin-bottom: 40px;
}
.intro{
  padding: 0;
}

}
@media(max-width: 570px){
  .pricebox__price {
    font-size: 2rem;
}
  .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;
  }
  .c-baner-subtitle {
    font-size: 1rem;
  }
  .text, .stage__list-text {
    font-size: 14px;
}
.model__text{
  font-size: 14px;
}
}
@media(max-width: 530px){
  .advantages{
    padding: 0;
  }
  .c-module-title {
    font-size: 1.2rem;
}
  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-title {
    font-size: 1rem;
  }
  .c-baner-logo img {
    max-width: 50px;
  }
  .title__h2 {
    font-size: 1.2rem;
}
.icons{
  margin: 0 auto 30px;
}
}
@media(max-width: 370px){
  .c-baner-title br{
    display: none;
  }
  .icons__item {
    flex: 1 0 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

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