/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.Ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Ubuntu-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.Ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Ubuntu-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* mano */

.slider-title{
  --animate-delay: 1s;
  --animate-duration: 1s;
}

.slider-subtitle {
  --animate-delay: 2s;
  --animate-duration: 1s;
}

.btn-slider {
  --animate-delay: 15s;
  --animate-duration: 1s;
}

body {
    color:#353535;
    font-family:'Ubuntu'!important;
	  font-weight:400;
}

p {
  font-size:15.5px;
}

a {
  color: #353535;
}

a:hover {
  color: rgba(4, 92, 173, 1);

}

.container-fluid {
	max-width:1920px;
	margin:0 auto;
}

html {
    scroll-behavior: auto !important;
    
}
#main {
  margin-top: 0rem;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1168px;
}
    }



/* mano pl color */

:root  {
--bs-body-font-family : 'Ubuntu',
}

.hisense-bg-white {
    background-color:#fff;
}

.hisense-bg-grey {
    background-color:rgba(224,224,224,1);
}

.hisense-bg-light-grey {
    background-color:   rgba(253,253,253,1);
}

.hisense-bg-dark-blue {
    background-color:rgba(30,46,63,1);
}

.hisense-bg-blue {
    
    background-color:#01426A;
    
}

.hisense-bg-beige {
    
   background-color:#E6E6E6;
}

.hisense-bg-green {
    color:#fff;
    background-color:#00b9ad;
    padding-top: 17px;
    padding-bottom: 17px;
}

.hisense-bg-dark-blue {
  background-color:#003A56;
}

.hisense-bg-yellow-gradient {
  background: rgb(255,197,16);
  background: -moz-linear-gradient(225deg, rgba(255,197,16,1) 0%, rgba(241,160,3,1) 100%);
  background: -webkit-linear-gradient(225deg, rgba(255,197,16,1) 0%, rgba(241,160,3,1) 100%);
  background: linear-gradient(225deg, rgba(255,197,16,1) 0%, rgba(241,160,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc510",endColorstr="#f1a003",GradientType=1); 
}

.hisense-bg-yellow-modal-gradient {
  background: rgb(255,197,16);
  background: -moz-linear-gradient(225deg, rgba(255,197,16,1) 0%, rgba(241,160,3,1) 100%);
  background: -webkit-linear-gradient(225deg, rgba(255,197,16,1) 0%, rgba(241,160,3,1) 100%);
  background: linear-gradient(225deg, rgba(255,197,16,1) 0%, rgba(241,160,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc510",endColorstr="#f1a003",GradientType=1); 
}

.hisense-bg-yellow-gradient {
  padding-top: 90px;
  position: relative;
}

@media (min-width: 992px) {
.hisense-bg-yellow-gradient {
padding-top: 140px;
}
}

.text-green {
    color:#02995B!important;
}
    
body .gform_wrapper.stla_material_wrapper form .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent;
}

/* menu */

@media (min-width: 1200px) {
.psb-logos {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: scale 0.3s;
}

.scrolled .psb-logos {
  transition: scale 0.3s;

}

.scrolled .psb-logos {
transform: scale(0.4);
transform-origin: -30px;
transform-origin: top;
}

}

@media (min-width: 1920px) {

  .scrolled .psb-logos {
    transform: none;
    transform-origin: 0;
    transform-origin: none;
    }

}

.blurry {
  background: #fff;
  color: #5a6870;
  border: none;
  }

.blurry .blurrer {
  height: 120px;
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  overflow: hidden;
  z-index: -500;

}

@media (min-width: 1200px) {
.blurry .blurrer {
  height: 130px;
    
}

}

.scrolled .blurrer {
    background-image:none;
}


.fixed-top.scrolled {
  
  transition: background-color 200ms linear;
  -webkit-box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.25);
  
}



.navbar-expand-md .navbar-nav a.nav-link  {
    border-bottom: 0px solid #fff;
}


@media (min-width: 1200px) {
.navbar-expand-xl .navbar-nav {
  
  padding-right: 60px;
}
}

#navbar ul li {
  padding-top: 20px;
  padding-bottom:20px;        
}

#navbar ul li:first-child {
    margin-top:50px;
}

#navbar ul li:last-child {
    margin-bottom:50px;
}

.navbar {
  padding-bottom: 1rem;
  /*padding-top: 1rem;*/
}

.navbar-dark .navbar-nav .nav-link {
  color:#5a6870;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Ubuntu';
  font-weight: 500;
  font-size: 20px;
  /*text-decoration: underline;*/
}

@media (min-width: 992px) {
.navbar-dark .navbar-nav .nav-link {
  font-size: 16px;
  }
}

/* mobile */

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
  border:none;
  border-color: hsla(0,0%,100%,.1);
  color: hsla(0,0%,100%,.55);
}

.navbar-toggler:focus {
  -webkit-box-shadow:none;
  box-shadow:none;
  outline: 0;
  text-decoration: none;
}

.animated-icon {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


.animated-icon span {
background: #000;
}

.animated-icon span:nth-child(1) {
top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
top: 10px;
}

.animated-icon span:nth-child(4) {
top: 20px;
}

.animated-icon.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

.mobile-slider {
position:relative;
background: rgb(0,67,84);
background: -moz-linear-gradient(90deg, rgba(0,67,84,1) 0%, rgba(0,115,73,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,67,84,1) 0%, rgba(0,115,73,1) 100%);
background: linear-gradient(90deg, rgba(0,67,84,1) 0%, rgba(0,115,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004354",endColorstr="#007349",GradientType=1); 
padding-top:20px;
padding-bottom:20px;
}


.mobile-slider:after {
-webkit-box-shadow: 0px -5px 15px -5px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px -5px 15px -5px rgba(0, 0, 0, 1);
box-shadow: 0px -5px 15px -5px rgba(0, 0, 0, 1);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;

}

.mobile-slider p.slider-text-asterisk {
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
.menu-item {
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
}

/* mobile end */

.slider-text-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}


.navbar {
  min-height:100px;
 -webkit-box-shadow: 0px -5px 24px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 24px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 24px 5px rgba(0, 0, 0, 0.75);
 border:none;
 
 
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:focus {
     color: #00b9ad;

}

@media (min-width: 1200px) {
    
.slider-text-wrapper {
  margin-left: -120px;
}
    
    
#navbar ul li {
  padding-top: 0px;
  padding-bottom:0px;        
}

#navbar ul li:first-child {
    margin-top:0px;
}

#navbar ul li:last-child {
    margin-bottom:0px;
}    
    
.navbar {
  padding-bottom: 0rem;
  padding-top: 0rem;
  height:100px;
  -webkit-box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.85);
 border:none;
 
}
    
.navbar-brand {
  padding-left: 15px;
}    
    
.fixed-top, .navbar {
}
    

.navbar-dark .navbar-nav .nav-link {
margin-left: 15px;
margin-right: 15px;
/*text-decoration: underline;*/
font-size: 1rem;
  }

.navbar-dark .navbar-nav .nav-link.active {
  color: #00b9ad;
  /*text-decoration-color: #007dba;*/
  /*text-decoration-line: underline;    */
  /*text-decoration-thickness: 3px;   */
}    
    
.navbar-dark .navbar-nav .nav-link:hover {   
	color: #00b9ad;
  /*text-decoration-color: #007dba; */
  /*text-decoration-line: underline;    */
  /*text-decoration-thickness: 3px;    */
}

        
}


.navbar-brand img {
  max-width: 220px;
}

.navbar-brand img {
  height: 60px;
}

.bg-dark {
    background-color:#01426a!important;
}

@media (min-width: 992px) {
 .navbar-brand img {
  max-width: 280px;
  width:100%;
  display: block;
}

}

/* footer */

#footer .menu-item.menu-item-type-custom.menu-item-object-custom.nav-item {
  width: 100%;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 0.9rem;
  color: #F5F5F5;
}

#footer .menu-item.menu-item-type-custom.menu-item-object-custom.nav-item a {
    color: #F5F5F5;
}

#footer .menu-item.menu-item-type-custom.menu-item-object-custom.nav-item a:hover {
    color: #FF7F00;
    text-decoration: underline;
    text-decoration-color: 
}

#footer {
    padding-top:20px;
    padding-bottom:20px;
    background-color:rgba(90, 104, 112, 1);
}

.footer-organizator {
  color:#fff;
  font-size:14px;
  font-weight:300;
}

.footer-organizator span a {
  color:#fff;
  text-decoration: underline;
  font-family: 'Ubuntu';
}

@media (min-width: 768px) {
    #footer .menu-item.menu-item-type-custom.menu-item-object-custom.nav-item {
    width:auto;
}
    
#footer {
	background-color:rgba(90, 104, 112, 1);
	padding-top:30px;
    padding-bottom:5px;
    }    
    
}



.footer-organizator {
    color:#fff;
    font-size:14px;
    font-weight:300;
}

.footer-organizator span a {
    color:#fff;
    text-decoration: underline;
    font-family: 'Ubuntu';
}

/** cookie **/

.cookie-info-close.btn.btn--blue.btn--low-padding.btn--smallest {
    background-color:#1e2e3f;
    color:#e0e0e0;
    float:right;
    padding:5px 10px 5px 10px;
    margin-top:10px;
    cursor: pointer;
}

#cookie-info-layer {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #e0e0e0;
  border-top: 1px solid #1e2e3f;
  padding: 20px;
  font-size: 0.8rem;
  color: #1e2e3f;
  line-height: 19px;
  text-align: justify;
  z-index: 500;
  font-family: 'Ubuntu';
  font-weight: 400;
}
#cookie-info-layer a {
  color: #e0e0e0;
  font-weight:bold;
}
#cookie-info-layer .c-btn {
  float: right;
  margin: 15px 0 0 15px;
}
@media screen and (min-width: 768px) {
  #cookie-info-layer {
    max-width: 768px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #1e2e3f;
    border-radius: 3px;
  }
}
@media print {
  #cookie-info-layer {
    display: none;
  }
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #1e2e3f!important;
  border-color: #1e2e3f!important;
  color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #1e2e3f!important;
  border-color: #1e2e3f!important;
  background-color: #FFFFFF!important;
}

#onetrust-consent-sdk #onetrust-banner-sdk :focus, #onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline-color: #1e2e3f!important;
  outline-width: 1px;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #1e2e3f!important;
  border-color: #1e2e3f!important;
  color: #FFFFFF;
}

/* typo */


.text-white {
    color:#e0e0e0;
}

h3 {   
    font-size: 17.5px;
    font-weight: 700;
}

/*h3:before,
h3:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h3:after {
    margin: 0 0 0 20px;
}*/

#potwierdzenie-modal .head-title {
  font-family:'Ubuntu';
  font-size:2.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  }

.head-title {
    font-family:'Ubuntu';
    font-weight:700;
    font-size:20px;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
  .head-title {
       font-size:30px;
    }

}

.sub-head-title {
  font-size: 0.7rem;
  font-family: 'Ubuntu';

}

 .small-head-title {
    font-size:1.2rem;
     letter-spacing:0.5px;
 }

