.konfigurator-head-close {
    cursor: pointer;
    transition: .3s;
}

.konfigurator-head-close:hover img {
	transform: scale(1.1);
}

body {
   min-height: 20vh; 
}

.konfigurator-head-section {
    position: relative;
    padding-top: 4rem;
    overflow: hidden;
    background: #fff;
    /*min-height: 56.8rem;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.konfigurator-head-section-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.container-konfigurator {
    padding: 0 7rem 0 11rem;
}

.konfigurator-head-top-content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.konfigurator-head-top-content {
    position: relative;
}

/*.tmsys-big-logo {
	position: absolute;
    width: 91rem;
    height: auto;
    right: -37.5rem;
    top: -1rem;
}*/

.konfigurator-content-text-title {
    color: #000935;
    padding-top: 3rem;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 600;
}

.konfigurator-content-text-deskr {
    color: #000935;
    font-size: 1.7rem;
    padding-top: 2rem;
    line-height: 1.4;
}

.arrow-block {
		margin-top: 3rem;
    margin-left: 1rem;
    width: 4rem;
    height: 2.5rem;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.arrow-block img {
	height: 100%;
}

.konfigurator-content-img-block {
		position: relative;
    width: 39rem;
    z-index: 1;
}

.konfigurator-img-first {
    position: absolute;
    top: -2.8rem;
    left: 6rem;
    width: 17rem;
    border-radius: 1.5rem;
    z-index: 2;
    overflow: hidden;
}

.konfigurator-img-last img,
.konfigurator-img-two img,
.konfigurator-img-first img {
	width: 100%;
}

.konfigurator-img-two {
    position: absolute;
    top: 14.5rem;
    border-radius: 1.5rem;
    width: 17rem;
    height: 18rem;
    overflow: hidden;
    margin-left: 1rem;
}

.konfigurator-img-last {
    position: absolute;
    right: 2rem;
    top: 10.6rem;
    width: 17rem;
    height: 17rem;
    border-radius: 1.5rem;
    overflow: hidden;
    z-index: 2;
}

.konfigurator-content-text-small-title {
    padding-top: 1rem;
    font-size: 3.2rem;
    color: #000935;
    padding-bottom: 5.5rem;
    font-weight: 600;
}

.konfigurator-head-section:before {
	content: '';
    position: absolute;
    width: 80rem;
    height: 80rem;
    left: -47rem;
    background: url(/wp-content/uploads/2024/09/konf-10.png);
    background-size: contain;
    z-index: -1;
}

/*.konfigurator-head-section:after {
		content: '';
    position: absolute;
    width: 80rem;
    height: 80rem;
    right: -47rem;
    background: url(/wp-content/uploads/2024/09/konf-9.png);
    background-size: contain;
    top: -36rem;
    z-index: 0;
}*/

.konfigurator-head-top-buttons {
    background: #3E6AFF;
    /*padding: 6.2rem 6rem 4rem 9rem;*/
    position: relative;
}

.konfigurator-head-top-buttons-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 4rem;
    flex-wrap: wrap;
    align-content: stretch;
    flex-wrap: wrap;
}

.konfigurator-button a {
    width: 24rem;
    display: flex;
    border: 0.1rem solid #fff;
    height: 6rem;
    border-radius: 4rem;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    padding-top: 0.3rem;
    line-height: 1.5;
    color: #000935;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    transition: 0.5s;
}

.konfigurator-button.active a,
.konfigurator-button a:hover {
	color: #fff;
	background: #000935;
}

.konfigurator-dalej {
    display: flex;
    justify-content: center;
}

.konfigurator-dalej a {
    border: 0.2rem solid #fff;
    font-size: 1.6rem;
    padding: 0.1rem 3rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.7rem;
    text-decoration: none;
}

.konfigurator-footer {
    text-align: center;
    font-size: 1.1rem;
    padding: 0.4rem;
    color: #fff;
    background: #000935;
    position: relative;
    z-index: 2;
}


.konfigurator-answer {
	display: none;
    position: relative;
    z-index: 2;
}

.konfigurator-button {
    display: flex;
    border: 0.1rem solid #fff;
    height: 6rem;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    padding-top: 0.3rem;
    line-height: 1.2;
    color: #000935;
    font-weight: 600;
    background: #fff;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
    padding: 0 2.5rem;
    margin: 0 0.5rem 0.5rem 1rem;
    border-radius: 4rem;
    width: 14.5rem;
    text-align: center;
}

.konfigurator-button:hover {
	cursor: pointer;
}

.konfigurator-button.active {
	color: #fff;
	background: #000935;
}

.konfigurator-content {
	display: none;
}

.konfigurator-content.active {
	display: block;
}

.konfigurator-answer.active {
    display: block;
    /*margin-bottom: -2rem;*/
}

.konfigurator-line-step .container-konfigurator {
    display: flex;
    flex-direction: row;
}

.konfigurator-line-step .container-konfigurator {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.konfigurator-step {
	color: #3562FD;
    font-size: 1.4rem;
    padding-right: 3.7rem;
    opacity: 0.5;
}

.konfigurator-step.active {
	opacity: 1;
}

.konfigurator-line-step {
    margin-top: 0rem;
    /*padding-bottom: 2rem;*/
}

.konfigurator-head-top-buttons-dalej {
    display: flex;
    justify-content: center;
    background: #3E6AFF;
}

.konfigurator-answer .konfigurator-button {
	border-radius: 4rem;
	padding: 0 2.5rem;
    width: auto;
    margin: 0 1rem 1rem 1rem;
    min-width: 15rem;
}

.konfigurator-answer .konfigurator-head-top-buttons-row {
	padding-bottom: 5rem;
	justify-content: center;
}

.konfigurator-answer .konfigurator-dalej a {
    border: .2rem solid #fff;
    font-size: 1.6rem;
    padding: 0rem 2.5rem;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    margin: 0 2rem;
    height: 2.7rem;
}

#step-five .konfigurator-dalej a {
		border: .2rem solid #fff;
    font-size: 2rem;
    padding: 0rem 2.5rem;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    margin: 0 2rem;
    width: 23rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#step-three-meblarstwo .konfigurator-button,
#step-four .konfigurator-button {
    border-radius: 4rem;
    padding: 0 2.5rem;
    width: auto;
    margin: 0 1rem 1rem 1rem;
    min-width: 21rem;
}

.konfigurator-head-top-buttons-row label {
    margin-bottom: 0;
}

.konfigurator-answer .konfigurator-button label {
	font-size: 1.65rem;
	cursor: pointer;
}

.container-konfigurator-row-last {
    display: flex;
    flex-direction: column;
    padding-bottom: 0rem;
}

.konfigurator-answer-program-blocks {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    width: 32.5%;
    margin-right: 0%;
    margin-bottom: 2rem;
    justify-content: center;
    border-bottom: 1px solid #7070704a;
    padding-bottom: 1rem;
}

/*.konfigurator-answer-program-blocks.active {
    border-left: 1px solid #70707040;
}*/

/*.konfigurator-answer-program-blocks.active:first-child,
.konfigurator-answer-program-blocks.active:nth-child(4n) {
    border-left: none;
}*/

.konfigurator-row-block {
    width: 100%;
    max-width: 32rem;
    position: relative;
    align-items: center;
    padding: 0 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.konfigurator-answer-program-blocks .konfigurator-row-block {
    padding: 0;
}

.konfigurator-row-block:after {
	content: '';
	position: absolute;
	width: 0.1rem;
	height: 30rem;
	background: #707070;
	right: 0;
	top: -1rem;
}

.konfigurator-row-block:last-child:after {
	display: none;
}

.konfigurator-row-block-text {
    color: #000935;
    font-size: 1.9rem;
    padding-top: 1.7rem;
    line-height: 1.2;
}

.konfigurator-row-block-title {
    color: #000935;
    font-size: 3rem;
    padding-top: 4.7rem;
    line-height: 1;
    font-weight: 600;
}

.konfigurator-row-block-button {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    max-width: 25.5rem;
}

.konfigurator-answer-program-blocks .konfigurator-row-block-button {
    max-width: 76%;
    width: 100%;
}

.konfigurator-answer .konfigurator-row-block-text {
	padding-bottom: 3rem;
    padding-top: 5rem;
}

.container-konfigurator-row-last .konfigurator-answer .konfigurator-row-block-text {
      padding-top: 5rem;
      padding-bottom: 4rem;
}

.konfigurator-row-block .konfigurator-row-block-title {
	padding-top: 0;
}

.konfigurator-blue-button a {
    display: flex;
    color: #fff;
    background: #000935;
    border: 0.1rem solid #000935;
    font-size: 1.9rem;
    padding: 0.3rem 2rem;
    border-radius: 2rem;
    margin-right: 1rem;
    justify-content: center;
    text-decoration: none;
}

.konfigurator-blue-border-button a {
	display: flex;
    color: #000935;
    background: #fff;
    font-size: 1.9rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    margin-right: 1rem;
    justify-content: center;
    border: 0.1rem solid #000935;
    text-decoration: none;
}

.konfigurator-row-block-link {
    display: flex;
    margin-bottom: 6rem;
    position: relative;
    z-index: 1;
}

.konfigurator-line-step-last {
	margin-bottom: 0;
}

.konfigurator-row-block.konfigurator-block-blue {
    padding-left: 3.5rem;
    width: 64%;
    max-width: 53rem;
    position: relative;
}

.konfigurator-row-block.konfigurator-block-blue:after {
	content: '';
	position: absolute;
	width: 150%;
	height: 100%;
	left: 0;
	top: 0;
	background: #3562FD;
}

.konfigurator-block-blue-big-title {
    color: #fff;
    padding-top: 1.2rem;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.konfigurator-block-link-block {
    width: 25rem;
    border-radius: 1rem;
    padding: 1rem;
    background: #fff;
}

.konfigurator-block-link-block:first-child {
    margin-right: 1rem;
}

.konfigurator-row-block-link-img {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.konfigurator-row-block-link-img img {
	width: 100%;
}

a .konfigurator-row-block-link-title {
    color: #000935;
    font-weight: 800;
    padding-top: 1.5rem;
    font-size: 2rem;
    padding-bottom: 1.6rem;
    text-decoration: none;
}

.konfigurator-darck-block-row {
	background: #000935;
}

.konfigurator-cont-form {
    -webkit-box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 15%);
    border-radius: .8rem;
    margin-top: 0;
    padding: 2.5rem 4rem 0;
    margin-bottom: 0rem;
    width: 45rem;
    background: #fff;
}
.konfigurator-cont-form  input[type="text"], .konfigurator-cont-form  input[type="email"], .konfigurator-cont-form input[type="tel"] {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0E316B;
    width: 100%;
    color: #0E316B;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}

.konfigurator-cont-form ::placeholder {
	color: #0E316B;
	font-size: 1.5rem;
	font-weight: 500;
}

.konfigurator-cont-form input.blue-border-button {
	color: #223469;
    border: 2px solid #223469;
    padding: 0rem 3rem 0;
    border-radius: 2rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
		margin: 2.5rem auto 0;
    background: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    transition: 1s;
}

.konfigurator-cont-form input.blue-border-button:hover {
	background: #223469;
	border: 2px solid #223469;
	color: #fff;
	transition: 1s;
}

.konfigurator-dalej-two,
.konfigurator-dalej-four {
	display: none;
}

#step1-Usługowe-ciecie-two .konfigurator-dalej:nth-child(2),
#step1-Produkcja-frontow-two .konfigurator-dalej:nth-child(2),
#step1-Produkcja-mebli-two .konfigurator-dalej:nth-child(2),
#step1-Projektowanie-mebli-two .konfigurator-dalej:nth-child(2),
#step1-Meblarstwo .konfigurator-dalej:nth-child(2),
#step1-Geodezja .konfigurator-dalej:nth-child(2) {
	display: none;
}

#step1-Usługowe-ciecie-two .konfigurator-dalej-two,
#step1-Produkcja-frontow-two .konfigurator-dalej-two,
#step1-Produkcja-mebli-two .konfigurator-dalej-two,
#step1-Projektowanie-mebli-two .konfigurator-dalej-two,
#step1-Meblarstwo .konfigurator-dalej-four,
#step1-Geodezja .konfigurator-dalej-four {
	display: flex;
}

.konfigurator-row-block .konfigurator-row-block-text {
    padding: 3.5rem 1rem 0;
    line-height: 1;
    padding-bottom: 0.5rem;
}

.konfigurator-row-block-button .konfigurator-blue-button {
    margin-bottom: 0;
}

.konfigurator-row-block-button .konfigurator-blue-border-button {
    margin-bottom: 1.5rem;
}

.konfigurator-answer .konfigurator-darck-block-row {
	  padding: 3rem 6rem 4rem 9rem;
}

#step-last-zarządzanie .container-konfigurator-row-last,
#step-last .container-konfigurator-row-last {
	flex-direction: row;
    padding-bottom: 0;
}

#step-last-zarządzanie .container-konfigurator-row-last .konfigurator-row-block,
#step-last .container-konfigurator-row-last .konfigurator-row-block {
	max-width: 50%;
	align-items: flex-start;
}

