/* Single product page */
.no-scroll {
  overflow: hidden;
  height: 100%;
}

.generator-button {
  margin-top: 20px;
}
.generator-button-title {
  color: #1B1B1B !important;
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
}
.generator-button a {
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  background: #55c0e6;
  color: #ffffff;
  text-align: center;
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.generator-button a:hover {
  background: #4093b0;
}
.generator-button span {
  text-align: center;
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* End Single product page */
.generator {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.generator__background {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.generator__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.generator__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 48px 15px;
}
@media (min-width: 768px) {
  .generator__container {
    justify-content: space-between;
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .generator__container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .generator__container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .generator__container {
    max-width: 1300px;
  }
}
.generator__left-box {
  color: #f1f1f1;
  font-family: opensans, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .generator__left-box {
    flex-basis: 100%;
    max-width: 465px;
    margin-bottom: 30px;
  }
}
.generator__breadcrumbs {
  font-size: 14px;
  color: #f1f1f1;
}
.generator__breadcrumbs a {
  font-size: 14px;
  color: #f1f1f1;
}
.generator__breadcrumbs a:hover {
  text-decoration: underline;
}
.generator__breadcrumbs span {
  color: #ffffff;
}
.generator__header {
  color: #ffffff;
  font-size: 40px;
}
.generator__block {
  background: #ffffff;
  max-width: 465px;
}
.generator__block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #1b1b1b;
  font-family: opensans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.generator__block-toggle {
  cursor: pointer;
}
.generator__choice {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .generator__choice {
    padding: 0 15px;
  }
}
.generator__choice-back {
  background-color: #ecf7fd;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 36px 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .generator__choice-back {
    padding: 30px 15px;
  }
}
.generator__choice-back-item {
  position: relative;
  width: 100%;
  max-height: 105px;
  border: 3px solid #ecf7fd;
  cursor: pointer;
}
.generator__choice-back-item:hover, .generator__choice-back-item.active {
  border: 3px solid #1383c2;
}
.generator__choice-back-item:hover span, .generator__choice-back-item.active span {
  color: #ffffff;
}
.generator__choice-back-item-title {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.generator__choice-back-item img {
  height: 100%;
  width: 100%;
}
.generator__choice-back-item span {
  color: #e1e1e1;
  text-align: center;
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.generator__choice-header {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.generator__choice-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1b1b1b;
  font-family: opensans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 8px;
  text-align: left;
}
@media (max-width: 768px) {
  .generator__choice-title {
    font-size: 16px;
  }
}
.generator__choice-title img {
  margin-bottom: -3px;
}
.generator__choice-value {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.generator__choice-value span {
  color: #1383c2;
  text-align: right;
  font-family: opensans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .generator__choice-value span {
    font-size: 16px;
  }
}
.generator__choice-value.active .generator__choice-toggle {
  transform: rotate(180deg);
}
.generator__choice-voegmateriaal .generator__choice-title {
  align-items: flex-end;
}
.generator__choice-content {
  display: none;
  flex-basis: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.generator__choice-content.show {
  display: flex !important;
}
.generator__choice-content-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  gap: 10px;
  padding: 10px;
  border: 2px solid #a3aaac;
  cursor: pointer;
}
@media (max-width: 767px) {
  .generator__choice-content-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.generator__choice-content-item-img {
  width: 85px;
  height: 50px;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
.generator__choice-content-item-img img {
  width: 100%;
  object-fit: cover;
}
.generator__choice-content-item-img svg {
  width: 100%;
  height: 100%;
}
.generator__choice-content-item-lichtgrijs {
  background-color: #ddd6bb;
}
.generator__choice-content-item-wit {
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
}
.generator__choice-content-item-grijs {
  background-color: #9a9a9a;
}
.generator__choice-content-item-donkergrijs {
  background-color: #4d4d4d;
}
.generator__choice-content-item span {
  color: #000000;
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  flex-grow: 1;
}
.generator__choice-content-item:hover, .generator__choice-content-item.active {
  border: 2px solid #1383c2;
}
.generator__choice-content-item.choice > span {
  font-weight: 600;
}
.generator__choice-hr {
  opacity: 0.5;
  background: #a3aaac;
  height: 1px;
  width: 100%;
  margin-top: 12px;
}
.generator__action {
  padding: 35px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 8px;
  background-color: #ecf7fd;
  margin-top: 30px;
}
.generator__action-link {
  flex-basis: 100%;
  color: #1383c2;
  font-family: opensans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.generator__action-btn {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px;
  cursor: pointer;
  line-height: normal;
}
.generator__action-btn:hover {
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
}
.generator__btn_download {
  border-radius: 6px;
  border: 1px solid #5ac1df;
  color: #5ac1df;
  background: #f3fcff;
}
.generator__btn_download:hover {
  border: 2px solid #5ac1df;
}
.generator__btn_download span {
  font-family: opensans, sans-serif;
}
.generator__btn_save {
  border-radius: 6px;
  background: #37aacc;
  color: #ffffff;
}

.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.generator__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.generator__popup.open {
  display: block;
}
.generator__popup-wrapper {
  width: 100%;
  max-width: 530px;
  border-radius: 6px;
  padding: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
}
.generator__popup-title {
  color: #0c0c0c;
  text-align: center;
  font-family: opensans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0;
}
.generator__popup-subtitle {
  color: #858585;
  text-align: center;
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.generator__popup-form {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.generator__popup-form-btn {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 6px;
  border: none;
  background-color: #1383c2;
  max-width: 222px;
  width: 100%;
  height: 60px;
  padding: 6px 16px;
  color: #ffffff;
  text-align: center;
  font-family: opensans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.generator__popup-form-btn:hover {
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
}
.generator__popup-form-btn-loader, .generator__popup-form-btn-loader:before, .generator__popup-form-btn-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.generator__popup-form-btn-loader {
  display: none;
  margin-top: -30px;
  color: #ffffff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.generator__popup-form-btn-loader:before, .generator__popup-form-btn-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.generator__popup-form-btn-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.generator__popup-form-btn-loader:after {
  left: 3.5em;
}
.generator__popup-form-btn.loading .generator__popup-form-btn-loader {
  display: inline-block;
}
.generator__popup-form-btn.loading .generator__popup-form-btn-text {
  display: none;
}
.generator__popup-form-item {
  flex-basis: 100%;
  text-align: center;
  display: flex;
}
.generator__popup-form-item input[type=email], .generator__popup-form-item input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #858585;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 17px;
  flex-grow: 1;
}
.generator__popup-form-item input[type=email]::placeholder, .generator__popup-form-item input[type=text]::placeholder {
  color: #858585;
}
.generator__popup-form-item input[type=email]:focus, .generator__popup-form-item input[type=text]:focus {
  border: 1px solid #1383c2;
}
.generator__popup-form-item input[type=email].error, .generator__popup-form-item input[type=text].error {
  border: 1px solid #ff0000;
}
.generator__popup-form-item input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.generator__popup-form-item input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%23858585" stroke-width="2" fill="transparent" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.generator__popup-form-item input[type=checkbox].error + span {
  border: 2px solid #ff0000;
}
.generator__popup-form-item input[type=checkbox]:checked + span {
  background-image: url('data:image/svg+xml,<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" stroke="%23858585" stroke-width="2" fill="transparent" /><circle cx="12" cy="12" r="5" fill="%231383C2" /></svg>');
}
.generator__popup-form-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(13, 12, 34, 0.6);
  font-family: opensans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

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