:root {
  --main-blue: #202153;
  --medium-blue-light: #3C3D6E;
  --light-blue: #0D77AA;
  --pastel-blue: #EFEFF6;
  --yellow: #FDDB72;
}

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

.py-10 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

body {
	color: var(--medium-blue, #202153); 
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
}

h1 {
	color: var(--main-blue, #202153); 
	font-family: Work Sans;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.08rem;
}

@media (max-width: 575.98px) { 
	h1 {
		color: var(--main-blue, #202153); 
		font-family: Work Sans;
		font-size: 3rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: -0.06rem;
	}
}

h2 {
	color: var(--medium-blue, #202153); 
	font-family: Work Sans;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
}

h3 {
	color: var(--main-blue, #202153); 
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
}

h4 {}

h5 {}

h6 {}

h7 {}

.caps {
	color: #000;
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
	text-transform: uppercase;
}

.caption {
	color: #000;
	font-family: Work Sans;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
}

button {
	display: inline-flex;
	align-items: center;
	gap: 0.3125rem;
	border-radius: 3.125rem;
	background: #202153;
	color: #FFF;
	transition: 0.3s all ease-in-out;
	padding: 0.75rem 1.5rem 0.75rem 1.5rem;
	font-family: Work Sans;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
	border: none;
}

button:hover, button:active {
	background: var(--light-blue, #0D77AA);
}

.button-main svg {
	margin-left: 1rem;
	transition: 0.3s all ease-in-out;
}
.button-main:hover svg {
	margin-left: 2rem;
}

.button-nav {
	padding: 0.625rem 1.1875rem; 
	color: #FFF;
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%; 
}


.main-blue {
	color: var(--main-blue, #202153)
}
.light-blue {
	color: var(--light-blue, #0D77AA);
}
.medium-blue-light {
	color: var(--medium-blue-light, #3C3D6E);
}
.pastel-blue {
	color: var(--pastel-blue, #EFEFF6);
}
.yellow {
	color: var(--yellow, #FDDB72);
}

.navbar.bg-light {
	border-radius: 1.875rem;
	background: #dfdfed !important;
	padding: 1.25rem 4.375rem;
	justify-content: space-between;
	align-items: center; 
}

.sticky-top {
	background: #dfdfed;
	border-radius: 1.875rem;
}


@media (max-width: 575.98px) { 
	.sticky-top {
	  background: transparent;
	}
}

.nav-link {
	color: var(--main-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
	padding: 0.625rem 1.1875rem; 
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

.nav-link:hover {
	color: var(--light-blue, #0D77AA);
}

.hero-svg-zero {
	position: absolute;
	top: 0;
	left: 68%;
	transform: rotate(3.207deg);
	transition: 1s all ease-in-out;
	transform-origin: top left;
	z-index: -1;
}
.hero-svg-zero:hover {
	transform: rotate(5deg);
}

@media (max-width: 575.98px) { 
	.hero-svg-zero {
		display: none;
	}
}

.hero-movie-animation {
	//min-width: 38.75rem;
	min-height: 30rem;
	flex-shrink: 0; 
	border-radius: 3.125rem;
	border: 1px solid #BEBEBE; 
	overflow: hidden;
	line-height: 0;
}

.hero-movie-animation-iframe {
	width: 100%;
	min-height: 30rem;
}

.zobacz-movie-animation-iframe {
	width: 100%;
	min-height: 45rem;
}

.hero-svg-procent {
	transform: rotate(-3deg);
	transition: 1s all ease-in-out;
	transform-origin: center center;
	width: fit-content;
	z-index: -1;
}
.hero-svg-procent:hover {
	transform: rotate(3deg);
}

.hero-svg-nawias {
	position: absolute;
	bottom: 35%;
	left: 35%;
	transform: rotate(-3deg);
	transition: 1s all ease-in-out;
	transform-origin: top right;
	width: 25%;
	z-index: -1;
}
.hero-svg-nawias:hover {
	transform: rotate(3deg);
}

.hero-svg-star {
	position: absolute;
	left: 40%;
	transform: rotate(-3deg);
	transition: 1s all ease-in-out;
	transform-origin: center center;
	width: fit-content;
	z-index: -1;
}
.hero-svg-star:hover {
	transform: rotate(3deg);
}

.parallax-zero-zl {
	background-image: url('../../assets/images/0zl.png');
	background-color: #cccccc;
	height: 100%; 

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	//background-size: cover;
}

.bg-pastel-blue {
	background-color: var(--pastel-blue, #EFEFF6); 
}

.list-none {
	list-style: none;
}

.list-none li {
	color: var(--main-blue, #202153); 
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
}

.list-none li svg {
	margin-right: 0.875rem;
}

.offer-packs {
	border-radius: 5.625rem;
	background: var(--medium-blue-light, #3C3D6E);
}

.color-yellow {
	color: var(--yellow, #FDDB72);
}

.color-pastel-blue {
	color: var(--pastel-blue, #EFEFF6); 
}

.card-offers {
	border-radius: 3.125rem; 
	background-color: var(--yellow, #FDDB72);
}

.card-offers .card-name {
	border-radius: 1.875rem;
	background: #FFF;
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
	text-transform: uppercase; 
	width: fit-content;
}

.offer-price-p {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%; 
}

.offer-card-p {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%; 
	display: flex;
}

.offer-card-p svg {
	display: block;
	width: 15%;
	min-width: 15%;
	padding-right: 0.75rem;
}

.three-colors-bg {
	padding-top: 5rem;
}

.three-colors-bg .number {
	
}

.three-colors-bg .h3 {
	color: var(--medium-blue, #202153);
	text-align: center;
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%; 
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.three-colors-bg .accordion-body-p {
	text-align: justify !important;
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
}

.three-colors-bg-first {
	border-radius: 3.125rem 3.125rem 0rem 0rem;
	background: #FFD142; 
}
.three-colors-bg-second {
	border-radius: 3.125rem 3.125rem 0rem 0rem;
	background: var(--yellow, #FDDB72);
}
.three-colors-bg-third {
	border-radius: 3.125rem 3.125rem 0rem 0rem;
	background: #FBE8AC;
	min-height: 12rem;
}

.three-colors-bg-third  {
	//padding-bottom: 40%;
}


.form-label, .form-check-label {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;	
}

.form-control {
	border-radius: 1.25rem;
	background: #FFF;
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
}

textarea.form-control {
	min-height: 10rem;
}

.form-check-input:checked {
	background-color: #202153;
}

.form-check-input, .form-check-input:checked {
	border-color: #202153;
}

.form-control:focus, .form-check-input:focus {
	border-color: #202153;
	box-shadow: 0 0 0 .25rem #202153;
}

.form-button-submit {
	display: block;
	margin-left: auto;
}



.bg-yellow {
	background: var(--yellow, #FDDB72);
}

.stats-p {
	color: var(--medium-blue-light, #3C3D6E);
	text-align: center;
	font-family: Work Sans;  
	font-size: 3.25vw;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
	position: relative;
	top: -9vw;
}

.anim_num {
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Work Sans;
	font-size: 20vw;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	height: 17vw;
}



.testimonial-name {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
}

.card-testimonial-body {
	border-radius: 3.125rem;
	background: var(--pastel-blue, #EFEFF6);
}

.card-testimonial-quote-p {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
}

.owl-nav-button {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 0px;
	padding: 0px;
}

.owl-nav-button.owl-next {
	right: 0;
}
.owl-nav-button.owl-prev {
	left: 0;
}
.owl-nav .owl-nav-button {
	background: none !important;
}
.owl-nav .owl-nav-button:hover {
	background: none !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: var(--pastel-blue, #EFEFF6);
	transition: 0.3s all ease-in-out;
	width: 1rem;
	height: 1rem;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--medium-blue-light, #3C3D6E);
}


.partners-intro {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
}

@media (max-width: 575.98px) { 
	.sticky-top nav.navbar {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.navbar-toggler {
		border: none;
	}
	
	.parallax-zero-zl {
		background-size: contain;
	}
	
	.offer-packs-h2 {
		text-align: center;
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.card-offer-overlay-bg {
		margin-bottom: 3rem;
	}
	
	.offer-packs {
		border-radius: 3.125rem; 
	}
	
	.pb-tel-0 {
		padding-bottom: 0;
	}
	
	.hero-svg-procent {
		position: absolute;
		top: 5%;
		right: -10%;
		transform: scale(0.6);
	}
	
	.hero-svg-nawias {
		bottom: 20%;
		left: 0;
		transform: scale(0.6);
	}
	
	.hero-svg-star {
		left: initial;
		z-index: -1;
		top: 50%;
		right: 10%;
		transform: scale(0.6);
	}
	
	.button-main {
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.button-main svg {
		display: none;
	}
	
	
}

.footer-address, .footer-phone, .footer-nip, .footer-krs {
	font-size: 0.825rem;
}

.footer-link {
	font-size: 0.825rem;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	color: var(--medium-blue, #202153);
}

.footer-link:hover {
	color: var(--light-blue, #0D77AA);
}

.modal-content {
	border-radius: 3.125rem;
	background: var(--medium-blue, #202153);
}

.modal-header {
	color: var(--yellow, #FDDB72);
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
	text-align: center;
	font-family: Work Sans;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 139.523%;
	display: block;
	text-align: center;
	width: 90%;
}

.span-btn-close {
	width: 10%;
	text-align: center;
}

.login-modal-register-link {
	color: #FFF;
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
	text-transform: uppercase;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.login-form-forgot-password {
	color: #FFF;
	text-align: right;
	font-family: Work Sans;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%;
	text-decoration: none;
	display: block;
}

#loginform .form-control,
#newsaccountform .form-control,
#passwordresetform .form-control,
.frontpage-form .form-control
{
	display: flex;
	padding: 1.25rem 3.375rem 1.25rem 1.875rem;
	align-items: center;
	gap: 0.625rem;
	align-self: stretch;
	border-radius: 3.125rem;
	background: #FFF;
}

#loginform .form-control::placeholder {
	color: #3C3D6E;

	/* Base */
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 139.523%; /* 1.74406rem */
}

.login-form-button-submit {
	border-radius: 3.125rem;
	background: var(--light-blue, #0D77AA);
	width: 100%;
	text-align: center;
	display: block;
}

.promotion-h1 {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.08rem;
}

.promotion-p {
	color: var(--medium-blue, #202153);
	font-family: Work Sans;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.025rem;
}

.parallax-promotion {
	background-image: url('../../assets/images/promotion.png');
	height: 100%; 

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-position-x: 80%;
}

.inline-block-modal .modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block;
}
