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;
}
.title_left_border_b {
  text-align: left !important;
  border-bottom: 1px solid rgb(223, 228, 232);
  width: 100%;
  padding: 20px 8.5vw;
  position: relative;
}
.title__link {
  position: absolute;
  top: 30px;
  right: 8.5vw;
  background-color: rgb(0, 30, 80);
  color: white;
  min-width: 44px;
  min-height: 44px;
  padding: 0px 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  font-size: 18px;
}
.title__link:hover {
  background-color: #007aff;
}
.sup {
  font-size: 10px;
}
.c-phone-btn {
  cursor: pointer;
  display: block;
  margin-inline: auto;
  width: fit-content;
}
.c-phone-btn > button {
  color: #fff;
  background-color: #003f75;
  cursor: pointer;
  border-radius: 100px;
  text-transform: none;
  padding: 0.85rem 3rem;
  display: block;
  font-size: 1.2rem;
}
.c-baner {
  height: 70vh;
  position: relative;
  display: flex;
}
.c-baner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-baner-text {
  /* position: absolute; */
  position: relative;
  z-index: 999;
  margin-top: -60px;
  width: 100%;
  /* bottom: -59%; */
  color: #fff;
  padding: 2rem 0;
  background: rgb(0, 95, 158);
  background: rgb(1, 63, 117);
  background: linear-gradient(
    90deg,
    rgba(1, 63, 117, 1) 50%,
    rgba(0, 33, 84, 1) 50%,
    rgba(255, 255, 255, 0) 50%
  );
}
.c-baner-text-box {
  width: 50%;
  padding: 2rem 2rem 2rem 0;
}
.c-baner-mobile {
  display: none;
}
.c-baner-title {
  font-size: 3.8rem;
  font-weight: 700;
}
.c-baner-subtitle {
  font-size: 2.5rem;
  font-weight: 100;
}
.c-baner-subtitle-sm {
  font-size: 1.5rem;
}
.light-font {
  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 0.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 0.5s ease-in-out;
}
.c-baner-btn:hover > .c-baner-btn-text {
  color: #fff;
}
.c-bg-form {
  background-color: #fff;
  height: 100%;
}