#step-last-zarządzanie .container-konfigurator-row-last .konfigurator-row-block .konfigurator-row-block-title,
#step-last .container-konfigurator-row-last .konfigurator-row-block .konfigurator-row-block-title {
	padding-top: 3.5rem;
}

#step-last-zarządzanie .konfigurator-row-block:after,
#step-last .konfigurator-row-block:after {
	display: none;
}

#step-five .konfigurator-row-block .konfigurator-row-block-text {
    text-align: center;
    line-height: 1.2;
    font-size: 1.3rem;
    padding: 1rem 3rem 2rem;
}

.konfigurator-head-top-buttons-dalej {
	padding-bottom: 5rem;
	padding-top: 3.5rem;
}

.konfigurator-head-top-buttons {
	padding: 0rem;
}

.konfigurator-head-top-buttons-content .konfigurator-head-top-buttons-row {
	padding-bottom: 0;
}

.konfigurator-head-top-buttons-content {
    padding: 6.2rem 6rem 0rem 9rem;
    background: #3E6AFF;
    position: relative;
}

#step-three-meblarstwo .konfigurator-head-top-buttons-content {
    padding-top: 0;
    min-height: 0;
}

.konfigurator-answer .konfigurator-head-top-buttons-row {
	padding-bottom: 0;
}

