/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2026 | 22:53:22 */
/* Tymczasowe zwiększenie fontu na cele konwersji */

.elementor-kit-6 {
/* 	h2 */
/* 	--e-global-typography-b9758c3-font-size: clamp(2rem,4vw,2.5rem) !important; */
	
	--e-global-typography-f825412-font-size: 1rem !important;
	--e-global-typography-40dce62-font-size: 1.075rem !Important;
	--e-global-typography-33f8590-font-size: clamp(1rem,5vw,1.1025rem) !Important;
/* FAQ	 */
	--e-global-typography-c2acf30-line-height: 1.25rem !important;
	--e-global-typography-c2acf30-font-size: 0.875rem !Important;
}
/* KONIEC */

.bsq-portfolio-tabs {
	gap: 1rem !Important;
}

.bsq-portfolio-tabs button.bsq-tab {
	padding: 1rem 1.5rem;
	line-height: .5rem !Important;
	font-size: .75rem !important;
}

.bsq-tab {
	transition: 0s !Important;
}

.bsq-tab:hover, .bsq-tab.is-active {
	transform: unset !important;
	color: #000;
}

@media (max-width: 1024px){
	.bsq-portfolio-tabs button.bsq-tab {
	font-size: .65rem !important;
		padding: .825rem 1.25rem;
}
	.bsq-portfolio-tabs {
	gap: .5rem !Important;
}
}

@media (max-width: 640px) {
	.bsq-portfolio-tabs{
		justify-content: center !important;
		flex-wrap: wrap !important;
	}

}
/* galeria - sztywna */

.bsq-gallery-static {
	width: calc(100% - 3rem);
}

.breadcrumbs-bsq * {
	transition: 0s !important;
}


.breadcrumbs-bsq span.elementor-icon-list-text {
	font-size: 0.57rem !Important;
}

.breadcrumbs-bsq li:not(last-of-type) span a {
	color: inherit !important;
}

@media (max-width: 767px){
	.breadcrumbs-bsq span.elementor-icon-list-text {
	font-size: 0.35rem !Important;
}
	
	.breadcrumbs-bsq .elementor-icon-list-icon {
		padding-inline-end: 0.15rem !important;
	}
	
	.breadcrumbs-bsq .elementor-icon-list-icon svg {
		--e-icon-list-icon-size: .45em !Important;
	}
}

.breadcrumbs-bsq ul li:last-child span.elementor-icon-list-text {
	color: #fff !important;
}

/* .breadcrumbs-bsq ul li a:hover .elementor-icon-list-text {
	color: #d0fc00 !important;
	transition: 0s !important;
} */

.bsq-form label[for="form-field-jakie_uslugi"] {
    padding-top: 1rem;
    display: block !important;
}

.bsq-form form label {
    display: none;
}

.bsq-form form textarea {
    min-height: 120px;
    min-height: 5.75rem;
}

.bsq-form .elementor-field-type-acceptance .elementor-field-option, .bsq-form .elementor-field-option {
    display: grid;
    grid-template-columns: auto auto;
  align-items: start;
	justify-content: flex-start;
  gap: .75rem;
  margin: .5rem 0;
}

.bsq-form .elementor-field-type-acceptance .elementor-field-option input, .bsq-form .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"] {
    margin-top: .15em;
}

.bsq-form .elementor-field-type-acceptance .elementor-field-option  input[type="checkbox"], .bsq-form  input[type="checkbox"] {
    -webkit-appearance: none;
	display: flex !important;
    appearance: none;
      appearance: none;
/*   background-color: #fff; */
	background-color: var( --e-global-color-241a530 );
  font: inherit;
  color: currentColor;
  width: 1.25em;
   height: 1.25em;
  border: 1px solid #000 !important;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 0 !important;
}


.bsq-form .elementor-field-type-acceptance .elementor-field-option  input[type="checkbox"]::before, .bsq-form input[type="checkbox"]::before {
  content: "";
  width: 0.71em;
  height: 0.71em;
  transform: scale(0);
  /*transition: 100ms transform ease-in-out;*/
  box-shadow: inset 1em 1em #000;
  margin: auto;
  display: block;
}

.bsq-form .elementor-field-type-acceptance .elementor-field-option  input[type="checkbox"]:checked::before, .bsq-form input[type="checkbox"]:checked::before {
  transform: scale(1);
}



