#render {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 0 8px;
  padding-left: 4px;
  color: white;
  background-color: #001696;
  opacity: 0.5;
  border-radius: 0 0 12px 0;
  z-index: 999;
}
#render a {
  color: white;
  text-decoration: none;
}
svg {
  max-width: 100%;
  height: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  color: #EFF3F9;
  background-color: #0B132B;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-optical-sizing: auto;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
  text-align: center;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.3);
}
.container.s1162 {
  max-width: 1162px;
}
@media (max-width: 1194px) {
  .container.s1162 {
    padding: 0 16px;
  }
}
.container.s798 {
  max-width: 798px;
}
@media (max-width: 830px) {
  .container.s798 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 {
  color: white;
  font-family: Peugeot New;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 24px;
}
h1 span {
  display: block;
  color: #3EE8FF;
  text-transform: none;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 650px) {
  h1 {
    font-size: 28px;
  }
  h1 span {
    font-size: 18px;
  }
}
@media (max-width: 300px) {
  h1 {
    font-size: 20px;
  }
  h1 span {
    font-size: 16px;
  }
}
h2 {
  color: white;
  font-family: 'Peugeot New', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  margin-bottom: 18px;
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
h2.undertitle {
  margin-bottom: 10px;
}
h2 span {
  white-space: nowrap;
}
@media (max-width: 650px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 300px) {
  h2 {
    font-size: 20px;
  }
}
p {
  margin: 12px auto;
}
p.undertitle {
  margin: 0 auto;
  margin-bottom: 48px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #3EE8FF;
  text-decoration: underline;
}
a:hover {
  color: white;
  text-decoration: underline;
}
#viceBtn.show {
  display: inline;
}
#viceBtn.hidden {
  display: none;
}
#vice.show {
  display: block;
}
#vice.hidden {
  display: none;
}
.border {
  position: relative;
  border-bottom: 2px #3EE8FF solid;
  padding-bottom: 60px;
}
.border::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 117px;
  left: 0;
  bottom: 0;
  background-color: #3EE8FF;
}
.border::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 117px;
  right: 0;
  bottom: 0;
  background-color: #3EE8FF;
}
header {
  min-height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
@media (max-width: 650px) {
  header {
    min-height: 40px;
  }
}
header a {
  display: flex;
}
header .logoIdnes {
  width: 158px;
}
@media (max-width: 650px) {
  header .logoIdnes {
    width: 100px;
  }
}
.opener {
  background-image: url('opener_desktop_tma_v02.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 520px;
  padding-bottom: 60px;
  position: relative;
}
.opener::before {
  content: '';
  height: 180px;
  top: 248px;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url('opener_desktop_svetla.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: zablikej 1s ease-in-out;
  animation-delay: 500ms;
}
@media (max-width: 820px) {
  .opener {
    background-image: url('opener_touch_tma.jpg');
  }
  .opener::before {
    top: 321px;
    background-image: url('opener_touch_svetla.jpg');
  }
}
@media (max-width: 678px) {
  .opener {
    padding-top: 70vw;
    background-image: url('opener_touch_tma.jpg');
    background-size: contain;
  }
  .opener::before {
    top: 39.14342478vw;
    background-image: url('opener_touch_svetla.jpg');
    background-size: contain;
  }
}
.opener p {
  color: white;
  margin: 24px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
}
@media (max-width: 650px) {
  .opener p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .opener p:first-of-type {
    margin-top: 0;
  }
}
.opener .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  max-width: 348px;
  min-height: 68px;
  border: 1px solid #3EE8FF;
  border-radius: 4px;
  font-size: 12px;
  line-height: 125%;
  color: white;
  text-decoration: none;
}
@media (max-width: 350px) {
  .opener .btn {
    flex-direction: column;
    gap: 10px;
  }
}
.opener .btn .logoPeugeot {
  display: block;
  width: 100%;
  max-width: 84px;
  margin: 0;
}
.opener .btn:hover {
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.13);
}
.vyzkouseni {
  padding-bottom: 60px;
}
.prostornost,
.motor,
.kokpit {
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: 2px #3EE8FF solid;
  padding-bottom: 60px;
}
@media (max-width: 650px) {
  .prostornost,
  .motor,
  .kokpit {
    background-position: top center;
    background-size: 100% auto;
  }
}
.prostornost p,
.motor p,
.kokpit p {
  margin: 0;
}
.prostornost {
  background-image: url('prostornost_desktop.jpg');
  padding-top: 450px;
}
@media (max-width: 1920px) {
  .prostornost {
    padding-top: 25vw;
  }
}
@media (max-width: 650px) {
  .prostornost {
    padding-top: 63vw;
    background-image: url('prostornost_touch.jpg');
  }
}
.prostornost p {
  margin-bottom: 40px;
}
.prostornost .border::after {
  display: none;
}
.prostornost .border::before {
  display: none;
}
.prostornost .autoRozmery .vyska {
  animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}
.prostornost .autoRozmery .delka {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}
.prostornost .autoRozmery .sirka {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}
.motor {
  background-image: url('motor_desktop.jpg');
  padding-top: 450px;
}
@media (max-width: 1920px) {
  .motor {
    padding-top: 25vw;
  }
}
@media (max-width: 650px) {
  .motor {
    padding-top: 63vw;
    background-image: url('motor_touch.jpg');
  }
}
.kokpit {
  background-image: url('kokpit_desktop.jpg');
  padding-top: 450px;
}
@media (max-width: 1920px) {
  .kokpit {
    padding-top: 25vw;
  }
}
@media (max-width: 650px) {
  .kokpit {
    padding-top: 63vw;
    background-image: url('kokpit_touch.jpg');
  }
}
footer {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
}
.is-inViewport,
.is-inViewport > * {
  animation-play-state: running!important;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes zablikej {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes mappoint-swing-in {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes h2-titles {
  0% {
    transform: perspective(200px) translateZ(-100px);
  }
  100% {
    transform: perspective(200px) translateZ(0);
  }
}
@keyframes h2-span-left {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes h2-span-right {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes reklama-title {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes icon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mince-title {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mince-change-left {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(-80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-right {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-back {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes mince-buttons {
  0% {
    color: #E6B985;
    background-color: #e6b98523;
  }
  100% {
    color: #24182F;
    background-color: #E6B985;
  }
}
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
  visibility: hidden;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #D3CA66;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form .thaks {
  display: none;
  margin: 40px auto;
  text-align: center;
}
.form .thaks .check {
  width: 100px;
  margin-bottom: 40px;
}
.form .thaks h2 {
  font-size: 20px;
  margin-bottom: 40px;
  animation: none;
}
.form .thaks .text {
  margin: 0 auto;
  max-width: 30em;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 650px) {
  .form .thaks .text {
    text-align: center;
  }
}
.form .sides {
  margin: 0 auto;
  display: grid;
  grid: auto / 41fr 56fr;
  gap: 0px 24px;
  align-items: center;
  grid-template-areas: "inputs img";
}
.form .sides .img {
  grid-area: img;
}
.form .sides .inputs {
  grid-area: inputs;
}
@media (max-width: 820px) {
  .form .sides {
    max-width: 780px;
    grid-template-columns: 43fr 44fr;
    grid-template-areas: "inputs img";
  }
}
@media (max-width: 820px) and (max-width: 720px) {
  .form .sides {
    grid-template-columns: 1fr;
    grid-template-areas: "inputs" "img";
  }
}
.form .sides img {
  width: 100%;
}
@media (max-width: 720px) {
  .form .sides img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.form .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 650px) {
  .form .inputs {
    gap: 4px;
  }
}
.form .inputs label {
  display: block;
  color: #0B132B;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.form .inputs .btn {
  color: white;
  background-color: transparent;
  border-radius: 5px;
  font-size: 16.51px;
  font-weight: bold;
  line-height: 16.51px;
  text-transform: uppercase;
  width: 100%;
  min-height: 60px;
  padding: 0;
  border: 1px #3EE8FF solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form .inputs .btn:hover {
  color: #0B132B;
  background-color: #3EE8FF;
  border: 1px #0B132B solid;
}
@media (max-width: 360px) {
  .form .inputs .btn {
    min-width: auto;
    width: 100%;
  }
}
.form .inputs .group,
.form .inputs select {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #CFDCF1;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 8px;
  box-shadow: 0px 2px 4px 0px #00000033 inset;
}
.form .inputs .group.website,
.form .inputs select.website {
  display: none;
}
.form .inputs .group.disabled,
.form .inputs select.disabled {
  border: 1px solid #dddddd;
}
.form .inputs .group.disabled label,
.form .inputs select.disabled label {
  color: #dddddd;
}
.form .inputs select {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  color: #0B132B;
  background-color: #3EE8FF;
  border: 1px #0B132B solid;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form .inputs select:focus-visible {
  outline: none;
}
.form .inputs select option {
  font-size: 16px;
  background-color: white;
}
.form .inputs input[type="text"],
.form .inputs input[type="email"],
.form .inputs textarea {
  padding: 0;
  border: none;
  background: transparent;
  color: #546E7A;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.form .inputs input[type="text"]:focus-visible,
.form .inputs input[type="email"]:focus-visible,
.form .inputs textarea:focus-visible {
  outline: none;
}
.form .inputs textarea {
  min-height: 160px;
}
.form .inputs input:-webkit-autofill,
.form .inputs input:-webkit-autofill:hover,
.form .inputs input:-webkit-autofill:focus,
.form .inputs textarea:-webkit-autofill,
.form .inputs textarea:-webkit-autofill:hover,
.form .inputs textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #546E7A;
  background-color: #FFFFFF !important;
}
.form .checkbox label {
  display: flex;
  align-items: center;
}
.form input[type="checkbox"] {
  margin-right: 10px;
}
.form .submit {
  display: flex;
}
@media (max-width: 360px) {
  .form .submit {
    display: block;
    width: 100%;
  }
}
.form .help-block {
  font-size: 12px;
  text-align: left;
  color: #e44f5b;
}
.form #consent-text {
  margin-top: 24px;
  color: white;
  font-size: 10px;
  line-height: 140%;
  text-align: left;
  border-top: 1px solid #FFFFFF80;
}
@media (max-width: 720px) {
  .form #consent-text {
    margin-top: 16px;
  }
}
.form #consent-text p {
  margin: 8px auto;
}