.charging {
  margin: 60px 0 100px;
}
.charging__row {
  display: flex;
}
.charging__col {
  width: 50%;
}
.video__col {
  width: 60%;
}
.video__col video {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text__col {
  width: 40%;
  padding: 0 0 0 8%;
  font-size: 20px;
}
h2.title.charging__title {
  text-align: left;
  border-left: 2px solid rgb(223, 228, 232);
  padding: 0 60px;
}

.testdrive__cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.intro {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}
.intro__title {
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}
.intro__text {
  font-size: 20px;
  padding: 30px 0 0 70px;
}

.bluesection {
  /* background-image: radial-gradient(
    circle at 50% 85%,
    #00437a 0%,
    #001e50 100%
  ); */

  background-image: radial-gradient(
    circle at 50% 85%,
    #00437a 0%,
    #001e50 100%
  );

  padding: 50px;
  color: #fff;
}
.bluesection__title {
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 30px;
}
.bluesection__row {
  display: flex;
}
.bluesection__col:first-of-type {
  padding-right: 50px;
  width: 60%;
}
.bluesection__text {
  font-size: 20px;
}
.bluesection__list-item {
  display: flex;
  padding: 15px 0;
}
.bluesection__icon {
  padding-right: 20px;
}

.benefits {
}
.benefits__header {
  text-align: center;
}
.benefits__subtitle {
  margin: 20px 0;
  font-size: 20px;
}
.benefits__wrap {
  max-width: 1100px;
  margin: 50px auto;
}
.benefits__row {
  display: flex;
  gap: 70px;
  align-items: center;
  margin-bottom: 100px;
}
.benefits__col {
  width: 50%;
}
.benefits__number {
  font-weight: 700;
  font-size: 76px;
  text-align: right;
  margin-bottom: 30px;
}
.benefits__content-title {
  font-size: 36px;
  margin-bottom: 20px;
}
.benefits__content-subtitle {
  font-size: 23.4px;
  font-weight: 600;
}
.benefits__content-list {
  font-size: 20px;
  font-weight: 100;
}
.benefits__content-list li {
  margin-bottom: 15px;
}

.possibilities {
}
.possibilities__header {
  text-align: center;
  margin-bottom: 50px;
}
.possibilities__row {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.possibilities__item {
  position: relative;
  border: 2px solid rgb(223, 228, 232);
  padding: 3rem;
  flex: 1;
}
.possibilities__item-name {
  position: absolute;
  top: -10px;
  background-color: #fff;
  z-index: 999;
  padding: 0 20px;
  left: 25px;
}
.possibilities__item-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 100;
}
.possibilities__text {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 30px;
}
.possibilities__link {
  color: rgb(0, 30, 80);
  text-decoration: underline 1px;
  font-weight: 600;
  font-size: 20px;
}

.program {
  padding: 0 120px 50px;
}
.program__title {
  font-weight: 100;
  font-size: 60px;
  text-align: center;
  max-width: 1270px;
  margin: 0 auto;
  padding: 2rem 2rem 60px;
}
.program__row {
  display: flex;
}
.program__col.big {
  flex: 2;
  padding-right: 150px;
}
.program__col.big img {
  width: 100%;
}
.program__col {
  flex: 1;
  font-size: 20px;
}
.program__col-title {
  padding: 30px 0;
}

.gallery {
}
.gallery__row {
  display: flex;
  justify-content: center;
}
.gallery__row.end {
  align-items: flex-end;
}
.gallery__item {
  display: flex;
  align-items: flex-start;
}
.gallery__item img {
  width: 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: 1800px;
  margin: 0 auto;
}
.c-container-big {
  max-width: 1920px;
  margin: 0 auto;
}
.container-subpage {
  padding-top: 0rem;
  max-width: 850px;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.section-gradient {
  background: rgb(1, 63, 117);
  background: linear-gradient(
    261deg,
    rgba(1, 63, 117, 1) 10%,
    rgba(0, 33, 84, 1) 60%,
    rgba(255, 255, 255, 0) 50%
  );
  margin: 100px 0;
}
.section-margin {
  margin: 70px 0;
}
.section-margin.mb {
  margin-bottom: 0;
}
.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%;
}
.info-margin {
  margin-top: -185px;
}
.photo-text {
  display: flex;
}
.photo-text.mt {
  margin-top: -130px;
}
.photo-text__just-center {
  justify-content: center;
}
.photo-text__between {
  justify-content: space-between;
}
.photo-text__around {
  justify-content: space-around;
}
.photo-text__center {
  align-items: center;
}
.mb50 {
  margin-bottom: 50px;
}
.photo-text__col {
}
.photo-text__col.margin {
  margin: 0 25px;
}
.photo-text__col--50 {
  width: 50%;
}
.photo-text__col--48 {
  width: 45%;
}
.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: 50px 0 20px;
}
.photo-text__button {
  display: inline-block;
  background-color: transparent;
  border: 3px solid #fff;
  min-width: 260px;
  text-align: center;
  padding: 0.8rem 0;
  color: #fff;
  border-radius: 50px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.photo-text__button.white {
  background-color: #fff;
  color: #013067;
}
.photo-text__button.blue {
  background-color: #013067;
  color: #fff;
}
.photo-text__button:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.photo-text__title {
  font-size: 36px;
  margin-bottom: 15px;
}
.photo-text__title.white {
  color: #fff;
}
.photo-text__text {
  margin-bottom: 20px;
  font-size: 18px;
}
.photo-text__text.white {
  color: #fff;
}
.photo-text.white {
  color: #fff;
}
.photo-relative {
  position: relative;
  min-height: 320px;
}
.photo-taigo {
  position: absolute;
  left: 85px;
}

.bar__bg {
  background: rgb(0, 53, 105);
  background: linear-gradient(
    90deg,
    rgba(0, 53, 105, 1) 0%,
    rgba(0, 70, 129, 1) 100%
  );
}
.bar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

.contact {
  display: inline-block;
  border: 3px solid #003569;
  padding: 1rem 3rem;
  border-radius: 50px;
}
.contact__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__content {
  padding: 0 2rem;
  text-align: left;
}

.smaller-font {
  font-size: 24px;
  font-weight: 100;
}
.title .smaller-font {
  margin-top: 40px;
  font-size: 26px;
}
.flex-container {
  height: 30vh;
  display: flex;
}

.img-container {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  height: 30vh;
}

.img-container img {
  padding-right: 5rem;
  height: 100%;
}

.border {
  border-left: 2px solid rgb(219, 218, 218);
}

.border h2 {
  margin-left: 2rem;
}

.txt-container {
  flex: 1;
  padding: 1rem;
  height: min-content;
}

.download-container {
  display: flex;
  margin-top: 1rem;
}

.download-container span {
  font-weight: bold;
  text-decoration: underline;
  color: #002154;
}

.svg {
  padding-left: 0.3rem;
}

.title.align-left {
  text-align: left;
}

.title {
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}
.title__md {
  margin: 3rem;
  font-size: 48px;
}
.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;
}

.c-model-info {
  width: 70%;
  margin: 0 auto;
}

