body{
  margin:0px;
  padding:0px;
  font-family: 'vwhead';
  padding-bottom:0px;
  overflow-x: hidden;
  position: relative;
}
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;
}

.floating-btn {
  position: fixed;
  bottom: 10%;
  right: 2%
}

.floating-btn .c-btn {
  min-width: 100%;
  width: fit-content;
  display: block;
  padding: 17px 15px;
  border-radius: 50%;
}

.floating-btn .c-btn:hover {
  scale: 1.2;
}

.floating-btn img {
  width: 40px;
  display: block;
}

picture {
  width: 100%;
}
.c-baner-img{
  width: 100%;
}
.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-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 {
  position: absolute;
  top: 3.39vw;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 17px;
  z-index: 2;
}

.logo a {
  max-width: 54px;
  width: 100%;
}

.logo::after,
.logo::before {
  display: block;
  content: '';
  max-width: calc(100% - 17px);
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

.logo::after {
  max-width: 29.53vw;
}
.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;
}


.container{
  padding: 0 6vw;
}

/* ----------- Start content ------------- */

.content {
  max-width: 770px;
  width: 80%;
  margin-block: 3rem 2rem;
  margin-inline: auto;
}

.bold {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 8px;
}

.link {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  color: #001e50;
}

.link svg {
  width: 0.85rem;
  fill: #001e50;
  margin-left: 6px;
}

.c-flex {
  display: flex;
  gap: 40px;
}

@media(max-width: 820px) {
  .c-flex {
    flex-wrap: wrap;
  }

  .title {
    width: 90%;
    margin-inline: auto;
  }
}

/* ----------- End content ------------- */

.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.01vw;
  line-height: 1.1;
  font-weight: 200;
}

.header{
  margin: 100px 20px;
}

.header .title {
  margin: 30px 0;
}
.box__container {
  display: flex;
  margin-top: 125px;
  gap: 40px;
}
.box__container.row-reverse {
  flex-direction: row-reverse;
}

.text-right h3 {
  text-align: end;
}
.box__box {
  flex: 1;
}

.box__image {
  overflow: hidden;
}
.box__image img {
  transition: all .3s ease-in-out;
  
}

.box__image img:hover {
  scale: 1.1;
}
.box__box.text h3 {
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 35px;
}
.box__box.text p {
  font-size: 20px;
  padding-left: 12%;
  margin-bottom: 60px;
}
.box__box .c-btn {
  display: inline-block;
  margin: 0;
}
.box__point {
  display: flex;
  position: relative;
}
.box__box.text .box__point p {
  padding-left: 20px;
}
.box__point::before {
  display: block;
  width: 20px;
  min-width: 20px;
  height:42px;
  margin-top: 3px;
  background-color: #001e50;
  content: '';
}