.small-head-subtitle {
  font-family: 'Ubuntu';
    font-size: 1rem;
    line-height: 1.3rem;
    color:var(--gf-form-text-color);
	font-weight:300;
}

.small-head-subtitle a {
  font-family: 'Ubuntu';
  font-size: 1rem;
  line-height: 1.3rem;
  color:var(--gf-form-text-color);
font-weight:300;
text-decoration: underline;
}


.circle {
border-radius: 50%;
width: 2.5rem;
height: 2.5rem;
padding: 0.1rem;
background-color: #007dba;
border: 3px solid #007dba;
color: #fff;
text-align: center;
font: 1.5rem 'Ubuntu', sans-serif;
text-align: center;
color:rgba(224,224,224,1);
}

@media (min-width: 768px) {
    
.title-line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title-line:before,
.title-line:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.title-line:after {
    margin: 0 0 0 20px;
}
    
}

.small-head-title {
font-family: 'Ubuntu';
font-size: 0.9rem;
    
}

@media (min-width: 1200px) {
.head-title {
  font-size:30px;
    
}
    
     
}


/* button */

.btn-green.btn-long {
  max-width: 315px!important;
  width:100%!important;
}

.btn-green {
    border:none!important;
    
}


.btn-green, .btn-green:visited, .btn-green:focus {
  font-family:'Ubuntu';
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0rem;
  background: rgba(0, 185, 173, 1);
  text-transform: none;
  max-width: 300px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
  padding: 10px 20px;    
  border-radius: 5px;
}


@media (min-width: 768px) {
.btn-green, .btn-green:visited, .btn-green:focus {
    
  max-width: 215px;  
    
}

#potwierdzenie-modal .btn-green{
  max-width:320px;
}

}

.btn-green:hover {
      background: rgba(90, 104, 112, 1);
      border:none;
}

footer .btn-green  {
  max-width:320px;
  width:100%;
}

footer .btn-green:active, footer .btn-green:active:focus, footer .btn-green:focus {
  box-shadow: none;
  max-width:320px;
  width:100%;
}

.btn-dark-grey {
  background-color:#5a6870;
  color:#fff;
}

.btn-dark-grey:hover,  
.btn-dark-grey:focus,  
.btn-dark-grey:visited {
  background-color:rgba(0, 185, 173, 1);
  color:#fff;
}

.btn-dark-grey-hover:hover,
.btn-dark-grey-hover:focus,
.btn-dark-grey-hover:visited {
	background-color:#9da6ab!important;
	color:#fff!important;
}

.btn-pink {
  background-color:#e3009d;
  color:#fff;
}

.btn-pink:hover,  
.btn-pink:focus,  
.btn-pink:visited {
  background-color:#a10370;
  color:#fff;
}


/* */

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
    box-shadow: none;
    
}

.btn-slider {
    border:none!important;
    
}


.btn-slider, .btn-slider:visited, .btn-slider:focus {
  font-family: 'Ubuntu';
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5rem;
  background-color: #02995B;
  border: 2px solid #02995B;
  text-transform: uppercase;
  
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
  padding: 1.4rem 1.7rem;    
 max-width: 310px;
}


@media (min-width: 768px) {
.btn-slider, .btn-slider:visited, .btn-slider:focus {
    
  max-width: 395px;  
    
}
}

.btn-slider:hover {
    background-color:#1e2e3f;
    border:none;
}


#slider-button {
  font-family:'Ubuntu';
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 225px;
  margin: 0 auto;
  border: none;
  padding: 15px 20px 15px 20px;
  color:#fff;
  background-color:#F57602;
}

#slider-button:hover {
  background-color:#045CAD;
}

@media (min-width: 768px) {
  #slider-button {
  bottom: 40px;
  }

}

.btn-outline, .btn-outline:visited, .btn-outline:focus, .btn-outline:active {
    font-family: 'Ubuntu';
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 1.6rem 0rem;
    background-color:transparent;
    border:1px solid #F5F5F5;
    border-radius: 5rem;   
    color:#F5F5F5;
    max-width:395px;
    width:100%;
    text-transform: none;
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: none;
}

@media (min-width: 380px) {
.btn-outline, .btn-outline:visited, .btn-outline:focus, .btn-outline:active {
    font-size: 0.8rem;
}
}

#gform_submit_button_1_____,
#gform_submit_button_2_____ {
  font-family:'Ubuntu';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0rem;
  background: rgba(0, 185, 173, 1);
  text-transform: none;
  max-width: 227px;
  width: 100%;
  height:45px;
  margin-top: 80px;
  margin-bottom: 0px;
  box-shadow: none;
  border-radius: 5px;
}


.btn-outline:hover {
background-color:#003A56;
color:#fff;
border:1px solid #003A56;   
}

#gform_submit_button_1___:hover,
#gform_submit_button_2___:hover {
  background: rgba(90, 104, 112, 1);
  border:none; 
}

.btn-outline-light {
    border:1px solid #e0e0e0;
    color:#e0e0e0;
}


.btn-outline-light:hover {
    border:1px solid #007dba;
    color:#fff;
}

.btn-outline-blue {
    border:1px solid #01426A;
    color:#01426A;
}


.btn-outline-blue:hover, .btn-outline-blue:visited, .btn-outline-blue:focus {
    border:1px solid #01426A;
    color:#fff;
    background-color:#01426A;
}

body .gform_wrapper.stla_material_wrapper form .mdc-button .mdc-button__ripple:after {
    display:none;
}

body .gform_wrapper.stla_material_wrapper form .mdc-button .mdc-button__ripple:before {
    display:none;
}

#gform_submit_button_2 .mdc-button__label, #gform_submit_button_2  .mdc-button__ripple {
    display:none;
}


@media (min-width: 1200px) {

.btn-slider, .btn-slider:visited, .btn-slider:focus {
font-size: 1.3rem;
padding: 1.4rem 1.7rem;
max-width: 395px;
    }
    
.btn-outline, .btn-outline:visited, .btn-outline:focus, .btn-outline:active {
    font-size: 1.3rem;
    padding: 1.4rem 1.7rem;
    max-width:450px;
}  
    
   
    
}



/* slider */

@media (max-width: 768px) {
#slider .container-fluid {
padding-top: 100px;
}
}


.slider-pics-wrapper {
position:relative;
display:block;
overflow: hidden;
}

.slider-pics-bg {
position: relative;
z-index: 1;
top:0;
right:0;
}

.slider-pics-text {
  position: absolute;
  z-index: 2;
  top:0;
  right:0;
}

.slider-pics-gratis {
  position: absolute;
  z-index: 3;
  top:0;
  right:0;
}

.slider-pics-peoples {
  position: absolute;
  z-index: 4;
  top:0;
  right:0;
}

#slider .container-fluid {
	max-width:1920px;
	width:100%;
	margin:0 auto;
}

.slider-pralka-img-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-title {
    color:#fff;
    font-family: 'Ubuntu';
    font-size: 2.3rem;
    /*font-size: 6vh;*/
    line-height: 1;
    letter-spacing: -1px;
    margin-top:80px;
}


.slider-subtitle {
    color:#fff;
    font-family: 'Ubuntu';
    font-size:1rem;
    margin-top:1.5rem;
    margin-bottom:1rem;
}

.slider-subtitle span {
    color:#fff;
    font-family: 'Ubuntu';    
}


@media(min-width: 992px) {
	

#zestawy {
	
	padding-bottom:100px;
}
	
  .slider-title {
    font-size:3.4rem;
    margin-top:120px;
}   
    
    .slider-subtitle {
        margin-bottom:2rem;
    }
    
    .slider-pralka-img-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
    
}

@media(min-width: 1200px) {
  .slider-title {
  font-size:3.4rem;
}
    
.slider-subtitle {
 font-size:1.5rem;
}
   
}

@media(min-width: 1600px) {
  .slider-title {
  font-size:3.9rem;
}
    
    .slider-subtitle {
    
 font-size:1.8rem;
    
}
   
}


 

.aspect-ratio {
    height: 0;
    position: relative;
}

.aspect-ratio--9x16 {
    padding-bottom: 177.77%;
}

.aspect-ratio--object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slider-pic-bg {
    background-color:rgba(0,0,0,0.1);
    background-image: url("../images/hisense/fota-head_text-2-mobile.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
	max-width:1920px;
	height:100%;
	width:100%;
    position:absolute;
	z-index:99;
	margin:0 auto;
    }

@media (min-width: 768px) { 
.slider-pic-bg {
    background-color:rgba(0,0,0,0.1);
    background-image: url("../images/hisense/fota-head_text-2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
	max-width:1920px;
	height:100%;
	width:100%;
    position:absolute;
	z-index:99;
	margin:0 auto;
    }
}

.slider-wrapper {
  width: 100%;
  max-width: 1920px;
}

.slider-movie-text {

height:100%;
width:auto;
	
}

.video-wrapper {
	margin:0 auto;

}



.slider-video-wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;

}

.slider-title-wrapper {
	width:100%;
	height:100%;
	position:absolute;
	max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.slider-left-text {
    font-family:'Ubuntu';
    font-size: 0.4rem;
    text-align: center;
    max-width: 440px;
}


.slider-ariel-package-img {
    max-width:80%;
    margin:0 auto;
    margin-bottom:-5.5%;
    z-index: 10;
    margin-top: 3rem;
}

.ariel-logo {
    max-width: 90px;
}

.aquatech-logo {
    max-width:90px;
}

.slider-left-text-wrapper p, .slider-right-text-wrapper p{
    color:#fff;
    
}

@media all and (max-width: 768px){
    
    .slider-left-text-wrapper p {
    font-size:0.8rem;
     text-align: right !important;
      
    }
    
    .slider-right-text-wrapper p {
       font-size:0.8rem; 
        text-align: left !important;
      
    }
    
    
}


p.slider-text-asterisk {
    font-size:0.5rem;
}

@media all and (min-width: 768px){

.slider-left-text {
  font-size: 0.6rem;
  text-align: right;
  
}    
    
p.slider-text-asterisk {
    font-size:0.7rem;
}
    
    
.slider-left-text-wrapper {
    
    padding-right:1rem;
}

.slider-right-text-wrapper{
    
    padding-left:1rem;
}
    
}


@media all and (min-width: 992px){

.slider-left-text {
  font-size: 0.7rem;
  text-align: right;
  
}    
    
p.slider-text-asterisk {
    font-size:0.65rem;
}
    
    
.slider-left-text-wrapper {
    
    padding-right:4rem;
}

.slider-right-text-wrapper{
    
    padding-left:4rem;
}
    
.slider-right-text-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.slider-left-text-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
    
}



.slider-text-bottom span {
    font-family:'Ubuntu';
    
}

  .slider-text-bottom {
  line-height: initial;
  font-size: 0.9rem;
}


  
@media (min-width: 992px) { 

    .slider-text-bottom {
  line-height: initial;
  font-size: 1rem;
}  
    
}

@media (min-width: 1200px) { 
    
        .slider-left-text-wrapper {
    padding-left:3rem;
      
    }
    
    .slider-right-text-wrapper {
       padding-right:3rem;
      
    }

    .slider-text-bottom {
  line-height: initial;
  font-size: 1.2rem;
}  
    
    p.slider-text-asterisk {
    font-size:0.75rem;
}
    
}

/* zasady */

.pack-icon {
  max-height:140px;
}



#zasady .card-body {
    padding: 0.5rem 0.5rem;
	z-index:1;
	position:relative;
	display:block;
}

#zasady .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  word-wrap: break-word;

  border-radius: 0px;
  padding:5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
    width: 250px;
	height:250px;
    margin: 0 auto;
	z-index:1;
	
}