.c-model-info-flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.c-model-info-element-s {
  border: 1px solid rgb(150, 163, 168);
  border-radius: 8px;
  padding: 8px 12px;
}
.c-model-info-element-s h2 {
  font-size: 24px !important;
  margin-bottom: 15px;
}
.c-model-info-element-s h3 {
  font-size: 18px !important;
  margin-bottom: 10px;
}
.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: 0.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;
}
.swiper-container {
  min-height: 350px;
}
.model {
  padding: 2rem 2rem 0;
  color: #fff;
  min-height: 225px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.swiper-slide-active .model {
  transform: scale(1.1);
}
.model__name {
  font-size: 2rem;
  margin-bottom: 10px;
}
.model__image {
  position: absolute;
  left: 0;
  bottom: -35px;
  padding: 0 2rem;
  transition: all 0.3s ease-in-out;
}
.swiper-slide-active .model__image-active {
  padding: 0;
  transform: scale(1.1);
  bottom: -50px;
}

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

/* vue slide */
.slide-enter-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 400px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div2 {
  /* display:flex; */
  align-items: flex-end;
  grid-area: 1 / 1 / 2 / 2;
}
.div3 {
  /* display:flex; */
  align-items: flex-end;
  grid-area: 1 / 2 / 2 / 3;
}
.div4 {
  /* display:flex; */
  align-items: flex-end;
  grid-area: 1 / 3 / 2 / 4;
}
.div5 {
  /* display:flex; */
  align-items: flex-end;
  grid-area: 1 / 4 / 2 / 5;
}
.div6 {
  align-items: center;
  border-top: 2px solid black;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  grid-area: 2 / 1 / 3 / 2;
}
.div7 {
  align-items: center;
  border-top: 2px solid black;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  border-left: 0.5px solid rgb(219, 218, 218);
  grid-area: 2 / 2 / 3 / 3;
}
.div8 {
  align-items: center;
  border-top: 2px solid black;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  border-left: 0.5px solid rgb(219, 218, 218);
  grid-area: 2 / 3 / 3 / 4;
}
.div9 {
  align-items: center;
  border-top: 2px solid black;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  border-left: 0.5px solid rgb(219, 218, 218);
  grid-area: 2 / 4 / 3 / 5;
}
.div10 {
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  grid-area: 3 / 1 / 4 / 2;
}
.div11 {
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  border-left: 0.5px solid rgb(219, 218, 218);
  grid-area: 3 / 2 / 4 / 3;
}
.div12 {
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  border-left: 0.5px solid rgb(219, 218, 218);
  grid-area: 3 / 3 / 4 / 4;
}
.div13 {
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 218, 218);
  border-left: 0.5px solid rgb(219, 218, 218);
  grid-area: 3 / 4 / 4 / 5;
}

.parent div {
  padding: 12px 8px 16px;
  display: flex;
}

.table {
  margin: 0 auto;
  padding: 3rem 1rem 0 1rem;
}

section {
  margin: 0 auto;
}

