.s7d-terms-accept {
  position: fixed;
  background-color: #fff;
  color: #555;
  z-index: 999;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  bottom: -16px;
  left:0;
  right:0;
  max-width: 1000px;
  margin: 30px auto;
  align-items: center;
  justify-content: space-between;
  border: 1px solid hsla(0,0%,44%,.25);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
}


.st-r {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
  width: 30%;
  align-items: end;
}

.st-r a {
      padding: 8px 15px;
      background: #ba2627;
      color: #fbfcff;
      border-radius: 0;
      font-weight: 700;
      border: transparent;
      font-size: 12px;
      width: 150px;
      text-align:center;
      cursor: pointer;
      text-decoration: none;
      text-transform: uppercase;
}
.st-r a:hover {
  background:#8a1e1f
}

.finterm {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
}

.finterm input {
  margin-bottom:0;
  margin-right: 10px
}

.finterm button {
 background:#ba2627;
 border:none;
 color:#fff;
 height: 26px;
 border-radius: 4px
}

.st-l {
  transition:ease-in-out 0.6s;
}
.st-accept {
  margin-bottom: 10px
}
@media screen and (max-width: 900px){
  .s7d-terms-accept {
    flex-direction:column;
    text-align:center;
  }
  .s7d-terms-accept .st-r, .s7d-terms-accept .st-l {
    width: 100%;
    align-items:center;
    margin-left: 0;
  }
   .s7d-terms-accept .st-r {
     flex-direction:row;
   }
}

@media screen and (max-width: 400px)
   .s7d-terms-accept .st-r {
     flex-direction:column;
   }
}