@keyframes pulseBtn {
  0% {
      box-shadow: none
  }

  100% {
      box-shadow: 2px 2px 8px rgb(0 0 0/25%)
  }
}

.funnel-design-vertical-1 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50vh;
  padding-top: 110px;
}

.node--view-mode-full_integrated.integrated-vertical-1 {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.node--view-mode-full_integrated.integrated-vertical-1::before,
.node--view-mode-full_integrated.integrated-vertical-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: inset 0 8px 8px 0 rgba(0,0,0,.1);
}

.node--view-mode-full_integrated.integrated-vertical-1::after {
  top: auto;
  bottom: 0;
  box-shadow: inset 0 -8px 8px 0 rgba(0,0,0,.1);
}

.node--view-mode-full_integrated.integrated-vertical-1 .funnel-design-vertical-1 {
  height: 450px;
  padding-top: 0;

}

.node--view-mode-full_integrated.integrated-vertical-1 .funnel-design-vertical-1 .funnel-questions-wrapper {
  height: 450px;
  overflow: auto;
  padding: 0 0 55vh;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .node--view-mode-full_integrated.integrated-vertical-1 .funnel-design-vertical-1 {
    overflow-y: visible;
    padding-left: 90px;
    padding-top: 15px;
  }
}

.node--view-mode-full_integrated.integrated-vertical-1.integrated-expanded .funnel-design-vertical-1,
.node--view-mode-full_integrated.integrated-vertical-1.integrated-expanded,
.node--view-mode-full_integrated.integrated-vertical-1.integrated-expanded .funnel-questions-wrapper {
  height: 750px;
}

.funnel-design-vertical-1 .funnel-question {
  padding: 32px 20px 0;
  display: table;
  width: 100%;
}
.funnel-design-vertical-1 .funnel-question.short-question {
  pointer-events: none;
  cursor: initial;
}
@media screen and (min-width: 1600px) {
  .funnel-design-vertical-1 .funnel-question {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 20px;
  }

  .funnel-design-vertical-1 .funnel-question.short-question .funnel-form {
    box-shadow: 0 8px 8px rgb(0 0 0/10%);
    padding-bottom: 24px;
    transition: opacity .3s ease;
    position: relative;
  }
}

@media screen and (max-width: 1599px) {
  .funnel-design-vertical-1 .funnel-question.short-question {
    box-shadow: 0 8px 8px rgb(0 0 0/10%);
    padding-bottom: 24px;
    transition: opacity .3s ease;
    position: relative;
  }
}



@media screen and (min-width: 1024px) {

  .funnel-design-vertical-1 {
    padding-left: 90px;
  }

}

@media screen and (min-width: 1600px) {

  .funnel-design-vertical-1 {
    max-width: 1200px;
  }

}

@media screen and (min-width: 600px) and (max-width: 1599px) {
  .funnel-design-vertical-1 .funnel-question.short-question::before,
  .funnel-design-vertical-1 .funnel-question.short-question::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    background: var(--white);
  }

  .funnel-design-vertical-1 .funnel-question.short-question::after {
    left: auto;
    right: -10px;
  }
}

@media screen and (min-width: 1600px) {
  .funnel-design-vertical-1 .funnel-question.short-question .funnel-form::before,
  .funnel-design-vertical-1 .funnel-question.short-question .funnel-form::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -19px;
    width: 20px;
    height: 100%;
    background: var(--white);
  }

  .funnel-design-vertical-1 .funnel-question.short-question .funnel-form::after {
    left: auto;
    right: -20px;
  }
}

.funnel-design-vertical-1 .question-title > *{
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  transition: all .5s ease;
  text-align: left;
  margin: 0;
}

.funnel-design-vertical-1 .short-question .question-title  > * {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  font-variant-ligatures: none !important;
}

.funnel-form {
  display: table;
  width: 100%;
}

@media screen and (min-width: 1600px) {

  .funnel-design-vertical-1 .short-question .question-title  > * {
    font-size: 16px;
    line-height: 19px;
  }

}

.funnel-design-vertical-1 .question-title {
  margin-bottom: 16px;
  grid-column-start: 1;
}

