body {
  font-size: 14px;
}
/* Menu */
#menu-btn {
  position: fixed;
  z-index: 11;
  right: 5%;
  top: 15px;
  height: 30px;
  cursor: pointer;
  display: inline;
  transition: .2s;
}
#menu-btn:active, #close-btn:active {
  transform: scale(.9);
}
/* Menu */
menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 85%;
  height: 100%;
  max-width: 310px;
  padding: 40px;
  z-index: 12;
  transition: .5s;
  overflow: hidden;
  margin: 0;
  display: block;
}
menu a.link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-size: 1em;
}
menu a.link:first-of-type {
  margin-top: 40px;
}
menu .social-links {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
}
menu a.link:hover {
  color: #2B96D9 !important;
}
menu .social-links a {
  margin-right: 15px;
}
menu .social-links a img {
  height: 24px;
}
menu .social-links a:last-of-type {
  margin-right: 0;
}
#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  transition: .2s;
}
body, section, header, footer, main {
  min-width: 0;
}
form .row {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
}
form .half, form .third {
  width: 100%;
}
input, textarea, select {
  font-size: .9em;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  width: 50px;
  min-width: 0;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
}
form button {
  width: 100%;
  margin-bottom: 10px;
}
input, textarea, select {
  font-size: .9em;
}
.modal {
  min-width: 100%;
}