/*
400 Inter Regular
600 Inter SemiBold
700 Inter Bold

700 Oswald Bold
400 - Nafta Light Regular ???
*/
body {
  color: #001224;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.containerMain {
  margin: 0 auto;
  max-width: 1440px;
}
.container {
  margin: 0 auto;
  max-width: 780px;
}
@media (max-width: 820px) {
  .container {
    margin: 0 16px;
  }
}
h1 {
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin: 0 auto ;
}
h1 span {
  display: none;
}
h2 {
  color: #001224;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 53px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
h2.white {
  color: white;
}
h2.blue {
  color: #001224;
}
@media (max-width: 650px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
    margin-top: 40px;
  }
}
p {
  margin: 12px auto;
}
img {
  max-width: 100%;
  height: auto;
}
.hr {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  margin-bottom: 22px;
}
@media (max-width: 650px) {
  .hr {
    margin-bottom: 0;
  }
}
.hr:after {
  content: '';
  flex-grow: 1;
  height: 4px;
  min-width: 20px;
  margin: auto;
}
.hr.blue:after {
  background: #001224;
}
.hr.white:after {
  background: white;
}
.small {
  color: black;
  font-size: 8px;
  line-height: 12px;
}
.sign {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-top: 24px;
}
.sign span {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}
a {
  color: #E30613;
  text-decoration: underline;
}
a:hover {
  color: #263238;
  text-decoration: underline;
}
#companyShow h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 2px;
}
#companyShow p {
  font-size: 14px;
  font-style: italic;
  margin: 0 auto;
  margin-bottom: 8px;
}
.form {
  margin-top: 48px;
  margin-right: 16px;
}
@media (max-width: 820px) {
  .form {
    margin-left: 16px;
  }
}
@media (max-width: 650px) {
  .form {
    margin-top: 10px;
  }
}
.form .thaks {
  display: none;
  margin: 40px auto;
  text-align: center;
}
.form .thaks .check {
  width: 100px;
  margin-bottom: 40px;
}
.form .thaks h4 {
  font-weight: 900;
  margin-bottom: 40px;
}
.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 {
  max-width: 1064px;
  margin: 0 auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 8fr 43fr 44fr;
  grid-template-rows: 1fr;
  gap: 0px 50px;
  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";
  }
}
.form .sides img {
  width: 100%;
}
@media (max-width: 720px) {
  .form .sides img {
    display: none;
  }
}
.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: #546E7A;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.form .inputs .btn {
  color: white;
  background-color: #001224;
  border-radius: 5px;
  font-size: 16.51px;
  font-weight: bold;
  line-height: 16.51px;
  text-transform: uppercase;
  min-width: 147px;
  min-height: 40px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 360px) {
  .form .inputs .btn {
    min-width: auto;
    width: 100%;
  }
}
.form .inputs .group {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #CFDCF1;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
}
.form .inputs .group.website {
  display: none;
}
.form .inputs .group.disabled {
  border: 1px solid #dddddd;
}
.form .inputs .group.disabled label {
  color: #dddddd;
}
.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 input[type="submit"]:disabled {
  background-color: #dddddd;
}
.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: #9e020f;
}
.form #consent-text {
  color: #000000;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 12px;
  text-align: left;
}
.form #consent-text p {
  margin: 8px auto;
}
#viceBtn.show {
  display: inline;
}
#viceBtn.hidden {
  display: none;
}
#vice.show {
  display: block;
}
#vice.hidden {
  display: none;
}
#mapa {
  margin: 0 16px;
}
@media (max-width: 650px) {
  #mapa {
    margin: 0 auto;
  }
}
#mapa .mappoint {
  cursor: pointer;
}
#mapa .mappoint path {
  fill: #001224;
}
#mapa .mappoint:hover path {
  fill: #609CD1;
}
#mapa .mappoint circle {
  fill: transparent;
}
@media (max-width: 650px) {
  #mapa .mappoint circle {
    r: 26px;
  }
}
#overlayer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  visibility: hidden;
  position: fixed;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#overlayer.show {
  opacity: 1;
  visibility: visible;
}
#overlayer .item {
  padding: 8px 12px;
  max-width: 340px;
  border-radius: 5px;
  background-color: rgba(0, 18, 36, 0.85);
}
#overlayer .item h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  margin: 0 auto;
  margin-bottom: 2px;
}
#overlayer .item p {
  color: #FFFFFF;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  margin: 0 auto;
  margin-bottom: 8px;
}
#overlayer .item button {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #609CD1;
  font-size: 16px;
  color: #001224;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 6px;
  text-transform: uppercase;
  cursor: pointer;
}
#overlayer .item button:hover {
  color: white;
}
#btnToForm {
  position: fixed;
  bottom: 5%;
  right: 5%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #609CD1;
  border-radius: 5px;
  background-color: #609CD1;
  color: #001224;
  font-size: 16px;
  font-weight: bold;
  line-height: 17.62px;
  padding: 14px 17px;
  padding-top: 15px;
  text-decoration: none;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#btnToForm svg {
  width: 21px;
  fill: #001224;
}
#btnToForm.hidden {
  opacity: 0;
  visibility: hidden;
}
#btnToForm.show {
  opacity: 1;
  visibility: visible;
}
#btnToForm:hover {
  color: white;
}
#btnToForm:hover svg {
  fill: white;
}
.image {
  margin: 40px auto;
}
@media (max-width: 650px) {
  .image {
    margin: 20px auto;
  }
}
video {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
header {
  min-height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header a {
  display: flex;
}
#opener {
  padding-top: 490px;
  padding-bottom: 180px;
  background-color: #001224;
  background-image: url('bg-opener-auto-desktop.jpg'), url('bg-opener-end-desktop.jpg');
  background-position: top center, bottom center;
  background-size: 1440px 885px, 1440px 113px;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  #opener {
    background-image: url('bg-opener-auto-tablet.jpg'), url('bg-opener-end-touch.jpg');
    background-size: contain, contain;
    padding-top: 52vw;
  }
}
@media (max-width: 650px) {
  #opener {
    background-image: url('bg-opener-auto-touch.jpg'), url('bg-opener-end-touch.jpg');
    background-size: contain, 720px 54px;
    padding-bottom: 80px;
  }
}
#opener p {
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 0 10px #284356;
}
#opener .btn {
  padding: 25px 18px;
  color: white;
  border: 2px solid white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 13px;
  line-height: 18px;
  max-width: 443px;
}
@media (max-width: 650px) {
  #opener .btn {
    padding: 25px 11px;
    max-width: 328px;
    font-size: 11.52px;
    line-height: 11.52px;
  }
}
@media (max-width: 358px) {
  #opener .btn {
    flex-direction: column;
  }
}
#opener .btn:hover {
  text-decoration: underline;
}
#opener .btn span {
  display: none;
}
#opener .btn .logo {
  max-width: 84px;
}
@media (max-width: 650px) {
  #opener .btn .logo {
    max-width: 76px;
  }
}
#vyzkouseni {
  padding-top: 30px;
}
@media (max-width: 650px) {
  #vyzkouseni {
    padding-top: 0;
  }
}
#pohon {
  padding-top: 85px;
  padding-bottom: 120px;
  color: white;
  background-color: #001224;
  background-image: url('bg-pohon-desktop.jpg');
  background-size: 1440px 109px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  #pohon {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('bg-pohon-touch.jpg');
    background-size: 720px 70px;
  }
}
#boxer {
  padding-top: 40px;
  padding-bottom: 132px;
  color: white;
  background-image: linear-gradient(180deg, #000f1e 0, rgba(0, 18, 36, 0) 20px), url('bg-boxer-desktop.jpg'), url('bg-boxer-repeat-desktop.jpg');
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat;
}
#boxer h2 {
  margin-top: 0;
}
@media (max-width: 650px) {
  #boxer {
    padding-bottom: 100px;
  }
}
@media (max-width: 432px) {
  #boxer {
    padding-bottom: 60px;
    background-image: linear-gradient(180deg, #000f1e 0, rgba(0, 18, 36, 0) 20px), url('bg-boxer-touch.jpg'), url('bg-boxer-repeat-touch.jpg');
  }
}
#historie {
  padding-bottom: 400px;
  background-color: #f6f6f6;
  background-image: url('bg-historicke-desktop-bot.jpg'), url('bg-historicke-desktop-top.jpg');
  background-position: bottom center, top center;
  background-size: 1440px 659px, 1440px 546px;
  background-repeat: no-repeat, repeat-y;
}
@media (max-width: 650px) {
  #historie {
    padding-bottom: 60vw;
    background-image: url('bg-historicke-touch-bot.png'), url('bg-historicke-desktop-top.jpg');
    background-size: contain, 1440px 546px;
    padding-top: 20px;
  }
}
#historie h2 {
  margin-top: 0;
}
#historie .loga {
  margin: 32px auto;
  display: flex;
  gap: 86px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 650px) {
  #historie .loga {
    margin: 20px auto;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  #historie .loga {
    flex-direction: column;
    gap: 24px;
  }
}
#historie .loga .item {
  max-width: 200px;
  color: #001224;
  font-style: italic;
  line-height: 20px;
  text-align: center;
}
footer {
  color: white;
  background-color: #121314;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 90px;
}
@media (max-width: 650px) {
  footer {
    padding: 24px 16px;
    padding-bottom: 90px;
  }
}
#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);
  }
}
