#footer {
  background-color: var(--gray-blue-background-color);
  min-height: 695px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--dark-font-color);
  z-index: 100;

  @media(max-width: 1400px) {
    box-sizing: border-box;
  }

  @media(max-width: 1000px) {
    padding: 0 0 60px;
  }
}

#promo-bar {
    width: 100%;
    height: 30px;
    background-color: #f6f1c4;
    text-align: center;
    position: fixed;
    bottom: 0px;
    font-size: 14px;



    display: none;
  
 /* Flexbox ustawienia */
    align-items: center;
    justify-content: space-around;
    left: 0;
    font-family: Neue Montreal;
    font-weight: 400;
      letter-spacing: 0.64px;
      border-top: 1px solid #171616;
      z-index: 999999;
   @media (max-width: 800px) {
      height: 50px;
    flex-direction: row;
      line-height: 16px;
      
      transition: 0.2s all;


  }     

  #promo-bar div{
padding-left: 20px;
      padding-right: 20px;
  }

}

#promo-bar span.close{
  margin-left: 5px;
  cursor: pointer;
  transition: 0.2s all;


}
#promo-bar span.close:hover{
  opacity: 0.8;
}
#footer-menu {
  padding: 0;
  margin: 0;
}

#footer-menu li {
  list-style-type: none;
  margin-bottom: 15px;

  @media(max-width: 1000px) {
    text-align: center;
  }

  @media(max-width: 600px) {
    text-align: left;
  }
}

#footer-menu li a {
  font-family: PP Neue Montreal;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  position: relative;
}

#footer-menu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--dark-font-color);
  transition: 0.3s ease-out;
}

#footer-menu li a:hover::after {
  width: 100%;
  background-color: var(--dark-font-hover-color);
}

.footer-shop-name {
  color: var(--black);
  font-family: Neue Montreal;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 44px;
}

.first-footer-right-section p {
  color: var(--black);
  font-family: Neue Montreal;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 16px;
}

.footer-shop-contact-box p,
.footer-shop-contact-box a {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin: 0;
}

.footer-social-media-links-wrapper {
  margin-top: 20px;
}

.footer-social-media-links-wrapper .footer-social-media-link:first-child {
  margin-right: 15px;
}

.footer-social-media-link:hover svg path {
  fill: var(--dark-font-hover-color);
}

.first-footer-section {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  padding: 120px 120px 60px;
  box-sizing: border-box;

  @media(max-width: 1200px) {
    padding: 120px 60px 60px;
  }

  @media(max-width: 1000px) {
    flex-direction: column;
    padding: 60px 60px 60px;
  }


  @media(max-width: 600px) {
    padding: 60px 20px 60px;
  }
}

.first-footer-right-section {
  width: 50%;
  max-width: 285px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  @media(max-width: 1000px) {
    width: 100% !important;
    max-width: unset;
    display: flex;
    align-items: center
  }

  @media(max-width: 600px) {
    align-items: flex-start
  }
}

.first-footer-left-section {
  width: 50%;

  @media(max-width: 1000px) {
    width: 100%;
  }
}

.footer-form-title {
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.68px;
  margin-bottom: 20px;
}

.footer-form-subtitle {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
}

.footer-newsletter {
  @media (max-width: 1000px) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media (max-width: 600px) {
    align-items: flex-start
  }
}

.footer-newsletter form {
  position: relative;
  width: 100%;
  max-width: 586px;
  margin-bottom: 20px;
}

.footer-newsletter .main-dark-button {
  @media (max-width: 1000px) {
    width: 100%;
    max-width: 586px;
  }
}

.footer-newsletter form input, #spu-1150 input {
  border: 1px solid var(--dark-font-color);
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  transform: scale(0.9999);
  box-sizing: border-box;
  padding: 0 200px 0 42px;
  font-size: 18px;
  line-height: 111.111%;
  letter-spacing: 0.36px;
  color: var(--dark-font-color);

  @media (max-width: 1000px) {
    padding: 0 20px;
  }
}

.footer-newsletter form input::placeholder {
  color: var(--dark-font-color);
}

.footer-newsletter form input:focus, #spu-1150 input:focus {
  border: 1px solid var(--dark-font-color);
  background-color: var(--white);
}
 #mailpoet_form_1 .mailpoet_submit {
background-color: var(--dark-font-color);
    color: var(--white);
    transition: 0.3s;
    border-radius: 40px;
    padding: 14px 42px;
    text-align: center;
    font-family: PP Neue Montreal;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--dark-font-color);
    z-index: 1;
    letter-spacing: 0.64px;
    height: 50px;
    box-sizing: border-box;
    width: auto;
    padding-left: 50px !important;
    padding-right: 50px !important;
 }
.footer-newsletter form button, #spu-1150 button, #mailpoet_form_1 .mailpoet_submit {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50px;
  /* background-color: var(--dark-font-color); */
  height: 50px;
  padding: 14px 42px;
  color: var(--white);
  text-align: center;
  font-family: PP Neue Montreal;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.64px;
  text-transform: uppercase;

  @media (max-width: 1000px) {
    position: relative;
    margin-top: 20px;
  }
}

.footer-privacy-policy-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 580px;
}

.footer-privacy-policy-wrapper p,
.footer-privacy-policy-wrapper span {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
}

.footer-privacy-policy-wrapper p {
  margin-left: 5px;
}

.second-footer-section, .footer-copyright  {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 120px 0;
  box-sizing: border-box;
  position: relative;

  @media(max-width: 1200px) {
    padding: 60px 60px 0;
  }

  @media(max-width: 1000px) {
    flex-direction: column;
  }

  @media(max-width: 600px) {
    padding: 60px 20px 0;
  }
}

.footer-copyright  {
  font-size: 12px;
  
  @media(max-width: 600px) {
    padding: 20px 20px 0;
  }
}

.second-footer-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 120px;
  width: calc(100% - 240px);
  height: 1px;
  background-color: var(--dark-font-color);
}

@media(max-width: 1200px) {
  .second-footer-section::after {
    left: 60px;
    width: calc(100% - 120px);
  }
}

@media(max-width: 600px) {
  .second-footer-section::after {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.mc4wp-response {
  margin-top: 10px;
}

.footer-alarm-icon {
  margin-bottom: 40px;
  width: 148px;
  max-height: 99px !important;

  @media(max-width: 1000px) {
    margin-top: 38px;
  }
}


#mailpoet_form_1 .mailpoet_text{
	padding-left:20px !important;
}