.flex {
  display: flex;
  flex-wrap: wrap;
}


/* google reviews */

.google-reviews {
  display: none;
  padding: 25px 35px;
  border-radius: 74px;
  margin: 0;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1200px) {
    .google-reviews {
        display: none!important;
    }
}
.google-reviews--contact {
    display: flex!important;
    border-left: 0px solid #ebebeb;
    width: 100% !important;
    padding: 25px 35px;
    border-radius: 74px;
    box-shadow: 0 0 10px #ddd;
    margin: 60px 0 0;
    max-width: 100%;
}
.google-reviews--contact .google-reviews__left {
    width: 20%;
}
.google-reviews--contact .google-reviews__img {
    max-width: 72px;
}
.google-reviews--contact .block-reviews__top {
    padding: 0 0 7px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-nav__wrap.fixed .google-reviews {
    max-width: 250px;
  }
  .google-reviews--fixed .block-info__p {
    font-size: 10px;
  }
}
.google-reviews__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1550px) {
  .google-reviews__left {
    width: 10%;
  }
}
.google-reviews__right {
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  padding: 0 0 0 10px;
  width: 80%;
}
.google-reviews__img {
  width: 100%;
  height: auto;
}
.google-reviews__img {
    max-width: 40px;
}
.google-reviews .block-reviews p {
    line-height: 18px;
}
@media (min-width: 992px) and (max-width: 1660px) {
  .google-reviews .block-reviews p {
    font-size: 10px;
  }
}
.block-reviews__top {
  display: flex;
  align-items: center;
}
.block-reviews__google {
  color: #141414;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}
.block-reviews__rating {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 6px 0 5px;
}
.block-reviews__stars {
  display: inline-block;
  max-width: 62px;
}

.block-info__p {
  color: #171717;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.72px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1500px) {
  .header .google-reviews {
    display: inline-flex;
  }
}


/* HELPER */

.helper {
  box-shadow: 0 0 10px #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  width: 100%;
  max-width: 345px;
  right: calc((100% - 1500px) / 2);
  z-index: 999;
  bottom: -520px;
  transition: bottom 0.35s ease-in-out;
}

@media (max-width: 1200px) {
  .helper {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .helper {
    right: calc((100% - 1200px) / 2);
  }
}

.helper.loaded {
  bottom: -464px;
}

.helper.active {
  bottom: 0;
}

.helper-toggler {
  cursor: pointer;
  background-color: #F9F9F9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 14px;
}
.helper-toggler__ring {
  background: url("../img/logo-sm.svg") center/contain no-repeat;
  display: inline-block;
  width: 40px;
  height: 30px;
}
.helper-toggler__txt {
  color: #B49C5E;
  display: inline-block;
  font: 600 15px/20px 'Montserrat';
  margin: 0 0 0 15px;
  text-transform: uppercase;
}
.helper-toggler__chevron {
  background: url("../img/chevron-down-ico.svg");
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: auto;
}
.helper-main {
  background-color: #ffffff;
  padding: 14px 18px 30px;
}
.helper-main-top {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
}

.helper-main__img {
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  width: 82px;
  height: 82px;
}
.google-reviews--helper {
  display: inline-flex;
  padding: 0!important;
}

.google-reviews__img--helper {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 20px!important;
  height: auto;
}
.block-info__p--helper {
  color: #171717;
  font-size: 10px!important;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  margin: 2px 0 0 2px;
}

.google-reviews__right--helper {
  padding: 0 0 0 22px!important;
  width: 100%;
}

.helper-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0;
}

.helper-list--contact {
  gap: 15px;
  margin: 30px 0 0;
}

.helper-list__item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  font: 400 15px/15px 'Montserrat';
  margin: 0 0 15px;
}

.helper-list__item:last-child {
  margin: 0;
}

.helper-list__item--contact {
  display: block;
  margin: 0;
  width: calc(33.3333% - 10px);
}

.helper-list__item--contact a {
  color: #141414;
  display: block;
  font: 400 14px/14px 'Montserrat';
  text-align: center;
  text-decoration: none;
}

.helper-list__icon {
  display: inline-block;
  background: url('../img/checkmark-ico.svg') center/contain no-repeat;
  width: 16px;
  height: 16px;
}

.helper-list__icon--contact {
  display: block;
  margin: 0 auto 10px;
  width: 32px;
  height: 32px;
}

.helper-list__icon--phone {
  background: url('../img/phone-ico.svg') center/contain no-repeat;
}
.helper-list__icon--message {
  background: url('../img/message-ico.svg') center/contain no-repeat;
}
.helper-list__icon--whatsapp {
  background: url('../img/whatsapp-ico.svg') center/contain no-repeat;
}

.helper-phone {
  color: #B49C5E;
  display: block;
  font: 700 32px/32px 'Montserrat';
  margin: 40px 0 0;
  text-align: center;
  text-decoration: none;
}

.pulse {
  animation-name: pulse;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
