body.path-feedback {
  background: url("../..//images/bg-feedback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 100vh;
}
body.path-feedback #block-header,
body.path-feedback .block-superfish > ul.menu,
body.path-feedback footer {
  display: none !important;
}
body.path-feedback #block-managment {
  transform: none;
}
body.path-feedback .region-primary-menu {
  width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  body.path-feedback .region-primary-menu {
    z-index: 100;
  }
}
body.path-feedback .layout-container {
  height: calc(var(--vh, 1vh) * 100);
}
body.path-feedback main {
  position: relative;
  top: calc(50% - 74px);
  transform: translateY(-50%);
  max-height: 500px;
  height: calc(var(--vh, 1vh) * 100 - 65px);
}
@media screen and (max-width: 980px) {
  body.path-feedback main {
    top: 65px;
    transform: none;
    max-height: none;
  }
}
body.path-feedback main .layout-content {
  position: relative;
  height: 100%;
}
body.path-feedback main .layout-content .region-content {
  position: relative;
  height: 100%;
}
body.path-feedback .region-content {
  position: relative;
}
body.path-feedback .region-content #block-clubmedtalents-content {
  position: relative;
  padding: 20px;
  margin-top: 0;
  height: 100%;
}
body.path-feedback .region-content .partial-content-entity-feedback-front-full-form {
  height: 0;
  overflow: hidden;
}
body.path-feedback .region-content .feedback-form-performance-header.step:not([style="display: block;"]) + .partial-content-entity-feedback-front-full-form {
  position: relative;
  height: 100%;
}
body.path-feedback .region-content .feedback-form-performance-header.step:not([style="display: block;"]) + .partial-content-entity-feedback-front-full-form .step {
  position: relative;
  height: 100%;
}
body.path-feedback .region-content .feedback-form-performance-header.step:not([style="display: block;"]) + .partial-content-entity-feedback-front-full-form .step.step6 > .form-wrapper {
  position: absolute;
  bottom: 31px;
  width: 100%;
  left: 0;
  height: auto;
}
body.path-feedback .region-content .feedback-form-performance-header.step:not([style="display: block;"]) + .partial-content-entity-feedback-front-full-form .buttons-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
body.path-feedback #block-clubmedtalents-branding {
  background-color: transparent;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  body.path-feedback #block-clubmedtalents-branding {
    background-color: #1E2643;
  }
}
body.path-feedback #block-clubmedtalents-branding .site-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.path-feedback .block-system-main-block {
  background-color: transparent;
  color: white;
}
body.path-feedback form {
  color: #1E2643;
}
body.path-feedback .buttons-container {
  text-align: center;
}
body.path-feedback button.next:disabled, body.path-feedback button.previous:disabled {
  opacity: 0.5;
}

/*
@include tablet() {
  body.path-feedback {
    .region-content>div {
      margin-top: 0;
      !*padding-top: 60px;*!
    }
  }
}

*/