<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_bg_txt h3,
.top_bg_txt h4 {
	color: #fff;
}

section.top {
	background-image: url('../images/top-webinar.jpg');
}

section.top .darkbg {
	padding: 0px 0;
	border
}
section.top .darkbg .top_bg_txt {
	text-align: center;
}
section.top .darkbg .headline {
	margin-bottom: 30px;
}

section.top .darkbg .headline h1,
section.top .darkbg .headline h3 {
	width: 100%;
	text-align: center;
}

section.top .darkbg .headline p {
	display: inline-block;
	border: 1px #fff solid;
	color: #fff;
	padding: 11px 20px;
	text-transform: uppercase;
	margin: 0 auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; border: 5px #fff solid; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

section.kim-jestesmy p {
	font-size: 17px;
}

a.przycisk_kup {
	background: #ac7400;
	color: #fff;
	font-size: 1.6em;
	font-family: "PT Serif",serif;
	padding: 15px 40px;
	display: inline-block;
	text-transform: uppercase;
}

a.przycisk_kup:hover {
	background: #333;
}

ul.korzysci {
	padding: 0 10px;
}

ul.korzysci li {
	margin-bottom: 7px;
	position: relative;
	font-size: 20px;
}

/*ul.korzysci li:before {
	margin-right: 6px;
	position: relative;
	top: 4px;
	content: url('../images/li.jpg');
}
*/
section.top ul.korzysci {
	text-align: left;
	color: #fff;
}


.ct a.przycisk_kup {
	display: block;
	width: 100%;
}

.modal-sign form input {
	display: block;
	width: 100%;
}

.modal-sign form input[type="text"] {
	padding: 15px;
}

.modal-sign form input[type="submit"] {
	background: #ac7400;
	color: #fff;
	font-size: 1.6em;
	font-family: "PT Serif",serif;
	padding: 15px 40px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.modal-sign form input[type="submit"]:hover {
	background: #333;
}

.modal-title {
	font-size: 1.8em;
	text-align: center;
	padding: 30px 40px 0 40px;
	margin: 0 auto;
}

.modal-header {
	border-bottom: 0;
}

.modal-sign .modal-body label {
	font-size: 11px !important;
	color: #666 !important; 
	margin-bottom: 10px;
}

.modal-sign .modal-body input[type="checkbox"] {
	/*float: left;*/
	margin-right: 7px;
	width: auto;
	display: inline-block;
}

section.top .top_bg_txt {
	margin-bottom: 0;
}</pre></body></html>