* {
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Roboto";
}
section {
  max-width: 100vw;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

main {
  background-color: white;
  color: black;
  height: 483px;
  margin-top: -51px;
}


.hidden {
  display: none;
}

.section--hidden {
  display: none;
}

.input__container {
  position: relative;
}

.company__container {
  display: none;
}

.focused .container__label {
  transform: translateY(-14px);
  font-size: .75em;
}

.focused-form .container__label {
  transform: translateY(-18px);
  font-size: .75em;
}
.container__label {
position: absolute;
left: 45px;
top: 50px;
color: #999;
background-color: none;
z-index: 10;
transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.service-input {
margin-top: 24px;
width: 655px;
border: 2px solid hsl(0deg, 0%, 91%);
position: relative;    
border-radius: 8px;
padding: 22px 45px;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.03em;
margin-bottom: 32px;
z-index: 10;
background-color: rgba(153, 153, 153, 0);
}

.brand {
  border:2px solid rgb(243, 243, 243);
}

.brand:hover {
  cursor: pointer;
}
.main--links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 51px;
  margin-left: auto;
  margin-right: 6%;
  gap: 32px;
  display: flex;
  flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10000;
}
.main--links .main--links__link {
  align-self: flex-start;
  padding: 8px 32px;
  color: white;
  background-color: #525252;
  border-radius: 0 0 12px 12px;
  transition: padding-top 0.2s linear;
}
.main--links .main--links__link:hover {
  padding-top: 24px;
  background-color: black;
}

.hero--container {
  display: flex;
  justify-content: space-between;

}

.hero__text-container {
  margin-left: 165px;
 
}

.hero__subheading {
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero__subheading {
  margin-top: 89px;
}

.hero__header {
  font-weight: 500;
  width: 407px;
  font-size: 34px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 36px;
  width: 831px;
}

.hero__button {
  padding: 8px 32px;
  border-radius: 8px;
  background-color: #FF8552;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
}

.hero__button:hover {
  background-color: black;
}

.hero__image {
  margin-top: 64px;
  margin-right: 246px;
  height: 30%;
  width:30%;
}

#logo--apple {
  height: 60px;
}

.szer {
  width: 350px;
}


footer {
  height: 400px;

  background-color: black;
  color: white;
  padding-left: 166px;
  padding-right: 152px;
}
footer .footer__container {
  display: grid;
  grid-template-columns: repeat(4,25%);
}
footer .footer__logo-container {
  display: flex;
  gap: 0px;
}
footer .footer__logo {
  align-self: center;
}
footer .call--container {
  display: none;
}
footer .footer__logo-city {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: 500;
  color: #999999;
}
footer .footer__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
footer .footer__opening-hours,
footer .footer__contact {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.011em;
}
footer .footer__help-container {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
footer .footer__help-container .help__header {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
}
footer .footer__help-container .help__link {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.011em;
  margin-bottom: 4px;
}
footer .section--right {
  margin-left: 0 !important;
}
footer .footer__section {
  margin-left: 0px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
footer .footer__section .section__link {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
footer .social-media__container--desktop,
footer .social-media__container--mobile {
  display: flex;
  flex-direction: row;
  margin-top: 38px;
  gap: 24px;
}
footer .social-media__container--mobile {
  display: none;
}

#cookies {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  color: white;
  bottom: 16px;
  height: 91px;
  padding-left: 38px;
  padding-right: 38px;
  width: 75%;
  left: 12.5%;
  margin-bottom: 24px;
  border: 1px solid white;
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

.text-baner-shadow {
  text-shadow: black 1px 0 10px;
  /* text-shadow: 1px 4px 8px rgba(0, 0, 0, 1); */
}

.cookies__header {
  margin-top: 24px;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
}

.cookies__button {
  width: 15%;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FF8552;
  border-radius: 8px;
  text-align: center;
  color: white;
  margin-right: 96px;
}

.cookies__button:hover {
  border: 1px solid #ff8552;
  background-color: black;
}

.hide-cookies {
  display: none;
}

.fixed-bottom {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: black;
}

.copyright {
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  color: #7b7b7b;
  margin-bottom: 36px;
}

.call-us {
  display: none;
}

.social-media__icon {
  width: 20px;
  height: 20px;
}
.header__under {
  text-align: center; 
  margin: auto;
  font-family: "Roboto";
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .ml-m{
    padding-left:13px;
  }
  .szer {
    width: auto;
  }
  .service-input {
    width: 70%;
}
  .header__under {
    font-size: 19px;
  }
  .social-media__icon {
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
  #cookies {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 16px;
    width: auto;
    bottom: 0;
    align-self: center;
  }
  footer .social-media__container--mobile {
    display: block;

    /* flex-direction: row;
  margin-top: 38px;
  gap: 24px; */
  }
  main {
    background-color: #FAFAFA;
    margin-top: 0;
  }
  .main--links {
    display: none;
  }
  .hero--container {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
  .hero__image {
    width: 322px;
    height: 158px;
    margin: 0;
    margin-top: 26px;
  }
  .hero__text-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 71px;
  }
  .hero__subheading {
    margin-top: 1px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.09em;
  }
  .hero__header {
    /* margin-left: 18px;
    margin-right: 18px; */
    font-size: 20px;
    line-height: 26px;
    max-width: 340px;
    text-align: center;
  }
  .hero__button {
    align-self: center;
  }
  footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 21px;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
  }
  footer .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer__logo {
    width: 57px;
    height: auto;
  }
  footer .empty {
    display: none;
  }
  footer .call--container {
    display: flex;
  }
  footer .footer__logo-city {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.011em;
  }
  footer .footer__address {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer__opening-hours {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.011em;
  }
  footer .footer__section .section__link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  footer .jak-dojechac,
footer .regulamin {
    grid-column: 1;
    
  }
  .company-krakow {
    margin-left: 12px;
    margin-right: 3px;
  }
  .social-media__container--mobile {
    margin-top: 22px;
    align-self: center;
    display: flex;
    gap: 23px;
    margin-bottom: 17px;
  }
  .social-media__container--desktop {
    display: none !important;
  }
  .call--container {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .call {
    color: #FF8552;
    font-size: 16px;
    line-height: 24px;
  }
  .cookies__header {
    font-size: 14px;
  }
  .cookies__button {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 16px;

  }
  .call-us {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 190px;
    z-index: 99999;
    right: 21px;
    border-radius: 100%;
    height: 52px;
    width: 52px;
    background: #FF8552;
    border: 2.16667px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1024px) {
  .ml-m{
    padding-left:13px;
  }
  .szer {
    width: auto;
  }

  .hero__text-container {
    margin-left: 32px;
  }
  .hero__image {
    width: 322px;
    height: 158px;
    margin: 0;
    margin-top: 26px;
  }
  .hero__text-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 71px;
  }
  .hero__subheading {
    margin-top: 61px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.09em;
  }
  .hero__header {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 20px;
    line-height: 26px;
    max-width: 340px;
    text-align: center;
  }
  .hero__button {
    align-self: center;
  }
  .main--links {
    display: none;
  }
  footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 21px;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    height: auto;
  }
  footer .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer__logo {
    width: 57px;
    height: auto;
  }
  footer .empty {
    display: none;
  }
  footer .call--container {
    display: flex;
  }
  footer .footer__logo-city {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.011em;
  }
  footer .footer__address {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer__opening-hours {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.011em;
  }
  footer .footer__section .section__link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  .company-krakow {
    margin-left: 12px;
  }
  .social-media__container {
    margin-top: 34px;
    align-self: center;
    display: flex;
    gap: 23px;
    margin-bottom: 59px;
  }
  .call--container {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .call {
    color: #FF8552;
    font-size: 16px;
    line-height: 24px;
  }
  #cookies {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    left: 0;
    width: auto;
    bottom: 0;
    padding-top: 16px;
  }

  .cookies__button {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 16px;
  }

  .cookies__header {
    font-size: 18px;
  }
}/*# sourceMappingURL=base.css.map */