.change-model_floatingButton {
  position: fixed;
  z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
  display: flex;
    flex-direction: row;
    justify-content: center;

  background: #fff;
  padding: 15px 0;
  box-shadow: 0px -2px 6px -2px rgb(0 0 0 / 20%);
}
.change-model_floatingButton a {
  font-size: 11px;
}

.change-model_floatingButton > div {
  width: 50%;
  max-width: 300px;
}
.change-model_floatingButton div.text-center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.change-model_floatingButton div.text-center a {
  min-width:88%;
  height: auto;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media all and (min-width: 1200px) {
	.change-model_floatingButton {
		left: 180px;
  }
	.change-model_floatingButton {
		width: calc(100% + -180px)
	}
}
@media all and (min-width: 768px) {
  .change-model_floatingButton a {
    min-width: auto;
    max-width: 392px;
    font-size: 16px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	.change-model_floatingButton a {
		font-size: 14px;
	}
}

.btn-pageTop {
  bottom: 80px !important;
}

@media all and (max-width: 492px) {
  .btn-pageTop {
    bottom: 95px !important;
  }
}
.footerElem {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .footerElem {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 492px) {
  .footerElem {
    margin-bottom: 80px;
  }
}
