.footers{
    position:fixed;
    height:50px;
    background-color:red;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
}
.gont
{
    color:white;
}

.elem-button {
  display: inline-block;
  line-height: 1;
  background-color: #DB1313;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.elem-button2 {
  display: inline-block;
  line-height: 1;
  background-color: #db545a;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.elem-button-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  justify-content: left;
}
.elem-button {
  background-color: #23A455;
font-size: 0.9375rem;
border-radius: 60px;
padding-top: 15px;
padding-right: 35px;
padding-bottom: 15px;
padding-left: 35px;

}