.bsq-form .elementor-field-type-acceptance .elementor-field-option  label, .bsq-form .elementor-field-option  label {
    font-size: .825em !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.bsq-form .elementor-field-type-acceptance .elementor-field-option  label a {
    color: inherit;
    text-decoration: underline;
}

.bsq-form .elementor-field-type-acceptance .elementor-field-option  label a:hover {
    font-weight: 500;
}


/* FORMULARZ WYCENY HEADER */

.box-form-price {
	padding: clamp(1.5rem, 5vw, 3rem);
}

.box-form-price form. .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	margin-block-end: 0.75rem;
}
	
.box-form-price .elementor-field-group-jakie_uslugi input[type="checkbox" ]{
	width: calc(.925em * 1.6);
  height: calc(.925em * 1.6);
/* 	transform: translateY(-0.05em); */
}	

.bsq-form .elementor-field-group-jakie_uslugi input[type="checkbox"]::before {
	width: 0.9em;
  height: 0.9em;
}
	
.bsq-form .elementor-field-group-jakie_uslugi .elementor-field-option label {
		font-size: .925em !important;
	}
	


@media (max-width: 992px){
	.box-form-price  {
		margin-bottom: 175px;
	}	
	
	.box-form-price .elementor-field-group-jakie_uslugi input[type="checkbox" ]{
	width: calc(1em * 1.6);
  height: calc(1em * 1.6);
	transform: translateY(-0.05em);
}	

.bsq-form .elementor-field-group-jakie_uslugi input[type="checkbox"]::before {
	width: 0.975em;
  height: 0.975em;
}
	
.bsq-form .elementor-field-group-jakie_uslugi .elementor-field-option label {
		font-size: 1em !important;
	}
}

/*.bsq-form form :is(textarea, input) {*/
/*    background-color: rgba(0,0,0,.25) !important;*/
/*}*/

/*selector label {*/
/*    display: none;*/
/*}*/

/*selector input[type="text"], selector input[type="email"], selector input[type="tel"], selector textarea, selector input[type="checkbox"] {*/
/*    background: rgba(0,0,0, 0.085) !important;*/
/*  padding-left: 15px !important;*/
/*}*/




/*selector label {*/
/*    display: none;*/
/*}*/

/*selector .elementor-field-type-checkbox label {*/
/*    display: flex !Important;*/
/*}*/

/*selector .elementor-field-option {*/
/*    display: inline-flex;*/
/*    flex-direction: row;*/
/*}*/


/*selector label[for="form-field-rodo1"] {*/
/*    font-size: 13px !Important;*/
/*    display: inline;*/
/*}*/

/*selector .rodo-btn-1 {*/
/*    color: #000 !Important;*/
/*    border-bottom: 1px solid #000;*/
/*}*/

/*label[for="form-field-rodo1"] {*/
/*    display: inline !Important;*/
/*}*/

/*label[for="form-field-rodo1"].elementor-field-label {*/
/*    display: none !Important;*/
/*}*/

/*selector .elementor-field-type-acceptance .elementor-field-option {*/
/*    display: flex;*/
/*}*/

/*@media (max-width: 1024px){*/
/* selector textarea {*/
/*    min-height: 150px;*/
/*}   */

/*selector .elementor-field-option label[for="form-field-rodo1"]{*/
/*    font-size: 12px !important;*/
/*}*/

/*}*/

/*selector .elementor-field-option input[type="checkbox"] {*/
/*    min-width: 23px;*/
/*    max-width: 23px;*/
/*    height: 20px;*/
/*    border: 1px solid #000 !important;*/
/*    margin-top: 2px;*/
/*}*/

/*selector #form-field-rodo1 {*/
    /*width: 20px !important;*/
    /*height: 20px;*/
    /*min-width: 23px;*/
    /*max-width: 23px;*/
/*    display: flex;*/
/*    position: relative;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border: 1px solid #000 !important;*/
/*}*/

/*@media (max-width: 736px){*/
/*    #form-field-rodo1{*/
/*    min-width: 23px !important;*/
/*}}*/