@media (min-width: 92px) { 

#zasady .card-border {
content: '';
    border: 2px solid rgba(4, 92, 173, 1);
    height: calc(100% - 60px);
    position: absolute;
    width: 100%;
    top: 40px;
    max-width: 250px;
    max-height: 250px;
	  margin: 0 auto;
    left: 60px;
    right: 0;
}
    
    #zasady .card-body {
    padding: 0;
}
    
    #zasady .card {
    margin: 0 auto;
    width:100%;
	  position:relative;
    border: none;
    }

    

.numberCircle {
    font-family:'Ubuntu';
    width: 75px;
    line-height: 70px;
	padding-left:5px;
	height:75px;
    border-radius: 100%;
    text-align: center;
    font-size: 1;
    border: 0px solid transparent;
    color:#fff;
    -webkit-transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}



.card-title.numberCircle {
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: 0;
  right: -270px;
}

@media (min-width: 921px) {
  #podziel-sie-opinia .card-title.numberCircle {
    margin: 0 auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: -370px;
  }
}
    
}



.numberPytajnik {
    font-family:'Ubuntu';
    width: 51px;
    line-height: 51px;
    border-radius: 100%;
    text-align: center;
    font-size: 1.8rem;
    border: 0px solid transparent;
    border-radius: 50px;
    background-color:#333F48;
    color:#fff;
    -webkit-transition: transform 0.1s ease-out;
    -moz-transition: transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
}

.card-title.numberPytajnik {
  
  position: absolute;
  top: -25px;
  
  right: 50px;
}

.zasady-hasztag {
    font-family: 'Ubuntu';
    font-size:1.2rem;
    color:#02995B;
    border:3px solid #333F48;
    border-radius:8px;
    padding:0.5rem 1rem 0.5rem 1rem;
}



    

#zasady .card-text {
    color:#000;
    font-size: 0.85rem;
	color: #000;
	line-height: 1.2;
}


#zasady .card-text span {
    font-family:'Ubuntu';
    font-size: 0.9rem;
}

#zasady .card-text a {
    font-family:'Ubuntu';
    font-size: 0.9rem;
    text-decoration: underline;
    color:#000;
}

#zasady .card-text a:hover {
    color:rgba(4, 92, 173, 1);


}


.zasady-timing {
 color:#000;   
    
}

.zasady-timing a {
    text-decoration: underline;
    color:#000;
}

.zasady-timing a:hover {
    text-decoration: underline;
    color:rgba(4, 92, 173, 1);

;
}

.zasady-title {
    font-family:'Ubuntu';
    font-size:1.3rem;
    
}

.zasady-title-blue-large {
    font-family:'Ubuntu';
    font-size:2.5rem;
    text-transform: none;
    color:#007dba;
    letter-spacing: -5px;
    margin-bottom: 10px;
    }

@media (min-width: 768px) { 
.zasady-title-blue-large {
    font-size:2.5rem;
    margin-bottom: 10px;
    }
}

@media (min-width: 1200px) { 

}

.zasady-title-blue {
    font-family:'Ubuntu';
    font-size:1.7rem;
    text-transform: none;
    color:#007dba;
    
}

.zasady-points-wrapper img {
    max-width:155px;
    width:100%;
    
}

.zasady-timing-small {
    font-family:'Ubuntu';
    font-size:0.9rem;
    line-height: 1.5;
    margin-bottom:0px;
}

.zasady-timing {
    font-family:'Ubuntu';
    font-size:1rem;
    line-height: 1.5;
    margin-bottom:0px;
}

.zasady-text {
    font-family:'Ubuntu';
    line-height:1.3rem;
}

.zasady-text a {
    color:#1e2e3f;
    text-decoration: underline;
}

.zasady-text span{
    font-family:'Ubuntu';
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

.zasady-points-wrapper img {
    max-width:208px;
        
}    
        
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    .zasady-title {
    font-size:1.6rem;
    }

    .zasady-title-blue-large {
    font-size:2.7rem;
    }

    .zasady-title-blue {
    font-size:1.7rem;
    }
    
}





/* form pytania */

.infolinia-text {
color:#e0e0e0;
line-height:1.5rem;    
}

.infolinia-text span {
 color:#007dba;   
}


@media (min-width: 992px) { 
    .infolinia-text {
     font-size:1.2rem;
     letter-spacing: 0.5px;
    }
}

/* form */

/* modale */

#numer_seryjny a {
  text-decoration:underline;
}


.text-dark-blue {
    color:#01426A;
}

.text-dark-grey {
color:#353535;

}

.text-light-grey {
color:#5C656D;
}

.text-dark-orange {
  color:#F57602;
}

.tabliczka-znamionowa-modal-text {
  font-size: 0.8rem;
  padding-left: 10px;    
}



.tabliczka-znamionowa-modal-text li {
    list-style-type: none;
    list-style: '- ';    
}

.tabliczka-znamionowa-pic {
  max-width: 238x;
  width:238px;
  }

@media (min-width: 992px) { 
.tabliczka-znamionowa-modal-text {
  font-size: 1rem;
}
}


/* modale end */

.gfield_label {
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  font-family: 'Ubuntu';
  font-size: 0.9rem;
}




.gsection_title.mdc-typography--headline4 {
  display: none;
}

/* picture upload start */

/* for mobile */

#field_1_25 {
  /*margin-top:20px;*/
}

.b-upload--file {
    max-width:320px;
    width:100%;
}

.b-upload--file .gfield_label {
    color: rgba(0, 0, 0, 0.87);
    line-height: normal!important;
    }


.b-upload--file .gpfup__droparea span {
  display: none;
}

.b-upload--file .gpfup__select-files-container {
    display:block!important;
    font-size: 0;
}

.gpfup__droparea span {
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: lowercase;
  margin-bottom: 0px;
  color: #00b9ad;
  margin-top:10px;
}

.gpfup__droparea {
	color: #333f48;
}

.b-upload--file .gpfup__droparea {
  background: transparent;
  border-radius: 0px;
  border: none;
  text-align: center;
  color: #333f48;
  transition: all 0.25s ease-out;
  display: table;
  width: 100%;
  height: 1rem;
  padding: 0.5rem 1rem 1rem 1rem;
}

.b-upload--file button.gpfup__select-files {
  width: 100%;
}
/* end for mobile */

#field_1_15 .gfield_label, #field_1_25 .gfield_label, #field_1_29 .gfield_label, 
#field_1_32 .gfield_label, #field_1_35 .gfield_label, #field_1_41 .gfield_label, 
#field_1_42 .gfield_label, #field_1_48 .gfield_label, #field_1_49 .gfield_label, 
#field_1_53 .gfield_label, #field_1_54 .gfield_label, #field_1_60 .gfield_label, 
#field_1_61 .gfield_label {

  text-align: left !important;
  width: 300px;

}

#field_9_15 .gfield_label, #field_9_25 .gfield_label, #field_9_29 .gfield_label, 
#field_9_32 .gfield_label, #field_9_35 .gfield_label, #field_9_41 .gfield_label, 
#field_9_42 .gfield_label, #field_9_48 .gfield_label, #field_9_49 .gfield_label, 
#field_9_53 .gfield_label, #field_9_54 .gfield_label, #field_9_60 .gfield_label, 
#field_9_61 .gfield_label {

  text-align: left !important;
  width: 300px;

}

@media (min-width: 1200px) { 
    
#field_1_15 .gfield_label, #field_1_25 .gfield_label, #field_1_29 .gfield_label, 
#field_1_32 .gfield_label, #field_1_35 .gfield_label, #field_1_41 .gfield_label, 
#field_1_42 .gfield_label, #field_1_48 .gfield_label, #field_1_49 .gfield_label, 
#field_1_53 .gfield_label, #field_1_54 .gfield_label, #field_1_60 .gfield_label, 
#field_1_61 .gfield_label {

  text-align: left !important;
  width: 270px;

}    

#field_9_15 .gfield_label, #field_9_25 .gfield_label, #field_9_29 .gfield_label, 
#field_9_32 .gfield_label, #field_9_35 .gfield_label, #field_9_41 .gfield_label, 
#field_9_42 .gfield_label, #field_9_48 .gfield_label, #field_9_49 .gfield_label, 
#field_9_53 .gfield_label, #field_9_54 .gfield_label, #field_9_60 .gfield_label, 
#field_9_61 .gfield_label {

  text-align: left !important;
  width: 270px;

}    
    
}

#label_1_101_1,
#label_1_31_1,
#label_9_101_1,
#label_9_31_1 {
  text-align: left;
}

#field_1_14 .gfield_label, #field_1_100 .gfield_label,
#field_9_14 .gfield_label, #field_9_100 .gfield_label {
  width: 100%;
  text-align: left;
  color: var(--gf-form-text-color);
  line-height: initial;
  font-size:1rem;
}

#field_1_100 .gfield_label,
#field_9_100 .gfield_label {
	opacity:0.8;
}

#field_1_15, #field_1_25, #field_1_29, #field_1_32, #field_1_35, #field_1_41, #field_1_42, #field_1_48, #field_1_49, #field_1_53, #field_1_54 ,#field_1_60, #field_1_61,
#field_9_15, #field_9_25, #field_9_29, #field_9_32, #field_9_35, #field_9_41, #field_9_42, #field_9_48, #field_9_49, #field_9_53, #field_9_54 ,#field_9_60, #field_9_61 {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 15px;
  text-align: left;
}

#field_1_100 .gfield_label,
#field_9_100 .gfield_label {
  margin-bottom: 0px;
}

#gfield_instruction_1_105,
#gfield_instruction_9_105 {
  display: none;
}

.gpfup--has-files .gpfup__droparea {
    display: none;
}


.gpfup__files {
  margin: 0;
  margin-bottom: 0px;
  list-style: none;
  border-radius: 2px;
  border: 1px solid rgba( 1, 56, 94, 0.10 );
  position: relative;
  box-shadow: 0 2px 2px rgba( 0, 0, 0, 0.05 );
  z-index: 2;
  margin-bottom: -1px;
  padding: 0;
  background-color:#00b9ad;
  height:auto;
}

.gpfup__preview img, .gpfup__preview-pending {
  max-width: 125px;
  width:100%;
  height: 125px;
  border-radius: 4px;
}

.gpfup__filename {
  color:#003A56;
  font-size: 0.8rem;
  text-align:left;
}

