@charset "UTF-8";

::-moz-selection {
	color: #183C52;
	background-color: #87CADB;
}

::selection {
	color: #183C52;
	background-color: #87CADB;
}

body {
	transition: none;
}

.pr-wrapper {
	background-color: #F2F2F2;
	padding-left: 50px;
	padding-bottom: 50px;
	font-family: Lato;
}

.pr-wrapper h1 {
	color: #00305B;
	font-family: Montserrat;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
}

.pr-wrapper h2 {
	color: #ED5B65;
	font-family: Montserrat;
	font-size: 34px;
	font-weight: 800;
	line-height: 41px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 50px;
}

.pr-lead {
	color: #00305B;
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
}

.pr-text {
	color: #00305B;
	font-family: Lato;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.pr-form-inputs {
	display: flex;
	gap: 20px;
}

.pr-form-consents {
	color: #6A6A6A;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.pr-form label {
	color: #00305B;
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	width: 50%;
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
}

.pr-form input[type=email],
.pr-form input[type=tel] {
	border-radius: 12px;
	background: #FFF;
	border: none;
	height: 45px;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.pr-consent {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	font-family: Lato;
}

.pr-consent p,
.pr-consent strong {
	font-family: Lato;
}

.pr-consent strong {
	font-weight: 700;
}

.pr-consent label {
	flex: 0 0 50px;
}

.pr-consent-desc {
	height: 30px;
	overflow: hidden;
	position: relative;
	font-family: Lato;
}

.pr-consent-desc.isOpened {
	height: auto;
}

.pr-consent-desc p {
	margin-bottom: 15px;
}

.pr-consent-desc .btn-more {
	position: absolute;
	right: 0;
	bottom: -1px;
	background-color: #F2F2F2;
	color: #6A6A6A;
	font-weight: 700;
	display: block;
	padding: 0 5px 0 2px;
	cursor: pointer;
}

.pr-consent-desc .btn-more:before {
	content: "...Więcej";
}

.pr-consent-desc .btn-more.isOpened:before {
	content: "Mniej";
}

.pr-button-submit {
	width: 100%;
	text-align: center;
	padding: 10px 25px;
	background-color: #00305B;
	color: white;
	border-radius: 15px;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pr-button-submit:hover {
	transform: scale(1.1);
}

.pr-call {
	color: #00305B;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.pr-call a {
	background-color: #ED5B65;
	font-weight: 700;
	font-family: Montserrat;
	color: white;
	border-radius: 12px;
	padding: 5px 30px;
	width: 50%;
}

.pr-call a:hover {
	color: white;
	transform: scale(1.1);
}

.pr-process {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
}

.pr-process-wrapper {
	background: linear-gradient(2deg, #d7d7d7, rgba(221, 221, 221, 0));
	height: 100%;
	margin-left: 100px;
	border-bottom-left-radius: 25px;
}

.pr-process-item {
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	padding: 35px;
	color: #00305B;
	font-weight: 700;
}

.pr-process-item span {
	color: #ED5B65;
	font-family: Montserrat;
}

.pr-process-item img {
	display: block;
	margin: 0 auto 25px;
}

.pr-hero {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.pr-hero-header {
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	background-color: #00305B;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	flex: 0 0 calc(100% + 45px);
	padding: 20px 35px 20px 80px;
	margin-left: -45px;
}

.pr-hero-header span {
	color: #ED5B65;
	font-family: Montserrat;
}

head[lang=en] ~ body .btn-more:before {
	content: "...More";
}

head[lang=en] ~ body .btn-more.isOpened:before {
	content: "Less";
}

@media (max-width: 991px) {

.pr-wrapper {
	padding-left: 0;
	padding: 15px;
}

.pr-process-wrapper {
	margin-left: 0;
	border-bottom-right-radius: 25px;
}

.pr-hero img {
	max-width: 100%;
}

.pr-hero-header {
	flex: 0 0 100%;
	margin-left: 0;
	border-radius: 25px;
	padding: 30px 20px;
}

}

@media (max-width: 768px) {

.pr-form-inputs {
	flex-direction: column;
}

.pr-form-inputs label {
	flex: 0 0 100%;
	width: 100%;
}

.pr-form-inputs label input {
	width: 100%;
}

.pr-call a {
	width: 100%;
}

.pr-call {
	flex-wrap: wrap;
	justify-content: center;
}

}


/*# sourceMappingURL=purchase.css.map */