/* end of vue slide */
@media (min-width: 2000px) {
  .c-container {
    max-width: 1920px;
  }
}
@media (min-width: 2100px) {
  .c-salon {
    top: 1vw;
  }
}
@media (max-width: 1800px) {
  .info-margin {
    margin-top: -140px;
  }
}
@media (max-width: 1700px) {
  .c-text br {
    display: none;
  }
  .info-margin {
    margin-top: -100px;
  }
}
@media (max-width: 1660px) {
  .container-subpage {
    max-width: 1440px;
  }
  .bluesection__col:first-of-type {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .c-baner-title {
    font-size: 3rem;
  }
  .bluesection__title {
    font-size: 40px;
  }
  .c-baner-subtitle-sm br {
    display: none;
  }
  .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%;
  }
  .photo-relative {
    min-height: 270px;
  }
}
@media (max-width: 1490px) {
  .container-subpage {
    margin: 0 30px;
  }
  .bluesection__title {
    font-size: 36px;
  }
  .bluesection__text {
    font-size: 16px;
  }
  .bluesection__col:first-of-type {
    padding-right: 20px;
  }
  .program__title {
    font-size: 48px;
  }
  .title {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .c-text {
    font-size: 1.5rem;
  }
  .photo-relative {
    min-height: 235px;
  }
}
@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: 2rem;
  }
  .c-baner-subtitle {
    font-size: 2rem;
  }
  .title__h2 {
    font-size: 2.35rem;
  }
  .c-baner-subtitle-sm {
    font-size: 1.2rem;
  }
  .model {
    min-height: 200px;
  }
  .photo-taigo {
    left: 30px;
  }
  .program {
    padding: 0 60px 50px;
  }
  .program__title {
    font-size: 42px;
  }
  .possibilities__item {
    padding: 3rem 1rem;
  }
}
@media (max-width: 1300px) {
  .photo-text__button {
    min-width: 190px;
  }
  .pricebox {
    padding: 3rem 1rem;
  }
  .price {
    font-size: 36px;
  }
  .info-margin {
    margin-top: -70px;
  }
  .bluesection__row {
    display: block;
  }
  .bluesection {
    /* background: rgb(0, 95, 158);
    background: rgb(1, 63, 117);
    background: linear-gradient(
      90deg,
      rgba(0, 30, 80, 1) 100%,
      rgba(0, 33, 84, 1) 100%,
      rgba(255, 255, 255, 0) 100%
    ); */

    background-image: radial-gradient(
      circle at 50% 85%,
      #00437a 0%,
      #001e50 100%
    );

    /* margin: 20px; */
  }
  .title {
    font-size: 40px;
  }
}
@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;
  }
  .info-margin {
    margin-top: 0px;
  }
  .program__title {
    font-size: 40px;
  }
  .title {
    font-size: 36px;
  }
  .title.charging__title {
    padding: 0 40px;
  }
  .possibilities__item-title {
    font-size: 26px;
  }
  .possibilities__text {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .c-text {
    padding: 0 1.5rem;
  }
  .c-text br {
    display: none;
  }
  .title__h2 {
    font-size: 2.15rem;
  }
  .possibilities__row {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .video__col {
    width: 100%;
  }
  .video__col video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .text__col {
    width: 100%;
    padding: 0 5% 0 80;
    font-size: 16px;
  }
  .program__title {
    font-size: 36px;
  }
  .program__title br {
    display: none;
  }
  .program__row {
    display: block;
  }
  .program__col.big {
    padding-right: 0;
  }
  .c-line-wrapper {
    top: 0;
  }
  .c-baner-text {
    margin-top: 0;
    bottom: 0;
    position: relative;
    background: rgb(0, 95, 158);
    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%;
    padding: 0 2rem;
  }
  .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;
  }
  .photo-text {
    margin-top: 10px;
  }
  .photo-taigo {
    position: relative;
  }
  .section-gradient {
    padding: 2rem 0;
    margin: 0;
  }
  .section-margin {
    margin: 30px 0;
  }
  .charging__row {
    display: block;
  }
  .charging__col {
    width: 100%;
  }
  h2.title.charging__title {
    padding: 40px 0 40px 30px;
  }
  .possibilities__row {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    height: max-content;
  }
  .title__link {
    padding: 0px 10px;
    font-size: 14px;
    min-height: 22px;
    top: 70px;
  }
  .img-container img {
    padding-right: 0;
  }
  .img-container {
        justify-content: center;
  }
  .container-subpage {
    margin: 0;
  }
  .parent div {
    justify-content: center;
  }
  .border {
    border-left: none;
  }
  .intro {
    margin: 0;
  }

  .txt-container {
    padding: 1rem 0;
  }

  .intro__title {
    font-size: 40px;
  }
  .intro__text {
    padding: 30px 0 0 40px;
  }
  .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: 1.8rem;
  }
  .c-logo img {
    width: 45px;
    height: 45px;
  }
  .c-baner-btn-wrap {
    margin-top: 0.5rem;
  }
  .c-baner-btn {
    padding: 0.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;
  }
  .section-gradient {
    background: none;
  }
  .section-gradient .photo-text__title.white,
  .section-gradient .photo-text__text.white {
    color: #000;
  }
  .photo-taigo {
    left: 0;
  }
  .photo-text__col.margin {
    margin: 0;
  }
  .text-right {
    text-align: left;
  }
  .benefits__row {
    display: block;
  }
  .benefits__col {
    width: 100%;
  }
  .benefits__number {
    text-align: center;
  }
  .title__md {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .bluesection {
    padding: 20px;
  }
  .program {
    padding: 0 20px 30px;
  }
  .program__title {
    padding: 20px 0;
  }
  .gallery__row {
    display: block;
  }
}
@media (max-width: 570px) {
  .program__title {
    font-size: 30px;
  }
  .bluesection__title {
    font-size: 30px;
  }
  .intro__title {
    font-size: 30px;
  }
  .program__col {
    font-size: 16px;
  }
  .c-text-box {
    padding: 2rem 1rem;
  }
  .intro__text {
    font-size: 16px;
  }
  .c-baner-subtitle-sm br {
    display: none;
  }
  .title__h2 {
    font-size: 1.8rem;
  }

  .contact__row {
    display: block;
  }
  .contact__content {
    padding: 2rem 0;
  }
  .photo-text__cta {
    margin: 10px 0;
  }
}
@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;
  }
  .c-baner-title {
    font-size: 1.2rem;
  }
  .c-baner-title br {
    display: none;
  }
  .bar__row {
    display: block;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .swiper-slide-active .model__image-active {
    position: relative;
    padding: 0 2rem;
  }
  .program__title {
    font-size: 24px;
  }
  .bluesection__title {
    font-size: 24px;
  }
  .intro__title {
    font-size: 24px;
  }
  .title {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  h2.title.charging__title {
    padding: 30px 0;
    border-left: none;
  }
  h2.title.charging__title br {
    display: none;
  }
}
@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%;
  }
}
