#section-04 .container .btns,
#section-27 .container .btns,
.sticky .btns {
  position: absolute;
  left: 50%;
  /* bottom: 13.2%; */
  translate: -50% 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 43.8571428571%;
  animation: poyon 2s infinite;
}

.sticky {
  position: fixed;
  bottom: 1vw;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sticky.show {
  opacity: 1;
  visibility: visible;
}

.sticky .btns {
  position: static;
  justify-content: space-between;
  margin: 0 auto;
  translate: none;
  animation: none;
}

#section-04 .container .btns {
  bottom: 13.2%;
  justify-content: space-between;
}

#section-27 .container .btns {
  top: 56.2%;
  justify-content: center;
}

#section-04 .container .btns .btn,
#section-27 .container .btns .btn,
.sticky .btns .btn {
  width: 49.1857%;
}

#section-27 .container .btns .btn:first-of-type {
  margin-right: 1.5%;
}

#section-27 .container .btns .btn:last-of-type {
  margin-top: 2%;
  width: 51.9543973941%;
}

@media screen and (max-width: 600px) {
  #section-27 .container .btns,
  #section-04 .container .btns,
  .sticky .btns {
    bottom: auto;
    flex-direction: column;
    width: 91.8666666667%;
  }

  #section-04 .container .btns {
    top: 25%;
  }

  #section-27 .container .btns {
    top: 44%;
  }

  .sticky {
    bottom: 3vw;
  }

  #section-27 .container .btns .btn,
  #section-04 .container .btns .btn,
  .sticky .btns .btn {
    width: 100% !important;
  }

  #section-04 .container .btns .btn:last-of-type {
    margin-top: 2.5%;
  }

  #section-27 .container .btns .btn:first-of-type {
    margin: 0;
  }

  #section-27 .container .btns .btn:nth-last-of-type(2) {
    margin-top: 2.5%;
  }

  #section-27 .container .btns .btn:last-of-type,
  .sticky .btns .btn:last-of-type {
    margin-top: 2%;
  }
}

.sticky {
  z-index: 10;
}
.tuikacta {
  position: relative;
}
.tuikacta .btn {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 29.57vw;
  z-index: 1;
}
@media screen and (max-width:600px) {
  .tuikacta .btn {
    width: 92%;
  }
}
