 
body {
font-family: 'Poppins', sans-serif;
 
 	letter-spacing:1.5px; 
 	color:#13293D;
	font-weight: 400;
	 -webkit-font-smoothing:antialiased;
	 overflow-x: hidden;
	     -moz-osx-font-smoothing: grayscale;
/*
	     overflow:hidden;
overflow-y: auto;
width: 100%;
*/
 	
	} 
	
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.switch input {
    display: none;
}


.slidera {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slidera:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:disabled+.slidera { 
	opacity: 0.1;
}
input:checked+.slidera:before { 
	box-shadow: 0px 10px 20px rgba(0,0,0,.3);
	height: 22px;
	width: 22px;
	bottom:1px;
}
input:checked+.slidera {
    background-color: #6fa266;
}

input:focus+.slidera {
    box-shadow: 0 0 1px #6fa266;
}

input:checked+.slidera:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.form-heading { 
	margin-top: 50px;
}
.slidera.round {
    border-radius: 24px;
}

.slidera.round:before {
    border-radius: 50%;
}

.logo { 
	position: fixed;
	top:20px;
	left:50%;
	width: 200px;
	max-height: 110px;
	text-align: center;
	transform: translateX(-50%);
}
.logo img { 
	width: auto;
	max-width: 100%;
	max-height: 110px;
}
.top { 
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	padding-top: 100px;
	overflow: hidden;
	background-image:url(../layout/bg_top.jpg);
	background-position: center;
	background-size: cover;
}
.top:before { 
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	content:" ";
	z-index: 0;
 	opacity: 0.9;
	
	
	
}
select.form-control { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	
}
select.form-control:after { 
	position: absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Pro";
	content:"\f0dc";
	font-size: 16px;
	color:#000;
	z-index: 9999;
}

.cennik-belka-top { 
 	border-top:1px solid #ccc;
}
.belka-header { 
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
 	font-weight: 600;
 	position: relative;
}
.belka-header-before { 
	position: absolute;
	top:0px;
	left:0px;
	width: 150px;
	bottom:0px;
 }
.content-box { 
	box-shadow: 0px 0px 00px rgba(0,0,0,.4);
	opacity: 0;
	transform: translateY(50px);
	transition:all 1s ease;
 }
 .content-box.active { 
	 opacity: 1;
	 transform: translateY(0);
 	box-shadow: 0px 5px 30px rgba(0,0,0,.4);
}
 
	.btn.btn-outline-orange { 
		color:#FC440F;
		border-color:#FC440F;
	}
	.btn.btn-outline-orange:hover { 
		background: #FC440F;
		color:#fff;
	}
	.top_tekst {
		color:#fff;
		font-weight: 900;
		z-index: 10;
 		position: relative;
		text-align: center;
		font-size: 66px;
		line-height: 80px;
	}
	.text_main_in { 
	line-height: 30px;
	color:#fff;
	text-align: center;
	}
	.top_boxes_wrap {
		position: relative;
		z-index: 10;
		margin-top: 50px;
	}
	.bottom_box {
		border-radius: 10px;
		text-align: center;
		margin-bottom: 50px;
		background: #5BC0EB;
		color:#fff;
		cursor: pointer;
		
	} 	.contenty {
		padding: 0px 0px;
		overflow: hidden;
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.btn.btn-black {
		border-radius: 0px;
		background: #000;
		color:#fff;
		box-shadow: none;
		border:1px solid #000;	}
	.btn.btn-black:hover {
		background: #fff;
		color:#000;
		border:1px solid #000;
		cursor: pointer;
	}
	
	.show-up {
		transform: translateY(30px);
		opacity: 0;
	}
	.show-left {
		transform: translateX(-30px);
		opacity: 0;
	}
	.show-left.active {
		transform: translateX(0);
		opacity: 1;		transition:all 1s ease;

	}
	.show-right {
		transform: translateX(30px);
		opacity: 0;
	}
	.show-right.active {
		transform: translateX(0);
		opacity: 1;		transition:all .5s ease;

	}
	
	.show-down{
		transform: translateY(-50px);
		opacity: 0;
	}
	.show-up.active, .show-down.active {
		transform: translateY(0);
		opacity: 1;		transition:all .5s ease;

	}
	.show-fast.show-me.active {
		transition: all .5s ease !important;
	}
	.delay-02 { 
		transition-delay: .2s !important;
	}
	.delay-04 { 
		transition-delay: .4s !important;
	}
	.delay-06 { 
		transition-delay: .6s !important;
	}
	.delay-08 { 
		transition-delay: .8s !important;
	}
	.delay-05 {
		transition-delay: .5s;
	}
	.delay-1 {
		transition-delay: 1s;
	}
	.show-opac, .show-opacity {
		opacity: 0;
	}
	.show-scale { 
		transform: scale(0.3);
	}
	.show-scale.active { 
		transform: scale(1);
	}
	.show-opac.active, .show-opacity.active {
				transition:all .5s linear;

		opacity: 1;
	}
	.showblack  {
		background: #000;
		
	}
	.showblack.active {
		background: #fff;		transition:all .5s linear;

	}
	.showblack-down {
		overflow: hidden;
	}
	.showblack-down:after  {
		position: absolute;
		top:0px;
		bottom:0px;
		right:0px;
		left:0px;
		content:" ";
		transform: translateY(0);
		background: #000;
		
	}
	.showblack-down.active:after {
		transform: translateY(100%);		transition:all 1s linear;

		
	}
	.show-scale-horizontal { 
		transform: scale(0,1);
	}
	.show-scale-horizontal.active {
		transform: scale(1,1);
		transition:all 1s ease;
	}
	body.noscroll {
		overflow: hidden;
	}
.playfairdsc {
	font-family: 'Playfair Display SC', serif;

}
 .playfaird {
	 font-family: 'Playfair Display', serif;
	 
	 } 
	 .garam {
		 font-family: 'EB Garamond', serif;

}  .text-lower {
	    text-transform: lowercase !important;
    } 