@media (min-width: 1600px) {

  .funnel-design-vertical-1 .question-title > *{
    font-size: 30px;
    line-height: 36px;
    grid-column-start: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

  .funnel-design-vertical-1 .funnel-form {
    grid-column-start: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

}

.funnel-design-vertical-1 .input.radio,
.funnel-design-vertical-1 .input.checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 16px;
  position: relative;
  min-height: 48px;
  opacity: 1;
  box-shadow: 2px 2px 8px rgba(0,0,0,.25);
  background-color: var(--white);
  margin-bottom: 8px;
  cursor: pointer;
  transition: opacity .3s ease,height .5s ease;
  width: 100%;
}

.funnel-design-vertical-1 .input.radio label,
.funnel-design-vertical-1 .input.checkbox label {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  margin: 0;
  text-transform: unset;
  font-weight: 600;
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 5px 45px 5px 20px;
  color: #333333;
}

.funnel-design-vertical-1 .input.radio input,
.funnel-design-vertical-1 .input.checkbox input {
  display: none;
}

.funnel-design-vertical-1 .input.checkbox label {
  padding-right: 50px;
}

.funnel-design-vertical-1 .input.textfield {
  position: relative;
}

.funnel-design-vertical-1 .short-question .input.textfield {
  margin-bottom: 5px;
}

.funnel-design-vertical-1 .input.textfield input:not([type="submit"]),
div.funnel-design-vertical-1 .webform-submission-form input[type="text"],
div.funnel-design-vertical-1 .webform-submission-form input[type="tel"],
div.funnel-design-vertical-1 .webform-submission-form input[type="date"],
div.funnel-design-vertical-1 .webform-submission-form input[type="time"] {
  font-size: 16px;
  height: 48px;
  width: 100%;
  border-radius: 24px;
  border: 2px solid;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease;
  background-color: #f5f5f5;
  box-shadow: none;
}

div.funnel-design-vertical-1 .form-type-datetime > div {
  width: 100%;
}

div.funnel-design-vertical-1 .form-type-datetime .form-item:last-child {
  margin: 0;
}

.funnel-design-vertical-1 .input.textfield input:not([type="submit"]):focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="text"]:focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="tel"]:focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="date"]:focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="time"]:focus {
  outline: none;
}

.funnel-design-vertical-1 .webform-submission-form .form-actions {
  margin: 0;
  position: relative;
}

div.funnel-design-vertical-1 .webform-submission-form input[type="text"]:focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="tel"]:focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="date"]:focus,
div.funnel-design-vertical-1 .webform-submission-form input[type="time"]:focus {
  border-bottom: 2px solid transparent;
}

div.funnel-design-vertical-1 .webform-submission-form label {
  display: none;
}

.funnel-design-vertical-1 .input.textfield input[type="submit"],
.funnel-design-vertical-1 .webform-submission-form .form-actions input[type="submit"] {
  position: absolute;
  height: 48px;
  width: 125px;
  padding: 0 32px;
  border-radius: 24px;
  right: 0;
  bottom: 0;
  margin: 0;
  background: var(--main-color);
}

.funnel-design-vertical-1 .webform-submission-form .form-item {
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}

.funnel-design-vertical-1 .webform-submission-form .form-actions input[type="submit"] {
  top: -65px;
}

.funnel-design-vertical-1 .webform-submission-form .form-actions input[type="submit"]:hover {
  background-color: var(--main-color);
}

.funnel-design-vertical-1 .webform-submission-form .form-item-terms-conditions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.funnel-design-vertical-1 .webform-submission-form {
  grid-column-start: 1;
}

.funnel-design-vertical-1 .webform-submission-form input.form-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #313131;
  flex-shrink: 0;
}

.funnel-design-vertical-1 .webform-submission-form input.form-checkbox:checked{
  border-color: var(--main-color);
  background: var(--main-color);
}

.funnel-design-vertical-1 .webform-submission-form input.form-checkbox:checked:before {
  content: '';
  width: 6px;
  height: 12px;
  position: absolute;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}

.funnel-design-vertical-1 .webform-submission-form .form-item-terms-conditions .description{
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 1600px) {

  .funnel-design-vertical-1 .input.radio label,
  .funnel-design-vertical-1 .input.checkbox label {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    height: 64px;
  }

  .funnel-design-vertical-1 .input.radio,
  .funnel-design-vertical-1 .input.input.checkbox {
    height: 64px;
  }

}

.funnel-design-vertical-1 .funnel-question.short-question .input.radio:not(.selected),
.funnel-design-vertical-1 .funnel-question.short-question .input.checkbox:not(.selected) {
  height: 0;
  min-height: 0;
  opacity: 0;
  margin: 0;
}

.funnel-design-vertical-1 .input.checkbox.check-fake {
  width: 100%;
  display: none;
}

