

/* Start:/local/templates/mayoly2021/css/contacts.css?1751629339861*/
.contact {
  position: relative;
}

.contact-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.7s ease;
  overflow: hidden;
  z-index: 1;
}

.contact-preloader__circle {
  width: 50px;
  height: 50px;
  animation: rotation 1s linear infinite;
  border: solid 8px #005b90;
  border-left-color: transparent;
  border-radius: 50%;
}

.contact-preloader__text {
  height: 48px;
  color: #005b90;
  font-size: 24px;
  text-align: center;
}

.contact__map {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  z-index: 2;
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(359deg)
  }
}

.contacts-cont-item-email{
  width: 134px;
  height: 16px;
  margin: 3px 0 0 10px;
}
/* End */


/* Start:/local/templates/mayoly2021/components/custom/main.feedback/contacts/style.min.css?1751629339288*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
.grecaptcha-badge {
	display:none;
}
/* End */
/* /local/templates/mayoly2021/css/contacts.css?1751629339861 */
/* /local/templates/mayoly2021/components/custom/main.feedback/contacts/style.min.css?1751629339288 */
