body {
  height: 500px;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(118deg, rgb(255, 255, 255) 46.42857142857143%, rgba(0, 0, 0, 0.21) 150%) rgb(255, 255, 255);
  background:    -moz-linear-gradient(118deg, rgb(255, 255, 255) 46.42857142857143%, rgba(0, 0, 0, 0.21) 150%) rgb(255, 255, 255);
  background:      -o-linear-gradient(118deg, rgb(255, 255, 255) 46.42857142857143%, rgba(0, 0, 0, 0.21) 150%) rgb(255, 255, 255);
  background:     -ms-linear-gradient(118deg, rgb(255, 255, 255) 46.42857142857143%, rgba(0, 0, 0, 0.21) 150%) rgb(255, 255, 255);
  background:         linear-gradient(332deg, rgb(255, 255, 255) 46.42857142857143%, rgba(0, 0, 0, 0.21) 150%) rgb(255, 255, 255);
  background-repeat: no-repeat;
    background-attachment: fixed;
  font: 400 1em/1.38 Helvetica;
  color: rgb(146, 146, 146);
}

.boption:hover {
  background-color: rgb(22, 109, 145);
}

.hotocon {
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  width: 100.0031250976%;
  min-width: 300px;
  margin: 0 auto;
  font-size: 1.167em;
  text-align: center;
  color: rgb(111, 112, 115);
}

.zadajte .howto a {
    text-decoration: none;
    color: inherit;
  }

  .zadajte .howto {
  display: block;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 11px;
  background-color: #777777;
  font-size: 0.6em;
  text-align: center;
  color: rgb(255, 255, 255);
}

.boption {
  display: block;
  position: absolute;
  width: 400px;
  height: 43px;
  border-radius: 11px;
  background: rgb(33, 152, 202);
  background-repeat: no-repeat;
  background-size: auto auto;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.38;
  color: rgb(255, 255, 255);
}

.copy {
  position: absolute;
  top: 14px;
  right: 13px;
  z-index: 8;
  width: 275px;
  min-height: 77px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.38;
  text-align: right;
  color: rgb(146, 146, 146);
}

.disclaimer {
  position: absolute;
  top: 17px;
  left: 21px;
  z-index: 7;
  width: 60%;
  min-height: 77px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(146, 146, 146);
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 85px;
  min-height: 85px;
  margin: 0 auto;
  border-top: 3px solid #2198ca;
  background-color: rgba(0, 0, 0, 0.83);
}

.logo {
  display: block;
  float: left;
  width: 42.9%;
  height: auto;
  margin: 30px 0 0 1%;
  overflow: hidden;
}

.main {
  position: relative;
  z-index: 6;
  width: 83.3333333333%;
  max-width: 1000px;
  min-height: 570px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.results {
  position: relative;
  float: right;
  z-index: 1;
  width: 56%;
  margin-top: 223px;
  padding-bottom: 20px;
  overflow: visible;
}

.search {
  display: block;
  position: absolute;
  top: 171px;
  left: 82.6421874999%;
  z-index: 2;
  width: 7.2%;
  height: 43px;
  border-radius: 11px;
  background: url('../images/search.png') rgb(33, 152, 202);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  color: rgb(0, 0, 0);
}

.search:hover {
  background-color: rgb(22, 109, 145);
}

.search-input {
  display: block;
  position: absolute;
  top: 170px;
  left: 47.128125%;
  z-index: 3;
  width: 35.05%;
  height: 46px;
  padding: 0 10px;
  border: 2px solid rgb(33, 152, 202);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  font-size: 1.313em;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(0, 0, 0);
}

.search-result {
  color: rgb(33, 152, 202);
  float: left;
  width: 94.6428571428%;
  min-height: 24px;
  margin-left: 30px;
  padding-top: 3px;
  padding-bottom: 18px;
  font-size: 1.125em;
  line-height: 0.98;
  color: rgb(0, 0, 0);
}

.search-result:hover {
  color: rgb(21, 117, 157);
}
.search-result2 {
  color: rgb(33, 152, 202);
  background-color: rgba(255,255,255,0);
  
}
.search-result2:hover {
  color: rgb(21, 117, 157);
}

.zadajte {
  position: absolute;
  top: 118px;
  left: 47.0999999999%;
  z-index: 4;
  width: 300px;
  font-size: 1.563em;
  color: rgb(0, 0, 0);
}

.copy a,
.disclaimer a,
.search-result a {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: rgb(33, 152, 202);
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.search-result span,
.zadajte span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

@media(max-width: 650px) {
  .footer {
    position: relative;
    float: left;
    clear: both;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 9;
    height: 193px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }

  .footer .copy {
    left: 0;
    right: 0;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer .disclaimer {
    top: 55px;
    left: 0;
    right: 0;
    width: 90.5454545454%;
    margin-right: auto;
    margin-left: auto;
  }

  .main {
    position: relative;
    float: left;
    z-index: 6;
    width: 100%;
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .main .logo {
    float: none;
    width: 56.9%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .main .results {
    position: relative;
    float: none;
    z-index: 1;
    width: 100%;
    margin-top: 69px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 28px;
  }

  .main .search {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    z-index: 2;
    width: 40px;
    margin-top: 15px;
    margin-left: 0.71875%;
  }

  .main .search-input {
    position: relative;
    float: left;
    clear: both;
    top: auto;
    left: auto;
    z-index: 3;
    width: 79.4545454545%;
    margin-top: 15px;
    margin-left: 3.8125%;
  }

  .main .zadajte {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 4;
    width: 100%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .results .search-result {
    margin-left: 29px;
  }
}