body{
  margin:0px;
  padding:0px;
  font-family: 'vwhead';
  padding-bottom:0px;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
p,h1,h2,h3,h4{
  margin:0;
}

strong{
  font-weight: bold;
}

a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
}
*::after,*::before,*{
  box-sizing: border-box;
}
.c-baner{
  position: relative;
  display: flex;
}
.c-baner-img{
  width: 100%;
}
.c-baner-badges {
  position: absolute;
  top: 15%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  z-index: 3;
}

.c-badge {
  width: 100%;
  color: #001e50;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 24px;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.c-badge--white {
  background-color: #ffffff;
}
.c-badge--orange {
  background-color: #ee8208;
}
@media (max-width: 960px) {
  .c-baner-badges {
    top: 18%;
    gap: 6px;
  }

  .c-badge {
    font-size: 16px;
    padding: 6px 14px;
  }
}
.c-baner-text{
  position: absolute;
  width: 100%;
  bottom: -140px;
  background: rgb(1,63,117);
  background: linear-gradient(90deg, rgba(1,63,117,1) 25%, rgba(0,33,84,1) 50%, rgba(255,255,255,0) 50%);
  color: #fff;
  padding-bottom: 2rem;
}
.c-baner-text-box{
  width: 50%;
  padding: 2rem 0;
}
.c-baner-mobile{
  display: none;
}
.c-baner-title{
  font-size: 5rem;
  font-weight: 700;
}
.c-baner-subtitle{
  font-size: 2.5rem;
  font-weight: 100;
}
.c-baner-subtitle-sm{
  font-size: 1.5rem;
  font-weight: 100;
}
.c-baner-subtitle-sm.mobile{
  display: none;
}
.c-baner-form{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
}
.c-baner-form .c-container{
  max-width: 100%;
}
.c-baner-btn-wrap{
  margin-top: 2rem;
}
.c-baner-btn{
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
  padding: 1rem 3rem;
  transition: all .5s ease-in-out;
  min-width: 275px;
  text-align: center;
}
.c-baner-btn:hover{
  background-color: #002f65;
}
.c-baner-btn-text{
  font-size: 14px;
  color: #002f65;
  font-weight: 700;
  transition: all .5s ease-in-out;

}
.c-baner-btn:hover > .c-baner-btn-text{
  color: #fff;
}

.c-features {
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}
.c-features__header {
  margin-bottom: 45px;
}
.c-features__title {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.c-features__subtitle {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  margin: 0;
}
.c-features__grid {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.c-features__card {
  flex: 1;
  min-width: 170px;
  max-width: 230px;
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 20px 18px;
  text-align: left;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}
.c-features__label {
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 8px;
}
.c-features__value {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.3px;
}
@media (max-width: 960px) {
  .c-features {
    margin: 40px auto;
  }
  .c-features__title {
    font-size: 30px;
  }
  .c-features__subtitle {
    font-size: 24px;
  }
  .c-features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .c-features__card {
    max-width: 100%;
    min-height: 110px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .c-features__grid {
    grid-template-columns: 1fr;
  }
}

.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: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 10px 5px 10px;
}
.logo h3 {
  font-size: 12px;
  color: #001E50;
  text-align: right;
  margin-right: 10px;
}
.logo h3 span {
  font-weight: 200;
}
.logo img {
  max-width: 56px;
}
.logo-mobile{
  display: none;
}
.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: #001e50;
  border: none;
  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.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;
}
.title__text {
  font-size: 20px;
  font-weight: 400;
  margin-block: 20px 5px;
}
.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;
}


.container{
  padding: 0 6vw;
}

.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: 1.5vw;
  left: 6vw;
}
.c-salon span{
  font-size: 1.09vw;
  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;
}
.c-baner-header{
  position: absolute;
  left: 6vw;
  bottom: 3.91vw;
  color: #ffffff;
}
.c-baner-header h1{
  font-size: 4.43vw;
  font-weight: 200;
}
.title h2, .title h3{
  font-size: clamp(24px, 2.8vw, 50px);
  font-weight: 200;
}
.text{
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 200;
}

.photoText{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 0px;
  margin: 100px 0px;
}
.photoText:nth-of-type(even){
  padding: 0px 0px 0px 6vw;
}
.photoText__image{
  max-width: 876px;
  width: 100%;
  display: flex;
}
.photoText__image img{
  width: 100%;
}
.photoText__content{
  max-width: 38.39vw;
  width: 100%;
}
.photoText__content .title{
  margin: 0px 0px 2.17vw 0px;
}

.photoText__content .text {
  width: 86%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}

.swiper-button-next,
.swiper-button-prev {
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  height: 80px;
  background-color: #001e50;
  border-radius: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}

@media(min-width: 2000px){
  .c-container{
    max-width: 1920px;
  }
}
@media(min-width:2100px){
  .c-salon{
    top: 1vw;
  }
}
@media(min-width: 1920px){
  .photoText__image{
    max-width: 45.63vw;
  }
  .photoText__content .title{
    margin: 0px 0px 80px 0px;
  }
}
@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%;
  }
}
@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;
  }
}
@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-baner{
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: unset;
  }
  .c-baner-img {
    min-height: 200px;
    object-fit: cover;
    object-position: 15%;
  }
  .c-logo img {
    max-width: 80px;
  }
  .c-logo {
    margin: 0px 7px;
  }
  .c-salon {
    display: none;
  }
  .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;
  }
  .container{
    padding: 0 20px;
  }
  .photoText__content .title {
    margin: 0px 0px 30px 0px;
  }
  .photoText{
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px;
    margin: 50px 0px;
  }
  .photoText:nth-of-type(even){
    padding: 0px;
    flex-wrap: wrap-reverse;
  }
  .photoText__content {
    max-width: 100%;
    padding: 0 20px;
  }
  .photoText__image {
    max-width: 100%;
  }
}

@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;
  }
}
@media(max-width: 650px){
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 22px !important;;
  }
}
@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-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(max-width: 480px){
  .swiper-slide-active .model__image-active{
    position: relative;
    padding: 0 2rem;
  }
}
@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%;
  }
}
