.content-wrapper {
  position: relative;
}

.selected-product {
  position: fixed;
  z-index: 99;
  background: #40b357;
  box-shadow: -25px 8px 20px 5px rgba(125, 125, 125, 0.5);
  width: 300px;
  height: 470px;
  transition: all 0.66s ease;
  top: 25%;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .selected-product {
    height: 330px;
    width: 240px;
  }
}
@media (max-width: 1280px) {
  .selected-product {
    height: 330px;
    width: 240px;
  }
}
.selected-product .pozriet {
  position: absolute;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  font-size: 15px;
  top: 75px;
  right: 9px;
  font-weight: bold;
}
.selected-product .stitle {
  font-weight: bold;
}
.selected-product .p-container {
  margin: 25px auto 0 auto;
  width: 135px;
  height: 300px;
}
.selected-product .p-container .ptitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.selected-product .p-container .doorname {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 12px 0 10px 0;
}
.selected-product .p-container .doorimg img {
  width: 140px;
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .selected-product .p-container .doorimg img {
    width: 86px;
    height: 180px;
  }
}
@media (max-width: 1280px) {
  .selected-product .p-container .doorimg img {
    height: 180px;
  }
}
.selected-product .close {
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
  transition: all 0.66s ease;
  transform-origin: center;
}
.selected-product .close img {
  width: 20px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.selected-product.closed {
  left: -260px;
}
@media (max-width: 1440px) {
  .selected-product.closed {
    left: -200px;
  }
}
.selected-product.closed .close {
  transform: rotate(180deg);
}

.stepper {
  position: fixed;
  top: 87%;
  width: 40px;
  height: 80px;
  background: #40b357;
  box-shadow: -15px 5px 10px 5px rgba(125, 125, 125, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  z-index: 99;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .stepper {
    top: 77%;
  }
}
.stepper img {
  width: 25px;
  height: 25px;
  transform-origin: center;
  transform: rotate(90deg);
}
.stepper .down img {
  transform: rotate(-90deg);
}

.subtitle {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .subtitle {
    font-size: 19px;
    line-height: 24px;
  }
}

div.cenova-ponuka {
  display: flex;
  font-family: "Lexend", sans-serif;
  flex-direction: column;
  font-weight: bold;
  color: #232e3f;
  padding: 100px 40px 40px 40px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  div.cenova-ponuka {
    max-width: 960px;
    margin: 0 5% 0 auto;
    padding: 70px 40px 40px 40px;
  }
}
@media (max-width: 1280px) {
  div.cenova-ponuka {
    max-width: 800px;
    padding: 50px 20px 40px 20px;
  }
}
@media (max-width: 1080px) {
  div.cenova-ponuka {
    max-width: 600px;
  }
}
@media (max-width: 800px) {
  div.cenova-ponuka {
    max-width: 320px;
    padding: 20px 10px 40px 25px;
  }
}
div.cenova-ponuka p {
  margin: 0;
}
div.cenova-ponuka h1 {
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 70px 0 25px 0;
}
@media (max-width: 800px) {
  div.cenova-ponuka h1 {
    margin: 20px 0 20px 0;
    font-size: 24px;
    line-height: 32px;
  }
}
div.cenova-ponuka .toptext {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 800px) {
  div.cenova-ponuka .toptext {
    font-size: 15px;
    line-height: 18px;
  }
}
div.cenova-ponuka form {
  margin: 50px 0 20px 0;
}
@media (max-width: 800px) {
  div.cenova-ponuka form {
    margin: 30px 0 20px 0;
  }
}
div.cenova-ponuka form .inline-form {
  width: 700px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
  font-weight: 300;
  /* The container must be positioned relative: */
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
@media (max-width: 1280px) {
  div.cenova-ponuka form .inline-form {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 360px;
  }
}
@media (max-width: 800px) {
  div.cenova-ponuka form .inline-form {
    width: 300px;
  }
}
div.cenova-ponuka form .inline-form .col {
  width: 100%;
}
div.cenova-ponuka form .inline-form input {
  background: #232e3f;
  width: 360px;
  padding: 25px 20px;
  color: #ffffff;
  margin: 0 0 10px 0;
  border: 0;
}
@media (max-width: 800px) {
  div.cenova-ponuka form .inline-form input {
    width: 300px;
  }
}
div.cenova-ponuka form .inline-form select {
  background: #232e3f;
  color: #ffffff;
  padding: 25px 20px;
  width: 360px;
  margin: 0 0 10px 0;
  border: 0;
}
@media (max-width: 800px) {
  div.cenova-ponuka form .inline-form select {
    width: 300px;
  }
}
div.cenova-ponuka form .inline-form option {
  color: #ffffff;
}
div.cenova-ponuka form .inline-form option:disabled {
  color: #ffffff;
}
div.cenova-ponuka form .inline-form textarea {
  background: #232e3f;
  color: #ffffff;
  padding: 25px 20px;
  margin: 0 0 10px 0;
  max-width: 360px;
}
@media (max-width: 800px) {
  div.cenova-ponuka form .inline-form textarea {
    width: 300px;
  }
}
div.cenova-ponuka form .inline-form ::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
div.cenova-ponuka form .inline-form ::placeholder {
  color: #ffffff;
  font-weight: 300;
}
div.cenova-ponuka form .inline-form .custom-select {
  position: relative;
  width: 100%;
  margin: 0 0 35px 0;
}
@media (max-width: 800px) {
  div.cenova-ponuka form .inline-form .custom-select {
    width: 300px;
  }
}
div.cenova-ponuka form .inline-form .custom-select select {
  display: none; /*hide original SELECT element: */
}
div.cenova-ponuka form .inline-form .select-selected {
  background-color: #232e3f;
  padding: 12px 20px !important;
}
div.cenova-ponuka form .inline-form .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-color: #ffffff transparent transparent transparent;
}
div.cenova-ponuka form .inline-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 7px;
}
div.cenova-ponuka form .inline-form .select-items div,
div.cenova-ponuka form .inline-form .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
div.cenova-ponuka form .inline-form .select-items {
  position: absolute;
  background-color: #232e3f;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 12px;
  padding: 4px 13px;
  overflow: scroll;
  height: 240px;
}
div.cenova-ponuka form .inline-form .select-hide {
  display: none;
}
div.cenova-ponuka form .inline-form .select-items div:hover,
div.cenova-ponuka form .inline-form .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
div.cenova-ponuka form .form-footer {
  height: unset !important;
  margin: 0 !important;
}
@media (max-width: 1440px) {
  div.cenova-ponuka form .form-footer {
    margin: unset;
  }
}
div.cenova-ponuka form .form-footer .primary {
  background: #40b357;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 8px;
  height: 45px;
  text-transform: uppercase;
  font-size: 15px;
  width: 300px;
}
div.cenova-ponuka form .form-footer .terms input {
  width: 0;
  height: 0;
  visibility: visible;
  position: relative;
  padding: 0;
  margin: 0 20px 0 0;
  background: transparent;
}
div.cenova-ponuka form .form-footer .terms input::before {
  width: 13px;
  height: 13px;
  border: 2px #232e3f solid;
  position: absolute;
  top: -8px;
  content: " ";
  background: transparent;
}
div.cenova-ponuka form .form-footer .terms input:checked::before {
  background: #232e3f;
}
@media (max-width: 1330px) {
  div.cenova-ponuka form .filter {
    width: unset;
  }
}
div.cenova-ponuka form .filter .block .title {
  font-family: "Lexend", sans-serif;
}
div.cenova-ponuka form .filter .block .form-elem input {
  margin: 0 10px 0 0;
  width: 11px;
  height: 11px;
}
div.cenova-ponuka form .filter .block .form-elem input::before {
  background: transparent;
}
div.cenova-ponuka form .filter .block .form-elem label {
  font-weight: normal;
}
div.cenova-ponuka .line-hr {
  height: 1px;
  margin: 40px 0;
  width: 100%;
  background: #232e3f;
  display: block;
  position: relative;
  opacity: 0.7;
}
@media (max-width: 800px) {
  div.cenova-ponuka .line-hr {
    margin: 20px 0;
  }
}
div.cenova-ponuka .krok {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
  transition: all 0.33s ease;
}
@media (max-width: 1080px) {
  div.cenova-ponuka .krok {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 15px;
  }
}
div.cenova-ponuka .krok.has-selected {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1080px) {
  div.cenova-ponuka .krok .ktitle {
    width: 100%;
    margin: 0 0 0 40px;
  }
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .ktitle {
    margin: 0 0 20px 0px;
  }
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .ktitle.redu-margin {
    margin: 0 0 -18px 0px;
  }
}
div.cenova-ponuka .krok .ktitle .subtitle {
  max-width: 250px;
  margin: 25px 0 0 0;
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .ktitle .subtitle {
    margin: 10px 0 0 0;
  }
}
div.cenova-ponuka .krok .ktitle .orange {
  color: #40b357;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 45px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .ktitle .orange {
    font-size: 32px;
    line-height: 40px;
  }
}
div.cenova-ponuka .krok .krok-content.first {
  width: 400px;
  margin: 0 10vw 0 0;
}
@media (max-width: 1280px) {
  div.cenova-ponuka .krok .krok-content.first {
    margin: 0 60px 0 0;
  }
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .krok-content.first {
    width: 100%;
    margin: 0;
  }
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list {
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  position: relative;
  margin: 0 0 30px 0;
  grid-column-gap: 5px;
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list {
    margin: 75px 0 30px 0;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .categ-title-wrapper {
  position: absolute;
  color: #40b357;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  left: -20px;
  top: -40px;
  width: 1px;
  height: 1px;
  overflow: visible;
  text-align: right;
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .categ-title-wrapper {
    left: 10vw;
    width: 60vw;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .categ-title-wrapper .categ-title {
  transform-origin: right center;
  transform: rotate(-90deg);
  position: relative;
  width: 200px;
  left: -200px;
  top: 50px;
  z-index: 9;
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .categ-title-wrapper .categ-title {
    left: unset;
    top: unset;
    width: -moz-fit-content;
    width: fit-content;
    transform: rotate(0deg);
    padding: 0 10px;
    background: #f0f0f0;
  }
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .categ-title-wrapper .oline {
  background: #40b357;
  height: 1px;
  width: calc(100% + 40px);
  position: absolute;
  left: -20px;
  top: unset;
  z-index: 7;
  opacity: 0;
  display: none;
}
@media (max-width: 800px) {
  div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .categ-title-wrapper .oline {
    opacity: 1;
    display: block;
  }
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem {
  position: relative;
  transition: all 0.33s ease;
  width: 100%;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem img {
  width: 100%;
  height: 100%;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem .name {
  bottom: 5px;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  width: calc(100% - 10px);
  left: 5px;
  height: auto;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem label {
  border: 0;
  margin: 5px auto 12px 5px;
  background: transparent;
  position: relative;
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem label::after {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  content: " ";
  border: 2px solid #ffffff;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem input:checked + .name {
  color: #40b357;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem input:checked + .name label {
  background: #40b357;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem input:checked + .name label::after {
  border: 2px solid #40b357;
}
div.cenova-ponuka .krok .krok-content.first .doors-list-selector .list .door-elem.checked::after {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border: 4px solid #40b357;
  content: " ";
}

.inner.version-2.product .header-media.updated .button-line {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  margin: 16px 0 0 0;
}
@media (max-width: 600px) {
  .inner.version-2.product .header-media.updated .button-line {
    gap: 20px;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
}
.inner.version-2.product .header-media.updated .button-line .price-offer-link {
  margin: unset;
  background: #232e3f;
}
.inner.version-2.product .header-media.updated .button-line .orcall {
  color: #232e3f;
  font-size: 24px;
  line-height: 1.25em;
  width: 240px;
  font-weight: 100;
}
.inner.version-2.product .header-media.updated .button-line .orcall a {
  text-decoration: underline;
  color: #232e3f;
  font-weight: 400;
}

.banner-text {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 60px 24px;
  width: 100%;
  margin: 24px 0;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .banner-text {
    padding: 24px 16px;
    gap: 24px;
  }
}
.banner-text .banner-large-text {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #232e3f;
  max-width: 1440px;
}
@media (max-width: 1200px) {
  .banner-text .banner-large-text {
    font-size: 20px;
  }
}
.banner-text .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: min(120px, 8vw);
  max-width: 1440px;
}
.banner-text .logos .logo {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 140px;
}
.banner-text .logos .logo img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .banner-text .logos .logo img {
    width: 40px;
    height: 40px;
  }
}
.banner-text .logos .logo .logo-text {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #232e3f;
}
@media (max-width: 1200px) {
  .banner-text .logos .logo .logo-text {
    font-size: 16px;
  }
}

.promo-text {
  margin: 24px auto 0 0;
  align-self: start;
  font-weight: 700;
  font-size: 18px;
  color: #232e3f;
}/*# sourceMappingURL=cenova-ponuka.css.map */