

/*==============================MODALS==============================*/
.fancybox-close-small {
  display: none;
}

.modal {
  padding: 50px;
  width: 480px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.modal__input {
  margin-bottom: 20px;
}

.modal__button {
  padding: 20px 0;
  text-align: center;
}

.modal__button .btn:hover {
  color: #fff;
}

.modal__close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}

.modal__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--link-color);
}
