.top-header {
  background: #fff;
}
.top-header .container .col-md-12:after {
  content: "";
  clear: both;
  display: block;
}
.top-header .container .top_menu {
  float: left;
  margin: 0;
  padding: 0;
  top: 0;
}
@media (max-width: 767px) {
  .top-header .container .top_menu {
    display: block;
  }
}
@media (max-width: 600px) {
  .top-header .container .top_menu {
    display: none;
  }
}
.top-header .container .top_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top-header .container .top_menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-header .container .top_menu ul li.first a {
  background: #f9681d;
  color: #fff;
}
.top-header .container .top_menu ul li a {
  display: block;
  padding: 10px;
  color: #222;
  border-radius: 0;
}
@media (max-width: 767px) {
  .top-header .container .top_menu ul li a {
    padding: 10px 7px;
  }
}
.top-header .container .top_menu ul li a:hover {
  color: #f9681d;
  background: transparent;
}
.top-header .container .lang {
  float: right;
}
.section-footer-form {
  padding: 25px 0;
}
.section-footer-form .container {
  border-top: 2px solid #f0f0f0;
}
.section-footer-form .container h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
  padding: 0;
}
.section-footer-form .container form .form-group {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .section-footer-form .container form .form-group {
    display: block;
  }
}
.section-footer-form .container form .form-group label {
  width: 200px;
}
@media (max-width: 767px) {
  .section-footer-form .container form .form-group label {
    display: block;
  }
}
.section-footer-form .container form .form-group label span {
  color: #f9681d;
}
.section-footer-form .container form .form-group input[type="text"],
.section-footer-form .container form .form-group textarea {
  width: 300px;
  padding: 8px;
  border: 1px solid #dedede;
  background: #fff;
  outline: none;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .section-footer-form .container form .form-group input[type="text"],
  .section-footer-form .container form .form-group textarea {
    width: 100%;
  }
}
.section-footer-form .container form .form-group input[type="text"]:hover,
.section-footer-form .container form .form-group textarea:hover {
  border: 1px solid #c5c5c5;
}
.section-footer-form .container form .form-group input[type="text"]:focus,
.section-footer-form .container form .form-group textarea:focus {
  border: 1px solid #ff6600;
}
.section-footer-form .container form .form-group textarea {
  height: 150px;
}
.section-footer-form .container form .form_input {
  margin: 10px 0 0 200px;
}
@media (max-width: 767px) {
  .section-footer-form .container form .form_input {
    margin: 10px 0 0 0;
  }
}
.section-footer-form .container form input[type="submit"] {
  background: #fa7f40;
  border: 1px solid #f9681d;
  border-radius: 2px;
  color: #fff;
  padding: 10px 22px 9px 22px;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s all;
}
.section-footer-form .container form input[type="submit"]:hover {
  background: #f9681d;
}
table.tabulka_pneuservisy,
table.tabulka_servisy {
  border-spacing: none;
  border-collapse: none;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
table.tabulka_pneuservisy th,
table.tabulka_pneuservisy td,
.tabulka_servisy th,
.tabulka_servisy td {
  padding: 4px;
  border: 1px solid #000000;
}
table.tabulka_servisy .znacka {
  width: 15%;
}
table.tabulka_servisy .servis {
  width: 32%;
}
table.tabulka_servisy .mesto {
  width: 19%;
}
table.tabulka_servisy .adresa {
  width: 20%;
}
table.tabulka_servisy .cislo {
  width: auto;
}
table.tabulka_pneuservisy .nazev {
  width: 30%;
}
table.tabulka_pneuservisy .adresa_ulice {
  width: 30%;
}
table.tabulka_pneuservisy .mesto {
  width: 25%;
}
table.tabulka_pneuservisy .telefon {
  width: auto;
}
table.tabulka_pneuservisy .td1,
table.tabulka_servisy .td1 {
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
}
table.tabulka_pneuservisy .td2,
table.tabulka_servisy .td2 {
  text-align: center;
}
.tabulka_servisne-strediska {
  max-width: 100%;
}
.tabulka_servisne-strediska tr td.td1 {
  background: #f0f0f0;
  border: #e5e5e5;
  font-weight: bold;
}
.tabulka_servisne-strediska tr td {
  font-size: 14px;
  padding: 4px 6px;
  border: 1px solid #f0f0f0;
}
