/*
Theme Name:         Zdorovy Ruh
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            75a05b0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
.newland-button {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 400px;
  width: 100%;
  padding: 5px;
}

@media (max-width: 760px) {
  .page-template-page-newlanding .reviews__container-button.newland-button {
    text-align: center;
  }

  .page-template-page-newlanding .form-feedback {
    max-width: 340px !important;
    position: fixed;
    top: 30px;
    max-height: 700px;
    height: 100%;
    overflow: scroll;
  }

  .page-template-page-newlanding textarea {
    max-height: 100px;
  }
}

.mt80 {
  margin-top: 80px !important;
}

@media (max-width: 760px) {
  .mt80 {
    margin-top: 0px !important;
  }
}

.nf-form-content input[type="email"] {
  color: rgba(1, 1, 1, 0.48);
}


.buttonCall {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
}

.buttonCall__wrap-span {
  padding: 8px;
  margin: 24px 24px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  width: 66px;
  height: 66px;
}

.buttonCall__wrap-span span {
  position: absolute;
  display: block;
  margin: 6px -15px;
}

.buttonCall_text {
  right: 80px;
  position: relative;
  bottom: -36px;
  width: 45px;
  display: block;
  color: rgb(123, 81, 157);
}

.buttonCall__wrap img {
  max-width: 60px;
  right: 28px;
  position: relative;
  bottom: 20px;
}

.buttonCallBorder {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 16px;
  width: 82px;
  height: 82px;
  background-color: rgb(123, 81, 157);
  border-radius: 50%;
  transform: scale(0.85);
  animation: pulse 1.5s ease-in-out infinite;
  z-index: 10;
  opacity: 1;
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}

.buttonCallLine {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 9px;
  width: 96px;
  height: 96px;
  background-color: transparent;
  border: 1px solid rgb(123, 81, 157);
  border-radius: 50%;
  transform: scale(0.85);
  animation: pulseLine 1.5s ease-in-out infinite;
  z-index: 10;
  opacity: 0.3;
}

@keyframes pulseLine {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1.2);
  }
}
