/*
Theme Name: Ankieta Electrolux
Author: Studio Inferno
Author URI: https://www.behance.net/tomekplonka
Version: 1.0
*/

@font-face {
  font-family: "ElectroluxBold";
  src: url("./assets/fonts/Electrolux-Sans-Bold.otf") format("opentype");
}

@font-face {
  font-family: "ElectroluxLight";
  src: url("./assets/fonts/Electrolux-Sans-Light.otf") format("opentype");
}

@font-face {
  font-family: "ElectroluxSemibold";
  src: url("./assets/fonts/Electrolux-Sans-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "ElectroluxThin";
  src: url("./assets/fonts/Electrolux-Sans-Thin.otf") format("opentype");
}

@font-face {
  font-family: "ElectroluxSans";
  src: url("./assets/fonts/Electrolux-Sans.otf") format("opentype");
}

body,
body * {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #f5f8f9;
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-container {
  width: 1436px;
  margin: 0 auto;
}

.page-header {
  height: 648px;
  background-size: 1920px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.page-header::before {
  content: "";
  inset: 0;
  background: linear-gradient(260.58deg,
      rgba(0, 0, 0, 0) 37.97%,
      rgba(0, 0, 0, 0.5) 63.73%);
  position: absolute;
}

.logo {
  position: relative;
  z-index: 1;
  padding: 105px 0 130px;
  display: block;
}

.page-container-heading {
  font-family: "ElectroluxSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  position: relative;
  margin: 0 0 20px;
}

.page-container-desc {
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1;
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  max-width: 50%;
}

.page-container-legal {
  font-family: "ElectroluxSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #041e50;
  margin: 0;
  padding: 42px 0;
  font-size: 16px;
}

.ays-survey-container .ays-survey-section {
  display: block;
}

.ays-survey-question-title b{display:none}

.ays-survey-section-questions {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 2800px;
  counter-reset: items;
  gap: 20px;
  transition: height 0.01s;
  overflow:hidden;
}

div[id*="ays-survey-container"][data-theme="minimal"].ays-survey-container .ays-survey-question {
  margin: 0 !important;
  border-radius: 12px !important;
  padding: 60px 75px !important;
}

div[id*="ays-survey-container"][data-theme="minimal"].ays-survey-container .ays-survey-question:not(.ays-has-error) {
  border: 1px solid #dfe7ea !important;
}

.ays-survey-question {
  width: calc(50% - 10px);
}

.ays-survey-sections .ays-survey-question[data-required="false"] {
  display:none;
}

.ays-survey-question::before {
  counter-increment: items;
  content: counter(items) !important;
  width: 46px;
  height: 46px;
  border: 1px solid #041e50;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 26px;
  font-family: "ElectroluxBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #041e50;
  margin-bottom: 40px;
}

.ays-survey-container .ays-survey-question-header p {
  margin: 0;
  font-size: 24px;
  font-family: "ElectroluxSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #041e50 !important;
}

.ays-survey-question-description p {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.ays-survey-container .ays-survey-question-required-icon {
  font-size: 24px !important;
  color: inherit;
  margin: 0;
  padding: 0 !important;
  line-height: 0;
  position: relative !important;
  top: 4px;
}

.ays-survey-promote-survey-content{
  display: none;
}

.ays-survey-question:last-child {
  order:2 !important;
}

.ays-survey-question.rate input[type="radio"] {
  display: none !important;
}

.ays-survey-question.rate .ays-survey-answer.ays-survey-answer-grid {
  width: auto;
}

.ays-survey-container .ays-survey-answer.ays-survey-answer-grid {
  max-width: 100%;
  width: 100%;
}

.inline-box {
  height: 383px;
  background-size: 708px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #dfe7ea;
  border-radius: 12px;
  break-inside: avoid;
  order: 1;
  overflow: hidden;
  padding: 60px 80px 80px;
}

.inline-box-text {
  font-family: "ElectroluxSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.inline-box::before {
  content: "" !important;
  inset: 0;
  background: rgb(0 0 0 / 30%);
  position: absolute;
  display: block !important;
}

.inline-box-logo {
  position: relative;
  z-index: 1;
  width: 200px;
}

.ays-survey-question-select-conteiner {
  position: relative;
  display: inline-block;
}

.ays-survey-question-select-conteiner select {
  width: 100% !important;
  padding: 0.5rem 2rem 0.5rem 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ays-survey-question-select-conteiner select option:hover {
  color: white;
  background-color: #041e50;
}

#survey.ui-selectmenu-text {
  color: #7A8A9C;
}

#survey .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  border-color: #dfe7ea;
  font-size: 20px;
  padding: 15px 20px;
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #041e50;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #fff;
}

#survey .ui-button .ui-icon {
    background-image: url(https://srv64351.seohost.com.pl/ankieta-electrolux/wp-content/uploads/2025/04/Polygon.png);
    width: 20px;
    height: 20px;
    pointer-events: none;
    color: #7A8A9C;
    font-size: 20px;
    z-index: 1;
    background-position: 50% 50%;
    transform: rotate(180deg);
    transition: transform 300ms;
    top:3px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 14px 20px;
  font-size: 20px;
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active,
.ui-selectmenu-menu .ui-widget-header .ui-state-active,
.ui-selectmenu-menu a.ui-button:active,
.ui-selectmenu-menu .ui-button:active,
.ui-selectmenu-menu .ui-button.ui-state-active:hover {
  border: 1px solid #041E50;
  background: #041E50;
  font-weight: normal;
  color: #ffffff;
}
span.ays-survey-answer-clear-selection-text.ays-survey-button {
  display: none !important;
}
.ays-survey-section-header.ays-survey-minimal-theme-header {
    /* display: none; */
    font-size: 32px;
    text-align: center;
    background: transparent !important;
}

.ays-survey-thank-you-page {
    color: #041E50 !important;
      font-family: "ElectroluxSemibold";
}
#survey .ui-selectmenu-button.ui-button[aria-expanded="true"] .ui-icon {
  transform: rotate(0deg);
}

#survey .ui-state-hover .ui-icon, #survey .ui-state-focus .ui-icon, #survey .ui-button:hover .ui-icon, #survey .ui-button:focus .ui-icon {
    background-image: url(https://srv64351.seohost.com.pl/ankieta-electrolux/wp-content/uploads/2025/04/Polygon.png);
}


.ui-selectmenu-menu .ui-widget.ui-widget-content {
    box-shadow: 2px 2px 20px 0px #0000001A;
    border: none;
}

.ays-survey-container .rate .ays-survey-answer-label.ays-survey-answer-label-grid {
  width: 41px;
  height: 41px;
  border: 1px solid #dfe7ea;
  display: flex;
  justify-content: center !important;
  align-items: center;

  border-radius: 50%;
}

.rate label.ays-survey-answer-label.ays-survey-answer-label-grid span {
  font-size: 19px !important;
  color: #041e50 !important;
}

.rate label.ays-survey-answer-label.ays-survey-answer-label-grid.active {
  border: 1px solid #041e50;
  background-color: #041e50;
}

.rate label.ays-survey-answer-label.ays-survey-answer-label-grid.active span {
  color: white !important;
}

.ays-survey-container .ays-survey-answer-label-content>span {
  margin-left: 0 !important;
}

.ays-survey-answer {
  padding: 8px 14px 8px 0;
}

#survey input.ays-survey-minimal-theme-textarea-input,
#survey select.ays-survey-question-select-conteiner-minimal {
  border-color: #dfe7ea !important;
  font-size: 20px;
  padding: 15px 20px !important;
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #041e50;
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#survey select.ays-survey-question-select-conteiner-minimal option {
  font-size: 20px;
  padding: 15px 20px !important;
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #041e50;
  border-radius: 0 !important;
}

.ays-survey-answer-label-content>span {
  font-size: 24px !important;
  color: #041e50 !important;
  font-family: "ElectroluxSans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ays-survey-answer-label input {
  color: #041e50;
  zoom: 1.8;
  position: relative;
  margin: 0 10px 0 0;
  accent-color: #041e50;
}

.ays-survey-container .ays-survey-question-box.ays-survey-question-box-text-types-short {
  max-width: 100%;
}

.ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content .ays-survey-section-button {
  font-family: "ElectroluxSemibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
  font-size: 20px !important;
  background-color: #041e50 !important;
  color: #fff !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  padding: 18px 50px !important;
  border: none !important;
}

.ays-survey-section-buttons {
  display: flex;
  justify-content: space-between;
}

#ays-survey-container-1-67fc1eaf9b43e .ays-survey-section-buttons {
  margin-top: 10px;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

.ays-survey-container .ays-survey-section-buttons .ays-survey-section-button-container {
  margin-right: 0;
  box-shadow: none;
}

.clear-link {
  font-family: "ElectroluxSemibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  background-color: #fff;
  color: #041e50;
  border-radius: 6px;
  padding: 18px 50px;
  border: 1px solid #dfe7ea;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
}

.clear-link.active {
  opacity: 1;
  visibility: visible;
}

.ays-survey-sections {
  padding-bottom: 100px;
}

@media (max-width: 1440px) {
  .page-container {
    width: 1200px;
  }

  div[id*="ays-survey-container"][data-theme="minimal"].ays-survey-container .ays-survey-question {
    padding: 60px 40px !important;
  }

  .inline-box {
    height: 310px;
    background-position: 50% 25%;

    padding: 60px 40px;
  }
}

@media (max-width: 1280px) {
  .page-container {
    width: 960px;
  }

  .page-header {
    height: 490px;
    background-size: 1390px auto;
  }

  .logo {
    padding: 50px 0 60px;
  }

  .page-container-desc {
    max-width: 65%;
  }

  div[id*="ays-survey-container"][data-theme="minimal"].ays-survey-container .ays-survey-question {
    padding: 25px 25px !important;
  }

  .ays-survey-question::before {
    margin-bottom: 20px;
  }

  .ays-survey-container .rate .ays-survey-answer-label.ays-survey-answer-label-grid {
    width: 32px;
    height: 32px;
  }

  .ays-survey-container .ays-survey-question-header p {
    font-size: 21px;
  }

  .ays-survey-question-description p {
    font-size: 16px !important;
  }

  #survey input.ays-survey-minimal-theme-textarea-input,
  #survey select.ays-survey-question-select-conteiner-minimal {
    font-size: 16px;
    padding: 10px 15px !important;
  }

  .ays-survey-answer-label-content>span {
    font-size: 20px !important;
  }

  .inline-box {
    padding: 40px 25px;
    height: 260px;
  }
}

@media (max-width: 980px) {
    .page-container {
        width: 100%;
        padding: 0 20px;
      }

  .ays-survey-section-questions {
    flex-flow: column;
        gap: 6px;
  }

  .ays-survey-question {
    width: 100%;
    order: 1 !important
  }
        .logo {
          padding: 10px 0 70px;
          width: 140px;
        }
.page-container-heading {
        font-size: 24px;
    }
.page-container-legal {
  padding: 15px 0;
  font-size: 14px;
}
        .page-container-desc {
          max-width: 100%;
          font-size: 16px;
        }

    .page-header {
        height: 244px;
        padding: 20px;
        background-size: cover;
    }
        div[id*="ays-survey-container"][data-theme="minimal"].ays-survey-container .ays-survey-question {
          padding: 30px 30px !important;
        }
.ays-survey-question::before {
  width: 25px;
  height: 25px;
  font-size: 14px;
}

        .ays-survey-container .ays-survey-question-header p {
          font-size: 16px;
        }
                        .ays-survey-question-description p {
                          font-size: 12px !important;
                        }
.ays-survey-answer-clear-selection-container.ays-survey-visibility-none.transition.fade {
    display: none;
}

  .ays-survey-answer-label-content>span {
    font-size: 16px !important;
  }

        .ays-survey-answer-label input {
          zoom: 1.2;
        }
                #survey .ui-selectmenu-button.ui-button {
                  font-size: 16px;
                }
    #survey .ui-button .ui-icon {
      width: 12px;
      height: 12px;
      background-size: 100% auto;
      top: 4px;
    }
.ays-survey-question-title {
  font-size: 16px;
  margin: 0 !important;
}

  .ays-survey-sections .ays-survey-question-content .ays-survey-question-answers-grid {
    justify-content: flex-start !important;
  }

.ays-survey-answer {
  padding: 0px 4px 0px 0 !important;
  margin: 0px 0px 0px 0;
}

  .inline-box {
    width: 100%;
            padding: 60px 25px;
              height: 260px;
  }

        .inline-box-text {
          font-size: 16px;
          margin-bottom: 20px;
        }

        .inline-box-logo {
          width: 100px;
        }

  .ays-survey-section-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

        .ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content .ays-survey-section-button {
          padding: 11px 35px !important;
          font-size:12px !important;
        }

        .clear-link {
          padding: 18px 35px;
          font-size: 12px;
        }
            .ays-survey-container .rate .ays-survey-answer-label.ays-survey-answer-label-grid {
              width: 23px;
              height: 23px;
            }
                        .rate label.ays-survey-answer-label.ays-survey-answer-label-grid span {
                          font-size: 11px !important;
                          color: #041e50 !important;
                        }
                                               .ays-survey-section-buttons {
                                                  margin-top: 30px !important;
         
                                                }
    .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
      font-size: 16px;
    }
}