.gpfup--strict .gpfup__delete {
  background-color: transparent !important;
  fill: #003A56;
}

.gpfup__filesize {
  color: #003A56;
  text-align: left;
}

.gpfup__file-actions {
  display: flex;
  margin: 0;
}

.ginput_container_fileupload .gform_fileupload_rules {
    display:none!important;
}

#field_1_14 .gpfup--has-files .gpfup__d1roparea, #field_1_100 .gpfup--has-files .gpfup__d1roparea,
#field_9_14 .gpfup--has-files .gpfup__d1roparea, #field_9_100 .gpfup--has-files .gpfup__d1roparea {
    display: inline-table!important;
}

#field_1_14 .ginput_container_fileupload .gform_fileupload_rules, #field_1_100 .ginput_container_fileupload .gform_fileupload_rules,
#field_9_14 .ginput_container_fileupload .gform_fileupload_rules, #field_9_100 .ginput_container_fileupload .gform_fileupload_rules {
    
 display: none;
 }

#gfield_description_1_14, #gfield_description_1_100,
#gfield_description_9_14, #gfield_description_9_100 {
    font-family: var(--mdc-typography-font-family);
    display: block;
    font-size: 0.9rem;
    color:var(--gf-form-text-color);
    text-transform: none !important;
    padding-top: 1rem;
	text-align:left;
}

.gpfup__droprea--maxed {
 display:none!important;
}

.gpfup__droparea {

  
  padding: 1rem;
}

.gpfup__select-files {
  font-family: var(--mdc-typography-font-family);
  border-radius: 5px;
  border:0px;
  width: 227px;
  height: 44px;
  background-color: #00b9ad;
  font-size: 1rem;
  padding: 0.4rem 1.8rem;
  margin-top: 10px;
  color:#fff;
  webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.gpfup__select-files:hover {
    background-color: #003A56

;
}

.b-upload--file .gpfup__select-files:hover {
    background-color:#003A56;

 ;
}

.b-upload--file .gpfup__select-files {
  font-family: var(--mdc-typography-font-family);
    border: none;
    background-color: #00b9ad;
    color: var(gf-form-text-color);
    font-size: 0.8rem;
    padding: 1rem 1rem;
}

.gpfup.gpfup--strict.gpfup--maxed.gpfup--has-files {
  margin-top: 10px;
}

.gfield_label.mdc-typography--subtitle1 {
  text-align: left;
  width: auto;
  margin-left: 0px;
  
}

    .b-upload--file .gfield_label {
    color: rgba(0, 0, 0, 0.87);
    max-width:100%;
    line-height: normal!important;
    }


    .gpfup__select-files {
      display: block;
      margin: 0 auto;
        margin-top: 0px;
      margin-top: 5px;
    }

    .gpfup_progress {

      background-color:#003A56;
    }

/* normal picture input */

@media (min-width: 992px) { 
    
.b-upload--file .gfield_label.mdc-typography--subtitle1 {
    margin-left:0px;
    text-align:center;
}
    
.b-upload--file {
    width:320px;
    
}    
    
    .b-upload--file .gfield_label {
    color: rgba(0, 0, 0, 0.87);
    max-width:100%;
    line-height: normal!important;
    margin-bottom: 15px!important;
    }    
    
.b-upload--file .gpfup__select-files-container {
    display:inherit!important;
    font-size:1rem;
}    
    
.b-upload--file button.gpfup__select-files {
  width: inherit;
}
    
    
    
.b-upload--file .gpfup__droparea span {
  display: inherit;
}

  .b-upload--file .gpfup__select-files {
  font-family: 'Ubuntu';
  border: none;
  background-color: #007dba;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem;
  webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.b-upload--file .gpfup__select-files-container {
 font-size: 1rem;
padding-left: 5px;
font-family: 'Ubuntu';
}    
    

    

  .b-upload--file .gpfup__droparea {
  background: rgba( 0, 0, 0, 0.02 );
  border-radius: 2px;
  border: 1px dashed rgba( 0, 0, 0, 0.15 );
  text-align: center;
  position: relative;
  z-index: 1;
  color: #aaa;
  transition: all 0.25s ease-out;
  display: table;
  width: 100%;
  height: 5rem;
  padding: 1rem;
      
}
 .b-upload--file .gpfup__droparea > div {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
    
    
}



/* end normal */

/* picture upload end */


.gfield--width-half {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.gfield--width-half {

}
}

.ginput_container_email {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.ginput_container_email {
  
}

}

.pola-wymagane {
  font-family: 'Ubuntu';
  margin-top: 7rem;
  border-top: 1px dashed #fff;
  text-align: left;
  font-size: 0.7rem;
  padding-top: 5px;
}


#pytajnik-numer:hover .ginput_container  {
	pointer-events:none;
}

.pytajnik:after {
  content: '?';
  font-family: 'Ubuntu';
  width: 35px;
  height: 35px;
  margin-right: -0px;
  display: block;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  right: 11px;
  top: 11px;
  background-color: #00b9ad;
  font-weight: 600;
  line-height: 35px;

}

.gpfup--has-files .pytajnik::after {
  right: 50px;
  top:16px;
}

#field_1_109 .pytajnik:after,
#field_9_109 .pytajnik:after {
margin-right: 45px;
}

.mdc-select__dropdown-icon-graphic {
  fill: #fff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important; 
}


input[type=number] {
  -moz-appearance: textfield!important;
}


#gform_wrapper_1.gform_wrapper.gform_wrapper form .gform-body .gfield.gfield_html,
#gform_wrapper_9.gform_wrapper.gform_wrapper form .gform-body .gfield.gfield_html {
  color: var(gf-form-text-color);
}

#gform_wrapper_1.gform_wrapper.gform_wrapper .gfield_radio .gchoice label, .gform_wrapper.gform_wrapper .gfield_checkbox .gchoice label,
#gform_wrapper_9.gform_wrapper.gform_wrapper .gfield_radio .gchoice label, .gform_wrapper.gform_wrapper .gfield_checkbox .gchoice label {
    color: var(gf-form-text-color);
}

#gform_wrapper_1,
#gform_wrapper_9 {
  position: relative;
  display:block;
  overflow-x: hidden;
}

#gform_wrapper_1 .gfield_required.gfield_required_asterisk,
#gform_wrapper_9 .gfield_required.gfield_required_asterisk {
    font-family: 'Ubuntu';
    color:rgba(51, 63, 72, 1);
    font-size: 10px;
    padding-left: .05em;
}

#field_1_8.gfield span.gfield_required, 
#field_1_8_2.gfield span.gfield_required,
#field_9_8_2.gfield span.gfield_required {
  padding-right: 0px!important;
  padding-left:0px;
  color:var(gf-form-text-color);    
}

#kontakt {
  background-color:#00b9ad;
}

#gform_wrapper_2 .gfield_required.gfield_required_asterisk {
    font-family: 'Ubuntu';
    color: rgba(224, 224, 224, 1);
    font-size: 10px;
    padding-left: .05em;
}

#gform_wrapper_2 .mdc-floating-label--float-above .gfield_required.gfield_required_asterisk {
    color:rgba(224, 224, 224, 0.5);
}

.gform_wrapper .gfield_required {
    vertical-align: super;
    }

.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  
  flex-direction: column;
}

.gform_footer.top_label {
  margin: 0 auto;
  justify-content: center;
}

#gform_ajax_spinner_1, #gform_ajax_spinner_2, #gform_ajax_spinner_3, #gform_ajax_spinner_4, #gform_ajax_spinner_9 {
    background-color:rgba(0,58,86,0.99)!important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;


}

 img#gform_ajax_spinner_1, img#gform_ajax_spinner_2, img#gform_ajax_spinner_3, img#gform_ajax_spinner_4, img#gform_ajax_spinner_9 {
    background:url('../images/hisense/preloader.gif');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 100px 100px;
    opacity:0.95; 
     
} 

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: transparent;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  padding-top: 12.992px;
  padding-right: 24px;
  padding-left: 24px;
 
}

.gform_wrapper form .gform-body .gfield_description, .gform_wrapper.gform_wrapper form .gform-body .stla_material_helper_text {

  text-transform: uppercase;
}

.gform_wrapper.gform_wrapper.gravity-theme .gfield_label {
  
  text-transform: uppercase;
}

.gform_wrapper form .field_description_below .gfield_description, .gform_wrapper.gform_wrapper form .gform-body .stla_material_helper_text {
    text-transform: uppercase!important;
    font-size: 0.7rem;
    
}

#gform_1_validation_container, #gform_2_validation_container, #gform_3_validation_container, #gform_4_validation_container, #gform_8_validation_container, #gform_9_validation_container {
  display: none;
}

.sk-gfield_error .gfield_label.mdc-text-field__input {
    color:var(--mdc-theme-error, #ff6984);
}



.sk-gfield_error div.ginput_container.ginput_container_textarea.mdc-text-field.mdc-text-field--textarea.mdc-text-field--filled label.gfield_label.mdc-floating-label {
    color:var(--mdc-theme-error, #ff6984)!important;
}


.sk-gfield_error .mdc-text-field-helper-text--validation-msg {
    color:var(--mdc-theme-error, #ff6984)!important;
}

.sk-gfield_error label.gfield_label.mdc-floating-label{
    color:var(--mdc-theme-error, #ff6984);
}

#field_1_31 .mdc-text-field--invalid label,
#field_1_101 .mdc-text-field--invalid label{
  color:var(--mdc-theme-error, #ff6984);
}

#field_1_66 .mdc-text-field--invalid label {
  color:var(--mdc-theme-error, #ff6984);
}

#validation_message_8_4,
#validation_message_8_3 {
  border: none;
  color: #c02b0a;
  text-align: left;
}


#gform_2 .gform_body.gform-body {
  padding: 10px;
}

@media (min-width: 768px) {

  #gform_2 .gform_body.gform-body {
    padding: 30px;
  }

.ginput_left {
    margin-right: 25px;
}

.ginput_right {
  margin-left:25px;
  
}
    
}

#input_1_28,
#input_9_28 {
  /*width: 90%;*/
  float: left;
/* Firefox */
width: -moz-calc(100% - 25px);
/* WebKit */
width: -webkit-calc(100% - 25px);
/* Opera */
width: -o-calc(100% - 25px);
/* Standard */
width: calc(100% - 25px);    
}




.mdc-text-field__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
}

.mdc-text-field__icon {
  left: initial;
  right: 0px;
}

.pytajnik-icon {
  font-family: 'Ubuntu';  
  color: #007dba;    
  width:25px;
  height:25px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  cursor:pointer!important;
}

.znamionowe-pytajnik-icon {
  font-family: 'Ubuntu';  
  color: #007dba;    
  width:25px;
  height:25px;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  margin-bottom:0px;
  cursor:pointer!important;
  vertical-align: middle;
  margin-left: 15px;    
}




#gform_wrapper_3 .mdc-ripple-upgraded--background-focused {
  background-color:#E6E6E6!important;
}

#gform_wrapper_3 {
    color:#01426A;
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused {
    background-color:transparent!important;
}