.funnel-design-vertical-1 .funnel-question.short-question .input.checkbox.check-fake {
  display: flex;
  opacity: 1;
  height: 48px;
  margin-bottom: 8px;
}

@media (min-width: 1600px) {
  .funnel-design-vertical-1 .funnel-question.short-question .input.checkbox.check-fake {
    height: 64px;
  }
}

.funnel-design-vertical-1 .funnel-question.short-question input[type="submit"]  {
  opacity: 0;
  margin: 0;
  height: 0;
  padding: 0;
}

.funnel-design-vertical-1 .funnel-question.short-question .textarea input[type="submit"]  {
  opacity: 0;
  height: 0;
  margin: 0;
}


.funnel-design-vertical-1 .funnel-question.short-question .input.selected {
  min-height: 48px;
  opacity: 1;
  animation: pulseBtn 1s cubic-bezier(.36,.07,.19,.97);
}

@media screen and (min-width: 1600px) {

  .funnel-design-vertical-1 .funnel-question.short-question .input.selected {
    height: 64px;
  }

}

.funnel-design-vertical-1 .input.radio label:before,
.funnel-design-vertical-1 .input.checkbox label:before {
  content: '';
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #313131;
}

.funnel-design-vertical-1 .input.checkbox label:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.funnel-design-vertical-1 .input.radio label:after {
  content: '';
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background-color: var(--main-color);
  opacity: 0;
}

.funnel-design-vertical-1 .input.checkbox input {
  display: none;
}

.funnel-design-vertical-1 .input.checkbox input:checked + label:before,
.funnel-design-vertical-1 .input.checkbox.check-fake label:before {
  border-color: var(--main-color);
  background: var(--main-color);
}

.funnel-design-vertical-1 .input.checkbox input:checked + label:after,
.funnel-design-vertical-1 .input.checkbox.check-fake label:after {
  content: '';
  width: 6px;
  height: 12px;
  position: absolute;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
  right: 26px;
  top: calc(50% - 8px);
}

.funnel-design-vertical-1 .input.radio.selected label:before{
  border-color: var(--main-color);
  background: var(--white);
}

.funnel-design-vertical-1 .input.radio.selected label:after{
  opacity: 1;
}

.funnel-design-vertical-1 .funnel-form input[type="submit"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 175px;
  border-radius: 20px;
  border: none;
  background-color: var(--main-color);
  color: var(--white);
  box-shadow: 2px 2px 8px rgba(0,0,0,.25);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  transition: opacity .3s ease;
  margin-top: 8px;
  margin-bottom: 6px;
  float: right;
}

.funnel-design-vertical-1 .funnel-form .messages-box,
.funnel-design-vertical-1 .webform-submission-form .inline-error {
  color: var(--main-color);
  font-size: 14px;
  width: 100%;
  order: -1;
}

.funnel-design-vertical-1 .webform-submission-form .form-item-terms-conditions .inline-error {
  order: 1;
}

.funnel-design-vertical-1 .funnel-form textarea {
  padding: 10px;
  border-radius: 16px;
  outline: none;
  box-shadow: 2px 2px 8px rgba(0,0,0,.25);
  border-color: transparent;
}

.funnel-design-vertical-1 .funnel-form textarea:hover {
  border-color: transparent;
}

.funnel-design-vertical-1 .funnel-form .error-input {
  border-color: var(--main-color);
}

.funnel-design-vertical-1 .funnel-heading {
  grid-column-start: 1;
}

.funnel-design-vertical-1 .short-question .funnel-heading {
  display: none;
}

.funnel-design-vertical-1 .funnel-bottom-text {
  margin: 16px auto 0;
  width: 58px;
  min-height: 58px;
  max-height: 100px;
  background-color: #3dac69;
  display: none;
  padding: 16px 20px;
  border-radius: 16px;
  align-items: center;
}

.funnel-design-vertical-1 .funnel-question-extras {
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}

.funnel-design-vertical-1 .answered .funnel-bottom-text {
  display: flex !important;
}

.funnel-design-vertical-1 .funnel-bottom-text > * {
  display: none;
  margin: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  width: 100%;
}

@media screen and (min-width: 1600px) {

  .funnel-design-vertical-1 .funnel-bottom-text-wrapper {
    align-self: end;
    width: 100%;
  }

  .funnel-design-vertical-1 .funnel-bottom-text {
    margin-top: 0;
    margin-bottom: 7px;
    align-items: center;
  }

  .funnel-design-vertical-1 .funnel-bottom-text * {
    font-size: 16px;
    line-height: 19px;
  }
}

