|
|
@ -34,9 +34,9 @@ |
|
|
|
h2.advantages-description__header FLEXIBLE INTERIOR |
|
|
|
h2.advantages-description__header FLEXIBLE INTERIOR |
|
|
|
p.advantages-description__text Seat six comfortably with additional storage under the second-row seats. Complete with an advanced 17″ touchscreen with an all-new customized user interface. |
|
|
|
p.advantages-description__text Seat six comfortably with additional storage under the second-row seats. Complete with an advanced 17″ touchscreen with an all-new customized user interface. |
|
|
|
.advantages-img |
|
|
|
.advantages-img |
|
|
|
img.advantages-img__img1(src="../assets/images/cyber-from-back.png" alt="") |
|
|
|
img.advantages-img(src="../assets/images/cyber-from-back.png" alt="") |
|
|
|
img.advantages-img__img2(src="../assets/images/cyber-open-back.png" alt="") |
|
|
|
img.advantages-img(src="../assets/images/cyber-open-back.png" alt="") |
|
|
|
img.advantages-img__img3(src="../assets/images/cyber-inside.png" alt="") |
|
|
|
img.advantages-img(src="../assets/images/cyber-inside.png" alt="") |
|
|
|
.vid-descr |
|
|
|
.vid-descr |
|
|
|
video.vid-descr__vid(src="http://infoviolence.org/ru/vblog/v720view/infoviolence_041.mp4" autoplay controls) |
|
|
|
video.vid-descr__vid(src="http://infoviolence.org/ru/vblog/v720view/infoviolence_041.mp4" autoplay controls) |
|
|
|
h2.vid-descr__descr CYBERTRACK |
|
|
|
h2.vid-descr__descr CYBERTRACK |
|
|
@ -234,25 +234,23 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&-img { |
|
|
|
&-img { |
|
|
|
&__img1 { |
|
|
|
display: block; |
|
|
|
|
|
|
|
margin-left: 63px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:nth-child(1) { |
|
|
|
max-height: 305px; |
|
|
|
max-height: 305px; |
|
|
|
max-width: 545px; |
|
|
|
max-width: 545px; |
|
|
|
margin-left: 63px; |
|
|
|
|
|
|
|
margin-right: 45px; |
|
|
|
margin-right: 45px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__img2 { |
|
|
|
&:nth-child(2) { |
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 275px; |
|
|
|
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
max-height: 251px; |
|
|
|
max-height: 251px; |
|
|
|
max-width: 502px; |
|
|
|
max-width: 502px; |
|
|
|
|
|
|
|
margin-top: -45px; |
|
|
|
|
|
|
|
margin-left: 150px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__img3 { |
|
|
|
&:nth-child(3) { |
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
|
|
right: 220px; |
|
|
|
|
|
|
|
max-height: 188px; |
|
|
|
max-height: 188px; |
|
|
|
max-width: 376px; |
|
|
|
max-width: 376px; |
|
|
|
} |
|
|
|
} |
|
|
|