@font-face {
  font-family: 'Castrol Sans VI Regular';
  src:  url('./fonts/CastrolSansVI_Regular.eot?uxuei5');
  src:  url('./fonts/CastrolSansVI_Regular.eot?uxuei5#iefix') format('embedded-opentype'),
    url('./fonts/CastrolSansVI_Regular.ttf?uxuei5') format('truetype'),
    url('./fonts/CastrolSansVI_Regular.woff?uxuei5') format('woff'),
    url('./fonts/CastrolSansVI_Regular.svg?uxuei5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** RESET AND LAYOUT
===================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 900;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  background: transparent;
  font-family: 'Arial', sans-serif;
}
*:focus {
  outline: none;
}
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="submit"],
input[type="search"],
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Arial', Calibri, Geneva, sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-wrap {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
button[type="submit"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-family: 'Arial', Calibri, Geneva, sans-serif;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*for IE10*/
select::-ms-expand {
  display: none;
}
/** Default Text
===================================*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0 0 0 0;
  line-height: 1.45em;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: 'Arial', Geneva, sans-serif;
  color: #000;
  font-size: 14px;
}
b em,
b i,
strong em,
strong i,
em b,
i b,
em strong,
i strong {
  font-family: 'Arial', Geneva, sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
}
input[type="radio"] {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Castrol Sans VI Regular';
  font-weight: normal;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto !important;
  border: 0;
}
/* all */
::-webkit-input-placeholder {
  color: #d7d7d7;
  font-family: 'Arial', Calibri, Geneva, sans-serif;
}
::-moz-placeholder {
  color: #d7d7d7;
  font-family: 'Arial', Calibri, Geneva, sans-serif;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #d7d7d7;
  font-family: 'Arial', Calibri, Geneva, sans-serif;
}
/* ie */
input:-moz-placeholder {
  color: #d7d7d7;
  font-family: 'Arial', Calibri, Geneva, sans-serif;
}
/* clearfix */
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
/* For IE 6/7 only */
.clr {
  *zoom: 1;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  background: #000;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.logo img {
  width: 199px;
}
html,
body,
#panolens,
.panolens-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#panolens {
  transition: all 3s ease-out;
  transform: scale(1);
}
#panolens.zoomout {
  transform: scale(2);
}
#progress {
  margin-top: 10px;
  border: #fff solid 2px;
  height: 20px;
  position: relative;
}
#progress .bar {
  background: #006f37;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 1.2s ease-out;
  animation: fadeinout .6s ease-out infinite;
}
#panolens {
  opacity: 0;
  transition: all .3s ease-out;
}
#panolens.show {
  opacity: 1;
}
.loading.hide {
  display: none;
}
.section {
  display: none;
  z-index: 560;
  animation: fadein .3s ease-out;
}
.section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.section.active {
  display: block;
  z-index: 
}
.overlay {
  z-index: 550;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
  display: none;
  animation: fadein .3s ease-out;
}
.show-overlay .overlay {
  display: block;
}
.section .content {
  position: relative;
  z-index: 2000;
}
.container {
  margin: 0 15px;
}
@media (min-width: 1024px) {
  .container {
    margin: 0 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
#welcome {
  text-align: center;
}
#welcome .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  #welcome .content {
    width: 90%;
  }
}
.bikepoint-logo img {
  /*max-width: 199px;*/
}
.welcome-board {
  background: rgba(255,255,255,.8);
  border-radius: 6px;
  padding: 30px;
  margin: 20px 0;
}
.welcome-board h3 {
  color: #0e9e11;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.welcome-board p {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .welcome-board {
    min-width: 400px;
  }
}
a.btn,
button.btn {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  line-height: 62px;
  border: 0;
  cursor: pointer;
  width: 189px;
  height: 62px;
  background: url(./btn.png) center center no-repeat;
  text-align: center;
  background-size: 100% 100%;
  font-size: 20px;
}
a.btn span,
button.btn span {
  position: relative;
  top: -2px;
}
a.btn:hover,
button.btn:hover {
  background-image: url(./btn-hover.png);
  line-height: 68px;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  text-align: center;
  max-width: 280px;
}
div.error {
  color: red;
  padding-top: 4px;
}
#welcome-text .content {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  text-align: center;
}
.text-board {
  position: relative;
  background: rgba(255,255,255,.8);
  border-radius: 0 6px 6px 6px;
  padding: 30px;
  margin: 20px auto;
  max-width: 480px;
  /*box-shadow: 0 0 6px 0 rgba(0,0,0,.25);*/
  text-align: left;
}
.tooltip-container:before,
.text-board:before {
  content: '';
  width: 44px;
  height: 44px;
  background: url('./board-arrow.png') center center no-repeat;
  position: absolute;
  left: -8px;
  top: -27px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .text-board {
    padding: 15px;
  }
  #welcome-text .content {
    bottom: 180px;
  }
}
.ai-title {
  font-size: 24px;
  font-weight: bold;
  color: #0e9e11;
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Castrol Sans VI Regular';
}
.ai-title img {
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
#uname {
  font-weight: bold;
  color: #0e9e11;
}
#bike-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 600;
}
.section .header {
  position: relative;
  margin-bottom: 90px;
}
.section-logo {
  position: absolute;
  top: 40px;
  right: 0;
  max-width: 199px;
}
a.btn-back {
  position: absolute;
  top: 78px;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  z-index: 50;
}
.section .header .container {
  position: relative;
}
.section-title {
  margin-left: 200px;
  margin-right: 200px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 66px;
}
.section-title p {
  font-size: 30px;
  font-weight: bold;
  color: #0e9f11;
  margin-top: .5em;
  line-height: 1.25em;
  text-transform: none;
}
.section-title h2 {
  text-shadow: 2px 2px 0 #0e9f11;
  line-height: 1.3em;
}
.bike-select {
  display: none;
}
.bike-select.active {
  display: inline-block;
}
#bike-selection .main > .container {
  display: flex;
  flex-direction: row-reverse;
}
#bike-selection .selection-board,
#bike-selection .bike-result {
  flex: 0 0 50%;
}
#bike-selection .selection-board {
  margin-bottom: 30px;
}
#bike-selection .selection-board .wrap {
  margin-left: 30px;
  background: rgba(255,255,255,.8);
  border-radius: 6px;
  padding: 50px 30px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
  text-align: center;
  position: relative;
}
.selection-board .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px;
}
.selection-board .list .item {
  flex: 0 0 33.33%;
  margin-bottom: 10px;
}
.selection-board .list .item a {
  display: block;
  margin: 0 5px;
  border: #aaa solid 2px;
  filter: grayscale(100%);
  transition: all .3s ease-out;
}
.selection-board .list .item a:hover {
  filter: grayscale(0);
}
.selection-board .list .item a.active {
  background: #fff;
  border-color: #0e9f11;
  filter: grayscale(0);
}
.selection-board h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
.selection-board .brand-title {
  color: #0e9f11;
}
.bike-select-wrap {
  margin: 20px 0;
}
.bike-select-wrap select {
  padding: 10px;
  width: 300px;
  font-family: 'Arial';
  text-transform: uppercase;
  border: #14131a solid 1px;
  font-size: 18px;
}
.bike-select-wrap option {
  padding: 10px;
  font-family: 'Arial';
}
.selection-board .buttons {
  padding-top: 30px;
}
.bike-result {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.bike-result .selected-brand {
  display: flex;
  align-items: center;
}
.bike-result .brand-logo {
  background: #111111 url(./icon-question.png) center center no-repeat;
  border-radius: 10px;
  border: #0e9f11 solid 1px;
  width: 120px;
  height: 82px;
  position: relative;
  margin-right: 30px;
  overflow-x: hidden;
}
.bike-result .brand-logo.has-img {
  background-color: #fff;
}
.bike-result .brand-logo img {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.bike-result .brand-name {
  color: #fff;
  font-size: 24px;
}
.bike-result .brand-name .text-selected,
.bike-result .brand-name.has-bike .text-default {
  display: none;
}
.bike-result .brand-name.has-bike .text-selected {
  display: block; 
}
.bike-result .castrol-img {
  position: relative;
  z-index: 10;
}
.bike-result .castrol-real {
  position: absolute;
  top: 0;
  left: 0;
}
.selected-castrol.has-castrol .castrol-default {
  opacity: 0;
}
.bike-result .selected-castrol {
  text-align: left;
  display: flex;
  align-items: flex-end;
  margin-top: -10px;
}
.bike-result .castrol-text {
  position: relative;
  height: 180px;
  width: 100%;
  border: #1fcb46 solid 2px;
  border-radius: 2px;
  z-index: 5;
  left: -40px;
  bottom: 20px;
  background: rgba(0,0,0,.8);
}
.bike-result .castrol-text .text-default {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #1fcb46;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.bike-result .has-castrol .castrol-text .text-default {
  opacity: 0;
}
.bike-result .castrol-text .text-real {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0 0 60px;
  opacity: 0;
}
.bike-result .has-castrol .castrol-text .text-real {
  opacity: 1;
}
.bike-result .castrol-text .text-real span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.bike-result .castrol-text .text-real .text-title {
  color: #1fcb46;
  font-size: 24px;
}
.bike-result .castrol-text .text-real .text-subtitle {
  font-size: 26px;
  color: #fff;
  margin: 20px 0 10px 0;
}
.bike-result .castrol-text .text-real .text-name {
  font-size: 26px;
  color: #fff;
}
.selected-bike {
  position: relative;
}
.selected-bike .bike-real {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.selected-bike .bike-real div {
  position: absolute;
  top: -5vh;
  left: 0;
  right: 0;
  bottom: -10vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.selected-bike .bike-wrap.has-bike .bike-default {
  opacity: 0;
}
.castrol-list {
  display: none;
}
@media (max-width: 1599px) {
  .selected-bike .bike-wrap > img {
    max-height: 30vh;
  }
  .section .header {
    margin-bottom: 50px;
  }
  .section-logo {
    max-width: 99px;
  }
}
@media (max-width: 1199px) {
  .section-title p {
    font-size: 16px;
    font-weight: bold;
    color: #0e9f11;
  }
  .section-title {
    font-size: 26px;
    padding-top: 54px;
  }
  .bike-result .brand-name {
    font-size: 20px;
  }
  .bike-result .castrol-text .text-default {
    font-size: 18px;
  }
  .bike-result .castrol-text .text-real .text-title {
    font-size: 18px;
  }
  .bike-result .castrol-text .text-real .text-subtitle {
    font-size: 26px;
  }
  .bike-result .castrol-text .text-real .text-name {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  #bike-selection .main > .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #bike-selection .selection-board, 
  #bike-selection .bike-result {
    flex: 0 0 100%;
    width: 100%;
  }
  #bike-selection .bike-result {
    margin-bottom: 30px;
  }
  #bike-selection .selection-board .wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-left: 0;
    margin-right: 0;
    padding-top: 110px;
  }
  .bike-result .castrol-text .text-real {
    padding-top: 30px;
    padding-left: 50px;
  }
  .bike-result .castrol-text .text-real .text-subtitle {
    font-size: 16px;
  }
  .selection-board h3 {
    font-size: 24px;
  }
  .bike-result .castrol-text .text-default {
    font-size: 12px;
  }
  .bike-result .brand-name {
    font-size: 20px;
  }
  .bike-result .castrol-text .text-real .text-title {
    font-size: 12px; 
  }
  .section .header {
    margin-bottom: 30px;
  }
  #bike-selection .selection-board .wrap {
    padding: 20px;
  }
  .selection-board .buttons {
    padding-top: 10px;
  }
  .selected-bike .bike-real div {
    top: 0;
    bottom: 0;
  }
  .bike-result .castrol-text .text-real .text-name {
    font-size: 16px;
  }
  .bike-result .castrol-img {
    max-width: 66px;
  }
  .bike-result .castrol-text {
    height: 130px;
    margin-right: -40px;
  }
  .bike-result .brand-logo {
    width: 60px;
    height: 41px;
  }
}
.audio-list {
  display: none;
}
.note {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  text-align: center;
  color: #8d8d8d;
  font-size: 24px;
  display: none;
}
.note.active {
  display: block;
}
.tooltip-container {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  background: rgba(255,255,255,.8);
  border-radius: 0 6px 6px 6px;
  padding: 30px;
  margin: 20px auto;
  max-width: 320px;
  /*box-shadow: 0 0 6px 0 rgba(0,0,0,.25);*/
  text-align: center;
  display: none;
  animation: fadein .3s ease-out;
}
.tooltip-container.active {
  display: block;
}
.tooltip-container .title {
  color: #0e9f11;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Castrol Sans VI Regular';
}
.tooltip-container p {
  font-size: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .tooltip-container .title {
    font-size: 20px;
  }
  .tooltip-container p {
    font-size: 14px;
  }
}
#product-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 2000;
}
#product-selection .main > .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
#product-selection .board {
  flex: 0 0 40%;
}
#product-selection .product-list {
  flex: 0 0 60%;
}
#product-selection .board {
  margin-bottom: 30px;
}
#product-selection .board .wrap {
  margin-left: 30px;
  background: rgba(255,255,255,.8);
  border-radius: 6px;
  padding: 50px 30px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
  text-align: center;
  overflow: auto;
}
#product-selection .product-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px 30px -5px;
}
#product-selection .product-list .item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 10px;
}
#product-selection .product-list .item-wrap {
  text-align: center;
  margin: 0 5px;
  border: transparent solid 2px;
  border-radius: 4px;
  padding: 16px;
  position: relative;
}
#product-selection .product-list .active .item-wrap {
  border: #1fcb46 solid 2px;
}
#product-selection .product-list .item img {
  max-height: 242px;
}
#product-selection .product-list .item a {
  display: block;
  transition: all .3s ease-out;
}
#product-selection .product-list .item a:hover {
  filter: grayscale(0);
}
#product-selection .product-list .item a.active {
  background: #fff;
  border-color: #0e9f11;
  filter: grayscale(0);
}
#product-selection .product-list h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #0e9f11;
}
#product-selection .product-list .info {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
}
#product-selection .product-list h2 {
  color: #0e9f11;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}