.funnel-design-vertical-1 .funnel-bottom-text::before {
  content: url(/sites/be/files/flmngr/funnel_themes/vertical_1/bulb.svg);
  margin-right: 8px;
  transition: all .3s ease .6s;
  width: 16px;
  height: 24px;
}

.funnel-design-vertical-1 .funnel-bottom-text::after {
  content: url(/sites/be/files/flmngr/funnel_themes/vertical_1/light.svg);
  position: absolute;
  width: 16px;
  height: auto;
  opacity: 0;
  transition: opacity .3s ease .6s;
}

.funnel-design-vertical-1 .funnel-bottom-text.show-tip::after {
  opacity: 1;
}

.funnel-design-vertical-1 .funnel-bottom-text.show-tip {
  opacity: 1;
  width: 100%;
  transition: opacity .3s ease,width .3s ease .3s;
}

@media screen and (min-width: 1600px) {
  .funnel-design-vertical-1 .short-question .funnel-bottom-text.show-tip {
    margin-bottom: 30px;
  }
}

.funnel-design-vertical-1 .funnel-progress-bar {
  width: calc(100%);
  z-index: 2;
  top: 80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  max-width: 600px;
  background: white;
  height: 55px;
  padding: 15px 20px 10px;
}

.node--view-mode-full_integrated.integrated-vertical-1 .funnel-design-vertical-1 .funnel-progress-bar {
  position: sticky;
  top: 0;
}

.funnel-design-vertical-1 .funnel-progress-bar-labels {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
}

.funnel-design-vertical-1 .funnel-progress-bar-labels li {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  width: calc((100%/3) - 8px);
}

.funnel-design-vertical-1 .funnel-progress-bar-labels-wrapper {
  width: calc(100% - 31px);
}

