/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.button {
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border: none;
  display: block;
/* button sizes */
/*  button colors */
}
.button.button-big {
  padding-top: 14px;
  padding-bottom: 12px;
  line-height: 1;
  width: 100%;
}
.button.button-red {
  background: #f01924;
}
.button.button-red:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(251,33,44,0.5);
          box-shadow: 0 0 10px 0 rgba(251,33,44,0.5);
}
.button-vote label {
  background: #ff5531;
  border-radius: 1px;
  width: 87px;
  height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  cursor: pointer;
  padding-top: 8px;
  position: relative;
}
.button-vote input {
  display: none;
}
.button-vote.is-active label {
  background: #8eca38;
  font-size: 13px;
}
.button-vote.is-active label:before {
  content: '';
  background-repeat: no-repeat;
  background-image: url("../img/tick.svg");
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
}
.fb-share-button {
  color: #80aeee;
  background-repeat: no-repeat;
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-position: 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 10px 10px 16px;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 15px 0;
}
h3.centered {
  text-align: center;
  margin-bottom: 15px;
}
.h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
.intro {
  font-size: 13px;
  color: #7b808a;
  font-weight: 600;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.intro a {
  color: #ff5531;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 15px;
  background: #eff1f5;
  line-height: 1.35;
  color: #1b1b1c;
}
.clear {
  width: 100%;
  clear: both;
}
hr.space {
  width: 100%;
  clear: both;
  height: 70px;
  border: 0;
}
@-webkit-keyframes part-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes part-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes part-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes part-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes timeline {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes timeline {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes trophy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes trophy {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes stars {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes stars {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.page-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}
section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px 0 20px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.category-line {
  display: none;
}
.category-line:before {
  position: absolute;
  content: '';
  top: -14px;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ff5531;
}
.category-line .line {
  position: absolute;
  width: 2px;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #ff5531;
  content: '';
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.category-line .line-overlay {
  width: 2px;
  height: 398px;
  background-image: url("../img/line-overlay.png");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.line-point {
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  margin: 40px 0 20px 0;
  line-height: 1.2;
}
.line-point br {
  display: none;
}
.line-point:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: -35px;
  top: 50%;
  margin-top: -7px;
  border-radius: 50%;
  background: #ff5531;
}
.line-point span {
  display: block;
  color: #3e3e44;
  font-weight: 700;
  font-size: 26px;
  padding-top: 10px;
}
.contest-info {
  padding: 10px;
  font-size: 0;
}
.contest-info .column {
  font-size: 13px;
  vertical-align: top;
}
.contest-info .column h3 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.contest-info .column a {
  color: #8eca38;
  font-weight: 600;
}
.contest-info .column img {
  float: right;
}
.contest-info .column .logo-sda {
  height: 30px;
  width: auto;
}
.contest-info .column .logo-bvv {
  width: 37px;
  height: auto;
}
.contest-info .column .content {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contest-info .column .content {
  margin: 30px 0 30px 0;
}
.form {
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-top: 30px;
}
.form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.form fieldset.text-inputs {
  font-size: 0;
}
.form fieldset.radio-inputs {
  padding: 20px 0 0 0;
}
.form fieldset.your-tip {
  text-align: center;
}
.form fieldset.motorcycle {
  padding: 40px 0 0;
}
.form fieldset.motorcycle .custom-checkbox {
  margin-top: 20px;
}
.form fieldset.rules {
  margin-top: 65px;
  margin-top: 6.5rem;
}
.form fieldset.rules .custom-checkbox {
  display: block;
  margin-left: 0;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.form fieldset.rules .custom-checkbox.error {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.form fieldset.rules .custom-checkbox .error-message {
  top: 105% !important;
}
.form fieldset.rules input[type="submit"] {
  margin-top: 35px;
  margin-top: 3.5rem;
}
.form fieldset.rules label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form fieldset.rules label span {
  min-width: 22px;
  min-width: 2.2rem;
}
.form fieldset.select {
  padding: 20px 0;
}
.form .label {
  color: #7b808a;
  font-weight: 600;
}
.form .label .req-star {
  color: #ff5531;
  padding-left: 5px;
}
.form .h3 {
  margin-top: 60px;
}
.input-special {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  height: 52px;
  padding-top: 35px;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
.input-special.error {
  height: 82px;
}
.input-special.last {
  margin-right: 0;
}
.input-special input {
  position: relative;
  color: #fff;
  background-color: transparent;
  display: block;
  float: right;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  height: 50px;
  z-index: 5;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.input-special input:focus {
  outline: 0;
}
.input-special label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: inline-block;
  float: right;
}
.input-special label:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #515159;
  height: 50px;
}
.input-special label:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #ff5531;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.input-special label span {
  display: block;
  position: absolute;
  color: #7b808a;
  font-size: 15px;
  font-weight: 600;
  padding-top: 16px;
  margin-top: 0px;
}
.input-special label span .req-star {
  color: #ff5531;
  padding-left: 5px;
}
.input-special.input-active label:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.input-special.input-active label span {
  -webkit-animation: go-up 0.3s forwards;
          animation: go-up 0.3s forwards;
}
.cssanimations .input-special label span {
  margin-top: 35px;
}
.custom-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  margin-right: 25px;
}
.custom-radio input {
  display: none;
}
.custom-radio input + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #515159;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -2px;
}
.custom-radio input + label span:hover {
  width: 20px;
  height: 20px;
  border: 2px solid #ff5531;
}
.custom-radio input:checked + label span {
  width: 20px;
  height: 20px;
  border: 2px solid #ff5531;
  background-repeat: no-repeat;
  background-image: url("../img/tick-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.custom-radio .error-message {
  top: 60% !important;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  font-weight: 600;
}
.custom-checkbox a {
  color: #ff5531;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input + label span {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  min-width: 2.2rem;
  height: 22px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #515159;
  vertical-align: middle;
  margin-right: 9px;
  margin-top: -2px;
}
.custom-checkbox input + label span:hover {
  width: 20px;
  height: 20px;
  border: 2px solid #ff5531;
}
.custom-checkbox input:checked + label span {
  width: 20px;
  height: 20px;
  border: 2px solid #ff5531;
  background-repeat: no-repeat;
  background-image: url("../img/tick-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#motorcycle-details,
#motorcycle-details-2,
#motorcycle-details-3 {
  display: none;
}
.custom-select {
  display: inline-block;
  border: 1px solid #515159;
  border-radius: 2px;
  margin-left: 25px;
  position: relative;
}
.custom-select:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  right: 10px;
  top: 12px;
}
.custom-select select {
  background: transparent;
  border: 0;
  padding: 3px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
}
.custom-select select:focus {
  outline: none;
}
.custom-select select optgroup {
  background: #515159;
}
.custom-select select option {
  background: #515159;
}
.error-message {
  background: #b62931;
  font-size: 13px;
  width: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #ff5531;
  padding: 5px 0;
  text-align: center;
  height: 20px;
  display: none;
}
.error .error-message {
  display: block;
}
.custom-checkbox .error-message,
.custom-radio .error-message {
  top: 100%;
  bottom: inherit;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  white-space: nowrap;
}
.custom-select .error-message {
  bottom: inherit;
  top: 100%;
}
.main-error {
  background: #6b2529;
  border: 1px solid #b62931;
  padding: 10px 0;
  text-align: center;
  display: none;
  margin-top: 30px;
}
@-webkit-keyframes go-up {
  50% {
    opacity: 0;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-1em) translateY(-35px);
    transform: translateX(-1em) translateY(-35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-35px);
    transform: translateX(0) translateY(-35px);
  }
}
@keyframes go-up {
  50% {
    opacity: 0;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(-1em) translateY(-35px);
    transform: translateX(-1em) translateY(-35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-35px);
    transform: translateX(0) translateY(-35px);
  }
}
.logos {
  text-align: center;
  font-size: 0;
}
.logos li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: 0 12px 25px 12px;
}
.logos.product-partners {
  display: inline-block;
}
.message-sent {
  background: #1b1b1c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.message-sent .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 15vh;
  background: url("../img/message-sent.png") no-repeat center top;
  width: 100%;
  max-width: 540px;
  max-width: 54rem;
  height: 480px;
  height: 48rem;
  text-align: center;
  margin-inline: auto;
}
.message-sent .inner h2 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  margin-top: 300px;
  margin-bottom: 0;
}
.message-sent .inner p {
  color: #7b808a;
  font-size: 30px;
  font-weight: 300;
  padding-inline: 10px;
  padding-inline: 1rem;
}
.message-sent .inner span {
  color: #8eca38;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-top: 15px;
}
.category {
  position: relative;
}
.category h2 {
  display: none;
}
.category--favorite {
  display: none;
}
.category--favorite.is-active {
  display: block;
}
.category--favorite .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category--favorite .actions .button-vote {
  float: unset;
  margin-inline: auto;
}
.motorcycles {
  position: relative;
  z-index: 10;
  margin: 0 -20px;
}
.motorcycles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.motorcycles-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  gap: 1.4rem;
}
.motorcycles-list ul li {
  width: calc(50% - 1rem);
  min-width: 250px;
  min-width: 25rem;
}
.motorcycles-list ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.motorcycles--winner.motorcycles .moto-item {
  display: block !important;
  float: none !important;
  margin: 40px auto 0 !important;
  opacity: 1;
}
.motorcycles--winner.motorcycles .moto-item .info {
  background: transparent;
  text-align: center;
}
.motorcycles--winner.motorcycles .moto-item .info h4 a {
  color: #ff5531;
}
.motorcycles--winner.motorcycles .moto-item .image .label--win {
  background-repeat: no-repeat;
  background-image: url("../img/label-win-absolute.svg");
  width: 152px;
  height: 46px;
}
.motorcycles .moto-item {
  width: 172px;
  height: 270px;
  position: relative;
  margin-bottom: 25px;
  text-align: left;
  margin: 0 15px;
  opacity: 0.6;
}
.motorcycles .moto-item.slick-center {
  opacity: 1;
}
.motorcycles .moto-item .image {
  display: block;
  position: relative;
}
.motorcycles .moto-item .image img {
  border-radius: 2px 2px 0 0;
  width: 172px;
  height: 145px;
}
.motorcycles .moto-item .image .label {
  background: #fba428;
  position: absolute;
  left: -4px;
  top: 30px;
  border-radius: 1px;
  font-size: 14px;
  padding: 4px 8px;
}
.motorcycles .moto-item .image .label--win {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 52px;
  line-height: 46px;
  background-repeat: no-repeat;
  background-image: url("../img/label-win.svg");
  width: 152px;
  height: 46px;
  left: 10px;
  top: -30px;
  top: -3rem;
}
.motorcycles .moto-item .info {
  height: 62px;
  background: #111112;
  padding: 12px 13px 0 13px;
}
.motorcycles .moto-item .info h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}
.motorcycles .moto-item .info h4 a {
  color: #fff;
}
.motorcycles .moto-item .info p {
  color: #7b808a;
  font-weight: 600;
  font-size: 13px;
}
.motorcycles .moto-item .info .brand-logo {
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
          box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  left: 12px;
  top: 120px;
  background-size: 100%;
}
.motorcycles .moto-item .info .brand-logo.logo-augusta {
  background-image: url("../img/moto-logos/augusta.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-asp {
  background-image: url("../img/moto-logos/aspgroup.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-aspirit {
  background-image: url("../img/moto-logos/aspirit.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-bce {
  background-image: url("../img/moto-logos/BCE.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-boh {
  background-image: url("../img/moto-logos/Boh.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-bmw {
  background-image: url("../img/moto-logos/BMW.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-cfmoto {
  background-image: url("../img/moto-logos/cfmoto.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-cls {
  background-image: url("../img/moto-logos/cls.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-daelim {
  background-image: url("../img/moto-logos/daelim.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-ducati {
  background-image: url("../img/moto-logos/ducati.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-garage {
  background-image: url("../img/moto-logos/garage.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-harley {
  background-image: url("../img/moto-logos/HarleyDavidson.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-himalayan {
  background-image: url("../img/moto-logos/himalayan.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-honda {
  background-image: url("../img/moto-logos/Honda.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-jawa {
  background-image: url("../img/moto-logos/Jawa.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-kentoya {
  background-image: url("../img/moto-logos/kentoya.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-ktm {
  background-image: url("../img/moto-logos/KTM.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-kymco {
  background-image: url("../img/moto-logos/KYMCO.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-mr43 {
  background-image: url("../img/moto-logos/mr43.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-suzuki {
  background-image: url("../img/moto-logos/logo-suzuki.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-royal-enfield {
  background-image: url("../img/moto-logos/royal-enfield.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-korado {
  background-image: url("../img/moto-logos/korado.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-triumph {
  background-color: #fff;
  background-image: url("../img/moto-logos/triumph.png");
}
.motorcycles .moto-item .info .brand-logo.logo-yamaha {
  background-image: url("../img/moto-logos/YAMAHA.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-yuki {
  background-image: url("../img/moto-logos/yuki.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-msa {
  background-image: url("../img/moto-logos/msa.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-quadro {
  background-image: url("../img/moto-logos/quadro.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-asko {
  background-image: url("../img/moto-logos/asko.jpg");
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto;
}
.motorcycles .moto-item .info .brand-logo.logo-kawasaki {
  background-image: url("../img/moto-logos/asko.jpg");
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto;
}
.motorcycles .moto-item .info .brand-logo.logo-italia {
  background-image: url("../img/moto-logos/italia.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-nevimagroup {
  background-image: url("../img/moto-logos/nevimagroup.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-faber {
  background-color: #fff;
  background-image: url("../img/moto-logos/faber.png");
}
.motorcycles .moto-item .info .brand-logo.logo-fantic {
  background-color: #fff;
  background-image: url("../img/moto-logos/fantic.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-vectrix {
  background-image: url("../img/moto-logos/vectrix.png");
}
.motorcycles .moto-item .info .brand-logo.logo-aprilia {
  background-image: url("../img/moto-logos/aprilia.png");
}
.motorcycles .moto-item .info .brand-logo.logo-zero {
  background-color: #fff;
  background-image: url("../img/moto-logos/zero.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-vespa {
  background-image: url("../img/moto-logos/vespa.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-voge {
  background-image: url("../img/moto-logos/voge.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-husqvarna {
  background-color: #fff;
  background-image: url("../img/moto-logos/husqvarna.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-indian {
  background-color: #fff;
  background-image: url("../img/moto-logos/indian.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-mondial {
  background-color: #fff;
  background-image: url("../img/moto-logos/mondial.png");
}
.motorcycles .moto-item .info .brand-logo.logo-peugeot {
  background-image: url("../img/moto-logos/peugeot.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-polaris {
  background-color: #fff;
  background-image: url("../img/moto-logos/polaris.png");
}
.motorcycles .moto-item .info .brand-logo.logo-niu {
  background-color: #fff;
  background-image: url("../img/moto-logos/niu.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-cezeta {
  background-color: #fff;
  background-image: url("../img/moto-logos/cezeta.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-piaggio {
  background-image: url("../img/moto-logos/piaggio.jpg");
}
.motorcycles .moto-item .info .brand-logo.logo-guzzi {
  background-image: url("../img/moto-logos/guzzi.png");
}
.motorcycles .moto-item .info .brand-logo.logo-qjmotor {
  background-image: url("../img/moto-logos/qjmotor.jpg");
}
.motorcycles .moto-item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181819;
  height: 32px;
  border-radius: 0 0 2px 2px;
  padding: 10px;
  position: relative;
}
.motorcycles .moto-item .actions .button-vote {
  float: right;
}
.motorcycles .moto-item .actions .place {
  position: absolute;
  right: 12px;
  top: 0;
  text-transform: uppercase;
  color: #7b808a;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
}
.motorcycles .moto-item .actions .place span {
  color: #fff;
}
.h2-winners {
  position: relative;
  top: 30px;
}
.prizes {
  border-bottom: 2px solid #eff1f5;
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.prizes .first-prizeWinner {
  font-size: 32px;
  font-size: 3.2rem;
}
.prizes .first-prize {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.prizes .first-prize .trophy {
  width: 95px;
  height: 65px;
  position: relative;
  background: url("../img/trophy.png") no-repeat center bottom;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: 30px;
}
.prizes .first-prize .trophy > * {
  position: absolute;
  left: 50%;
}
.prizes .first-prize .trophy .stars-1 {
  background: url("../img/stars-1.png");
  margin-left: -25px;
  top: 52px;
  width: 50px;
  height: 7px;
  background-size: 100%;
}
.prizes .first-prize .trophy .stars-2 {
  background: url("../img/stars-2.png");
  margin-left: -40px;
  top: 35px;
  width: 79px;
  height: 10px;
  background-size: 100%;
}
.prizes .first-prize .trophy .stars-3 {
  background: url("../img/stars-3.png");
  margin-left: -47px;
  top: 19px;
  width: 95px;
  height: 8px;
  background-size: 100%;
}
.prizes .first-prize .trophy .stars-4 {
  background: url("../img/stars-4.png");
  margin-left: -35px;
  top: 0;
  width: 70px;
  height: 7px;
  background-size: 100%;
}
.prizes .first-prize > span {
  font-size: 23px;
  color: #ff5531;
  font-weight: 700;
}
.prizes .first-prize p {
  font-size: 16px;
  font-weight: 600;
}
.prizes .first-prize p span {
  font-size: 16px;
  display: block;
}
.prizes .first-prize p span strong {
  font-weight: 700;
}
.prizes .first-prize p a {
  color: #ff5531;
}
.prizes .first-prize p #more-prizes {
  margin-top: 25px;
  display: inline-block;
}
.prizes-other {
  border-bottom: 2px solid #eff1f5;
  display: none;
}
.prizes-other .inner {
  padding: 20px 0;
}
.prizes-other .prize-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.prizes-other .prize-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  line-height: 2.4rem;
  padding-block: 20px 17px;
  padding-block: 2rem 1.7rem;
}
.prizes-other .prize-list li span {
  color: #7b808a;
  display: block;
}
.prizes-other .prize-list li + li {
  border-top: 1px solid #eff1f5;
  border-top: 0.1rem solid #eff1f5;
}
.prizes-other .prize-list span + strong {
  color: #000;
}
.prizes-other .prize-list-order {
  width: 30px;
  width: 3rem;
  min-width: 30px;
  min-width: 3rem;
  color: #ff5531;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
  padding-right: 1rem;
}
.prizes-other .prize-list-content {
  width: 100%;
}
.tab-anchors {
  border-bottom: 1px solid #e1e2e5;
  font-size: 0;
  padding: 0 !important;
  margin: 0 0 50px 0 !important;
  text-align: center;
}
.tab-anchors li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
  margin: 0 10px;
}
.tab-anchors li a {
  display: block;
  border: 1px solid #e1e2e5;
  color: #7b808a;
  background: #fff;
  text-decoration: none;
  margin-bottom: -1px;
  padding: 10px;
  font-weight: 600;
}
.tab-anchors li a.active {
  border-bottom: 1px solid #fff;
}
.timeline {
  text-align: center;
  font-size: 0;
  padding: 20px 0;
  background-color: #000;
}
.timeline .timeline-point {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  padding: 15px 0;
}
.timeline .timeline-point span {
  color: #8eca38;
  font-size: 13px;
  font-weight: 600;
  display: block;
}
.footer {
  background: #eff1f5;
  font-weight: 600;
  color: #7b808a;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 2rem;
  max-width: 1200px;
  max-width: 120rem;
  padding: 30px 0;
  padding: 3rem 0;
  margin: 0 auto;
}
.footer .inner p {
  text-align: center;
}
.footer a {
  color: #ff5531;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer img {
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
}
.footer .giant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.6rem;
}
.footer .giant a {
  color: #7b808a;
}
.footer .giant span {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../img/giant.svg");
  width: 22px;
  width: 2.2rem;
  height: 20px;
  height: 2rem;
  cursor: pointer;
}
.footer-middleLink {
  display: block;
  margin-block: 10px;
  margin-block: 1rem;
}
.main-header {
  color: #fff;
  padding-top: 15px;
  background: #1b1b1c;
}
.main-header .logo a {
  background-image: url("../img/logo-anketamotocyklroku.png");
  background-repeat: no-repeat;
  display: block;
  width: 75px;
  height: 95px;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 100%;
  margin-left: 10px;
}
.main-header .inner {
  position: relative;
}
.main-header .menu {
  padding-left: 10px;
}
.main-header .header-intro {
  font-size: 25px;
  margin-top: 30px;
}
.main-header .header-intro .part-2 {
  font-weight: 700;
  font-size: 30px;
}
.main-header .header-intro .button {
  margin-top: 20px;
}
.main-header .header-intro strong {
  color: #ff5531;
  font-weight: 300;
}
.main-header .logo-motosalon {
  display: none;
}
.main-header .info {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 120px;
  margin-bottom: 90px;
}
.nav {
  font-size: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  padding: 8px 25px;
}
.nav li {
  list-style: none;
  padding-left: 35px;
  display: inline-block;
}
.nav li.active {
  display: none;
}
.nav li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
.nav li a:hover {
  text-decoration: underline;
}
.section-action-button {
  text-align: center;
  color: #fff;
  background: #202021;
}
.section-action-button .inner {
  padding: 30px 20px;
}
#form-vote .button-error-box {
  display: inline-block;
  margin-top: 35px;
}
#form-vote .button-error-box .error-message {
  position: static;
}
#form-vote .button-error-box .button {
  margin: 0;
}
.section-media-partners {
  text-align: center;
}
.section-media-partners .inner {
  padding: 20px 20px;
}
.section-media-partners h3 {
  font-size: 26px;
  font-weight: 600;
  margin-right: 40px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.section-media-partners h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-text .inner {
  max-width: 900px;
  padding-bottom: 40px;
}
.section-text h1 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
}
.section-text h2 {
  padding-bottom: 30px;
}
.section-text h3 {
  padding: 10px 0;
}
.section-text h4 {
  padding-bottom: 10px;
}
.section-text p {
  padding-bottom: 20px;
}
.section-text p a {
  color: #ff5531;
}
.section-text ul,
.section-text ol {
  margin-left: 20px;
  padding-bottom: 20px;
}
.section-text ol ul li {
  list-style: square;
  padding: 2px 0;
}
.section-text ul.bottom-space li {
  margin-bottom: 20px;
}
.section-vote {
  color: #fff;
  background: #202021;
}
.section-vote .inner.vavriny {
  background: url("../img/vavriny.png") no-repeat center 105px;
  background-size: 320px 282px;
}
.section-vote--succeed {
  display: none;
  padding-block: 40px 80px;
  padding-block: 4rem 8rem;
}
.section-vote--succeed .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-vote--succeed h2 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.section-vote--succeed .button {
  max-width: 330px;
  max-width: 33rem;
  margin-top: 30px;
  margin-top: 3rem;
}
.section-vote.clear {
  background-color: transparent;
}
.page-cookies .page-wrapper {
  max-width: 1280px;
  max-width: 128rem;
  padding: 30px;
  padding: 3rem;
}
.page-cookies .page-wrapper .Section {
  max-width: 900px;
  max-width: 90rem;
  margin-inline: auto;
}
.page-cookies .page-wrapper .Section--title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.page-cookies .page-wrapper .Section--cookies {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.page-homepage .main-header:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.page-homepage .inner-logo {
  display: none;
  position: absolute;
  bottom: -5px;
  bottom: -0.5rem;
  right: 0;
}
.page-homepage .inner--homepage {
  position: relative;
  background: url("../img/header-mobil.jpg") no-repeat #1b1b1c;
  background-position: right bottom;
  background-size: 100%;
  padding-bottom: 100%;
}
.page-homepage .nav li a {
  color: #fff;
}
.page-homepage ul {
  list-style: none;
}
.page-homepage li {
  padding-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .button {
    display: inline-block;
    font-size: 18px;
  }
  .button.button-big {
    width: 330px;
    padding-top: 23px;
    padding-bottom: 19px;
  }
  .button-vote label {
    width: 120px;
    height: 30px;
    padding-top: 10px;
  }
  .button-vote.is-active label {
    font-size: 15px;
  }
  .fb-share-button {
    font-size: 13px;
    padding: 10px 10px 10px 33px;
    background-position: 10px 9px;
  }
  h2 {
    font-size: 36px;
  }
  .intro {
    font-size: 18px;
  }
  .cssanimations .part-1,
  .cssanimations .part-2,
  .cssanimations .part-3,
  .cssanimations .header-intro .button,
  .cssanimations .timeline-point,
  .cssanimations .trophy,
  .cssanimations .stars-1,
  .cssanimations .stars-2,
  .cssanimations .stars-3,
  .cssanimations .stars-4 {
    opacity: 0;
  }
  .anim-part-1 {
    -webkit-animation-name: part-1;
            animation-name: part-1;
    -webkit-animation-duration: 200ms;
            animation-duration: 200ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .anim-part-2 {
    -webkit-animation-name: part-2;
            animation-name: part-2;
    -webkit-animation-duration: 200ms;
            animation-duration: 200ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .anim-timeline {
    -webkit-animation-name: timeline;
            animation-name: timeline;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .anim-trophy {
    -webkit-animation-name: trophy;
            animation-name: trophy;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .anim-stars {
    -webkit-animation-name: stars;
            animation-name: stars;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .delay400 {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
  }
  .delay600 {
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
  }
  .delay800 {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
  }
  .delay1000 {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
  }
  .delay1200 {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
  }
  .delay1400 {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms;
  }
  section .inner {
    padding: 40px 20px 0 20px;
  }
  .layout-2-columns {
    font-size: 0;
  }
  .layout-2-columns .column {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  .layout-2-columns .column:first-child {
    margin-right: 6%;
  }
  .layout-3-columns {
    font-size: 0;
  }
  .layout-3-columns .column {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left: 5%;
  }
  .layout-3-columns .column:first-child {
    margin-left: 0;
  }
  .line-point {
    font-size: 30px;
  }
  .contest-info .column {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    text-align: center;
  }
  .contest-info .column h3 {
    font-size: 26px;
  }
  .contest-info .column .logo-sda {
    height: auto;
  }
  .contest-info .column .logo-bvv {
    width: auto;
  }
  .contest-info .column .content {
    padding: 20px;
    margin: 52px 0 60px 0;
  }
  .contest-info .column:first-child {
    position: relative;
  }
  .contest-info .column:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 100px;
    background: #eff1f5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contest-info .column + .column .content {
    max-width: 400px;
  }
  .form {
    padding-bottom: 100px;
  }
  .form fieldset.radio-inputs {
    padding: 40px 0 0 0;
  }
  .form fieldset.radio-inputs label {
    padding-bottom: 0;
  }
  .form fieldset.motorcycle .custom-checkbox {
    margin-right: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form fieldset.rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form fieldset.rules .custom-checkbox {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .form fieldset.rules input[type="submit"] {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
  .form fieldset.rules label {
    width: 540px;
    width: 54rem;
  }
  .input-special {
    width: 30%;
    margin-right: 5%;
  }
  .input-special.double {
    width: 65%;
  }
  .custom-radio {
    margin-left: 25px;
    margin-right: 0;
  }
  .custom-radio .error-message {
    top: 100% !important;
  }
  .category {
    width: auto;
  }
  .motorcycles {
    text-align: center;
    margin: 0;
  }
  .motorcycles-list ul li {
    width: calc(33% - 0.8rem);
  }
  .motorcycles .moto-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    width: 284px;
    height: 404px;
    margin-bottom: 25px;
  }
  .motorcycles .moto-item .image {
    width: 284px;
    height: 239px;
  }
  .motorcycles .moto-item .image img {
    width: 284px;
    height: 239px;
  }
  .motorcycles .moto-item .image .label--win {
    top: 5px;
    top: 0.5rem;
  }
  .motorcycles .moto-item .info {
    padding: 20px 25px 0 25px;
    height: 83px;
  }
  .motorcycles .moto-item .info h4 {
    font-size: 16px;
  }
  .motorcycles .moto-item .info .brand-logo {
    width: 50px;
    height: 50px;
    left: 24px;
    top: 200px;
  }
  .motorcycles .moto-item .actions {
    height: 41px;
  }
  .motorcycles .moto-item .actions .place {
    font-size: 18px;
    right: 24px;
    height: 61px;
    line-height: 61px;
  }
  .prizes {
    min-height: 360px;
  }
  .prizes .first-prize {
    width: 360px;
  }
  .prizes .first-prize .trophy {
    width: 190px;
    height: 130px;
    background-size: auto;
  }
  .prizes .first-prize .trophy .stars-1 {
    width: 100px;
    height: 13px;
    margin-left: -50px;
    top: 104px;
  }
  .prizes .first-prize .trophy .stars-2 {
    width: 158px;
    height: 19px;
    margin-left: -79px;
    top: 70px;
  }
  .prizes .first-prize .trophy .stars-3 {
    width: 190px;
    height: 16px;
    margin-left: -95px;
    top: 37px;
  }
  .prizes .first-prize .trophy .stars-4 {
    width: 140px;
    height: 13px;
    margin-left: -70px;
  }
  .prizes .first-prize > span {
    font-size: 46px;
  }
  .prizes .first-prize p {
    font-size: 18px;
  }
  .prizes .first-prize p span {
    font-size: 26px;
  }
  .prizes-other {
    padding: 0 0 10px 0;
  }
  .prizes-other .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .prizes-other .prize-list {
    margin-block: 25px 10px;
    margin-block: 2.5rem 1rem;
  }
  .prizes-other .prize-list li {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prizes-other .prize-list li + li {
    border-top: unset;
  }
  .prizes-other .prize-list-content {
    padding-right: 20px;
    padding-right: 2rem;
  }
  .timeline {
    border-top: 1px solid #2c2c2d;
    padding: 0;
  }
  .timeline .timeline-point {
    font-size: 20px;
    margin: 0 30px;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 20px;
  }
  .timeline .timeline-point span {
    font-size: 15px;
  }
  .timeline .timeline-point:before {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    background: #8eca38;
  }
  .footer .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 75px 50px;
    padding: 7.5rem 5rem;
  }
  .footer .giant {
    gap: 8px;
    gap: 0.8rem;
    margin-left: auto;
  }
  .footer-middleLink {
    display: inline;
    margin-block: 0;
  }
  .main-header {
    padding-top: 0;
    height: 210px;
    color: #000;
  }
  .main-header .logo a {
    width: 146px;
    height: 114px;
    position: absolute;
    top: 20px;
    left: 0px;
  }
  .main-header .header-intro {
    font-size: 35px;
    top: 200px;
    width: 680px;
    position: absolute;
    margin-top: 0;
  }
  .main-header .header-intro .part-1 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .main-header .header-intro .part-2 {
    position: absolute;
    left: 0;
    font-size: 50px;
    top: 45px;
  }
  .main-header .header-intro .part-3 {
    top: 115px;
    position: absolute;
    left: 0;
  }
  .main-header .header-intro .button {
    margin-top: 0;
    top: 200px;
    position: absolute;
  }
  .main-header .logo-motosalon {
    top: 100px;
    right: 145px;
    position: absolute;
    display: block;
  }
  .main-header .info {
    width: 300px;
    height: auto;
    right: 0px;
    top: 294px;
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .nav {
    right: 20px;
    top: 52px;
  }
  .nav li.active {
    display: inline-block;
  }
  .nav li a {
    font-size: 18px;
  }
  .section-action-button {
    background: url("../img/photos.jpg") no-repeat center bottom #202021;
    padding-bottom: 180px;
  }
  .section-action-button .inner {
    padding: 70px 0;
  }
  #form-vote .button-error-box {
    margin: 0;
  }
  .section-media-partners .inner {
    padding: 80px 0;
  }
  .section-text .inner {
    padding-bottom: 100px;
  }
  .section-text h1 {
    font-size: 42px;
  }
  .section-vote .inner.vavriny {
    background-size: 600px 528px;
    background-position: center 25px;
  }
  .section-vote--succeed {
    padding-block: 100px 120px;
    padding-block: 10rem 12rem;
  }
  .page-cookies .page-wrapper {
    padding: 50px 30px;
    padding: 5rem 3rem;
    margin-top: 100px;
    margin-top: 10rem;
  }
  .page-cookies .page-wrapper .Section--title {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
  .page-homepage .main-header {
    height: 610px;
  }
  .page-homepage .main-header:after {
    height: 457px;
  }
  .page-homepage .inner-logo {
    display: block;
  }
  .page-homepage .inner-logo img {
    width: 130px;
    width: 13rem;
    height: 130px;
    height: 13rem;
  }
  .page-homepage .inner--homepage {
    background: url("../img/header-tablet.jpg") no-repeat #1b1b1c;
    background-size: cover;
    background-position: right 0;
    padding-bottom: 0;
    height: 500px;
  }
  .page-homepage .inner--homepage:before {
    padding-bottom: 66.66666666666666%;
    display: block;
    height: 0;
    content: '';
  }
  .page-homepage .logo {
    background-image: url("../img/logo-anketamotocyklroku.png");
  }
  .page-homepage .nav li a {
    color: #000;
  }
  .page-homepage ul {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 48em) and (min-width: 840px) and (max-width: 1033px) {
  .page-homepage .inner--homepage {
    height: 600px;
  }
}
@media screen and (min-width: 48em) and (min-width: 62.5em) {
  .main-header .info {
    width: auto;
    height: auto;
    right: -33px;
    top: 294px;
  }
}
@media only screen and (min-width: 840px) {
  .page-homepage .main-header {
    height: 725px;
    background: none;
  }
}
@media screen and (min-width: 64em) {
  .main-header .logo a {
    left: 47px;
  }
  .page-homepage .inner--homepage {
    background: url("../img/header-tablet.jpg") no-repeat #1b1b1c;
    background-size: cover;
    background-position: right 0;
    padding-bottom: 0;
    height: 620px;
  }
  .page-homepage .inner--homepage:before {
    padding-bottom: 66.66666666666666%;
    display: block;
    height: 0;
    content: '';
  }
}
@media only screen and (min-width: 64em) and (min-width: 1082px) and (max-width: 1246px) {
  .page-homepage .inner--homepage {
    background-position: right -100px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 1247px) and (max-width: 1307px) {
  .page-homepage .inner--homepage {
    background-position: right -147px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 1308px) and (max-width: 1415px) {
  .page-homepage .inner--homepage {
    background-position: right -202px;
  }
}
@media only screen and (min-width: 64em) and (min-width: 1416px) and (max-width: 1434px) {
  .page-homepage .inner--homepage {
    background-position: right -217px;
  }
}
@media screen and (min-width: 89.6474em) {
  .intro {
    font-size: 22px;
  }
  section .inner {
    padding: 100px 0 0 0;
  }
  .category-line {
    display: block;
    width: 2px;
    position: absolute;
    left: 0;
    top: 155px;
    bottom: 250px;
    background: #29292b;
  }
  .line-point {
    position: absolute;
    left: -256px;
    top: 100px;
    z-index: 10;
    text-align: left;
    margin: 0;
  }
  .line-point br {
    display: block;
  }
  .contest-info {
    padding: 0;
  }
  .contest-info .column {
    text-align: right;
  }
  .contest-info .column .content {
    margin-right: 100px;
    padding: 40px 0;
  }
  .contest-info .column + .column {
    text-align: left;
  }
  .contest-info .column + .column .content {
    margin-right: 0;
    margin-left: 100px;
  }
  .category {
    float: right;
    width: 915px;
    margin: 150px 0 0 0;
  }
  .category h2 {
    color: #28282a;
    font-size: 150px;
    position: absolute;
    left: -60px;
    top: -130px;
    z-index: 5;
    display: block;
  }
  .motorcycles {
    text-align: left;
  }
  .motorcycles--winner.motorcycles .moto-item {
    width: 334px;
    height: 380px;
  }
  .motorcycles--winner.motorcycles .moto-item:after {
    content: "";
    display: block;
    margin: 50px auto 0;
    background-repeat: no-repeat;
    background-image: url("../img/arrow-bottom.svg");
    width: 14px;
    height: 103px;
  }
  .motorcycles--winner.motorcycles .moto-item .image {
    width: 334px;
    height: 251px;
  }
  .motorcycles--winner.motorcycles .moto-item .image img {
    width: 334px;
    height: 251px;
  }
  .motorcycles--winner.motorcycles .moto-item .info .brand-logo {
    top: 180px;
  }
  .motorcycles--winner.motorcycles .moto-item .info h4 {
    font-size: 24px;
  }
  .motorcycles .moto-item {
    float: left;
    margin-left: 21px;
    margin-right: 0;
  }
  .motorcycles .moto-item .image .label--win {
    left: 17px;
  }
  .h2-winners {
    top: 60px;
  }
  .prizes {
    width: 1268px;
    background: url("../img/prizes-bg.png") no-repeat center bottom;
    margin-left: -34px;
    min-height: 450px;
  }
  .prizes .first-prize {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -180px;
    margin-bottom: 0;
  }
  .prizes-other .prize-list {
    text-align: left;
  }
  .prizes-other .prize-list li {
    width: 25%;
  }
  .timeline .timeline-point {
    font-size: 26px;
    margin: 0 75px;
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 26px;
  }
  .main-header {
    height: 210px;
  }
  .main-header .logo a {
    left: 0px;
  }
  .main-header .header-intro {
    font-size: 50px;
    top: 215px;
  }
  .main-header .header-intro .part-2 {
    font-size: 76px;
    top: 56px;
  }
  .main-header .header-intro .part-3 {
    top: 145px;
    font-size: 40px;
    margin-top: 0.5em;
  }
  .main-header .header-intro .button {
    top: 250px;
  }
  .nav {
    right: 60px;
    top: 60px;
  }
  .section-media-partners .inline-partner {
    text-align: center;
  }
  .section-media-partners .inline-partner h3,
  .section-media-partners .inline-partner ul,
  .section-media-partners .inline-partner ul li {
    display: inline-block;
  }
  .section-vote .inner.vavriny {
    background-size: auto;
    background-position: center 55px;
  }
  .section-vote--succeed {
    padding-block: 100px 180px;
    padding-block: 10rem 18rem;
  }
  .section-vote--succeed h2 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  .section-vote--succeed .button {
    max-width: 330px;
    max-width: 33rem;
    margin-top: 40px;
    margin-top: 4rem;
  }
  .page-homepage .main-header {
    height: 875px;
  }
  .page-homepage .main-header:after {
    height: 697px;
  }
  .page-homepage .inner-logo {
    display: none;
  }
  .page-homepage .inner-logo img {
    width: 150px;
    width: 15rem;
    height: 150px;
    height: 15rem;
  }
  .page-homepage .inner--homepage {
    background: url("../img/header.jpg") no-repeat #1b1b1c;
    background-size: cover;
    background-position: right 0;
    height: 690px;
  }
  .page-homepage .inner--homepage:before {
    padding-bottom: 43.75%;
    display: block;
    height: 0;
    content: '';
  }
}
@media screen and (min-width: 97.25em) {
  .main-header .logo a {
    left: 75px;
  }
  .nav {
    right: 80px;
    top: 60px;
  }
  .page-homepage .inner--homepage {
    background: url("../img/header.jpg") no-repeat #1b1b1c;
    background-size: cover;
    background-position: right 0;
    height: 698px;
  }
  .page-homepage .inner--homepage:before {
    padding-bottom: 43.75%;
    display: block;
    height: 0;
    content: '';
  }
}
@media screen and (max-width: 47.9375em) {
  .form fieldset.radio-inputs label {
    display: block;
    padding-bottom: 20px;
  }
  #motorcycle-details,
  #motorcycle-details-2,
  #motorcycle-details-3 {
    margin-top: -20px;
  }
  .logos.product-partners {
    display: none;
  }
  .logos {
    display: none;
  }
  .footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer .separator {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .section-media-partners h3 {
    border-bottom: 1px solid #eff1f5;
  }
  .section-media-partners h2,
  .section-media-partners h3 {
    font-size: 25px;
    text-align: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 17px 0;
    cursor: pointer;
  }
  .section-media-partners h2 span,
  .section-media-partners h3 span {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background-repeat: no-repeat;
    background-image: url("../img/orange-arrow-down.svg");
    width: 20px;
    height: 12px;
  }
  .section-media-partners h2.opened span,
  .section-media-partners h3.opened span {
    background-repeat: no-repeat;
    background-image: url("../img/orange-arrow-up.svg");
  }
}