.title h2, .title h3{
  font-size: clamp(30px, 3.33vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.title h4 {
  font-size: clamp(30px, 3.33vw, 64px);
  font-weight: 300;
  line-height: 1.15;
  text-align: center;
}
.title p {
  text-align: center;
  margin-top: 30px;
}
.title p,
.text {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 200;
}

.data{
  margin: 70px 0px;
}
.data__content{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media(max-width: 1818px) {
  .data__content {
    max-width: 1190px;
    margin: 0 auto;
  }
}
@media(max-width: 1370px) {
  .data__content {
    max-width: 780px;
  }
}
@media(max-width: 820px) {
  .data__content {
    justify-content: center;
  }
}
.data__content-elem{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 370px;
  max-width: calc((100% / 4) - 30px);
  width: 100%;
  height: 150px;
  border-radius: 7px;
  border: 1px solid #000;
  padding: 15px 15px 35px 40px;
}
.data__content-elem.highlight::before {
  display: block;
  width: 22px;
  height: 57px;
  position: absolute;
  left: 0;
  bottom: 37px;
  background-color: #001e50;
  content: '';
}
.data__content-elem p{
  font-size: 20px;
  line-height: 1.1;
  font-weight: 200;
}
.data__content-elem h5{
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  margin: 6px 0px 0px 0px;
}
.data__content-elem sup {
  font-size: 14px;
}
.data__endnote {
  margin-top: 60px;
  color: #404759;
  font-size: 15px;
}
.data__btn{
  max-width: 275px;
  width: 100%;
  padding: 11px 20px;
  background-color: #00396e;
  border: 1px solid #001e50;
  color: #ffffff;
  text-align: center;
  border-radius: 22px;
  margin: 70px auto;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.data__btn:hover{
  background-color: #ffffff;
  color: #001e50;
}

.benefits {
  max-width: 1580px;
  margin: 4rem auto;
  padding-inline: 20px;
}

.benefits img {
  width: fit-content;
  display: block;
  margin-left: 17%;
}

.benefits p {
  font-size: 20px;
  font-weight: 200;
}

.benefits__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.benefits__point {
  width: 226px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(max-width: 560px) {
  
  .benefits__point {
    width: 100%;
    text-align: center;
  }

  .benefits__point br{
    display: none;
  }
  .benefits__point strong{
    display: block;
  }
  .benefits img {
    margin-inline: auto;
  }
}

.slider {
  margin-block: 2rem;
}

.slider .text {
  margin-top: 35px;
  padding: 0 20px;
}
.slider img {
  width: 100%;
  display: block;
}

@media(max-width: 767px) {

.logo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-block: 10px;
  gap: 0px 10px;
}

.logo::after,
.logo::before {
  background-color: #001e50;
}

.logo svg path {
  fill: #001e50;
}

.logo a {
  max-width: 40px;
}
}

@media(min-width: 768px) {
  .slider {
    padding-inline: 100px; 
  }

  .slider__container {
    max-width: 1725px;
    margin-inline: auto;
    overflow: hidden;
    padding-inline: 40px;
  }

  .swiper {
    overflow: visible !important;
  }

  .slider .text {
    padding: 0;
  }
  
  .swiper-button-next {
    right: -35px !important;
  }
  
  .swiper-button-prev {
    left: -35px !important;
  }
}


.gallery {
  margin-block: 2rem 6rem;
}
.gallery img {
  display: block;
  width: 100%;
  margin-inline: auto;
  max-width: 1635px;
}


.bar{
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.3vw, 22px);
  gap: 50px;
}

.bar.bold {
  font-size: clamp(26px, 2.3vw, 45px);
  font-weight: 700;
}
.bar::before {
  display: block;
  width: 154px;
  height: 87px;
  background-color: #001e50;
  content: '';
}

@media(max-width: 960px) {
  .bar {
    gap: 18px;
  }
  .bar::before {
    width: 32px;
  }

  .container {
    padding: 0;
  }

  .container img {
   display: block;
   width: 100%;
  }

  .container .header {
    margin-inline: 0;
  }

  .box__container {
    flex-direction: column;
    margin-top: 30px;
  }
  .box__container.row-reverse,
  .box__container.reverse {
    flex-direction: column-reverse;
  }

  .box__box.text {
    margin-inline: 20px;
  }
}

.photoText{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 0px 6vw 0px 0px;
  margin: 100px 0px;
}
.photoText:nth-of-type(odd){
  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.6vw 0px;
}

@media(min-width: 2000px){
  .c-container{
    max-width: 1920px;
  }
}
@media(min-width: 1920px){
  .photoText__image{
    max-width: 45.63vw;
  }
  .photoText__content .title{
    margin: 0px 0px 50px 0px;
  }
  .data__btn {
    max-width: 14.32vw;
    font-size: 0.83vw;
  }
}
@media(max-width:1700px){
  .c-text br{
    display: none;
  }
}
@media(max-width:1600px){
  .c-line-wrapper{
    top: 10px;
  }
  .c-container{
    max-width: 90%;
  }
  .title__h2{
    font-size: 3rem;
  }
  .photo-text__col--60{
    width: 60%;
  }
  .box__box.text p {
    padding-left: 9%;  
  }
}
@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;
  }
  .header{
    gap: 50px;
    margin: 70px 20px;
  }
  .data{
    margin: 50px 20px;
  }
  .data__btn {
    margin: 50px auto;
  }
}
@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;
  }
  .data__content-elem {
    max-width: calc((100% / 3) - 8px);
  }
}
@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-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;
  }
  .header{
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 20px;
  }
  .header .title, .header .text {
    max-width: 100%;
  }
  .header__line {
    max-width: 273px;
    width: 100%;
    height: 1px;
  }
    .data__content-elem {
      min-width: 100%;
      padding: 20px 20px 35px 35px;
    }
    .data__content-elem p {
      font-size: 18px;
    }
    .data__content-elem h5 {
      font-size: 20px;
    }
    .box__box.text h3 {
      font-size: 30px;
    }
    .box__box.text p {
      padding-left: 7%; }
  .photoText__content .title {
    margin: 0px 0px 30px 0px;
  }
  .photoText{
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px;
    margin: 50px 0px;
  }
  .photoText:nth-of-type(odd){
    padding: 0px;
    flex-wrap: wrap-reverse;
  }
  .photoText__content {
    max-width: 100%;
    padding: 0 20px;
  }
  .photoText__image {
    max-width: 100%;
  }
    .data__endnote {
      font-size: 13px;
    }
  .title h4 {
    font-size: 24px;
  }
}

@media(max-width: 768px){
  .c-baner {
    display: block;
  }
  .c-baner-header {
    position: initial;
    color: #000;
    padding: 30px 20px 0;
  }
  .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){
  .data__content-elem {
    max-width: calc((100% / 2) - 8px);
  }
}
@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;
  }
  .data__content-elem {
    max-width: 100%;
  }
}

@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%;
  }
}