@media screen and (min-width: 1024px) {
  .funnel-design-vertical-1 .funnel-progress-bar {
    top: 110px;
    right: unset;
    left: unset;
    margin: 0 auto;
    position: fixed;
    max-width: 560px;
  }

  .funnel-design-vertical-1 .funnel-progress-bar-labels {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    overflow: visible;
    padding: 0;
    height: calc(60%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .funnel-design-vertical-1 .funnel-progress-bar-labels li {
    width: auto;
    text-align: right;
    direction: rtl;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    gap: 5px;
  }

  .funnel-design-vertical-1 .funnel-progress-bar-labels-wrapper {
    position: absolute;
    width: auto;
    height: 100%;
    right: 60px;
  }

  .funnel-design-vertical-1 .funnel-progress-bar-labels li:last-child {
    padding-right: 0;
  }

  .funnel-design-vertical-1 .funnel-progress-bar-labels li.step-completed:before {
    content: " ";
    background: var(--main-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    order: 1;
  }

  .funnel-design-vertical-1 .funnel-progress-bar-labels li.step-completed:after {
    content: " ";
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    width: 10px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 5px;
    z-index: 1;
    transform: rotate(315deg);
  }

  .node--view-mode-full_integrated.integrated-vertical-1 .funnel-design-vertical-1 .funnel-progress-bar {
    position: absolute;
    top: 0;
    height: 100%;
  }

}

.funnel-design-vertical-1 .time-bar {
  overflow: hidden;
  position: relative;
  width: calc(100% - 31px);
  height: 8px;
  border-radius: 4px;
  background-color: rgba(255,0,51,.1);
  margin-top: 8px;
}

.funnel-design-vertical-1 .time-bar-increment {
  position: absolute;
  width: 0%;
  max-width: 100%;
  height: 8px;
  background-color: var(--main-color);
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 1023px) {

  .funnel-design-vertical-1 .time-bar-increment {
    height: 8px !important;
  }

}

.funnel-design-vertical-1 .time-bar-count {
  position: absolute;
  bottom: 8px;
  right: 22px;
  font-size: 12px;
  line-height: 14px;
}

.funnel-design-vertical-1 .time-bar::before, .funnel-design-vertical-1 .time-bar::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  background-color: var(--white);
  top: 0;
  left: calc((100%/3) - 5px);
}

.funnel-design-vertical-1 .time-bar::after {
  left: calc((100%/3) * 2 - 3px);
}

@media screen and (min-width: 1024px) {

  .funnel-design-vertical-1 .funnel-progress-bar {
    width: 90px;
    height: calc(100vh - 75px);
    top: 90px;
    display: flex;
    flex-direction: column;
    z-index: 0;
    padding-right: 0;
    transform: translateX(0);
    position: fixed;
    right: calc(50% + 213px);
    z-index: 0;
  }

  .funnel-design-vertical-1 .time-bar {
    left: 0;
    width: 8px;
    height: 100%;
    margin: 0 auto;
  }

  .funnel-design-vertical-1 .time-bar-increment {
    width: 8px !important;
    height: 0%;
  }

  .funnel-design-vertical-1 .time-bar-count {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 32px;
    top: calc(100% - 50px);
    right: 63px;
  }

  .funnel-design-vertical-1 .time-bar::before, .funnel-design-vertical-1 .time-bar::after {
    height: 15px;
    left: 0;
    top: calc((100%/3) - 10px);
  }

  .funnel-design-vertical-1 .time-bar::after {
    top: calc((100%/3) * 2 - 5px);
  }

}

@media screen and (min-width: 1600px) {

  .funnel-design-vertical-1 .funnel-progress-bar {
    right: calc(50% + 513px);
  }

}

.funnel-header-block {
  background: white;
  position: fixed !important;
  z-index: 3;
  width: 100%;
  top: 0;
  height: auto;
}

.funnel-header-block img{
  max-height: 100%;
}

@media screen and (min-width: 1024px) {
  .funnel-header-block {
    height: auto;
  }
}

.user-logged-in.page-node-type-funnel .block-local-tasks-block .tabs li {
  z-index: 99;
}

.funnel-design-vertical-1 .funnel-embedded-offer {
  grid-column-start: 2;
  align-self: end;
  margin: 10px 0;
  width: 100%;
  transition: 0.1s all ease-in;
  transform: scaleY(1)
}

.funnel-design-vertical-1 .short-question .funnel-embedded-offer {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

@media screen and (min-width: 1600px) {
  .funnel-design-vertical-1 .short-question .funnel-embedded-offer {
    transform: scaleY(0);
  }
}

div.funnel-footer-block {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f5f5f5;
  width: 100%;
}

div.funnel-footer-block ul {
  display: flex;
  gap: 8px;
  padding: 12px 8px;
  justify-content: center;
}

div.funnel-footer-block a {
  font-size: 13px;
  line-height: 16px;
  text-decoration: underline;
  color: #636466;
  margin-right: 8px;
}

@media (min-width: 365px) {
  div.funnel-footer-block ul {
    padding: 12px 16px;
  }
  div.funnel-footer-block a {
    font-size: 13px;
    line-height: 16px;
    margin-right: 16px;
  }

}

@media (min-width: 640px) {
  div.funnel-footer-block {
    position: fixed;
    left: auto;
    right: 0;
    border-radius: 16px 0 0 0;
    width: auto;
  }
  div.funnel-footer-block ul {
    padding: 12px 32px;
  }
}


.offer-dialog {
  border-radius: 15px;
}

.offer-dialog .privacy-policy-popup{
  padding: 75px 150px 100px 75px;
}

@media screen and (max-width: 767px) {

  .offer-dialog .privacy-policy-popup{
    padding: 65px 20px;
  }

}

.offer-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  outline: none;
}

.offer-dialog .ui-dialog-titlebar.ui-widget-header {
  padding: 0;
  border: none;
}

.offer-dialog .ui-dialog-titlebar-close {
  margin: 10px 10px 0 0;
  right: 0;
}

.offer-dialog h2 {
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  font-size: 28px;
  line-height: 33px;
}

@media screen and (max-width: 767px) {

  .offer-dialog h2 {
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 10px;
  }

}

.offer-dialog a {
  color: var(--main-color);
}

.offer-dialog p {
  font-size: 15px;
}

.offer-dialog ul {
  font-size: 15px;
  list-style: none;
  padding-inline-start: 40px;
  margin: 15px 0;
}

.offer-dialog ul > li {
  text-indent: -10px;
}

.offer-dialog ul > li::before {
  content: "-";
  margin-right: 3px;
}

.offer-dialog .ui-dialog-titlebar.ui-widget-header {
  z-index: 1;
}


.offer-dialog .funnel-popup{
  padding-top: 0;
}

.ui-button .ui-icon,
.ui-button:hover .ui-icon{
  background-image: url(/sites/be/files/flmngr/funnel_themes/vertical_1/close.svg) !important;
  background-position: 0 0;
  background-size: 100%;
  height: 24px;
  margin-left: -16px;
  width: 24px;
}