|
|
|
@ -15,19 +15,19 @@
@@ -15,19 +15,19 @@
|
|
|
|
|
p.characteristics__big <6.5 |
|
|
|
|
p.characteristics__small 0-60 MPH |
|
|
|
|
.container.exoskeleton |
|
|
|
|
.img-holder |
|
|
|
|
img(src="../assets/images/exoskelet.png" alt="exoskeleton") |
|
|
|
|
img(src="../assets/images/back-exoskeleton.png" alt="back-exoskeleton") |
|
|
|
|
.exoskeleton-holder |
|
|
|
|
img.exoskeleton-holder__img1(src="../assets/images/exoskelet.png" alt="exoskeleton") |
|
|
|
|
img.exoskeleton-holder__img2(src="../assets/images/back-exoskeleton.png" alt="back-exoskeleton") |
|
|
|
|
h2 Exoskeleton |
|
|
|
|
p Cybertruck is built with an exterior shell made for ultimate durability and passenger protection. Starting with a nearly impenetrable exoskeleton, every component is designed for superior strength and endurance, from Ultra-Hard 30X Cold-Rolled stainless-steel structural skin to Tesla armor glass. |
|
|
|
|
.container.skeleton |
|
|
|
|
img(src="../assets/images/skelet.png" alt="skeleton") |
|
|
|
|
img.skeleton__img(src="../assets/images/skelet.png" alt="skeleton") |
|
|
|
|
.description |
|
|
|
|
p ULTRA-HARD 30X COLD-ROLLED STAINLESS STEEL |
|
|
|
|
.container.advantages |
|
|
|
|
img(src="../assets/images/cyber-from-back.png" alt="") |
|
|
|
|
img(src="../assets/images/cyber-open-back.png" alt="") |
|
|
|
|
img(src="../assets/images/cyber-inside.png" alt="") |
|
|
|
|
img.advantages__img1(src="../assets/images/cyber-from-back.png" alt="") |
|
|
|
|
img.advantages__img2(src="../assets/images/cyber-open-back.png" alt="") |
|
|
|
|
img.advantages__img3(src="../assets/images/cyber-inside.png" alt="") |
|
|
|
|
.description |
|
|
|
|
h2 PERFORMANCE AND EFFICIENCY |
|
|
|
|
p Now entering a new class of strength, speed and versatility—only possible with an all-electric design. The powerful drivetrain and low center of gravity provides extraordinary traction control and torque—enabling acceleration from 0-60 mph in as little as 2.9 seconds and up to 500 miles of range. |
|
|
|
@ -38,7 +38,7 @@
@@ -38,7 +38,7 @@
|
|
|
|
|
.vid-descr |
|
|
|
|
video.vid-descr__vid(src="http://infoviolence.org/ru/vblog/v720view/infoviolence_041.mp4" autoplay controls) |
|
|
|
|
h2.vid-descr__descr CYBERTRACK |
|
|
|
|
a.vid-descr__link(href="#") Order now |
|
|
|
|
a.vid-descr__link(href="#") Order now |
|
|
|
|
Footer/ |
|
|
|
|
</template> |
|
|
|
|
<script> |
|
|
|
@ -140,12 +140,26 @@
@@ -140,12 +140,26 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.exoskeleton { |
|
|
|
|
.img-holder { |
|
|
|
|
|
|
|
|
|
&-holder { |
|
|
|
|
|
|
|
|
|
&__img1 { |
|
|
|
|
max-height: 442px; |
|
|
|
|
max-width: 745px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&__img2 { |
|
|
|
|
max-height: 234px; |
|
|
|
|
max-width: 401px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.skeleton { |
|
|
|
|
|
|
|
|
|
&__img { |
|
|
|
|
max-height: 296px; |
|
|
|
|
max-width: 996px; |
|
|
|
|
} |
|
|
|
|
.description { |
|
|
|
|
font-weight: 600; |
|
|
|
|
font-size: 20px; |
|
|
|
@ -158,12 +172,32 @@
@@ -158,12 +172,32 @@
|
|
|
|
|
|
|
|
|
|
.advantages { |
|
|
|
|
margin-bottom: 246px; |
|
|
|
|
|
|
|
|
|
&__img1 { |
|
|
|
|
max-height: 305px; |
|
|
|
|
max-width: 545px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&__img2 { |
|
|
|
|
max-height: 251px; |
|
|
|
|
max-width: 502px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&__img3 { |
|
|
|
|
max-height: 188px; |
|
|
|
|
max-width: 376px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.vid-descr { |
|
|
|
|
display: table; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
display: flex; |
|
|
|
|
margin-left: auto; |
|
|
|
|
margin-right: auto; |
|
|
|
|
margin-bottom: 245px; |
|
|
|
|
text-align: center; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
&__vid{ |
|
|
|
|
width: 1200px; |
|
|
|
@ -172,21 +206,26 @@
@@ -172,21 +206,26 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&__descr{ |
|
|
|
|
font-weight: 300; |
|
|
|
|
font-size: 22px; |
|
|
|
|
line-height: 27px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-size: 48px; |
|
|
|
|
line-height: 59px; |
|
|
|
|
letter-spacing: 0.025em; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
margin-bottom: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&__link{ |
|
|
|
|
display: block; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 15px; |
|
|
|
|
line-height: 18px; |
|
|
|
|
font-weight: 600; |
|
|
|
|
font-size: 24px; |
|
|
|
|
line-height: 29px; |
|
|
|
|
letter-spacing: 0.025em; |
|
|
|
|
text-transform: capitalize; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
text-decoration: none; |
|
|
|
|
color: black; |
|
|
|
|
border-style: solid; |
|
|
|
|
border: 2px solid black; |
|
|
|
|
padding: 15px 105px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|