 /* CONTACT */

 footer{
  background-color: #fff;
  background-image: url('../image/tlo_footer.webp');
  background-size: 120%;
  background-position: center top;
  padding-top: 80px;
}

@media screen and (max-width: 992px) {
  footer{
    background-size: cover;
  }
}
footer .container{
  background-image: url('../image/logo_footer.webp');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

.footerInput{
  display: block;
  width: 100%;
  padding: 12px 24px;
  line-height: 1;
  font-size: 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  border: none !important;
}



.footerTextarea{
  width: 100%;
  padding: 12px 24px;
  line-height: 1;
  font-size: 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  border: none !important;
}

p.textZgoda{
  color: white;
  font-size: 10px;
  line-height: 1.1;
}

p.kontakt{
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}

p.firma{
  font-weight: 600;
  font-size: 18px;
}

p.adres a{
  font-weight: 600;
}

.socials{
  margin-bottom: 32px;
}

.socials a img{
  display: inline-block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 16px;
}

#wyslij, #spin-button{
  border: 2px solid white;
  color: white;
  background-color: transparent;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  border-radius: 21px;
  cursor: pointer;
  transition: 0.3s;
}

#wyslij:hover{
  background-color: #fff;
  color: #FFB12D;
}


#wiadomosc {
  resize: none;
}

.toast-message{
  color: white !important;
}

.fixedButtons{
    position: fixed;
    bottom: 0; 
    right: 0;
    text-align: right;
    z-index: 1039;
    display: flex;
    justify-content: flex-end;
    align-items: center;
   }
  
  .fixedButtons a{
    display: inline-flex;
    
    text-decoration: none;
    border-radius: 30px;
   
    margin: 0 8px 8px 0;
    justify-content: center;
    align-items: center;
    box-shadow: 4px -1px 10px rgba(116, 41, 158, 0.2);
   
  
  }



  .fixedButtons a img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    stroke: #fff;
    fill: #fff;
    color: white;
    transition: 0.25s;
    
  }

  .fixedButtons a:hover img{
    transform: scale(1.15);
  }
  
  #zadzwonDoNas{
   background-color: #01CB01;
   height: 60px;
   width: 60px;
   
  }
  #napiszDoNas{
    background: linear-gradient(60deg, #4B32A3 0,  rgba(109,0,169,1) 10%, rgba(29,142,142,1) 100%);

    
    color: #fff !important;
    width: auto;
    padding: 0 16px;
    height: 44px;
    
    
   }

   #napiszDoNas img{
    width: 30px;
    height: 30px;
   }
   
   #napiszDoNas p{
    /* color: #9C50C0; */
    color: white;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 12px;
   }
  
  
  
  @media only screen and (max-width: 991px){
  .fixedButtons a, #napiszDoNas, #zadzwonDoNas {
    width: 50px;
    height: 50px;
  }
  
  #napiszDoNas p{
    display: none;
  }
  
  .fixedButtons a img{
    width: 33px;
    height: 33px;
  
  }
  }