/* ankieta radio fix */

#gform_wrapper_3 div.mdc-radio.mdc-ripple-upgraded.mdc-ripple-upgraded--unbounded {
  background-color: transparent !important;
}

/* ankieta opacity fix */

#field_3_5 legend.gfield_label.mdc-typography--subtitle1 {
  
  opacity:0.7;    
}

/* fix ankieta radio button padding */

#field_3_5 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* fix top margin zestawy sprzed form */

#field_1_21,
#field_9_21 {
  margin-top: 2rem;
}

/* zgoda center */

#field_1_31,
#field_9_31 {
  
    margin-top: 0px;
    margin-bottom: 0px;
}


#validation_message_1_31,
#validation_message_1_119,
#validation_message_9_31,
#validation_message_9_119  {
  text-align: left;
  padding-left: 45px;
}

.modal-header {
    border:none;
}

/* modal ankieta */

#potwierdzenie-modal .container {
  max-width: 550px;
}

/* fix focused top label email */

body .gform_wrapper.stla_material_wrapper form .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #353535;
}

.mdc-text-field.mdc-text-field--filled.stla_material_large.mdc-text-field--label-floating.mdc-ripple-upgraded label.gfield_label.mdc-floating-label.mdc-floating-label--float-above{
    color:#5C656D;
    font-size:1rem;
}

body .gform_wrapper.stla_material_wrapper form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
	color:#5C656D;
	font-size:1rem;
  text-transform: lowercase;
}

/* fix validation error text */


/*.sk-gfield_error .mdc-text-field-helper-text.mdc-text-field-helper-text--persistent.mdc-text-field-helper-text--validation-msg, */
/*.sk-gfield_error .gfield_validation_message,*/
#gform_wrapper_2 .mdc-text-field--invalid .mdc-floating-label,
#gform_wrapper_2 .sk-gfield_error .mdc-floating-label
{
    
    color:var(--mdc-theme-error, #ff6984);
}


#gform_wrapper_2 .sk-gfield_error .mdc-text-field-helper-text.mdc-text-field-helper-text--persistent.mdc-text-field-helper-text--validation-msg,
#gform_wrapper_2 .sk-gfield_error .gfield_validation_message {
    color: #01426A;
}




body .gform_wrapper.stla_material_wrapper form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #ff6984)!important;
  color: var(--mdc-theme-error, #ff6984);
}


/* modal zdjecia tabliczki znamionowe*/

#tabliczka-znamionowa-piekarnik,
#tabliczka-znamionowa-plyta-grzewcza,
#tabliczka-znamionowa-lodowka,
#tabliczka-znamionowa-okap,
#tabliczka-znamionowa-mikrofala,
#tabliczka-znamionowa-zmywarka {
    display:none;
}

/* pokazuje opis wgrania dowodu zakupu */

#gfield_upload_rules_1_14,
#gfield_upload_rules_9_14 {
  font-family:'Ubuntu';
  display: block;
  font-size: 0.8rem;
}

/* zgody form link */

#input_1_31 a,
#input_9_31 a {
  text-decoration: underline;
    color:var(--gf-form-text-color)!important;
	font-weight: 600;
}

/* form kontakt email right margin fix */


#field_2_5.gfield label.gfield_label.mdc-floating-label.mdc-typography--subtitle1 {
    margin-left:0px;
	color:var(--gf-form-text-color)!important;
}

/* status zgloszenia */

#field_8_1 {
  font-family: 'Ubuntu' !important;
  margin-bottom: 40px;
}

#field_8_4 {
  font-family: 'Ubuntu' !important;
  margin-bottom: 40px;
}

#input_8_4:focus-visible {
  border:none;
}

#field_8_4 input,
#field_8_3 input,
#field_8_1 input {
border:none;
border-bottom:1px solid #000;
}

#gform_wrapper_4,
#gform_wrapper_8 {
  max-width: 400px;
  margin: 0 auto;
}

#field_4_4 .gfield_label.mdc-floating-label.mdc-typography--subtitle1,
#field_8_4 .gfield_label.mdc-floating-label.mdc-typography--subtitle1 {
  margin-left: 0px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    
}
select#input_8_9,
select#input_8_10,
select#input_4_9,
select#input_4_10 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

#input_8_9:focus,
#input_8_10:focus,
#input_8_9:focus-visible,
#input_8_10:focus-visible,
#input_8_9:active,
#input_8_10:active,
#input_4_9:focus,
#input_4_10:focus,
#input_4_9:focus-visible,
#input_4_10:focus-visible,
#input_4_9:active,
#input_4_10:active {
	outline:none!important;
	background-color: transparent;
    border: none!important;
    border-bottom: 1px solid #000!important;
	
}

.status-zgloszenia-wrapper {
    max-width:400px;
}

/* klauzula wiecej*/

#klauzula-wiecej-btn {
    text-decoration: underline;
    cursor:pointer;
    color: #333f48;
}

#klauzula-wiecej-btn:hover {
    color: rgba(4, 92, 173, 1);

;
}

.klauzula-informacyjna-kontaktowy {
    font-family: 'Ubuntu';
    text-decoration: underline;
    color:#333F48;
    
}

.klauzula-informacyjna-kontaktowy:hover {
    text-decoration: underline;
    color:rgba(4, 92, 173, 1);

;
    
}

/* validaion error label */


.gform_wrapper.gform_wrapper form .gform-body .sk-gfield_error .gfield_description {
    color:var(--mdc-theme-error, #ff6984);
}


#gform_wrapper_1 .sk-gfield_error .gpfup__droparea {
  background: rgba( 0, 0, 0, 0.02 );
  border: 1px dashed var(--mdc-theme-error, #ff6984);
  color: var(--mdc-theme-error, #ff6984);
  margin-top: 10px;
}

#gform_wrapper_1 .sk-gfield_error .mdc-typography--subtitle1 {
	color:var(--mdc-theme-error, #ff6984);
}

/* limit zapytan */

#gpls-limit-message-container-4 {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

/* datatable */

.gv-datatables-container {
  font-size: 0.8rem;
  color: #1e2e3f;    
}

.gv-datatables-container table.dataTable tbody th,
.gv-datatables-container table.dataTable tbody td {
  padding: 3px 5px;
  text-align: center;
}

.gv-datatables-container table.dataTable tfoot th,
.gv-datatables-container table.dataTable tfoot td {
  padding: 5px 9px 3px 9px;
  border-top: 1px solid #111;
  text-align: center;
  font-size: 0.7rem;
}

.gv-datatables-container a {
    color:#1e2e3f;
    text-decoration: underline;
}

.gv-datatables-container table.dataTable thead th,
.gv-datatables-container table.dataTable thead td {
  padding: 10px 10px;
  border-bottom: 1px solid #111;
  background-color: #1e2e3f;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: initial;    
}

.gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button {
  order: -111;
  background-color: #1e2e3f;
  border: none;
  color: #fff;
  padding: 5px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #fff;
  background:#fff;
}

.gv-edit-entry-wrapper .mdc-select__dropdown-icon {
  display: none;
}

.gv-edit-entry-wrapper #field_1_68 label,
.gv-edit-entry-wrapper #field_9_68 label {
    display:none;
}

.gv-edit-entry-wrapper #input_1_68,
.gv-edit-entry-wrapper #input_9_68 {
    padding: 10px;
}

.gv-datatables-container .dataTables_wrapper .dataTables_processing {
  z-index: 100000 !important;
  height: 100%!important;
  line-height: 1.5em!important;
  min-width: 100%!important;
  width: 100%!important;
  top: 0!important;
  background: #fff!important;
  opacity: 0.8!important;
  padding-top: 53%!important;
  }

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.moderacja-zdjecie-tytul {
  margin: 0;
  margin-bottom: 0px;
  text-align: center;
  background-color: #1e2e3f;
  color:#fff;
  line-height: initial;
  display: flex;
  justify-content: center;
  padding: 0.4rem;
  margin-bottom: 5px;
  margin-top:15px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.gv-edit-entry-wrapper #input_1_68.large.gfield_select.mdc-text-field__input,
.gv-edit-entry-wrapper #input_9_68.large.gfield_select.mdc-text-field__input {
    font-family:'Ubuntu';
    background-color:#1e2e3f;
    color:#fff;
}

/*.page-template-page-hisense-zgloszenia #header {
    display:none;
}

.page-template-page-hisense-zgloszenia .gv-edit-entry-title {
    display:none;
}
*/

.gv-edit-entry-wrapper .gv-button-delete {
    display:none
        
}

.gv-widget-search #search-box-filter_68 {
  width: 100%;
  box-shadow: none;
  border: 1px solid #1e2e3f;
  height: 28px;
  background-color: #fff;
  color: #1e2e3f;
  }

.gv-widget-search .button.gv-search-clear {
  background-color: red;
  background-color: #9b0505;
  border: none;
  color: #fff;
  padding: 5px 15px;
  margin-left:10px;
}    


.gv-edit-entry-wrapper #input_1_68 {
    
}

.gv-widget-search.gv-search-horizontal .gv-search-box {
  flex: 1 1 10em;
    flex-basis: 10em;
  flex-basis: content;
}

#publishing-action .gv-button-update {
        background-color: #1e2e3f;
        border: 2px solid #1e2e3f;
        color: #ffffff;
        padding: 15px 32px;
        text-align: center;
        font-size: 16px;
}

#publishing-action .gv-button-cancel {
    
    font-family: 'Ubuntu';
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 1.6rem 0rem;
    background-color:transparent;
    border:1px solid #1e2e3f;
    border-radius: 0rem;   
    color:#1e2e3f;
    max-width:300px;
    width:100%;
    text-transform: uppercase;
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: none;
        background-color: #fff;
        border: 1px solid #000;
        color: #000000;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
}

.gv-edit-entry-wrapper .moderacja-notatka-text {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.gv-edit-entry-wrapper .gfield--width-half {
    padding-left: 0!important; 
    padding-right: 0!important; 
}

.gv-edit-entry-wrapper  .moderacja-statusy-agencja-podglad {
  font-size: 0.8rem;
}

.gv-edit-entry-wrapper  .moderacja-statusy-agencja-podglad .gfield_label {
  font-size: 0.9rem!important;
}

#gv-datatables-126,#gv-datatables-127 {
  margin-top: 2rem;
  margin-bottom:2rem;
}

#gv-datatables-118,#gv-datatables-127 {
  margin-top: 2rem;
  margin-bottom:2rem;
}

.gv-datatables-container a {
  color: #1e2e3f;
  text-decoration: none;
}

.gv-datatables-container a:hover {
  color: #b70000;
  text-decoration: none;
}

@media (min-width: 1200px) {
.page-template-page-hisense-zgloszenia .container, 
.page-template-page-hisense-zgloszenia .container-lg,
.page-template-page-hisense-zgloszenia .container-md, 
.page-template-page-hisense-zgloszenia .container-sm,
.page-template-page-hisense-zgloszenia .container-xl,
.page-template-page-hisense-zgloszenia .container-xxl {
    max-width: 1200px!important;
}
}

