/* blocks */
/* --------------------
* Footer
* -------------------- */
.fixedBtn {
  bottom: 10px;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 100;
}

.fixedBtn .fixedBtn__link {
  background-color: #D9C2AB;
  border-radius: 32px;
  color: #283C50;
  display: block;
  font-size: 18px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  width: 363px;
}

@media print, screen and (min-width: 769px) {
  .fixedBtn {
    bottom: 20px;
    right: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .fixedBtn .fixedBtn__link {
    font-size: 17px;
    height: 71px;
    line-height: 71px;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 332px;
  }
  .fixedBtn .fixedBtn__link:hover {
    opacity: 0.7;
  }
}
