body{
  margin:0px;
  padding:0px;
  font-family: 'vwhead';
  padding-bottom:0px;
  overflow-x: hidden;
}
p,h1,h2,h3,h4{
  margin:0;
}

a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
}
*::after,*::before,*{
  box-sizing: border-box;
}
.baner{
  position: relative;
}
.baner__image{
  display: flex;
}
.baner__image img{
  width: 100%;
}
.baner__content{
  position: absolute;
  left: 4vw;
  top: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  max-width: 700px;
  width: 100%;
  color: #ffffff;
}
.baner__content h1{
  font-size: 3rem;
  margin-bottom: 48px;
}
.baner__content p{
  font-size: 1.25rem;
  line-height: 1.6;
  margin-block: 1.5rem;
}
.baner__content-button{
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
  border-radius: 24px;
  padding: .75rem 2rem;
  -webkit-transition: background-color .5s, color .5s, -webkit-box-shadow .5s;
  transition: background-color .5s, color .5s, -webkit-box-shadow .5s;
  transition: background-color .5s, box-shadow .5s, color .5s;
  transition: background-color .5s, box-shadow .5s, color .5s, -webkit-box-shadow .5s;
}
.baner__content-button:hover{
  background-color: #4CC7F4;
}

.c-bg-form{
  background-color: #fff;
  height: 100%;
}
.c-title{
  font-size: 1.5rem;
  padding-bottom: 2rem;
  display: none;
}
.c-line-wrapper{
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  padding: 0.5rem 0;
  z-index: 9999;
}
.c-logo-line {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 80%;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.flex-basis {
  flex-basis: 333.33%;
}
.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0px 14px;
}
.c-logo img {
  /* width: 64px;
  height: 64px; */
  max-width: unset;
}
.logo{
  display: grid;
  align-items: center;
  max-width: 100%;
  width: 100%;
  column-gap: 14px;
  grid-template-columns: calc(66.66vw - 14px) max-content auto;
  margin: 15px 0px;
}
.logo::after, .logo::before{
  content: "";
  height: 2px;
  background: rgb(0, 30, 80);
}
.logo__image{
  max-width: 56px;
  min-width: 56px;
  width: 100%;
}
.c-container{
  max-width: 1580px;
  margin: 0 auto;
}
.c-container-big{
  max-width: 1920px;
  margin: 0 auto;
}
.section-margin{
  margin: 70px auto;
  max-width: 1600px;
  
}
.section-mt{
  margin-top: 200px;
}
.section-blue{
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
}
.w100{
  width: 100%;
}
.photo-text {
    display: flex;
}
.photo-text__between{
  justify-content: space-between;
}
.photo-text__center{
  align-items: center;
}
.photo-text__col {
}
.photo-text__col--50{
  width: 50%;
}
.photo-text__col--48{
  width: 48%;
}
.photo-text__col-f1{
  flex: 1;
}
.photo-text__col-f1.mr20{
  margin-right: 20px;
}
.photo-text__col.ml50{
  margin-left: 50px;
}
.photo-text__intro{
  padding: calc(482px - 280px) 1rem 0 0;
}
.photo-text__wrap{
  margin-bottom: 40px;
}
.photo-text__cta{
  display: flex;
  margin: 20px 0;
}
.photo-text__button{
  display: inline-block;
  background-color: transparent;
  border: 3px solid #fff;
  min-width: 260px;
  text-align: center;
  padding: .8rem 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 30px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.photo-text__button:hover{
  background-color: #fff;
  color: #000;
}
.photo-text.white{
  color: #fff;
}
.title__h2{
  font-size: 3.35rem;
  font-weight: 100;
}
.title__h2.mb70{
  margin-bottom: 70px;
}
.title__h3{
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 100;
}
.title__h4{
  font-size: 1.85rem;
  margin-bottom: 40px;
}
.title__h4.white{
  color: #fff;
}
.funding{
  color: #fff;
  padding: 50px 0;
}
.funding__icons{
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
.funding__icons-item{
  padding: 0 50px;
  text-align: center;
}
.funding__icons-icon{
  min-height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.pricebox{
  padding: 3rem 2rem;
  border: 2px solid #002154;
  max-width: 500px;
  position: relative;
  color: #002154;
}
.pricebox__title{
  position: absolute;
  font-weight: 700;
  color: #002154;
  background-color: #fff;
  padding: 0 1rem;
  top: -25px;
  margin: 0;
}
.price{
  font-size: 42px;
}
.price.white{
  color: #fff;
}
.price span{
  font-size: 30px;
}
.price-row{
  display: flex;
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
  color: #fff;
  padding: 1.5rem;
  position: relative;
}
.price-row::after{
  content: "";
  background: #002154;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.price-col{
  flex: 1;
  margin-right: 30px;
}
.price-text{
  margin: 15px 0;
  font-weight: 100;
}
.price-model{
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 75px;
}
.price-model.white{
  color: #fff;
}
.model-bg{
  position: relative;
}
.model-bg::after{
  content: "";
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
  height: 70%;
  width: 100vw;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.c-text-box{
  padding: 2rem;
}
.c-text{
  font-size: 2rem;
  text-align: center;
}
.c-text-center{
  text-align: center;
}
.c-btn-row{
  padding: 2rem 0;
}
.c-text-btn{
  background-color: #00A4E4;
  color: #fff;
  padding: .5rem 2rem;
  display: inline-block;
  cursor: pointer;
}
.c-salon {
  position: absolute;
  top: 2vw;
  left: 6vw;
}
.c-salon span{
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
}
.c-mobile-salon{
  display: none;
}
.c-mobile-salon span{
  font-weight: 600;
}
.c-relative{
  position: relative;
}
.c-footer{
  background-color: #F4F4F4;
}
.c-footer-container{
  padding: 2rem;
}
.c-footer-title{
  font-size: 22px;
  margin-bottom: 1rem;
}
.text-rest-mobile{
  display: none;
}

.model{
  padding: 2rem 2rem 0;
  color: #fff;
  min-height: 225px;
  position: relative;
  transition: all .3s ease-in-out;
  transform: scale(.9)
}

.offer-wrapper {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 200px;
}
.section-header {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  padding-block: 0 3rem;
}
.section-header strong {
  font-weight: 700;
}
@media (max-width: 600px) {
  .text-big {
    font-size: 1rem;
  }
  .section-header {
    font-size: 1.9rem;
    padding-block: 0 3rem;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.btn-prev, .btn-next{
  padding: .625rem;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.btn-prev .btn-arrow{
  border-right: 0;
  border-bottom: 0;
}
.btn-next .btn-arrow{
  border-top: 0;
  border-left: 0;
}
.btn-arrow{
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border: 1px solid #001e50;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-pagination input[type=number]{
  width: 55px;
  padding: .5rem;
  margin-right: .5rem;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #dfe4e8;
}
.c-pagination input[type=number]::placeholder{
  font-size: 1.25rem;
}

/* c-cars */
.c-cars-container {
  position: relative;
  max-width: 1250px;
  margin: 20px auto;
  min-height: 200px;
}
.c-offer-container{
  position: relative;
  max-width: 1250px;
  margin: 20px auto;
}

.loading{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-cars-col {
  padding: 0 2rem;
}

.c-car-item {
  border: 1px solid #01294d96;
  padding: 26px;
  margin-bottom: 30px;
}

.c-item-row {
  display: block;
}

.c-item-img {
  flex: 1;
}

.c-item-info {
  flex: 2;
  padding: 0 26px;
}

.c-item-model {
  font-size: 26px;
}

.c-item-loc {
  font-weight: 100;
  color: #c0c0c0;
  font-size: 12px;
  padding: 10px 0;
}

.c-item-spec-row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  gap: 0 20px;
}

.c-item-spec-item {
  width: calc(100% / 2 - 15px);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.c-item-spec-icon {
  margin-right: 1rem;
}

.c-item-spec-icon img {
  width: 100%;
}

.c-item-annotation {
  color: #c0c0c0;
  font-size: 10px;
}

.c-item-summary {
  padding: 0 0 0 2rem;
}

.c-item-price {
  font-size: 30px;
  font-weight: 700;
}

.c-item-link {
  display: block;
  background-color: #002154;
  border: 2px solid #002154;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  min-width: 250px;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 15px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}

.c-item-link.link-border {
  background-color: #fff;
  color: #002154;
}

.c-pagination-item {
  width: 40px;
  height: 40px;
  margin: 0 3px 20px;
  background-color: #fff;
  color: #002154;
  border: 1px solid #002154;
  border-radius: 30px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  font-size: 1.25rem;
}

.c-pagination-item.active {
  color: #fff;
  background-color: #002154;
}

.c-offer-annotation {
  color: #a9a9a9;
  font-size: 14px;
  text-align: center;
  padding: 1rem;
}

@media(min-width: 960px) {
  .c-item-row {
    display: flex;
  }
}

@media(max-width: 1205px) {
  .c-item-spec-icon {
    min-width: 50px;
    max-width: 50px;
  }
}

@media(max-width: 600px) {
  .c-item-img {
    width: 100%;
  }

  .c-item-spec-row {
    justify-content: space-between;
  }

  .c-item-spec-item {
    width: calc(100% / 2);
  }

  .c-item-spec-icon {
    min-width: 30px;
    max-width: 30px;
  }
}

@media(max-width: 470px) {
  .c-item-spec-row {
    display: block;
  }
}

/* end c-cars */

.model__name{
  font-size: 2rem;
  margin-bottom: 10px;
}
.model__image{
  position: absolute;
  left: 0;
  bottom: -35px;
  /* padding: 0 2rem; */
  transition: all .3s ease-in-out;
}

.model__desc{
  display: none;
}

.model__btn-wrap{
  margin-top: 6rem;
  display: none;
}
.model__btn {
  background-color: #001f51;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 1rem .5rem;
  font-size: 14px;
  cursor: pointer;
}


@media(min-width: 2000px){
  .c-container{
    max-width: 1920px;
  }
}
@media(min-width:2100px){
  .c-salon{
    top: 1vw;
  }
}
@media(max-width:1700px){
  .c-text br{
    display: none;
  }
}
@media(max-width:1600px){
  .c-line-wrapper{
    top: 10px;
  }
  .c-salon{
    top: 1vw;
  }
  .c-container{
    max-width: 90%;
  }
  .title__h2{
    font-size: 3rem;
  }
  .photo-text__col--60{
    width: 60%;
  }
  .baner__content{
    max-width: 500px;
  }
  .baner__content h1{
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .baner__content p{
    font-size: 1rem;
    margin-block: 1.1rem;
  }
}
@media(max-width:1470px){

}
@media(max-width: 1400px){
  .c-text {
    font-size: 1.5rem;
  }
}
@media(max-width: 1350px){
  .c-baner{
    flex-direction: column;
  }
  .c-baner-form{
    position: relative;
    max-width: 100%;
    height: inherit;
  }

  .c-baner-desktop{
    display: none;
  }
  .c-baner-mobile, .c-title{
    display: block;
  }
  .c-baner-title {
    font-size: 2.5rem;
  }
  .c-baner-subtitle{
    font-size: 2rem;
  }
  .title__h2 {
    font-size: 2.35rem;
}
.c-baner-subtitle-sm{
  font-size: 1.2rem;
}
.model{
  min-height: 200px;
}
}
@media(max-width: 1300px){
  .photo-text__button{
    min-width: 190px;
  }
  .pricebox{
    padding: 3rem 1rem;
  }
  .price {
    font-size: 36px;
}
}
@media(max-width: 1150px){
  .title__h3 br{
    display: none;
  }
  .photo-text__intro {
    padding: calc(482px - 315px) 1rem 0 0;
  }
  .funding__icons-item {
    padding: 0 30px;
  }
  .baner__content{
    max-width: 400px;
  }
  .baner__content h1{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .baner__content p{
    font-size: 1rem;
    margin-block: 1rem;
  }
}
@media(max-width: 1024px){
  .c-text{
    padding: 0 1.5rem;
  }
  .c-text br{
    display: none;
  }
  .title__h2 {
    font-size: 2.15rem;
}
}
@media(max-width: 960px){
  .c-line-wrapper{
    top: 0;
  }
  .c-baner-text{
    bottom: 0;
    position: relative;
    background: rgb(1,63,117);
    background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
  }
  .c-baner-text-box{
    width: 100%;
  }
  .photo-text__intro{
    padding: 2rem 1rem 0 0;
  }
  .funding__icons-icon img{
    max-width: 70px;
  }
  .funding__icons-item {
    padding: 0 15px;
  }
  .photo-text__cta{
    display: block;
  }
  .photo-text__button{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .price-row{
    display: block;
  }
  .model__name{
    font-size: 1.5rem;
  }
  .baner__content{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 2rem;
    max-width: 100%;
    color: #000000;
  }
  .baner__content h1{
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .baner__content p{
    font-size: 1rem;
    margin-block: 1.3rem;
  }
  .baner__content-button{
    color: #001e50;
    background-color: unset;
    -webkit-box-shadow: inset 0 0 0 2px #001e50;
    box-shadow: inset 0 0 0 2px #001e50;
  }
  .baner__content-button:hover{
    color: #0040C5;
    -webkit-box-shadow: inset 0 0 0 2px #0040C5;
    box-shadow: inset 0 0 0 2px #0040C5;
    background-color: unset;
  }
}

@media(max-width: 768px){
  .section-mt{
    margin-top: 70px;
  }
  .text-rest-mobile{
    display: inline;
  }
  .text-rest-desktop{
    display: none;
  }
  .photo-text{
    flex-direction: column;
  }
  .photo-text__col{
    width: 100%;
    padding-bottom: 2rem;
  }
  .photo-text__col.center{
    text-align: center;
  }
  .photo-text__col.order-2{
    order: 2;
  }
  .photo-text__col.mobile-pt{
    padding-top: 50px;
  }
  .c-baner-title {
    font-size: 2.5rem;
  }
  .c-logo img{
    /* width: 45px;
    height: 45px; */
  }
  .c-baner-btn-wrap {
    margin-top: .5rem;
  }
  .c-baner-btn{
    padding: .5rem 2rem;
    min-width: 150px;
  }
  .funding__icons{
    display: block;
  }
  .funding__icons-item{
    margin-bottom: 30px;
  }
  .price-row::after{
    display: none;
  }
  .model-bg{
    background: rgb(1,63,117);
    background: linear-gradient(90deg, rgba(1,63,117,1) 50%, rgba(0,33,84,1) 100%, rgba(255,255,255,0) 100%);
    padding: 20px;
  }
  .model-bg::after{
    display: none;
  }
  .photo-text__col.ml50 {
    margin-left: 0;
  }

  .photo-text__col-f1.mr20 {
    margin-right: 0;
  }

  .c-item-info {
    padding: 10px 0;
  }
  .c-item-summary {
    padding: 10px 0;
  }
  .c-item-link{
    min-width: unset;
    max-width: 250px;
    width: 100%;
  }
  .c-pagination{
    padding: 0 2rem;
  }
  .c-pagination-item {
    width: 28px;
    height: 28px;
    line-height: 1;
    padding: 0px;
  }
  .logo {
    grid-template-columns: auto max-content auto;
    column-gap: 8px;
  }
  .logo__image {
    max-width: 32px;
    min-width: 32px;
    width: 100%;
  }
}
@media(max-width: 650px){

}
@media(max-width: 570px){
  .c-text-box {
    padding: 2rem 1rem;
  }
  .c-baner-subtitle-sm br{
    display: none;
  }
  .title__h2 {
    font-size: 1.8rem;
}
}
@media(max-width: 525px){
  .c-logo-line{
    display: none;
  }
  .c-logo img {
    /* width: 32px;
    height: 32px; */
  }
  .c-salon {
    display: none;
  }
  .c-mobile-salon{
    display: block;
  }
  .c-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .c-line-wrapper{
    position: relative;
    order: 0;
  }
  .c-logo-line{
    background: #000;
  }
  .logo-hide{
    display: none;
  }
  .logo-mobile{
    display: block;
  }
  .c-baner-img{
    order: 1;
  }
  .c-baner-text{
    order: 2;
  }
  .c-baner-form{
    order: 4;
  }
  .c-baner-btn-wrap{
    text-align: center;
  }
  .c-baner-btn{
    background-color: #002f65;
  }
  .c-baner-btn-text{
    color: #fff;
  }
  .c-footer-title{
    font-size: 18px;
  }
  .c-footer-link{
    font-size: 14px;
  }
  .c-baner-subtitle{
    font-size: 1.5rem;
  }
  .c-baner-subtitle-sm{
    font-size: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .c-baner{
    display: block;
  }
  .c-baner-form{
    width: 100%;
  }
}
