@import url(../css/plugins.css);
@import url(../css/styles.css);
@import url(../css/iziToast.min.css);

@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald:wght@400;500;600;700&display=swap');

html {scroll-behavior: auto !important;}

.butn, .butn:hover:before {border-radius: 0;}
.slider-fade .owl-nav .owl-prev,
.slider-fade .owl-nav .owl-next {border-radius: 0; background-color: rgba(255, 255, 255, 1);}

select:invalid,input:invalid {color: #d0d4d9;}

.list-style1 li {border: none; border-bottom: 1px solid #ebebeb; margin-bottom: 10px;padding: 10px;}
#cennik p {font-size: 22px;}
#cennik li {font-size: 18px;}

.sxem {cursor: pointer;}
.sxem:hover, footer .text-white a:hover {text-decoration: none; color:#00aaa3;}
footer .sxem img {vertical-align: middle;}
footer .text-white a {color: #ebebeb;}
.butn.active {background-color: #00aaa3;}
.butn:disabled {color: #333;background-color: #999;} 
.section-bg.h-700x
{
  height: 100%;
  /*height: -moz-available;*/
  height: -webkit-fill-available;
  height: fill-available;
}

#portfolio {  
  margin: 1rem 0;
  -webkit-column-count: 3; 
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}
.tile { 
display: none;
}
.scale-anm {
  margin: 0 0 1.125rem;
  width: 100%; 
  border: 1px solid #ccc;
}
.tile img {
  max-width: 100%; 
  height: auto;
  display: block; 
    width: 100%;
}
/** */
#aeucl {
	padding-top: 10px;
	font-size: 14px;
	z-index: 9999;
	background: #ccc;
	background: rgba(240,240,240,0.8);
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	color: #666;
}
#aeucl {
	padding-top: 1em;
	font-size: 14px;
	z-index: 9999;
	background: #ccc;
	background: rgba(255,255,255,0.9);
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	color: #333;
	box-shadow: 0 0 32px rgba(0, 0, 0, .2);
}
#aeucl.hide {display: none;}
#cookieConsent .tab-content {border-color: transparent; padding: 1.5em 1em;}
#cookieConsentForm {padding-bottom: 2em;}
#cookieConsentForm .custom-control {display: inline-block; margin: 1em 2em 1em 0;/**/}
/*#cookieConsentForm .custom-control-label::before {top: .125rem;}*/
#cookieConsentForm .custom-control .custom-control-input:checked~.custom-control-label::before {/*content: "âś“";*/padding-left: 1px;line-height: 1.1;/**/}
#cookieConsentForm .btn {margin: 6px;}

#cookieConsentForm .custom-control .custom-control-input:disabled~.custom-control-label {color: #999;}
/*.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {background-color:rgba(169, 33, 142, .5)}*/
/*.custom-switch .custom-control-label::before {border-radius: .7rem; width: 2.5rem; left: -3rem;}
.custom-switch .custom-control-label::after {left: calc(-2.75rem + 2px);}
.custom-switch .custom-control-input:checked~.custom-control-label::after {transform: translateX(1rem);}*/


#tinymce .owl-carousel {display: block;}