.konfigurator-head-top-buttons-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

#step-five .konfigurator-head-top-buttons-dalej {
	background: transparent;
}

.container-konfigurator-row {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.budzet-row-button {
    padding: 6.2rem 6rem 0 9rem;
    background: #3e6aff;
    display: flex;
    min-height: 34rem;
    flex-direction: column;
    justify-content: flex-start;
}

.konfigurator-program-logo img {
    display: block;
    max-height: 5rem;
    height: 100%;
    width: auto;
    max-width: 75%;
    height: 5rem;
    margin-bottom: 5px;
}

#step-last .konfigurator-head-top-buttons-dalej {
    background: #000935;
}

.konfigurator-row-block-title.konfigurator-program-logo {
    font-size: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 5.5rem;
}

.konfigurator-program-logo img {
    display: block;
    max-height: 5rem;
    height: 100%;
    width: auto;
    max-width: 75%;
}

.konfigurator-head-logo img {
    height: 3rem;
}

#step-four .konfigurator-head-top-buttons-content {
    padding-top: 0 !important;
    min-height: 0;
}

.konfigurator-row-block-text-new {
    color: #000935;
    font-size: 1.9rem;
    line-height: 1.2;
    text-align: center;
}

.konfigurator-row-block-text-new p {
    margin-bottom: 0;
}

