body {
  background-color: #01060e;
  font-family: Toyotatype, sans-serif;
  color: #73a1c2;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 300;
}

h1 {
  margin-top: 0em;
  margin-bottom: 0.4em;
  color: #0096e5;
  font-size: 3.75em;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  color: #0096e5;
  font-size: 2.25em;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 0em;
  margin-bottom: 10px;
  font-size: 0.75em;
  line-height: 1.3;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
}

a {
  color: #01060e;
  text-decoration: none;
}

.sct {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.sct.sct_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-bottom: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sct.sct_think-logo {
  z-index: 2;
  min-height: 400vh;
  margin-top: -80vh;
}

.sct.sct_white {
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #f7f7f7;
  color: #01060e;
}

.sct.sct_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-top: 0em;
  padding-bottom: 0em;
}

.sct.sct_power2 {
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.sct.sct_footer {
  overflow: hidden;
  min-height: 40vw;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #f7f7f7;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.sct.sct_map {
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #f7f7f7;
  color: #01060e;
}

.sct__cnt {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 38em;
  margin-right: auto;
  margin-left: auto;
}

.sct__cnt.sct__cnt_smooth-start {
  min-height: 300vh;
  mix-blend-mode: lighten;
}

.sct__cnt.sct__cnt_power2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sct__cnt.sct__cnt_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sct__cnt.sct__cnt_car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sct__cnt.sct__cnt_power2-video {
  margin-top: 3em;
}

.think-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 225vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.think-txt {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 95vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.think-txt.think-txt_charge {
  position: static;
  min-height: auto;
  font-size: 0.7em;
}

.lottie.lottie_think-hybrid {
  position: absolute;
  width: 100vw;
}

.lottie.lottie_start {
  height: 40vh;
}

.lottie.lottie_lottie-planet {
  width: 100vw;
  max-width: 50em;
  margin-bottom: -1vh;
}

.lottie.lottie_charger {
  width: 100%;
  max-width: 17em;
}

.lottie.lottie_lottie-car {
  width: 100vw;
}

.lottie.lottie-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.1em;
  margin-right: 0.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lottie.lottie_shape {
  position: absolute;
  width: 100vw;
}

.css {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
}

.lottie-wrp {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-wrp.lottie-wrp_planet {
  top: auto;
  bottom: 0vh;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
  margin-top: -100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lottie-wrp.lottie-wrp_car {
  bottom: -12vw;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lottie-wrp.lottie-wrp_start {
  position: static;
  height: auto;
}

.car-txt-wrp {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 15vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-wrp__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-cnt {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sticky-cnt.sticky-cnt_think-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  max-width: 16em;
  min-height: 100vh;
  margin-top: -100vh;
  margin-right: 2em;
  margin-bottom: -150vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-cnt.sticky-cnt_start {
  margin-top: -20vh;
}

.sticky-cnt.sticky-cnt_charge {
  position: static;
  min-height: auto;
}

.sticky-cnt.sticky-cnt_pover2 {
  min-height: auto;
}

.txt-white {
  color: #fff;
}

.bg-start {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: -2;
  height: 400vh;
  background-image: url('../images/star.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat-y;
  background-attachment: scroll;
  opacity: 0.4;
}

.global-wrp {
  position: relative;
}

.div-block {
  min-height: 200vh;
}

.slider-wrp {
  position: relative;
  z-index: 1;
}

.slider-list {
  width: 100%;
  max-width: 16em;
}

.slider-item-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-title {
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.slider-bg {
  position: absolute;
  left: 0%;
  top: -1em;
  right: 0%;
  bottom: -1em;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 16em;
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-description {
  width: 100%;
  font-size: 0.6em;
}

.btn-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.car-image {
  width: 140%;
  max-width: none;
}

.btn {
  padding: 0.6em 2em;
  border: 1px solid #0096e5;
  border-radius: 20em;
  -webkit-transition: background-color 200ms cubic-bezier(.4, 0, 0, 1), border-radius 200ms cubic-bezier(.4, 0, 0, 1), color 200ms cubic-bezier(.4, 0, 0, 1);
  transition: background-color 200ms cubic-bezier(.4, 0, 0, 1), border-radius 200ms cubic-bezier(.4, 0, 0, 1), color 200ms cubic-bezier(.4, 0, 0, 1);
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #0096e5;
  color: #fff;
}

.btn:active {
  border-color: #1b73a2;
  background-color: #1b73a2;
}

.btn:focus {
  background-color: #0096e5;
  color: #fff;
}

.btn:focus-visible {
  outline-color: #1b73a2;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.btn[data-wf-focus-visible] {
  outline-color: #1b73a2;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.btn:visited {
  border-color: #1b73a2;
  color: #1b73a2;
}

.btn.btn-submit {
  border-radius: 0.06em;
  background-color: #0096e5;
  font-weight: 400;
}

.btn.btn-submit:hover {
  background-color: #1b73a2;
}

.img-car-logo {
  width: 3em;
  margin-bottom: 0.2em;
}

.img-car-logo.img-car-logo_header {
  margin-bottom: 0em;
}

.h2-dark {
  color: #01060e;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 400;
}

.title-wrp.title-wrp_txt-center {
  text-align: center;
}

.title-wrp.title-wrp_wave {
  max-width: 25em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-car {
  color: #0096e5;
  font-size: 0.75em;
  font-weight: 400;
}

.img-menu {
  width: 1em;
}

.img-toy-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.3em;
  height: 0.6em;
  margin-right: 0.3em;
  margin-bottom: -0.1em;
}

.img-toy-logo.img-toy-logo_footer {
  width: 4.6em;
}

.img-toy-logo.img-toy-logo_black {
  position: absolute;
}

.logo-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.slide-nav {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  margin-top: 12em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.75em;
  background-color: #0096e5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.slide-nav:hover {
  background-color: #1b73a2;
}

.slide-nav.slider-prev {
  left: -2em;
}

.slide-nav.slide-nav_r {
  left: auto;
  right: 0px;
  margin-left: 0em;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-nav.slide-nav_r.slider-next {
  right: -2em;
}

.slide-nav.slider-next {
  right: -2em;
}

.ic-slider {
  width: 1em;
  height: 1em;
}

.faq-wrp {
  position: relative;
}

.questions-list {
  width: 100%;
}

.questions-item {
  margin-bottom: 0.5em;
  padding: 0.7em 1em 0.5em;
  border-radius: 0.4em;
  background-color: #fff;
  cursor: pointer;
}

.quqestion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quqestion-description {
  overflow: hidden;
  font-size: 0.625em;
}

.faq-title {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 1em;
  padding: 1em 2em;
  border: 1px solid #0096e5;
  border-radius: 20em;
  background-color: #fff;
  font-size: 0.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.faq-title.w--current {
  background-color: #0096e5;
  color: #fff;
}

.question-category {
  display: none;
}

.anim.anim_show {
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.anim.anim_show.anim_show_center {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.anim.anim-load {
  overflow: hidden;
}

.charge-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 24em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lottie-car-move {
  max-width: 100%;
}

.map-wrp {
  position: relative;
  margin-top: 2em;
  font-size: 1em;
}

.people-wrp {
  position: absolute;
}

.people-wrp.america-6 {
  margin-top: 4.7em;
  margin-left: 2em;
}

.people-wrp.eurasia-11 {
  margin-top: 7em;
  margin-left: 21.8em;
}

.people-wrp.america-7 {
  margin-top: 3.5em;
  margin-left: 4.4em;
}

.people-wrp.america-1 {
  margin-top: 2.84375em;
  margin-left: 0em;
}

.people-wrp.america-2 {
  margin-top: 0em;
  margin-left: 4.25em;
}

.people-wrp.america-3 {
  margin-top: 1.6em;
  margin-left: 7.9em;
}

.people-wrp.america-4 {
  margin-top: 0.3em;
  margin-left: 10.6em;
}

.people-wrp.america-5 {
  margin-top: 0.3em;
  margin-left: 15em;
}

.people-wrp.america-11 {
  margin-top: 6.6em;
  margin-left: 7em;
}

.people-wrp.america-14 {
  margin-top: 11.3em;
  margin-left: 8em;
}

.people-wrp.america-16 {
  margin-top: 12.5em;
  margin-left: 11.9em;
}

.people-wrp.america-17 {
  margin-top: 15.9em;
  margin-left: 9.3em;
}

.people-wrp.africa-4 {
  margin-top: 11.8em;
  margin-left: 17.8em;
}

.people-wrp.eurasia-4 {
  margin-top: 3.4em;
  margin-left: 20.2em;
}

.people-wrp.eurasia-8 {
  margin-top: 4.8em;
  margin-left: 23.5em;
}

.people-wrp.eurasia-5 {
  margin-top: 3.7em;
  margin-left: 26.1em;
}

.people-wrp.eurasia-14 {
  margin-top: 7.2em;
  margin-left: 32em;
}

.people-wrp.africa-3 {
  margin-top: 10.3em;
  margin-left: 21.4em;
}

.people-wrp.africa-7 {
  margin-top: 14.7em;
  margin-left: 22em;
}

.people-wrp.africa-8 {
  margin-top: 15.9em;
  margin-left: 19.6em;
}

.people-wrp.africa-5 {
  margin-top: 12.2em;
  margin-left: 22.4em;
}

.people-wrp.eurasia-16 {
  margin-top: 9.9em;
  margin-left: 27.15em;
}

.people-wrp.eurasia-18 {
  margin-top: 11.4em;
  margin-left: 28.3em;
}

.people-wrp.eurasia-19 {
  margin-top: 12.6em;
  margin-left: 29.9em;
}

.people-wrp.australia-2 {
  margin-top: 14.2em;
  margin-left: 31.9em;
}

.people-wrp.australia-3 {
  margin-top: 16.2em;
  margin-left: 31.7em;
}

.people-wrp.australia-4 {
  margin-top: 15.8em;
  margin-left: 33.5em;
}

.people-wrp.eurasia-10 {
  margin-top: 5.5em;
  margin-left: 20.8em;
}

.people-wrp.africa-2 {
  margin-top: 8.4em;
  margin-left: 18.5em;
}

.people-wrp.eurasia-12 {
  margin-top: 7.2em;
  margin-left: 25.4em;
}

.people-wrp.eurasia-15 {
  margin-top: 10.6em;
  margin-left: 25.1em;
}

.people-wrp.eurasia-17 {
  margin-top: 9.8em;
  margin-left: 29.5em;
}

.people-wrp.eurasia-2 {
  margin-top: 2.3em;
  margin-left: 31.2em;
}

.people-wrp.eurasia-3 {
  margin-top: 3em;
  margin-left: 36.2em;
}

.people-wrp.australia-5 {
  margin-top: 17.5em;
  margin-left: 33em;
}

.people-wrp.america-12 {
  margin-top: 9.4em;
  margin-left: 5.4em;
}

.people-wrp.america-19 {
  margin-top: 18.6em;
  margin-left: 9.6em;
}

.people-wrp.america-10 {
  margin-top: 7.2em;
  margin-left: 3.7em;
}

.people-wrp.america-15 {
  margin-top: 12.6em;
  margin-left: 9em;
}

.people-wrp.america-9 {
  margin-top: 2.1em;
  margin-left: 12.7em;
}

.people-wrp.africa-1 {
  margin-top: 9.8em;
  margin-left: 15.7em;
}

.people-wrp.eurasia-6 {
  margin-top: 4em;
  margin-left: 28.4em;
}

.people-wrp.eurasia-13 {
  margin-top: 7.2em;
  margin-left: 28.1em;
}

.people-wrp.australia-1 {
  margin-top: 15.1em;
  margin-left: 28.8em;
}

.people-wrp.america-8 {
  margin-top: 4.5em;
  margin-left: 9.8em;
}

.people-wrp.america-13 {
  margin-top: 8.4em;
  margin-left: 8.4em;
}

.people-wrp.america-18 {
  margin-top: 14.6em;
  margin-left: 11.5em;
}

.people-wrp.eurasia-9 {
  margin-top: 4.95em;
  margin-left: 17.45em;
}

.people-wrp.africa-6 {
  margin-top: 12.6em;
  margin-left: 19.3em;
}

.people-wrp.eurasia-1 {
  margin-top: 1.5em;
  margin-left: 23.3em;
}

.people-wrp.eurasia-7 {
  margin-top: 4.05em;
  margin-left: 33.5em;
}

.avatar-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20em;
  background-color: #a7a7a7;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 400ms cubic-bezier(.4, 0, .1, 1);
  transition: all 400ms cubic-bezier(.4, 0, .1, 1);
  cursor: pointer;
}

.avatar-wrp.avatar-wrp_xxl {
  position: relative;
  width: 3.2em;
  height: 3.2em;
}

.avatar-wrp.avatar-wrp_xxl.xxl_active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.avatar-wrp.avatar-wrp_m {
  width: 1.7em;
  height: 1.7em;
}

.avatar-wrp.avatar-wrp_m.m_active {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.avatar-wrp.avatar-wrp_s {
  width: 1.3em;
  height: 1.3em;
}

.avatar-wrp.avatar-wrp_s.s_active {
  -webkit-transform: scale(2.3);
  -ms-transform: scale(2.3);
  transform: scale(2.3);
}

.avatar-wrp.avatar-wrp_xl {
  width: 1.7em;
}

.avatar-wrp.avatar-wrp_l {
  width: 2.1em;
  height: 2.1em;
}

.avatar-wrp.avatar-wrp_l.l_active {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.avatar-wrp.avatar-wrp_xl {
  position: relative;
  width: 2.6em;
  height: 2.6em;
}

.avatar-wrp.avatar-wrp_xl.xl_active {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.comment-wrp {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: none;
  max-width: 24em;
  min-width: 16em;
  margin-left: 120%;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.3em;
  background-color: #fff;
  box-shadow: 1px 1px 1em 0 rgba(27, 115, 162, 0.11);
  font-size: 0.6em;
}

.comment-wrp.comment-wrp_left {
  right: 0px;
  margin-right: 120%;
  margin-left: 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.comment-wrp.comment_m-active {
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.comment-wrp.comment_s-active {
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.comment-wrp.comment_xxl-active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.comment-wrp.comment_xl-active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.comment-wrp.comment_l-active {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.comment-title {
  font-weight: 600;
}

.comment-description {
  font-size: 0.9em;
}

.img-ava {
  width: 100%;
  height: 100%;
  border-radius: 23em;
  -o-object-fit: cover;
  object-fit: cover;
}

.wawe-wrp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.wawe-list {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.wawe-item {
  position: absolute;
}

.cnt-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cnt-footer.cnt-footer_center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  width: 100%;
}

.column.column_2 {
  width: 50%;
  margin-right: 1em;
}

.column.column_2.last {
  margin-right: 0em;
}

.link-footer-phone {
  margin-top: 1em;
  color: #fff;
  font-weight: 400;
}

.social-wrp {
  width: 100%;
  margin-top: 2em;
}

.social-wrp.social-wrp_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0.8em;
}

.ic.ic-social {
  width: 1.25em;
  height: 1.25em;
  margin-right: 2em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.8);
}

.ic.ic-social:hover {
  color: #fff;
}

.ic.ic-social.last {
  margin-right: 0em;
}

.ic.ic-social_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.7em;
  height: 0.7em;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.8);
}

.ic.ic-social_footer:hover {
  color: #fff;
}

.ic.ic-social_footer.last {
  margin-right: 0em;
}

.rich-footer {
  color: #d8dadb;
  font-size: 0.625em;
  line-height: 1.6;
}

.input {
  min-height: 3em;
  border: 1px solid #0096e5;
  border-radius: 0.06em;
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  font-size: 0.6em;
}

.input:active {
  background-color: #fff;
  color: #01060e;
}

.input:focus {
  background-color: #fff;
  color: #01060e;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.input_area {
  max-height: 20em;
  max-width: 100%;
  min-height: 8.4em;
  min-width: 100%;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  padding-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.625em;
}

.footer-copyright.footer-copyright_small {
  margin-top: 1em;
  padding-top: 0em;
  border-top-style: none;
}

.footer-date {
  display: inline;
  margin-right: 0.5em;
}

.tabs-wrp {
  margin-top: 2em;
}

.tabs-cnt-wrp {
  margin-top: 1em;
}

.map-more-wrp {
  display: none;
}

.h3-faq {
  margin-bottom: 0px;
}

.ic-embet {
  width: 100%;
}

.bg-gradiant {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 55, 96, 0)), color-stop(70%, rgba(31, 55, 96, 0.8)), to(rgba(23, 25, 72, 0.8)));
  background-image: linear-gradient(180deg, rgba(31, 55, 96, 0), rgba(31, 55, 96, 0.8) 70%, rgba(23, 25, 72, 0.8));
}

.txt-scroll-down {
  font-size: 0.7em;
}

.scroll-down-wrp {
  position: absolute;
  bottom: 10vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-scroll {
  width: 0.3em;
  height: 1.25em;
  margin-bottom: 0.5em;
}

.h2-power2 {
  font-size: 1.5em;
}

.logo-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-video {
  width: 50vw;
  height: 28vw;
  max-height: 7.4em;
  max-width: 14.4em;
}

.car-video-wrp {
  position: relative;
  width: 50vw;
  height: 28vw;
  max-height: 8em;
  max-width: 15em;
  margin-left: 2em;
  padding: 0.3em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

.car-video-wrp.car-video-wrp_big {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  margin-left: auto;
  padding: 55% 0em 0em;
}

.corner {
  position: absolute;
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.corner.corner_top-left {
  left: -0.3em;
  top: -0.3em;
  border-right-style: none;
  border-bottom-style: none;
}

.corner.corner_top-right {
  top: -0.3em;
  right: -0.3em;
  border-bottom-style: none;
  border-left-style: none;
}

.corner.corner_bot-right {
  right: -0.3em;
  bottom: -0.3em;
  border-top-style: none;
  border-left-style: none;
}

.corner.corner_bot-left {
  left: -0.3em;
  bottom: -0.3em;
  border-top-style: none;
  border-right-style: none;
}

.car-txt-cnt {
  font-size: 0.8em;
}

.power2-video {
  position: absolute;
  left: 0.3em;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
}

.img-earth-reversed {
  position: absolute;
  bottom: 51vh;
  width: 90%;
}

.bg-gradient {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 55, 96, 0)), color-stop(80%, #1f3760), to(#171948));
  background-image: linear-gradient(180deg, rgba(31, 55, 96, 0), #1f3760 80%, #171948);
  mix-blend-mode: screen;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 24px;
  }

  .sct.sct_footer {
    min-height: 28em;
    background-position: 50% 10%;
    background-size: cover;
  }

  .lottie.lottie_think-hybrid {
    width: 100vh;
    height: 100vh;
  }

  .lottie.lottie_start {
    width: 100%;
  }

  .lottie.lottie_charger {
    max-width: 15em;
  }

  .lottie.lottie_lottie-car {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }

  .lottie.lottie_shape {
    width: 100vh;
    height: 100vh;
  }

  .sticky-cnt.sticky-cnt_think-img {
    width: 40vw;
  }

  .charge-wrp {
    min-height: auto;
  }

  .social-wrp.social-wrp_center {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }

  .sct.sct_hero {
    min-height: 90vh;
    margin-bottom: 0em;
  }

  .sct.sct_think-logo {
    min-height: 200vh;
    margin-top: 0vh;
  }

  .sct.sct_-think {
    margin-top: -15vh;
  }

  .sct.sct_map {
    overflow: visible;
  }

  .sct__cnt.sct__cnt_smooth-start {
    min-height: 200vh;
  }

  .sct__cnt.sct__cnt_power2 {
    min-height: 200vh;
  }

  .sct__cnt.sct__cnt_power2-video {
    margin-top: -20.6em;
  }

  .think-wrp {
    min-height: auto;
    margin-bottom: 4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .think-txt {
    min-height: auto;
  }

  .think-txt.think-txt_charge {
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1em;
  }

  .lottie.lottie_think-hybrid {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .lottie.lottie_lottie-planet {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    -webkit-transform-origin: 50% 80%;
    -ms-transform-origin: 50% 80%;
    transform-origin: 50% 80%;
  }

  .lottie.lottie_think-ic {
    width: 100%;
    max-width: 15em;
  }

  .lottie.lottie_charger {
    max-width: 18em;
  }

  .lottie.lottie_lottie-car {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-transform-origin: 60% 100%;
    -ms-transform-origin: 60% 100%;
    transform-origin: 60% 100%;
  }

  .lottie.lottie-faq {
    width: 1.3em;
    height: 1.3em;
  }

  .lottie.lottie_shape {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .lottie-wrp.lottie-wrp_start {
    position: static;
    overflow: hidden;
  }

  .car-txt-wrp {
    padding-top: 15vh;
  }

  .sticky-cnt {
    margin-top: -20vh;
  }

  .sticky-cnt.sticky-cnt_think-img {
    position: static;
    width: auto;
    min-height: auto;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sticky-cnt.sticky-cnt_charge {
    min-height: auto;
    margin-top: 0vh;
  }

  .bg-start {
    z-index: -2;
  }

  .slider-list {
    width: 100%;
    max-width: 80vw;
  }

  .slider {
    width: 90%;
    max-width: none;
  }

  .car-description {
    font-size: 0.8em;
  }

  .car-image {
    width: 120%;
  }

  .btn {
    font-size: 0.8em;
  }

  .btn.btn-submit {
    font-size: 0.8em;
  }

  .h2-dark {
    font-size: 2em;
  }

  .p-car {
    font-size: 1em;
  }

  .img-menu {
    width: 1.5em;
  }

  .logo-wrp {
    font-size: 1.6em;
  }

  .slide-nav {
    font-size: 1.3em;
  }

  .slide-nav.slider-prev {
    left: -1.4em;
  }

  .slide-nav.slide-nav_r.slider-next {
    right: -1.4em;
  }

  .slide-nav.slider-next {
    right: -1.4em;
  }

  .faq-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quqestion-description {
    font-size: 0.8em;
  }

  .faq-list.faq-list_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .faq-title {
    font-size: 0.8em;
  }

  .anim.anim_show {
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .charge-wrp {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .map-wrp {
    overflow: hidden;
    padding-bottom: 5em;
  }

  .img-map {
    display: none;
  }

  .people-wrp {
    position: static;
  }

  .people-wrp.eurasia-7 {
    position: static;
  }

  .avatar-wrp {
    padding: 1.4em;
    border-radius: 0.3em;
    background-color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .comment-wrp {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: auto;
    margin-left: 1.4em;
    padding: 0.6em 0em 0em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    box-shadow: none;
    font-size: 1em;
  }

  .img-ava {
    width: 4em;
    height: 4em;
  }

  .wawe-wrp {
    position: static;
  }

  .wawe-list {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wawe-item {
    position: static;
    margin-bottom: 1em;
  }

  .cnt-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.column_2 {
    width: 100%;
    margin-right: 0em;
    margin-bottom: 2em;
  }

  .column.column_2.last {
    margin-bottom: 0em;
  }

  .column.column_2.txt-center {
    text-align: center;
  }

  .social-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-wrp.social-wrp_center {
    margin-top: 0.2em;
    font-size: 8vw;
  }

  .rich-footer {
    font-size: 0.8em;
  }

  .input {
    font-size: 0.8em;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map-more-wrp {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 6em;
    padding-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #f7f7f7), to(hsla(0, 0%, 96.9%, 0)));
    background-image: linear-gradient(0deg, #f7f7f7 45%, hsla(0, 0%, 96.9%, 0));
    color: #0096e5;
    text-align: center;
  }

  .h3-faq {
    font-size: 0.9em;
    line-height: 1.3;
  }

  .car-video-wrp {
    display: none;
  }

  .car-video-wrp.car-video-wrp_big {
    display: block;
  }

  .car-txt-cnt {
    font-size: 1em;
  }

  .img-earth-reversed {
    top: -4em;
    bottom: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5.2vw;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  .sct.sct_hero {
    overflow: hidden;
  }

  .sct.sct_think-logo {
    margin-top: -50vh;
  }

  .sct.sct_power2 {
    margin-top: -10em;
  }

  .sct.sct_footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/footer-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/footer-bg.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .sct__cnt {
    width: 80%;
  }

  .sct__cnt.sct__cnt_power2 {
    min-height: auto;
  }

  .sct__cnt.sct__cnt_header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sct__cnt.sct__cnt_power2-video {
    margin-top: 0em;
  }

  .think-txt.think-txt_charge {
    font-size: 0.8em;
  }

  .lottie.lottie_think-hybrid {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .lottie.lottie_lottie-car {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
  }

  .lottie-wrp.lottie-wrp_car {
    bottom: -25vw;
  }

  .lottie-wrp.lottie-wrp_start {
    width: 100vw;
  }

  .car-txt-wrp {
    padding-top: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sticky-cnt {
    min-height: auto;
    margin-top: 0vh;
  }

  .sticky-cnt.sticky-cnt_think-img {
    max-width: 12em;
  }

  .sticky-cnt.sticky-cnt_start {
    min-height: 100vh;
  }

  .slider {
    width: auto;
  }

  .btn-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .car-image {
    width: 130%;
  }

  .btn {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .img-toy-logo.img-toy-logo_footer {
    font-size: 9vw;
  }

  .slide-nav {
    margin-top: 6em;
  }

  .slide-nav.slider-prev {
    left: -0.9em;
  }

  .slide-nav.slide-nav_r.slider-next {
    right: -0.9em;
  }

  .slide-nav.slider-next {
    right: -0.9em;
  }

  .faq-list.faq-list_tabs {
    margin-left: -10vw;
    padding-left: 10vw;
  }

  .avatar-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .comment-wrp {
    width: 100%;
    margin-top: 1.4em;
    margin-left: 0em;
    padding-top: 0em;
  }

  .social-wrp.social-wrp_center {
    margin-top: 0.4em;
    font-size: 10vw;
  }

  .input {
    background-color: hsla(0, 0%, 100%, 0.91);
    color: #01060e;
  }

  .input::-webkit-input-placeholder {
    color: #00060f;
  }

  .input:-ms-input-placeholder {
    color: #00060f;
  }

  .input::-ms-input-placeholder {
    color: #00060f;
  }

  .input::placeholder {
    color: #00060f;
  }

  .footer-copyright.footer-copyright_small {
    font-size: 0.8em;
  }

  .form-success {
    padding: 1em 1em 1.3em;
    border-radius: 1em;
    background-color: #57a359;
  }

  .error-message {
    border-radius: 1em;
    background-color: #b63535;
    font-size: 0.6em;
    text-align: center;
  }

  .scroll-down-wrp {
    bottom: 5vh;
  }

  .car-video {
    width: 80vw;
    height: 45vw;
  }

  .car-video-wrp {
    display: block;
    width: 80vw;
    height: 45vw;
    margin-top: 1em;
    margin-left: 0em;
  }

  .car-txt-cnt {
    font-size: 0.8em;
  }

  .img-earth-reversed {
    top: -6em;
    width: 160%;
    max-width: none;
  }
}

@font-face {
  font-family: 'Toyotatype';
  src: url('../fonts/ToyotaType-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Toyotatype';
  src: url('../fonts/ToyotaType-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Toyotatype';
  src: url('../fonts/ToyotaType-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Toyotatype';
  src: url('../fonts/ToyotaType-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}