.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("/assets/img/fsa22.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}


footer{
   position: relative;
  width: 100%;
  background: #f7f8fa;
  min-height: 300px;
  margin-top: 120px;
  padding: 80px 0;
}

footer .footer-logo img{
  width: 280px;
  margin-left: -15px;
}

footer .phone-main{
  
  padding:0;
}

footer .phone-main a{
  color: #555555;
}


footer .phone-main:before {
  display: none;
}

footer .phone-main a span,
footer .phone-main span{
  color:#2f2f2f;
}

footer .phone-sub{
  
  margin-top: 15px;
}

footer .phone-sub a{
  font-size: 20px;
    text-decoration: none;
    color: #555;
}

footer .phone-sub a span{
  font-size: 20px;
   font-weight: bold;
    color: #2f2f2f;
}

footer .messenger-sub {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;

  margin-top: 25px;
}


footer .messenger-sub a{
  display: block;
  width:32px;
  height: 32px;
}


footer .messenger-sub a img{
  width:100%;
}


footer .footer-inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


footer .schedule{
  margin: 30px 0;
}

footer .footer-col.m50{
  margin-top: 20px;
}

footer .footer-title{
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #7fc331;
  margin-bottom: 30px;
}

footer .payment-systems{
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: center;
}

footer .payment-systems a {
  display: block;
  width: 32px;
  height: 32px;
}


footer .payment-systems a.w50 {
  display: block;
  width: 50px;
}

footer .payment-systems a.w508 {
  display: block;
  width: 50px;
  margin-top: 8px;
}

footer .payment-systems a.w100 {
  display: block;
  margin-top: 20px;
  width: 100px;
}

footer .payment-systems a img{
  width: 100%;
}


footer .schedule-title{
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #7fc331;
  margin-bottom: 15px;
}

footer .schedule-content{
  font-size: 16px;
}

footer .footer-content ul {
  list-style: none;

  padding:0;
  margin: 0;
}

footer .footer-content ul li{
  display: block;
   margin-bottom: 15px;
}

footer .footer-content ul li a{
  color:#111;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #111;
  
 
}


.footer-subtext{
  width: 400px;
  font-size: 16px;
  line-height: 16px;
  margin: 30px 0;
}


.footer-text{
  font-size: 14px;
  font-weight: bold;
  margin-top: 60px;
}


  @media(max-width: 1024px){

  .footer-col{
    width:100%;
  }
  .footer-inner > div:first-child{
    order:5;
  }


  footer {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    min-height: 300px;
    margin-top: 250px;
    padding: 25px 20px;   
    }
 .footer-subtext {
    width: 85%;
    font-size: 16px;
    line-height: 16px;
    margin: 30px 0;
}

.footer-text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 60px;
    width: 60%;
    }


    footer .payment-systems {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
    width: 90%;
    margin: 30px 0;
    justify-content: center;
    }

}


@media(max-width: 600px){
      footer {
        position: relative;
        width: 100%;
        background: #f1f1f1;
        min-height: 300px;
        margin-top: 250px;
        padding: 40px 0;
    }

    .search input[type="text"]{
      margin-right: 0;
    }
}