.tab-item-inner-budzet-all label {
    display: inline-block;
    margin-bottom: 0;
}

#step-five .konfigurator-content-text-small-title {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.konfigurator-last-form-row {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.konfigurator-last-form-row-title {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1px;
    padding-top: 0.3rem;
    padding-bottom: 1.5rem;
}

.konfigurator-last-form-row-text {
    color: #fff;
    font-size: 1.5rem;
}

#step-five .konfigurator-blue-button a {
    color: #fff;
    background: #000935;
    border: 0.1rem solid #000935;
    font-size: 1.5rem;
    padding: 0.3rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

#step-five .konfigurator-blue-border-button a {
    color: #000935;
    background: #fff;
    margin-right: 1rem;
    border: 0.1rem solid #000935;
    font-size: 1.5rem;
    padding: 0.3rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.konfigurator-answer-program-blocks.active:nth-child(4):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
}

.konfigurator-program-logo-title {
    padding: 1rem 3rem 0rem;
    text-align: center;
    font-size: 1.6rem;
}

.small-blue-text {
    text-align: left;
    letter-spacing: 0.41px;
    color: #657DC3;
    position: absolute;
    top: -3rem;
    left: 11.5rem;
    font-size: 1.3rem;
}

.budzet-row-button-block {
    display: flex;
    justify-content: center;
}

.darck-blue-button a {
    width: 32rem;
    height: 4rem;
    background: #000935 0% 0% no-repeat padding-box;
    border: 2px solid #000935;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 4.5rem;
}

.darck-blue-button {
    display: flex;
    justify-content: center;
    background: #fff;
    padding-top: 2rem;
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
}

.konfigurator-content-text-block {
    position: relative;
    z-index: 1;
}

.konfigurator-bread-button a {
    background: #0c3fd5 0% 0% no-repeat padding-box;
    border-radius: 21px;
    color: #fff;
    font-size: 1.2rem !important;
    padding: .5rem !important;
    width: 12rem !important;
    text-align: center;
    text-decoration: none !important;
}

.konfigurator-line-step.konfigurator-line-step-last .container-konfigurator {
    justify-content: space-between;
}

.container-konfigurator.container-konfigurator-program-content .container-konfigurator-row-last {
    width: 100%;
}

#step-five .konfigurator-blue-button.konfigurator-blue-button-white a {
    background: #fff;
    color: #000935;
}

#step-five .konfigurator-row-block-button-form.konfigurator-head-top-buttons-dalej .konfigurator-dalej a {
    font-size: 1.4rem;
    height: 3rem;
    width: 15rem;
    padding: 0rem 0.5rem;
}

#step-five .darck-blue-button.konfigurator-dalej a {
    width: 32rem;
    height: 4rem;
    background: #000935 0% 0% no-repeat padding-box;
    border: 2px solid #000935;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 4.5rem;
}

.kontainer-konfigurator-row-last-img img {
    width: 13.3rem;
    margin: 2rem 0 8rem;
}

#your-message,
#myTextarea {
    display: none;
}

.konfigurator-cont-form textarea {
    display: none;
}

#step-three .konfigurator-head-top-buttons {
    padding: 0rem;
    display: flex;
    flex-direction: column;
}

#step-three .konfigurator-answer .konfigurator-head-top-buttons-row {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