.col-12.moderacja-podpowiadajka-punktow {
    background-color: #f7f7f7;
    padding: 20px 0px 20px 0px;
    text-align: center;
    border: 1px dotted #ccc;
    font-size: 0.8rem;
    width: 70%;
    margin: 0 auto;
}

.gv-datatables-container .dataTables_filter, .gv-datatables-container .dataTables_length {
    white-space: nowrap;
    width: auto;
    margin-left: 20px;
}

#post-116 {
    min-height: 100vh;
    
}

.gv-approval-toggle.gv-approval-approved.popover {
    margin-left: 3px!important;
    margin-top: 3px;
}

.gv-approval-toggle.gv-approval-disapproved.popover {
    margin-left: 38px!important;
    margin-top: 3px;
}

.gv-approval-toggle.gv-approval-unapproved.popover {
    margin-left: 73px!important;
    margin-top: 3px;
}

.tippy-tooltip.light-border-theme {
    top: -20px;
}

.tippy-tooltip.light-border-theme .tippy-roundarrow {
    fill: #fff;
    
}

.tippy-tooltip.light-border-theme {
    width: 115px;
    background-color: #fff;
    height: 45px;

}

.moderacja-powod-odrzucenia {
    padding: 15px;
    background-color: #ffeaea;
    border-radius: 3px;
    border: 1px dotted #7d0202;
}

.page-template-page-hisense-zgloszenia #gform_submit_button_1 {
    font-family: 'Ubuntu';
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 1.6rem 0rem;
    background-color:#045CAD;
    border:1px solid #045CAD;
    border-radius: 0rem;   
    color:#fff;
    max-width:300px;
    width:100%;
    text-transform: uppercase;
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: none;
}

.gv-datatables img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 50px!important;
  max-height: 100%;
  margin: 0 auto !important;
}

.badge {
  border-radius: .25rem;
  color: #fff;
  display: inline-block;
  font-size: .95em;
  font-weight: 400;
  line-height: 1;
  padding: .35em .65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.badge-zatwierdzone {
  background-color: #02995B;
}

.badge-odrzucone {
  background-color: #c95618;
}

.badge-nowe {
  background-color: #007dba;
}

.badge-wyjasniane {
  background-color: #656565;
}

.dashicons.dashicons-undo {
  font-size: 3rem;
  margin-right: 10px;
    color:#007dba;
}

/* map search */

.filters-above-map #yith-sl-wrapper-before-main-sections {
  margin-bottom: 0px;
  padding: 50px 20px;
  background-color: rgba(4, 92, 173, 1);

}

#yith-sl-section-results {
	display:none;
}

#yith-sl-wrap-search-stores .title-search-bar {
text-transform: none;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  font-family: 'Ubuntu';
  max-width: 550px;
  margin-bottom: 20px;
}
#yith-store-locator .wrapper-main-sections > div {
  padding: 0px;
}

#yith-sl-wrap-search-bar input {
  max-width: 100%;
  background: 0 0;
  display: inline-block;
  width: 100%;
  border: 1px solid #ffffff;
  padding-right: 35px;
  padding-left: 15px;
  height: 45px;
  font-size: 1.3rem;
  
}

.filters-above-map #yith-sl-search-button {
  width: auto;
  font-size: 1.4rem;
  border-radius: 0px;
  padding: 15px 90px;
  margin-bottom: 0;
}

.filters-above-map #yith-sl-main-filters-container.layout-opened .wrap-filters-list {
  margin: 0px;
}

.filters-above-map #yith-sl-search-button {
  width: auto;
  font-size: 1.4rem;
  border-radius: 0px;
  padding: 15px 90px;
  margin-bottom: 0;
  border:0px;
}

#yith-sl-search-icon {
  display: none;
}

button#yith-sl-geolocation {
  background-color: #3A3A3A;
  color: #ffffff;
  border: none;
  font-size: 0.8rem;
}

#places {
  display: none;
}


/* mapa */

#mapa {
	padding-top:60px;
}

@font-face {
  font-family:swiper-icons;
  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight:400;
  font-style:normal
}


.button {
  transition:all .3s ease-in-out;
  background-color:rgba(4, 92, 173, 1);

;
  border:2px solid rgba(4, 92, 173, 1);

;
  vertical-align:middle;
  display:inline-block;
  padding-right:10px;
  padding-left:10px;
  text-align:center;
  line-height:36px;
  color:#fff;
  font-weight:600;
  font-size: 18px;
  width:120px
}
@media only screen and (min-width:768px) {
  .button {
    line-height:46px
  }
}
@media only screen and (min-width:1700px) {
  .button {
    font-size:18px;
    line-height:56px;
    width:200px
  }
}
.button:hover {
  background-color:#333f48;
  border:2px solid #333f48;
  color:#fff
}


.button--dark {
  border:2px solid #333f48;
  background-color:#333f48;
  color:#fff
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 56px;
  max-width: 350px;
}
.button--dark:hover {
  background-color:rgba(4, 92, 173, 1);
  border-color:rgba(4, 92, 173, 1);


}
.button--large {
  width:160px
}
@media only screen and (min-width:1700px) {
  .button--large {
    width:250px
  }

  .button--xlarge {
    width:360px
  }  
}

.search-box .button--xlarge:hover,
.search-box .button--large:hover {
  background-color: #333f48!important;
  border-color: #333f48!important;
  cursor: pointer;
}