#product-selection .product-list p {
  font-size: 18px;
  color: #fff;
}
#product-selection .product-list .item-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-info .info-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
}
.product-info .info-title img {
  max-height: 242px;
}
.product-info {
  text-align: left;
  font-size: 18px;
  display: none;
}
#product-selection .board .wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px !important;
}
#product-selection .board .wrap::-webkit-scrollbar-track {
   background: #e6e6e6;
   -webkit-border-radius: 4px !important;
   border-radius: 8px !important;
}
#product-selection .board .wrap::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px !important;
  border-radius: 8px !important;
  background: #017e33 !important; 
}
#product-selection .board .wrap::-webkit-scrollbar-thumb:window-inactive {
  background: #017e33 !important; 
}
#product-selection .product-info.active {
  display: block;
}
.product-info p,
.product-info li {
  line-height: 1.35em;
}
.product-info p {
  text-align: justify;
}
.product-info h5 {
  color: #0e9f11;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
.product-info ul {
  margin-bottom: 1em;
  padding-left: 2em;
}
.product-info li {
  list-style-type: disc;
}
.product-info .product-title {
  text-transform: uppercase;
  margin-left: 20px;

}
.product-info .product-title h4 {
  font-size: 30px;
  color: #0e9f11;
  margin-bottom: 10px;
  line-height: 1;
}
.product-info .product-title h3 {
  line-height: 1;
  font-size: 32px;
  color: #0e9f11;
}
.product-info .product-title p {
  font-size: 30px;
  font-weight: bold;
}
.product-info .info-content {
  max-height: 19vh;
  overflow: auto;
  margin-right: -10px;
  padding-right: 10px;
}
.product-info .info-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px !important;
}
.product-info .info-content::-webkit-scrollbar-track {
   background: #e6e6e6;
   -webkit-border-radius: 4px !important;
   border-radius: 8px !important;
}
.product-info .info-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px !important;
  border-radius: 8px !important;
  background: #017e33 !important; 
}
.product-info .info-content::-webkit-scrollbar-thumb:window-inactive {
  background: #017e33 !important; 
}
@media (max-width: 1599px) {
  #product-selection .board .wrap {
    padding: 20px;
  }
  .product-info .product-title h4 {
    font-size: 22px;
  }
  .product-info .product-title h3 {
    font-size: 26px;
  }
  .product-info .product-title p {
    font-size: 20px;
  }
}
@media (max-width: 1109px) {
  .product-info .product-title h4 {
    font-size: 24px;
  }
  .product-info .product-title h3 {
    font-size: 32px;
  }
  .product-info .product-title p {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .product-info .info-content {
    max-height: none;
  }
  #product-selection .board .wrap {
    max-height: none;
    min-height: 0;
    overflow: unset;
  }
  .product-info {
    font-size: 14px;
  }
  #product-selection .main > .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #product-selection .board, 
  #product-selection .product-list {
    flex: 0 0 100%;
  }
  #product-selection .board .wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #product-selection .product-info .product-title {
    margin-left: 10px;
  }
  #product-selection .board .wrap {
    padding: 10px;
  }
  #product-selection .product-list .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #product-selection .product-list .item-wrap {
    padding: 6px;
  }
  #product-selection .product-list p {
    font-size: 14px;
  }
  .product-info .product-title h4 {
    font-size: 20px;
  }
  .product-info .product-title h3 {
    font-size: 20px;
  }
  #product-selection .product-list .item img,
  #product-selection .info-title img {
    max-height: 121px;
  }

}
#quiz-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 600;
}
@media (max-width: 1599px) {
  a.btn-back {
    font-size: 18px;
    top: 55px;
  }
  .product-info .info-title img {
    max-height: 121px;
  }
  .note {
    font-size: 20px;
  }
  .product-info .info-title img,
  #product-selection .product-list .item img {
    max-height: 121px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .section-title {
    font-size: 32px;
    padding-top: 50px;
  }
  .section-title p {
    font-size: 24px;
  }
  .bike-result .brand-logo {
    width: 100px;
    height: 68px;
  }
  .bike-result .brand-name {
    font-size: 20px;
  }
  #bike-selection .selection-board .wrap {
    padding: 20px;
  }
  .bike-result .castrol-text .text-real .text-title,
  .bike-result .castrol-text .text-default,
  .selection-board h3,
  .selection-board .brand-title {
    font-size: 20px;
  }
  .bike-result .castrol-text .text-real .text-subtitle {
    font-size: 24px;
  }
  .bike-result .castrol-text .text-real .text-name {
    font-size: 24px;
  }
  #product-selection .product-list h3 {
    font-size: 20px;
  }
  #product-selection .info-title img {
    max-height: 121px;
  }
  #product-selection .main > .container {
    align-items: flex-start;
  }
  .product-info {
    font-size: 14px;
  }
  #product-selection .product-list .item .img {
    margin-bottom: 10px;
  }
  #product-selection .product-list h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #product-selection .product-list p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .note {
    font-size: 16px;
  }
  #product-selection .product-list h2 {
    font-size: 12px;
  }
}
.product-info-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
  display: none;
  animation: fadein .3s ease-out;
}
.product-info-container .product-info {
  display: block;
}
.show-info .product-info-container {
  display: block;
}
.product-info-container .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0e9f11;
}
.product-info-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px !important;
}
.product-info-container::-webkit-scrollbar-track {
   background: #e6e6e6;
   -webkit-border-radius: 4px !important;
   border-radius: 8px !important;
}
.product-info-container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px !important;
  border-radius: 8px !important;
  background: #017e33 !important; 
}
.product-info-container::-webkit-scrollbar-thumb:window-inactive {
  background: #017e33 !important; 
}
.selection-board.show-info .brand-title,
.selection-board.show-info .brands,
.selection-board.show-info .bikes,
.selection-board.show-info .buttons {
  opacity: 0;
}
.view-list {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  display: none;
}
.view-list.active {
  display: block;
}
.view-list .list {
  display: flex;
  margin: 0 -5px;
}
.view-list .item {
  display: block;
  text-align: center;
}
.view-list .item img {
  border-radius: 6px;
  border: transparent solid 2px;
}
.view-list .item a {
  display: block;
}
.view-list .item span {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  text-transform: uppercase;
  opacity: 0;
}
.view-list .item-wrap {
  margin: 0 5px;
  position: relative;
}
.view-list .item.active img + img {
  display: block;
}
.view1 .view-list .item-1 span,
.view2 .view-list .item-2 span,
.view3 .view-list .item-3 span,
.view4 .view-list .item-4 span {
  opacity: 1;
}
.view-list .item img {
  max-width: 64px;
}
.view-list .item img + img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sound-controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 500;
  display: none;
}
.sound-controls a {
  display: block;
  position: relative;
}
.sound-controls.active {
  display: block;
}
.sound-controls img {
  max-width: 64px;
}
.sound-controls.disabled img {
  opacity: 0;
}
.sound-controls img + img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sound-controls.disabled img + img {
  opacity: 1;
}
@media (max-width: 1599px) {
  .view-list .item img {
    /*max-width: 64px;*/
  }
}
@media (max-width: 767px) {
  .sound-controls {
    bottom: 60px;
    left: 0;
  }
  .view-list {
    right: 0;
    bottom: 60px;
  }
}
.quiz-board {
  margin-bottom: 20px;
}
.quiz-board .img {
  display: none;
  max-width: 93px;
  margin-right: 30px;
}
.quiz-board-container {
  background: rgba(255,255,255,.8);
  border-radius: 6px;
  padding: 15px;
  max-width: 710px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
  text-align: left;
}
.quiz-board .field {
  margin-bottom: 20px;
}
.quiz-board .field input[type="text"],
.quiz-board .field input[type="email"] {
  max-width: none;
  text-align: left;
}
.quiz-board .buttons {
  text-align: center;
}
.quiz-info,
.quiz-questions {
  display: none;
}
.quiz-info.active,
.quiz-questions.active {
  display: block;
}
.quiz-info .buttons p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .quiz-info .buttons p br {
    display: none;
  }
}
.question-order {
  font-weight: bold;
  font-size: 20px;
  display: none;
}
.question-order span {
  font-size: 24px;
  color: #0e9f11;
}
.question-q {
  margin-top: 20px;
}
.question-q h3 {
  color: #0e9f11;
  font-size: 20px;
}
.question-a {
  margin-top: 20px;
}
.question-a .list {
  display: flex;
  flex-wrap: wrap;
}
.question-a .item {
  flex: 0 0 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.question-a .item .input-wrap {
  position: relative;
}
.question-a .item input[type="radio"] {
  appearance: none;
  position: absolute;
  top: 6px;
  left: 1px;
  background: transparent;
  border: 0;
  width: 1px;
  height: 1px;
}
.question-a .item label {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  line-height: 1.35em;
  display: block;
  cursor: pointer;
}
.question-a .item label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #787878;
}
.question-a .item label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0e9f11;
  border: #fff solid 2px;
  display: none;
}
.question-a .item input[type="radio"]:checked + label:after {
  display: block;
}
.quiz-question,
.quiz-result,
.quiz-result-item,
.result-prize-item {
  display: none;
}
.quiz-question.active,
.quiz-result.active,
.quiz-result-item.active,
.result-prize-item.active {
  display: block;
}
.result-prize-item {
  text-align: center;
}
.result-prize-item p {
  margin-top: 40px;
  font-family: 'Castrol Sans VI Regular';
  font-size: 30px;
}
.result-prize-item p + img {
  max-height: 206px;
}
.result-title {
  text-align: center;
}
.result-title h3 {
  font-size: 32px;
  font-weight: bold;
  color: #0e9f11;
  line-height: 1;
}
.result-title p {
  font-size: 20px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .question-a .item {
    flex: 0 0 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {

  .quiz-board {
    display: flex;
    justify-content: center;
  }
  .quiz-board .img {
    display: block;
  }
  .quiz-board-container {
    padding: 30px;
    flex: 0 0 calc(100% - 183px);
  }
}