/*@supports (-webkit-appearance: none) or (-moz-appearance: none) {*/
/*    input[type="checkbox"]:after {*/
/*        transform: rotate(40deg) !important;*/
/*        width: 8px !important;*/
/*        height: 12px !important;*/
/*        left: 6px !important;*/
/*        top: 2px !important;*/
/*        display: block;*/
/*    }*/
/*}*/

/*selector input::placeholder,  textarea::placeholder {*/
/*    color: #000000 !Important;*/
    /*opacity: 1 !Important;*/
/*}*/

/*selector input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder, .elementor-field-textual::placeholder {*/
/*    opacity: .7 !Important;*/
/*}*/

/*selector .elementor-field-type-acceptance {*/
/*    margin-top: 25px !Important;*/
/*}*/

/*selector .elementor-field-group .elementor-field-textual:focus {*/
/*    box-shadow: none !Important;*/
/*}*/

/*selector textarea {*/
/*    min-height: 6rem;*/
/*}*/


/*CHECKBOXY V2*/

/*selector .elementor-field-group-how_services .elementor-field-subgroup  {*/
/*    display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
  /*gap: 1rem;*/
/*  gap: .5rem;*/
/*}*/

/*@media (max-width: 1024px){*/
/*   selector .elementor-field-group-how_services .elementor-field-subgroup {*/
/*       grid-template-columns: 1fr;*/
/*       gap: .75rem;*/
/*   } */
/*}*/

/*selector .elementor-field-group-how_services .elementor-field-option {*/
/*    display: inline-flex;*/
/*  flex-direction: row;*/
  /*align-items: center ;*/
/*}*/

/*selector input[type="checkbox"] {*/
/*    min-width: 1.45rem;*/
/*  max-width: 1.25rem;*/
/*  height: .9rem;*/
/*  border: 1px solid #000 !important;*/
/*  margin-top: 000px;*/
/*  margin-bottom: 0 !important;*/
/*}*/

/*selector .elementor-field-group-how_services {*/
/*    margin-top: .75rem;*/
/*}*/

/*selector .elementor-field-group-how_services .elementor-field-subgroup {*/
/*    margin-top: .25rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*selector .elementor-field-group-how_services label.elementor-field-label {*/
/*    font-family: 'Unbounded';*/
/*    font-weight: 400;*/
/*    font-size: 1rem;*/
/*}*/

/*selector .elementor-field-group-how_services .elementor-field-subgroup label {*/
/*    font-size: 1.1em !important;*/
/*    line-height: 1.35 !important;*/
/*    margin-bottom: 0 !important;*/
/*    padding-top: .25rem;*/
/*    width: 100%;*/
/*}*/


/*RODO*/
/*selector #form-field-rodo1 {  */
/*    padding-top: .25rem !important;*/
/*} */


/*PRZYCISK*/
/*selector .elementor-field-group:last-of-type {*/
/*    margin-bottom: var(--p-box);*/
/*}*/

/*=========== WP FORMS */

/*div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium, div.wpforms-container-full .wpforms-form input.wpforms-field-medium {*/
/*    max-width: 100% !important;*/
/*}*/

/*.wpforms-field.wpforms-field-name {*/
/*    padding-top: 0 !important;*/
/*    padding-bottom: 0 !important;*/
/*    border-radius: none !important;*/
/*}*/

/*.wpforms-field.wpforms-field-email {*/
/*    margin: 0 0 -15px;*/
/*}*/

/*input, textarea {*/
/*    background: none !important;*/
/*    border: none !important;*/
/*    border-bottom: 1px solid black !important;*/
/*    border-radius: 0 !important;*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*    font-size: 15px !important;*/
/*    color: #000000 !important;*/
/*    outline: none !important;*/
/*}*/

/*input {*/
/*    margin-bottom: 20px !important;*/
/*    padding-bottom: 10px !important;*/
/*}*/

/*textarea {*/
/*    margin-top: 0px !important;*/
/*}*/

/*input::placeholder, textarea::placeholder{*/
/*    font-size: 15px;*/
/*color: #000;*/
/*}*/

/*.wpforms-submit-container {*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*}*/

/*button[type="submit"] {*/
/*    background: #000000 !important;*/
/*    color: #ffffff !important;*/
/*    border: none !important;*/
/*    padding: 12px 40px !important;*/
/*    margin-top: 20px !important;*/
/*    margin-bottom: -20px !important;*/
/*}*/