.search-box {
  border:2px solid rgba(4, 92, 173, 1);
  display:block;
  width:100%
}
.search-box--columns {
  border:none
}
@media only screen and (min-width:768px) {
  .search-box--columns .search-box__heading {
    padding:30px
  }
}
@media only screen and (min-width:1200px) {
  .search-box--columns .search-box__heading {
    padding:60px 90px
  }
}
@media only screen and (min-width:1700px) {
  .search-box--columns .search-box__heading {
    padding:60px 135px
  }
}
.search-box--columns .search-box__col {
  width:100%
}
@media only screen and (max-width:767px) {
  .search-box--columns .search-box__col {
    margin-bottom:15px
  }
}
@media only screen and (min-width:768px) {
  .search-box--columns .search-box__col {
    width:calc(50% - 15px);
    margin-right:30px
  }
}
@media only screen and (min-width:992px) {
  .search-box--columns .search-box__col {
    width:calc(50% - 50px);
    margin-right:100px
  }
}
@media only screen and (min-width:1700px) {
  .search-box--columns .search-box__col {
    width:calc(50% - 80px);
    margin-right:160px
  }
}
.search-box--columns .search-box__col:nth-of-type(even) {
  margin-right:0
}
@media only screen and (max-width:767px) {
  .search-box--columns .search-box__col:last-of-type {
    margin-bottom:0
  }
}
@media screen and (max-width:479px) {
  .search-box--columns .search-box__col:last-of-type .search-box__input {
    margin-bottom:0
  }
}
.search-box--columns .search-box__search {
  width:100%
}
.search-box--columns .search-box__input {
  
  width:100%
}
@media only screen and (min-width:768px) {
  .search-box--columns .search-box__input {
    margin-right: 10px;
    width:50%;
  }
}
.search-box--columns .search-box__input input {
  padding:0 10px
}
@media only screen and (min-width:768px) {
  .search-box--columns .search-box__input input {
    padding:0 20px
  }
}
@media only screen and (min-width:992px) {
  .search-box--columns .search-box__input input {
    padding:0 20px 0 65px
  }
}
.search-box--columns .search-box__input:before {
  display:none
}
@media only screen and (min-width:992px) {
  .search-box--columns .search-box__input:before {
    display:block
  }
}
.search-box--columns .search-box__submit {
  display: block;
  margin-left:0
}
.search-box--columns .search-box__submit:hover {
  background-color:#333f48;
  border-color:#fff
}
.search-box__map {
  background-color:#f5f5f6;
  position:relative;
  height:550px;
  width:100%
}
@media only screen and (min-width:768px) {
  .search-box__map {
    height:400px
  }
}
@media only screen and (min-width:992px) {
  .search-box__map {
    height:470px
  }
}
@media only screen and (min-width:1200px) {
  .search-box__map {
    height:570px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__map {
    height:790px
  }
}
.search-box__map #map {
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  top:0
}
.search-box__map .gm-style-iw {
  box-shadow:0 2px 7px 1px rgba(0,0,0,.2)!important;
  border-radius:0!important
}
.search-box__map .map-window__title {
  color:rgba(4, 92, 173, 1);

;
  line-height:1.6;
  font-weight:500;
  font-size:16px;
  cursor:text
}
@media only screen and (min-width:1200px) {
  .search-box__map .map-window__title {
    font-size:18px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__map .map-window__title {
    font-size:20px
  }
}
.search-box__map .map-window__address,
.search-box__map .map-window__contact {
  line-height:1.78;
  font-size:13px;
  cursor:text
}
@media only screen and (min-width:992px) {
  .search-box__map .map-window__address,
  .search-box__map .map-window__contact {
    font-size:1rem
  }
}
@media only screen and (min-width:1700px) {
  .search-box__map .map-window__address,
  .search-box__map .map-window__contact {
    font-size:1.3rem
  }
}
@media only screen and (min-width:992px) {
  .search-box__map .map-window__address,
  .search-box__map .map-window__contact {
    font-size:1rem
  }
}
.search-box__map .map-window__contact {
  font-size:1rem
}
@media only screen and (min-width:992px) {
  .search-box__map .map-window__contact {
    font-size:1rem
  }
}
.search-box__label {
  color:rgba(4, 92, 173, 1);
  font-weight:500;
  font-size:18px;
  margin-bottom:10px;
  color:#fff
}

.search-box__label.search-box__label-smaller {
  font-size: 0.8rem;
  padding-top: 20px;
  display: block;
}

.search-box__label.search-box__label-smaller a {
  color:#fff;
  text-decoration:underline
}

.search-box__label.search-box__label-smaller a:hover {
  color:#F57602;
}

@media only screen and (min-width:768px) {
  .search-box__label {
    font-size:20px
  }

  .search-box__label.search-box__label-smaller {
    font-size: 1rem;
      }
}
@media only screen and (min-width:1700px) {
  .search-box__label {
    font-size:24px
  }
}
@media only screen and (min-width:768px) {
  .search-box__label {
    margin-bottom:20px
  }
}
.search-box__label::-moz-selection {
  background-color:#fff;
  color:rgba(4, 92, 173, 1);


}
.search-box__label::selection {
  background-color:#fff;
  color:rgba(4, 92, 173, 1);


}
.search-box__heading {
  background-color:rgba(4, 92, 173, 1);
  -ms-flex-pack:start;
  justify-content:flex-start;
  -ms-flex-align:center;
  align-items:center;
  color:#fff;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  display:-ms-flexbox;
  display:flex;
  padding:15px;
  width:100%
}
@media only screen and (min-width:768px) {
  .search-box__heading {
    padding:40px 60px
  }
}
@media only screen and (min-width:1200px) {
  .search-box__heading {
    padding:60px 90px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__heading {
    padding:60px 135px
  }
}
.search-box__title {
  font-size:24px;
  margin-bottom:20px;
  width:100%
}
@media only screen and (min-width:768px) {
  .search-box__title {
    font-size:30px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__title {
    font-size:40px
  }
}
@media only screen and (min-width:992px) {
  .search-box__title {
    width:calc(100% - 540px - 25px);
    margin-right:25px;
    margin-bottom:0
  }
}
@media only screen and (min-width:1200px) {
  .search-box__title {
    width:calc(100% - 630px - 25px)
  }
}
@media only screen and (min-width:1700px) {
  .search-box__title {
    width:calc(100% - 925px - 25px)
  }
}
.search-box__title::-moz-selection {
  background-color:#fff;
  color:rgba(4, 92, 173, 1);


}
.search-box__title::selection {
  background-color:#fff;
  color:rgba(4, 92, 173, 1);


}
.search-box__search {
  -ms-flex-pack:start;
  justify-content:flex-start;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  display:-ms-flexbox;
  display:flex;
  width:100%
}
@media only screen and (min-width:992px) {
  .search-box__search {
    width:540px
  }
}
@media only screen and (min-width:1200px) {
  .search-box__search {
    width:630px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__search {
    width:925px
  }
}
.search-box__input {
  position:relative;
  width:100%;
  z-index:1
}
.search-box__input--select:before {
  content:'';
  transition:all .3s ease-in-out;
  transform:translateY(-50%);
  background:url(https://hisense.pl/wp-content/themes/hisense/assets/css/../images/caret.svg) no-repeat center;
  background-size:contain;
  position:absolute;
  height:25px;
  width:25px;
  right:20px;
  top:50%
}
.search-box__input--select.active:before {
  transform:translateY(-50%) rotate(180deg)
}
.search-box__input .search-field,
.search-box__input input[type=text] {
  transition:all .3s ease-in-out;
  border:2px solid transparent;
  background-color:#fff;
  -ms-flex-pack:start;
  justify-content:flex-start;
  padding:0 65px 0 10px;
  color:#000;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  font-size:16px;
  display:-ms-flexbox;
  display:flex;
  height: 60px;
  width:100%;
}
@media only screen and (min-width:768px) {
  .search-box__input .search-field,
  .search-box__input input[type=text] {
    padding:0 65px 0 20px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__input .search-field,
  .search-box__input input[type=text] {
    height:60px
  }
}
.search-box__input .search-field {
  cursor:pointer
}
.search-box__input .search-field__dropdown {
  border:2px solid #fff;
  position:absolute;
  display:none;
  width:100%;
  top:100%;
  left:0
}
.search-box__input .search-field__category {
  transition:all .3s ease-in-out;
  border-top:1px solid #d2d2d2;
  background-color:#fff;
  padding:0 65px 0 10px;
  color:#7f8b96;
  -ms-flex-align:center;
  align-items:center;
  position:relative;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  font-size:16px;
  display:-ms-flexbox;
  display:flex;
  height:50px
}
@media only screen and (min-width:768px) {
  .search-box__input .search-field__category {
    padding:0 65px 0 20px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__input .search-field__category {
    height:60px
  }
}
.search-box__input .search-field__category:last-of-type {
  border-bottom:1px solid #d2d2d2
}
.search-box__input .search-field__category.active {
  background-color:#f5f5f6
}
.search-box__input .search-field__category.active .search-field__close {
  opacity:1
}
.search-box__input .search-field__close {
  transition:all .3s ease-in-out;
  transform:translateY(-50%);
  position:absolute;
  height:25px;
  right:20px;
  width:25px;
  opacity:0;
  top:50%
}
.search-box__input .search-field__close span {
  background-color:#5c656d;
  border-radius:2px;
  position:absolute;
  height:4px;
  width:100%;
  left:50%;
  top:50%
}
.search-box__input .search-field__close span:nth-of-type(1) {
  transform:translate(-50%,-50%) rotate(45deg)
}
.search-box__input .search-field__close span:nth-of-type(2) {
  transform:translate(-50%,-50%) rotate(-45deg)
}
.search-box__submit {
  margin-left:0
}
@media screen and (max-width:479px) {
  .search-box__submit {
    display:none
  }
}
@media only screen and (max-width:767px) {
  .search-box__submit {
    line-height:46px!important
  }
}
@media only screen and (min-width:768px) {
  .search-box__submit {
    margin-left:25px
  }
}
.search-box__content {
  transition:all .3s ease-in-out;
  position:relative;
  padding:15px
}
@media only screen and (min-width:768px) {
  .search-box__content {
    padding:40px 60px
  }
}
@media only screen and (min-width:1200px) {
  .search-box__content {
    padding:60px 90px
  }
}
@media only screen and (min-width:1700px) {
  .search-box__content {
    padding:70px 135px
  }
}
.search-box__content:after {
  content:'';
  transition:all .3s ease-in-out;
  background-color:#fff;
  pointer-events:none;
  position:absolute;
  visibility:hidden;
  height:100%;
  width:100%;
  opacity:0;
  left:0;
  top:0
}
.search-box__content.loading:after {
  visibility:visible;
  pointer-events:all;
  opacity:.7
}
.search-box__content.loading .search-box__loader {
  opacity:1
}

.where-to-buy-page .where {
  padding-bottom:45px;
  padding-top:50px
}
@media only screen and (min-width:768px) {
  .where-to-buy-page .where {
    padding-bottom:65px;
    padding-top:80px
  }
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .where {
    padding-bottom:95px;
    padding-top:120px
  }
}
.where-to-buy-page .places {
  width:100%
}
.where-to-buy-page .places__no-points {
  line-height:1.78;
  font-size:13px;
  text-align:center;
  margin-bottom:20px
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .places__no-points {
    font-size:14px
  }
}
@media only screen and (min-width:1700px) {
  .where-to-buy-page .places__no-points {
    font-size:18px
  }
}
@media only screen and (min-width:768px) {
  .where-to-buy-page .places__no-points {
    margin-bottom:30px
  }
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .places__no-points {
    margin-bottom:50px
  }
}
.where-to-buy-page .places__name {
  color:rgba(4, 92, 173, 1);
  font-size:18px;
  margin-bottom:20px;
  font-weight:500
}
@media only screen and (min-width:768px) {
  .where-to-buy-page .places__name {
    font-size:20px
  }
}
@media only screen and (min-width:1700px) {
  .where-to-buy-page .places__name {
    font-size:24px
  }
}
@media only screen and (min-width:768px) {
  .where-to-buy-page .places__name {
    margin-bottom:30px
  }
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .places__name {
    margin-bottom:40px
  }
}
@media only screen and (min-width:1700px) {
  .where-to-buy-page .places__name {
    font-size:30px
  }
}
.where-to-buy-page .places__city {
  border-bottom:1px solid #d2d2d2;
  margin-bottom:20px
}
@media only screen and (min-width:768px) {
  .where-to-buy-page .places__city {
    margin-bottom:30px
  }
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .places__city {
    margin-bottom:50px
  }
}
.where-to-buy-page .places__city:last-of-type {
  border-bottom:none;
  margin-bottom:0
}
.where-to-buy-page .places__container {
  -ms-flex-pack:start;
  justify-content:flex-start;
  -ms-flex-align:stretch;
  align-items:stretch;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  display:-ms-flexbox;
  display:flex
}
.where-to-buy-page .places .place {
  line-height:1.78;
  font-size:13px;
  margin-bottom:20px;
  margin-right:20px;
  width:180px
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .places .place {
    font-size:14px
  }
}
@media only screen and (min-width:1700px) {
  .where-to-buy-page .places .place {
    font-size:18px
  }
}
@media screen and (min-width:380px) and (max-width:767px) {
  .where-to-buy-page .places .place {
    width:calc(50% - 9px);
    margin-right:18px
  }
}
@media only screen and (min-width:768px) {
  .where-to-buy-page .places .place {
    margin-bottom:30px;
    margin-right:30px
  }
}
@media only screen and (min-width:992px) {
  .where-to-buy-page .places .place {
    margin-bottom:50px;
    margin-right:50px;
    width:190px
  }
}
@media only screen and (min-width:1700px) {
  .where-to-buy-page .places .place {
    margin-right:70px;
    width:211px
  }
}
@media screen and (min-width:380px) and (max-width:767px) {
  .where-to-buy-page .places .place:nth-of-type(even) {
    margin-right:0
  }
}
.where-to-buy-page .places .place__header {
  font-weight:500
}
.where-to-buy-page .places .place__address {
  margin-bottom:15px
}
.where-to-buy-page .places .place__email {
  text-decoration:underline;
  color:rgba(4, 92, 173, 1);


}
.where-to-buy-page .places .place__email a,
.where-to-buy-page .places .place__phone a {
  transition:all .2s ease-in-out
}
.where-to-buy-page .places .place__email a:hover,
.where-to-buy-page .places .place__phone a:hover {
  text-decoration:underline;
  color:rgba(4, 92, 173, 1);


}




/* custom radio for form2 */


#gform_wrapper_5 .gchoice {
    z-index:1;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    height:70px;
    width: 100%!important;
}
#gform_wrapper_5  input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#dfe1e5;
    position:absolute;
}
#gform_wrapper_5 input.gfield-choice-input:hover,
#gform_wrapper_5 .gchoice label:hover {
    cursor:pointer;
}
#gform_wrapper_5 input.gfield-choice-input:checked {
    background:#1273e6;
}

#gform_wrapper_5 input#choice_5_6_0.gfield-choice-input:checked {
    background:#12bb00;
}

#gform_wrapper_5 input#choice_5_6_1.gfield-choice-input:checked {
    background:#cc0606;
}

#gform_wrapper_5 input.gfield-choice-input:checked + label {
    color:white;
}
#gform_wrapper_5 .gchoice label {
    z-index:3;
    font-weight:700;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 30px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}
#gform_wrapper_5 input.gfield-choice-input + label:after {
    content: "\25C9";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 0px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: rgba(255,255,255,0.2);
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}
#gform_wrapper_5 input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}
#gform_wrapper_5 input[type="radio"].gfield-choice-input + label:after {
    border-radius:50px;
}
#gform_wrapper_5 input.gfield-choice-input:checked + label:after {
    content: "\25C9";
	color: rgba(255,255,255,1);
    border: 0px solid white;
}

#gform_wrapper_5 #input_5_11
{
  border-radius: 6px;
  box-shadow: none;
  border: 2px solid #ee6b04;
  height: 60px;
  max-width: 100px;
  background-color: #f5f5f6;
  font-size: 25px;
}

.text-orange {
	color:#ee6b04;
}

.text-orang
{
  border-radius: 6px;
  border: 1px solid rgba(247,131,32,0.2);
  background-color: rgba(247,131,32,0.2);
  padding: 2px 15px 2px 15px;
  display: inline-block;
}

#field_5_6 .gfield_label,
#field_5_11 .gfield_label
{
  font-size: 20px;
}

.text-underline
{
  text-decoration: underline;
}

