@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
footer {
  background-color: #292929;
  color: white;
  padding-top: 6rem;
}
footer.footer--without-login {
  padding-top: 2.5rem;
}
footer.footer--without-login #footer_dole {
  padding-top: 3rem;
}
footer #footer_top #footer_heading {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
footer #footer_top #footer_heading h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
footer #footer_top form {
  margin-top: 6rem;
  display: grid;
  padding: 0 41%;
  gap: 0.7rem;
}
footer #footer_top form input {
  width: 100%;
  background: transparent;
  border: 1px solid #707070;
  padding: 1rem;
  color: white;
  caret-color: white;
}
footer #footer_top form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer #footer_top form #footer_form_submit {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
footer #footer_top form #footer_form_submit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer #footer_top form #footer_form_submit ul li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}
footer #footer_top form #footer_form_submit button {
  border: none;
  background-color: #B4000A;
  color: white;
  padding: 0.7rem 3.8rem;
  min-width: 12rem;
  font-weight: 500;
  transition: 0.3s ease;
}
footer #footer_top form #footer_form_submit button:hover {
  background-color: #870007;
}
footer #footer_dole {
  display: flex;
  justify-content: space-between;
  padding: 6rem 20% 0 20%;
}
footer #footer_dole h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}
footer #footer_dole strong {
  font-size: 1rem;
  display: block;
}
footer #footer_dole strong a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}
footer #footer_dole ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
footer #footer_dole ul li {
  font-weight: 600;
}
footer #footer_dole #footer_social {
  display: flex;
  gap: 1rem;
}
footer #footer_dole #footer_social a {
  text-decoration: none;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  color: white;
  font-size: 1.5rem;
  transition: 0.3s ease;
}
footer #footer_dole #footer_social a:hover {
  background-color: #B4000A;
  border-color: #B4000A;
}
footer #footer_links {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
footer #footer_links ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
footer #footer_links ul li {
  color: #D4D4D4 !important;
}
footer #footer_links ul li a {
  text-decoration: none;
  color: #D4D4D4;
  transition: 0.3s ease;
}
footer #footer_links ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 663px) {
  footer #footer_links ul {
    flex-wrap: wrap;
  }
  footer #footer_links ul li {
    width: 100%;
    text-align: center;
  }
  footer #footer_links ul li:nth-child(2) {
    display: none;
  }
  footer #footer_links ul li:nth-child(4) {
    display: none;
  }
}
footer #footer_copy {
  background-color: #B4000A;
  color: white;
  padding: 0.5rem 0;
}
footer #footer_copy p {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
footer #footer_copy p span {
  display: block;
}
footer #footer_copy p a img {
  width: 5rem;
}
@media only screen and (max-width: 1920px) {
  footer #footer_top form {
    padding: 0 37%;
  }
  footer #footer_dole {
    padding: 6rem 10%;
  }
}
@media only screen and (max-width: 1680px) {
  footer #footer_dole {
    padding: 6rem 5%;
  }
}
@media only screen and (max-width: 1366px) {
  footer #footer_top form {
    padding: 0 33%;
  }
}
@media only screen and (max-width: 1199px) {
  footer #footer_top form {
    padding: 0 30%;
  }
  footer #footer_dole {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20%;
    padding: 6rem 5% 0 5%;
  }
  footer #footer_dole #footer_social {
    margin-top: 2rem;
    width: 100%;
    order: 3;
    justify-content: center;
  }
}
@media only screen and (max-width: 906px) {
  footer #footer_top form {
    padding: 0 25%;
  }
  footer #footer_dole {
    gap: 10%;
  }
}
@media only screen and (max-width: 798px) {
  footer #footer_top form {
    padding: 0 19%;
  }
  footer #footer_dole {
    gap: 4rem;
  }
  footer #footer_dole p br {
    display: none;
  }
  footer #footer_dole #footer_dotazy {
    width: 70%;
  }
  footer #footer_dole #footer_hodiny {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding-top: 4.5rem;
  }
  footer #footer_top {
    padding-bottom: 1.5rem;
  }
  footer #footer_links ul {
    gap: 0;
  }
  footer #footer_top form {
    margin-top: 1.6rem;
    padding: 0 5%;
  }
  footer #footer_top #footer_heading {
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  footer #footer_top #footer_heading h2 {
    width: auto;
    text-align: left;
    font-size: 1.18rem;
  }
  footer #footer_top #footer_form_submit {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 0.55rem;
  }
  footer #footer_top #footer_form_submit button {
    width: 100%;
    min-width: 0;
  }
  footer #footer_dole {
    gap: 2rem;
    padding-top: 3.25rem;
  }
  footer #footer_dole #footer_social {
    order: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  footer #footer_dole #footer_dotazy {
    order: 2;
    width: 95%;
  }
  footer #footer_dole #footer_hodiny {
    order: 3;
    width: 95%;
    padding: 2rem 0;
  }
}

/*# sourceMappingURL=footer.css.map */
