* {
  margin: 0;
  padding: 0; }

.work-in-progress {
  background-image: url("img/bg-work-in-progress.jpg");
  position: absolute;
  top: 0;
  right: 0;
  width: 381px;
  height: 381px;
  z-index: -1; }

@media (max-width: 381px) {
  width: 100%;
  height: 100vw; }
@media (max-height: 381px) {
  width: 100vh;
  height: 100vh; }
.profectus-logo {
  width: 30%;
  margin: 0 auto 0;
  padding-top: 10%;
  min-width: 400px; }
  .profectus-logo img {
    width: 100%; }

.content {
  margin-bottom: 280px; }

.message {
  font-family: Arial;
  margin: 5% auto 0;
  font-size: 12pt;
  width: 50%;
  text-align: center;
  color: #3b4965; }
  .message a {
    color: #3b4965; }
    .message a:hover {
      text-decoration: none; }
  .message .contacts {
    margin: 5% 18% 0;
    font-size: 16pt; }

.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .bottom img {
    margin-bottom: -4px; }

@media (max-width: 1200px) and (min-width: 100px) {
  .message {
    width: 60%; } }
@media (max-height: 700px) {
  .bottom {
    bottom: auto; }

  .content {
    margin-bottom: 88px; } }
@media (max-width: 1000px) {
  .profectus-logo {
    padding-top: 381px; }

  .message {
    width: 60%; } }
@media (max-width: 1000px) and (max-height: 900px) {
  body {
    height: 600px; }

  .bottom {
    bottom: auto; } }

/*# sourceMappingURL=style.css.map */