.picture-shadow {
	-webkit-box-shadow: 3px 3px 7px 0px rgba(66, 68, 90, 0.3);
	-moz-box-shadow: 3px 3px 7px 0px rgba(66, 68, 90, 0.3);
	box-shadow: 3px 3px 7px 0px rgba(66, 68, 90, 0.3);
	border-radius:6px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

#gform_submit_button_5
{
  font-size: 2rem;
  width: auto;
  padding: 8px 50px 8px 50px;
  margin-top: 50px;
}

.form--podmiot-button.active {
  background-color: #fff; 
}

.form--podmiot-button {
  border: 1px dashed rgba( 51, 63, 72, 1 );
  display: block;
  padding: 10px 40px;
  width: 100%;
  width: 175px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color:transparent;
}


.form--podmiot-button:hover,
.form--podmiot-button:active {
  background-color:#fff;
}


.main-back-to-top {
  width: 70px;
  height: 70px;
  margin-left: 590px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  z-index: 3;
  background-color: #045CAD!important;
  color: #fff!important;
  font-size: 25px;
  text-align: center;
  line-height: 70px;
  opacity: 0;
}

/* custom map */

.infobox__row.infobox__title.store-location {
  font-size: 1.2rem;
  color: #FFC510;
}

.ssf-panel.shadowed {
  box-shadow: none!important;
  padding:20px;
}

@media only screen and (min-width: 768px) {
  .ssf-panel.shadowed {
  padding:40px;
  }
}

.ssf-panel {
  background-color: white;
  border:none;
  
}

.infobox__inner {
  -webkit-box-shadow: 1px 0px 5px 5px rgba(66, 68, 90, 0.18);
-moz-box-shadow: 1px 0px 5px 5px rgba(66, 68, 90, 0.18);
box-shadow: 1px 0px 5px 5px rgba(66, 68, 90, 0.18);
}

.field-holder.expand {
  display: block;
  max-width: 500px;
  width:100%;
}

.store-locator__actions-bar {
  padding: 45px;
  position: relative;
}

@media only screen and (min-width: 64.8em) {
  #ssf_adress_input_box, #filter_left_panel {
    position: relative;
    top: -240px!important;
    height: auto !important;
    padding: 0!important;
  }
}

@media only screen and (max-width: 64em) {
  .store-locator-map {
    
    top: 230px!important;
  }
}

@media only screen and (min-width: 1025px) {
  .store-locator-map {
    
    margin-top: 70px!important;
  }
}

.ssf-main-content {
    margin-bottom: 170px;
}

.ssf-field,
.ssf-field:hover {
    border: none!important;
    border-radius:0!important;
}

.btn-close-blue {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23003A56' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius:none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #003A56;
  height: 1.5em;
  opacity:1;
  padding: .25em;
  width: 1.5em;
  font-size: 1.5rem;
  }

  #input_1_1 {
    text-transform: capitalize;
  }

#modal-dostepnosc-produktow .btn-close-blue {
    position: absolute;
    right: 10px;
    z-index: 10;
    }

/* slider */

#slider {

}

@media only screen and (min-width: 1200px) {
  #slider {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  #slider {
  padding-top: 100px;
  }
}

.buttony-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/* opinie */


#podziel-sie-opinia .container {
  padding-top: 20px;
  padding-bottom: 20px;

}

@media only screen and (min-width: 992px) {

  #podziel-sie-opinia .container {
    padding-top: 80px;
    padding-bottom: 80px;
  
  }


}




/* zasady */


#zasady .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {

  #zasady .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}




.zasady-points-container .card {
  margin-bottom:20px;
}

/* dokumenty */


#potrzebne-dokumenty .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {


  #potrzebne-dokumenty .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}




/* faq */

#FAQ .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {

  #FAQ .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}



#accordionFlushExample {
  max-width: 800px;
  margin: 0 auto;
}

  /* formularz */

  select#input_1_109,
  select#input_1_112,
  select#input_1_113 {
    justify-self: start;
    flex-direction: column;
}

  .ui-datepicker-trigger.mdc-text-field__icon.mdc-text-field__icon--trailing {
    width: 30px;
    right: -4px;
    
  }
  
  #field_1_111 .ui-datepicker-trigger.mdc-text-field__icon.mdc-text-field__icon--trailing,
  #field_9_111 .ui-datepicker-trigger.mdc-text-field__icon.mdc-text-field__icon--trailing {
    display:none;
  }

  .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 15px;
    text-align: left;
  }

  #formularz .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion-button::after {
    -ms-flex-negative: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 30px;
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 1.25rem;
    background-color: #00b9ad;
    padding: 5px;
    width: 30px;
    text-align: center;
    background-position: center;
  }

  #potwierdzenie-modal .confirmation-text,
  #potwierdzenie-modal-soundbar .confirmation-text  {
  color:#fff;
  }

  #potwierdzenie-modal .confirmation-text-modal,
  #potwierdzenie-modal-soundbar .confirmation-text-modal  {
    color:#fff;
    
  }

  #potwierdzenie-modal .confirmation-text-modal-token span,
#potwierdzenie-modal-soundbar .confirmation-text-modal-token span  {
    color:#fff;
    
  }

  #confirmation-token {
    font-size: 20px;
  }

  #potwierdzenie-modal p.confirmation-text-modal-token {
    color: #fff;
    font-size: 23px;
    line-height: initial;
  }

  #potwierdzenie-modal h2{
    color:#fff;
  }

  #potwierdzenie-modal .btn-green:hover {
    background-color:#989797;
    color:#000;
  }

  #modal-numer-seryjny .btn-close,
  #modal-tabliczka-znamionowa .btn-close,
  #modal-model-produktu .btn-close {
    position: absolute;
    top: 0;
    right: 0;
  } 

  @media only screen and (max-width: 767px) {
  .opis-zdjecia {
    font-size: 13px;
  }
}

  /* produkty */

  .produkty-subtext {
    font-size: 19px;
  font-weight: 700;
  }

  #produkty .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  @media only screen and (min-width: 992px) {

  #produkty .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

  #produkty .card {
    border: none;
    max-width: 1100px;
    margin: 0 auto;
  }

  .opis-produktu-wrapper {
    padding:0px 25px 25px 25px;
  }

  .opis-produktu-wrapper h3 {
  font-weight: 300;
  font-size: 24px;
  }

  .opis-produktu-wrapper p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom:5px;
  }

  .opis-produktu-wrapper p strong {
    font-weight: 700;
    
  }

  #ProduktyModal .modal-header {
  padding-bottom: 0px;
}

  /* opinie */

  #podziel-sie-opinia .card {
    border :none;
  }
  


  .gpfup__select-files::before {
    content: '+';
    padding-right: 5px;
  }

  .accordion-button:not(.collapsed) {
    background-color: #00b9ad;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* zalety */

  #poznaj-zalety-telewizorow-hisense .container {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  @media only screen and (min-width: 992px) {
    #poznaj-zalety-telewizorow-hisense .container {
      padding-top: 80px;
      margin-bottom: 80px;
    }

  }



  #poznaj-zalety-telewizorow-hisense figure {
    margin: 0 0 0rem;
  }

  .carousel-control-prev-icon {
    background-color: #00b9ad;
    background-color: #00b9ad;
    width: 30px;
    height: 50px !important;
    border-radius: 4px;
  }

  .carousel-control-next-icon {
    background-color: #00b9ad;
    width: 30px;
    height: 50px !important;
    border-radius: 4px;   
  }

  .carousel-control-prev {
    left: -15px;
  }

  .carousel-control-next {
    right: -15px;
  }

  .accordion-button:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    outline: 0;
    z-index: 3;
  }

/* kontaktowy */

#gform_2 .gfield_required {
  display: none !important;
}

  /* admin panel */

#poznaj-zalety-telewizorow-hisense figure {
  padding: 0px 0px 0px 0px;
}

#field_2_4 .gfield_label.gform-field-label.mdc-floating-label {
  text-transform: lowercase !important;
}


/* formularz paging */

#gf_progressbar_wrapper_1 {
  padding-bottom: 50px!important;
  
}

#gform_page_1_1 .gform_page_footer  {
  padding-top:40px!important;
}

.gform_wrapper.gravity-theme .gf_progressbar {
  background: #f2f2f2!important;
    
}

.gf_progressbar.gf_progressbar_custom {
  max-width: 500px;
  margin: 0 auto;
    margin-bottom: 0px;
}

.set-readonly .ginput_container {
  opacity: 0.3!important;
  pointer-events: none;
}


#field_1_131 .gfield_label {
  font-weight: 600;
}

/* produkty */

#produkty h5 {
  background-color: #5a6870;
  color:#fff;
  width: 500px;
  width: 100%;
  display: inline-block;
  padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#gform_previous_button_1 {
  display: none;
}

/* swipper */

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: block;
  margin:0 auto;
}

.swiper-slide img {
  display: block;
  margin: 0 auto;
  }

  #produkty .card-body {
    position:relative
    padding:0;
  }

  #produkty .card-body h3 {
    font-size: 17.5px;
    margin-top:10px;
    font-weight: normal;
  }

  #produkty .card-body .promo-badge {
    position: absolute;
    top: 5;
    right: 5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e3009d;
    color: #fff;
    font-size: 1.2rem;
    font-weight:700;
    display: table;
    vertical-align: middle;
    padding-top: 1.2rem;
  }

  .promo-badge span {
    font-size: 1rem;
    margin-top: -13px;
    display: block;
    font-weight: 400;
  }
  
  #produkty .swiper-button-next, .swiper-button-prev {
    color:#00b9ad;
  }

  .swiper-pagination-bullet-active {
    background:#00b9ad;
  }

  /* modal legal */

  #modal-legal-kontaktowy p,
  #modal-legal-zgloszeniowy p {
    font-weight: 300;
  }

  #modal-legal-kontaktowy li,
  #modal-legal-zgloszeniowy li {
    font-weight: 300;
    margin-bottom:10px;
  }

  #dostepnosc-wrapper {
    font-size: 0.9rem;
  }
  
    .label {
      display: inline-block;
      padding: .4em .6em .4em;
      line-height: 1;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25em;
      margin: 3px 0 3px 0;
      width:105px;
  }

  .label-dostepne {
    background-color: #e3009d;
  }

  .label-zwrot {
    background-color: #00b9ad;
  }

  .label-brak {
    background-color: rgba(90, 104, 112, 1);
  }

  .alert-gorenje {
    background-color: #e3009d;
    border-color: #e3009d;
    color: #fff;
    /*max-width: 550px;*/
    width:100%;
  }

  .cashback-circle {
    position: absolute;
    top: 20px;
    right: -4vw;
    width: 140px;
    height: 140px;
    background-color: #e3009d; /* Możesz zmienić na dowolny kolor */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height:20px;
    font-weight:500;
}

#field_1_131 span {
  background-color: #00b9ad;
  color:#fff;
  padding: 5px 15px;
  border-radius: 10px;
}

#field_1_131 .mdc-checkbox__background {
  background-color: #00b9ad !important; 
}