/* fonts */
@import url('normalize-3.0.1.css');
@import url('animate.css');
@font-face {
	font-family: Futura;
	src: url('fonts/fe11003t-webfont.eot');
	src: url('fonts/fe11003t-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/fe11003t-webfont.woff2') format('woff2'),  url('fonts/fe11003t-webfont.woff') format('woff'),  url('fonts/fe11003t-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Futura;
	src: url('fonts/fe11002t-webfont.eot');
	src: url('fonts/fe11002t-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/fe11002t-webfont.woff2') format('woff2'),  url('fonts/fe11002t-webfont.woff') format('woff'),  url('fonts/fe11002t-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Futura;
	src: url('fonts/fe11004t-webfont.eot');
	src: url('fonts/fe11004t-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/fe11004t-webfont.woff2') format('woff2'),  url('fonts/fe11004t-webfont.woff') format('woff'),  url('fonts/fe11004t-webfont.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Futura;
	src: url('fonts/fe11005t-webfont.eot');
	src: url('fonts/fe11005t-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/fe11005t-webfont.woff2') format('woff2'),  url('fonts/fe11005t-webfont.woff') format('woff'),  url('fonts/fe11005t-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
/* border box to all */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
/* clearfix */
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
.clearfix:after {
	content: "";
	display: table;
	clear: both
}
/* some resets */
h1, h2, h3, p {
	margin-top: 0;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
:focus {
	outline: none
}
.hide {
	display: none;
}
/* Basic Typography */
html, button, input, select, textarea {
	color: #fff;
	font-family: Futura, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: border 0.3s ease-out;
	transition: border 0.3s ease-out;
}
td {
	vertical-align: middle;
}
html, body {
	height: 100%;
	overflow: hidden;
}
/* HEADER */

/* logo */
.logo {
	position: fixed;
	top: 40px;
	left: 40px;
	z-index: 9999;
	margin: 0;
}
.logo a {
	display: block;
	width: 120px;
	height: 35px;
	background: url(img/pajacyk_logo.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
/* nav-top */
.nav-top {
	position: fixed;
	right: 40px;
	top: 20px;
	z-index: 9;
}
.nav-top ul {
	text-align: right;
	line-height: 1;
}
.nav-top li {
	display: inline-block;
	margin-left: 20px;
}
.nav-top a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	padding-bottom: .3rem;
	border-bottom: 1px solid transparent;
}
.nav-top a:hover {
	border-bottom-color: #fff;
}
/* nav */
.nav {
	position: fixed;
	right: 40px;
	top: 50px;
	z-index: 9;
}
.nav ul {
	text-align: right;
	line-height: 1;
}
.nav li {
	display: inline-block;
	margin-left: 30px;
}
.nav a {
	font-weight: 500;
	font-size: 1.4rem;
	display: inline-block;
	padding: 0 0 .5rem;
	border-bottom: 2px solid transparent;
}
.nav a:hover {
	border-bottom-color: #fff;
}
/* nav-trigger */
.nav-trigger {
	position: absolute;
	right: 40px;
	top: 20px;
	z-index: 999;
	width: 29px;
	height: 24px;
	background: url(img/ico-menu.png) no-repeat;
	background-size: 100%;
	border: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav-trigger.active {
	background-image: url(img/btn-close.png);
	background-size: 100%;
	width: 34px;
	height: 34px;
}
.mobile .nav-trigger {
	opacity: 1;
}
.mobile .nav-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -99;
	background: rgba(56,180,73,.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mobile .nav-wrap.active {
	opacity: 1;
	visibility: visible;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mobile .nav, .mobile .nav-top {
	position: static;
	right: auto;
	top: auto;
}
.mobile .nav ul, .mobile .nav-top ul {
	margin: 0;
	text-align: center;
}
.mobile .nav li, .mobile .nav-top li {
	margin: 0;
	display: block;
	margin-bottom: .5rem;
}
.mobile .nav-top li {
	margin-top: 1rem;
}
.mobile .nav a {
	font-weight: bold;
	font-size: 4rem;
	border: 0;
}
.mobile .nav-top a {
	font-weight: bold;
	font-size: 2.4rem;
	border: 0;
}
.mobile li {
	position: relative;
}
.mobile b {
	position: absolute;
	left: 0px;
	top: 50%;
	height: 4px;
	width: 40%;
	margin-top: -2px;
	background: #fff;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mobile a:hover b {
	opacity: 1;
}
.pages-nav {
	position: fixed;
	right: 15px;
	top: 50%;
	z-index: 99;
}
.pages-nav li {
	margin: 0 0 5px;
}
.pages-nav a {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .4;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pages-nav a:hover, .pages-nav a.active {
	opacity: .7;
}
/* FOOTER */
.footer-pah {
	position: absolute;
	bottom: 10px;
	left: 40px;
	z-index: 99;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8rem;
}
.footer-pah a {
	display: inline-block;
	background: url(img/logo-pah.png) no-repeat;
	background-size: auto 100%;
	padding-left: 7rem;
}
.footer-pah span {
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-pah a:hover span {
	border-bottom-color: #fff;
}
.footer-design {
	position: absolute;
	bottom: 10px;
	right: 40px;
	z-index: 99;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2.2rem;
}
.footer-design a {
	border-bottom: 1px solid transparent;
}
.footer-design a:hover {
	border-bottom-color: #fff;
}
/* ASIDE */
.aside {
	position: fixed;
	right: 0;
	top: 140px;
	z-index: 9;
}
.aside-facebook {
	position: absolute;
	right: -200px;
	top: 0;
	width: 200px;
	height: 400px;
	background: #0078F3;
	padding: 10px;
	z-index: 3;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.aside-facebook .btn {
	position: absolute;
	left: -40px;
	top: 0;
	background: url(img/aside-facebook.png) no-repeat;
	background-size: 100%;
	width: 40px;
	height: 42px;
	cursor: pointer;
}
.aside-facebook:hover {
	right: 0;
}
.aside-twitter {
	position: absolute;
	right: 0;
	top: 84px;
	height: 40px;
}
.aside-twitter img {
	width: 40px;
}
.aside-google {
	position: absolute;
	right: 0;
	top: 124px;
	height: 40px;
}
.aside-google img {
	width: 40px;
}
.aside-newsletter {
	position: absolute;
	right: -190px;
	top: 42px;
	width: 230px;
	height: 150px;
	background: url(img/aside-newsletter.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	overflow: hidden;
}
.aside-newsletter-in {
	height: 42px;
	padding: 6px 0 0 60px;
}
.aside-newsletter.active {
	right: 0;
	cursor: auto;
}
.aside-newsletter input {
	position: absolute;
	left: 60px;
	top: 8px;
	width: 125px;
	padding: 5px 0;
	text-align: center;
	height: 26px;
	line-height: 16px;
	background: none;
	border: 0;
	float: left;
	margin-right: 15px;
	font-size: 13px;
}
input::-webkit-input-placeholder {
color: #fff;
}
input:-ms-input-placeholder {
color: #fff;
}
input::-moz-placeholder {
color: #fff;
}
.aside-newsletter button {
	width: 25px;
	height: 26px;
	display: block;
	border: 0;
	position: absolute;
	right: 10px;
	top: 8px;
	background: transparent;
}
.aside-newsletter button:after, .aside-newsletter button:before {
	content: "";
	position: absolute;
	left: 10px;
	height: 13px;
	border-left: 3px solid #fff;
}
.aside-newsletter button:after {
	-webkit-transform: skew(-150deg);
	transform: skew(-150deg);
	top: 0;
}
.aside-newsletter button:before {
	-webkit-transform: skew(150deg);
	transform: skew(150deg);
	bottom: 0;
}
/* MAIN */
.wrap {
	position: relative;
	margin: 0 auto;
	height: 100%;
	max-width: 1440px;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.td {
	display: table-cell;
	vertical-align: middle;
}
/* PAGE */
.page {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s, visibility 1s;
	transition: opacity 1s, visibility 1s;
}
.page.active {
	-webkit-transition: opacity 1s, visibility 1s;
	transition: opacity 1s, visibility 1s;
	opacity: 1;
	visibility: visible;
}
/* shapes */
.shapes {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-image: url(img/shapes.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto 100%;
}
/* page-bg */
.page-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 3;
	-webkit-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.page.active .page-bg {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.page-bg-t {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	background-position: 50% 0;
}
.page-bg-b {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	background-position: 50% 100%;
}
.page-bg-l {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	background-position: 0 50%;
}
.page-bg-r {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	background-position: 100% 50%;
}
.page-bg-l-paj {
	background-image: url(img/bg-o-pajacyku-l.png);
	-webkit-transition: all 2s ease-out 1s;
	transition: all 2s ease-out 1s;
}
.page-bg-r-paj {
	background-image: url(img/bg-o-pajacyku-r.png);
	-webkit-transition: all 2s ease-out 1s;
	transition: all 2s ease-out 1s;
}
/* CONTENT */
.content {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 5;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 1s ease-out 1.5s;
	transition: all 1s ease-out 1.5s;
}
.page.active .content {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.content2 {
	-webkit-transition: all 1s ease-out 2s;
	transition: all 1s ease-out 2s;
}
.content3 {
	-webkit-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.content h1 {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 300;
	margin: 0 0 30px 60px;
}
.body {
	margin: 0 60px 0 100px;
	position: relative;
	z-index: 7;
}
.body:after {
	content: "";
	display: table;
	clear: both
}
.col-left {
	float: left;
	width: 30%;
}
.col-right {
	float: right;
	width: 30%;
}
/* page: HOME */
#index .content {
	padding-top: 120px;
}
.home-text h1 {
	font-size: 2.4rem;
	font-weight: 500;
	padding-top: 80px;
	margin-bottom: 0;
}
.home-text .body {
	margin-left: 90px;
	max-width: 30rem;
}
.home-text h2 {
	font-size: 6rem;
	font-weight: 300;
	margin: 0 0 10px;
}
.home-text p {
	font-size: 1.4rem;
	font-weight: 500;
}
.home-btn {
	position: absolute;
	top: 40%;
	right: 40px;
	width: 160px;
	height: 171px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/btn-wplac-darowizne.png) no-repeat;
	background-size: 100%;
}

@media (max-width: 1024px) {
.home-btn {
	top: 200px;
}
}
.pajac {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.p {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}
.p img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.paj-s {
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	z-index: 4;
}
.paj-s.off {
	opacity: 0;
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	-o-transform: translateY(-300px);
	transform: translateY(-300px);
}
.paj-c1 {
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	z-index: 4;
}
.paj-c1.off {
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	transform: translateX(-200px);
	opacity: 0;
}
.paj-c2 {
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	opacity: 1;
	z-index: 4;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.paj-c2.off {
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	-ms-transform: translateX(200px);
	-o-transform: translateX(200px);
	transform: translateX(200px);
	opacity: 0;
}
.paj1 {
	-webkit-transition: all .5s ease-out .1s;
	transition: all .5s ease-out .1s;
	opacity: 1;
	z-index: 5;
}
.paj1.off {
	opacity: 0;
}
.paj2 {
	-webkit-transition: all .5s ease-out .1s;
	transition: all .5s ease-out .1s;
	opacity: 1;
	z-index: 5;
}
.paj2.off {
	opacity: 0;
}
.paj-click, .paj-click2 {
	width: 9%;
	height: 25%;
	position: absolute;
	left: 45%;
	top: 40%;
	cursor: pointer;
	z-index: 999;
	background: rgba(255,255,255,0.01);
}
.paj-click {
	display: block;
}
.paj-click.off {
	display: none;
}
.paj-click2 {
	display: block;
}
.paj-click2.off {
	display: none;
}
.dziekujemy {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(56,180,73,.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.dziekujemy.active {
	opacity: 1;
	visibility: visible;
}
.dziekujemy .td {
	text-align: center;
}
.dziekujemy .p1 {
	font-size: 3.6rem;
	font-weight: normal;
}
.dziekujemy .p2 {
	font-size: 15rem;
	font-weight: bold;
}
.dziekujemy .p3 {
	font-size: 2rem;
	font-weight: bold;
	display: none;
}
/* page: O-PAJACYKU */
#o-pajacyku {
	background-position: 50% 100%;
	background-size: auto 100%;
}
#o-pajacyku .col-left {
	font-size: 1.5rem;
	color: #8bd5fe;
}
#o-pajacyku .col-left {
	width: 30%;
}
#o-pajacyku .col-right {
	font-size: 1.5rem;
	width: 40%;
	padding-right: 10%;
}
#o-pajacyku .body-b {
	position: relative;
}
#o-pajacyku .col-right ul {
	list-style: none;
	padding: 0;
}
#o-pajacyku .col-right li {
	list-style: none;
	position: relative;
	margin: 0 0 .5rem;
	padding-left: 20%;
}
#o-pajacyku .col-right li:after {
	content: '•';
	position: absolute;
	left: 12%;
	top: .1rem;
}
#o-pajacyku .col-right a {
	color: #8bd5fe;
	margin-left: 20%;
	display: inline-block;
	line-height: 2rem;
	padding-right: 20px;
	position: relative;
}
#o-pajacyku .col-right a:after, #o-pajacyku .col-right a:before {
	content: "";
	position: absolute;
	right: 0;
	height: 1rem;
	border-left: 2px solid #8bd5fe;
}
#o-pajacyku .col-right a:after {
	-webkit-transform: skew(-150deg);
	transform: skew(-150deg);
	top: 0;
}
#o-pajacyku .col-right a:before {
	-webkit-transform: skew(150deg);
	transform: skew(150deg);
	bottom: 0;
}
/* page: KONTAKT */
#kontakt {
	background-position: 100% 0;
	background-size: 960px 600px;
}
#kontakt p {
	font-size: 1.5rem;
	margin: 0 0 1rem;
}
#kontakt h2 {
	font-size: 1.8rem;
	margin: 0 0 1em;
}
#kontakt h5 {
	font-size: 1.2rem;
	margin: 0 0 1em;
	font-weight: normal;
}
#kontakt a {
	display: inline-block;
	line-height: 2rem;
	padding-right: 20px;
	position: relative;
}
#kontakt a:after, #kontakt a:before {
	content: "";
	position: absolute;
	right: 0;
	height: 1rem;
	border-left: 2px solid #fff;
}
#kontakt a:after {
	-webkit-transform: skew(-150deg);
	transform: skew(-150deg);
	top: 0;
}
#kontakt a:before {
	-webkit-transform: skew(150deg);
	transform: skew(150deg);
	bottom: 0;
}
#kontakt .col-left {
	width: 45%;
}
#kontakt .col-right {
	width: 40%;
}
#kontakt .body-b {
	position: relative;
}
#kontakt .body-b:after {
	content: '';
	position: absolute;
	left: -50%;
	top: -1rem;
	display: block;
	background: #fff;
	height: 1px;
	width: 50%;
}
/* page: O-PAJACYKU */
#problem-glodu .body {
	margin-left: 60px;
}
#problem-glodu .body p:first-child {
	margin-left: 60px;
}
#problem-glodu .body p {
	max-width: 30rem;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1.5em;
}
#problem-glodu .body p:last-child {
	margin: 0;
}
#problem-glodu .grafika {
	width: 100%;
	max-width: 60rem;
}
#problem-glodu .col-left {
	float: left;
	width: 50%;
	padding-left: 60px;
}
#problem-glodu .col-left h1 {
	margin-left: -60px;
	margin-top: 60px;
}
#problem-glodu .col-right {
	float: right;
	width: 50%;
}
/* page: DZIALANIA */
#dzialania .page-bg {
	background-position: 100% 100%;
}

@media (width: 1024px) and (max-height: 768px) and (min-height: 650px) {
#dzialania .page-bg {
	background-size: 99%;
}
}
#dzialania h2 {
	margin: 0 0 1em;
	font-size: 1.58rem;
	font-weight: bold;
}
#dzialania table h2 {
	font-size: 1.8rem;
}
#dzialania .table1 {
	width: 60rem;
	margin-bottom: 50px;
}
#dzialania .table1 img {
	float: left;
	margin-right: 20px;
	height: 6rem;
}
#dzialania .table1 td {
	width: 50%;
	padding-right: 2%;
	font-size: 1.8rem;
}
#dzialania .table2 {
	width: 54rem;
	margin: 0;
}
#dzialania .table2 img {
	margin: 0 0 1rem;
	height: 5rem;
}
#dzialania .table2 td {
	width: 33%;
	padding-right: 5%;
	font-size: 1.2rem;
	vertical-align: top;
}
/* page: DAROWIZNA */
#darowizna .page-bg {
	background-image: url(img/bg-darowizna.png)!important;
	background-size: auto 288px;
	background-position: 50% 0;
}
#darowizna .page-bg2 {
	background-image: url(img/bg-darowizna2.png)!important;
	background-size: auto 288px;
	background-position: 50% 0;
}
#darowizna .content {
	padding-top: 120px;
}
#darowizna .wrap {
	max-width: 940px;
	min-height: 360px;
}
#darowizna h1 {
	font-size: 36px;
}
#darowizna .step {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0 60px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 100%;
	z-index: 9;
}
#darowizna .step.off {
	left: 2000px;
}
#darowizna .step.done {
	left: -2000px;
}
#darowizna .step-in {
	height: 270px;
	position: relative;
}
#darowizna .next {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 172px;
	height: 48px;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#darowizna .dalej {
	background: url(img/btn-dalej.png) no-repeat;
	background-size: 100%;
}
#darowizna .zatwierdz {
	background: url(img/btn-zatwierdz.png) no-repeat;
	background-size: 100%;
}
#darowizna .cofnij {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 166px;
	height: 42px;
	background: url(img/btn-cofnij.png) no-repeat;
	background-size: 100%;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#darowizna form h2 {
	font-size: 25px;
	margin: 0 0 10px;
	font-weight: 300;
}
#darowizna .krok {
	position: absolute;
	top: 58px;
	font-weight: 300;
	width: 25px;
	height: 25px;
	background: url(img/krok.png) no-repeat;
	background-size: 25px 25px;
}
#darowizna .krok span {
	position: absolute;
	width: 60px;
}
#darowizna .step-1 .krok {
	left: 59px;
}
#darowizna .step-1 .krok span {
	left: 65px;
	top: 15px;
}
#darowizna .step-2 .krok {
	left: 271px;
}
#darowizna .step-2 .krok span {
	left: 40px;
	top: -7px;
}
#darowizna .step-3 .krok {
	left: 485px;
}
#darowizna .step-3 .krok span {
	left: -8px;
	top: -30px;
}
#darowizna .kwoty {
	margin-bottom: 20px;
}
#darowizna .kwota {
	display: block;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	width: 125px;
	cursor: pointer;
	padding-right: 10px;
	position: relative;
}
#darowizna .kwota b {
	font-weight: normal;
	font-size: 9px;
	display: inline-block;
	vertical-align: middle;
}
#darowizna .kwota input {
	opacity: 0;
	width: 10px;
	float: left;
}
#darowizna .kwota span {
	display: block;
	line-height: 40px;
	height: 40px;
	margin-left: -10px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#darowizna .kwota input:checked+span, #darowizna .kwota:hover span {
	background: #ff81a9;
}
#darowizna .kwota span:after {
	content: '';
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 30px solid transparent;
	border-bottom: 20px solid transparent;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#darowizna .kwota:hover span:after, #darowizna .kwota input:checked+span:after {
	border-left: 30px solid #ff81a9;
}
#darowizna .kwota span:before {
	content: '';
	position: absolute;
	left: -1000px;
	top: 0;
	width: 1000px;
	height: 40px;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#darowizna .kwota:hover span:before, #darowizna .kwota input:checked+span:before {
	background: #ff81a9;
}
#darowizna .talerz {
	background: url(img/talerz.png) no-repeat;
	width: 845px;
	height: 273px;
	background-size: 100%;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: -1;
}
#darowizna .wlasna {
	float: left;
}
#darowizna .wlasna .row {
	margin: 0 0 10px;
}
#darowizna .wlasna .row h2, #darowizna .wlasna .row .label {
	width: 240px;
	float: left;
	text-align: right;
	margin-right: 30px;
}
#darowizna .wlasna input[type=text] {
	background: url(img/input1.png) no-repeat;
	border: 0;
	width: 159px;
	height: 42px;
	background-size: 100%;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}
#darowizna select {
	background: transparent;
	width: 132px;
	padding: 5px;
	font-size: 24px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 42px;
	-webkit-appearance: none;
	padding-left: 20px;
}
#darowizna option {
	background: #fff;
	color: #000;
}
#darowizna .select {
	display: inline-block;
	width: 110px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	vertical-align: top;
	background: #f06793 url(img/select-arrow.png) 100% 0 no-repeat;
	background-size: 39px 42px;
}
#darowizna .wlasna .label {
	font-size: 18px;
	line-height: 42px;
}
#darowizna .wlasna label {
	float: left;
	cursor: pointer;
}
#darowizna .co_miesiac input {
	opacity: 0;
	float: left;
	width: 10px;
}
#darowizna .co_miesiac span {
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/checkbox.png) no-repeat;
	background-size: 100%;
	background-position: 0 100%;
}
#darowizna .co_miesiac input:checked+span {
	background-position: 0 0;
}
#darowizna .dane {
	float: left;
}
#darowizna .dane-1 {
	width: 225px;
}
#darowizna .dane-2 {
	width: 430px;
}
#darowizna .dane .row {
	margin: 0 0 10px;
	overflow: hidden;
}
#darowizna .dane .row label {
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 28px;
	font-size: 14px;
}
#darowizna .dane-1 .row label {
	width: 40px;
}
#darowizna .dane-2 .row label {
	width: 100px;
}
#darowizna .dane .row b {
	float: left;
	width: 166px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
}
#darowizna .dane input[type=text], #darowizna .dane input[type=email] {
	background: url(img/input2.png) no-repeat;
	border: 0;
	width: 166px;
	height: 28px;
	background-size: 100%;
	padding: 5px 10px;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}
#darowizna .dane .req {
	margin-left: 60px;
	font-weight: 300;
	margin-top: 25px;
}
#darowizna .agree {
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: 100px;
	margin-top: 30px;
	margin-right: 20px;
	font-size: 1.1rem;
	line-height: 1.1rem;
	text-align: justify;
}
#darowizna .agree input {
	opacity: 0;
	float: left;
	width: 10px;
}
#darowizna .agree span.ico {
	float: left;
	width: 21px;
	height: 21px;
	background: url(img/checkbox2.png) no-repeat;
	background-size: 100%;
	background-position: 0 100%;
	margin-right: 15px;
	margin-top: 8px;
}
#darowizna .agree input:checked+span {
	background-position: 0 0;
}
#darowizna .agree.error i {
	display: inline-block;
}
#darowizna .agree .label {
}
#darowizna .agree i {
	background: #fff;
	font-size: 11px;
	line-height: 12px;
	color: #f06793;
	padding: 10px 20px;
	border-radius: 25px;
	font-style: normal;
	position: absolute;
	left: -100px;
	top: -65px;
	width: 240px;
	display: none;
}
#darowizna .agree i:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
	background: url(img/tooltip-arrow.png) no-repeat;
	width: 16px;
	height: 8px;
	background-size: 100%;
}
#darowizna .step-2 .next {
	float: right!important;
}
#darowizna .metody {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	z-index: 10;
	text-align: center;
}
#darowizna .metody-btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	padding: 0 0 30px;
	background: url(img/arrow-metody.png) 50% 100% no-repeat;
	background-size: 42px 15px;
}
#darowizna .karty {
	position: fixed;
	width: 100%;
	height: 250px;
	left: 0px;
	bottom: -250px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#darowizna .karty.active {
	bottom: 0;
}
#darowizna .karty h2 {
	color: #f06793;
	font-size: 36px;
	font-weight: 300;
	text-align: left;
	padding: 15px 0;
	margin: 0;
}
#darowizna .karty .close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 20px;
}
#darowizna .karty .close:after {
	content: "";
	position: absolute;
	left: 0;
	height: 30px;
	border-left: 4px solid #f06793;
	-webkit-transform: skew(-135deg);
	transform: skew(-135deg);
	top: 0;
}
#darowizna .karty .close:before {
	content: "";
	position: absolute;
	left: 0;
	height: 30px;
	border-left: 4px solid #f06793;
	-webkit-transform: skew(135deg);
	transform: skew(135deg);
	bottom: 0;
}
#darowizna .kwota_dar {
	font-size: 15px;
}
#darowizna .kwota_dar b {
	font-weight: bold;
	font-size: 36px;
}
#darowizna .kwota_dar span {
	font-weight: bold;
}
/* page: AKCJE */
#akcje-specjalne .page-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
#akcje-specjalne .body {
	width: 38rem;
	padding: 10px 40px 0;
	background: rgba(204,204,204,.7);
	margin: 0;
	font-size: 1.4rem;
	color: #152140;
	border-radius: 0 40px 40px 0;
}
#akcje-specjalne .body h1 {
	font-size: 3.6rem;
	color: #fff;
	margin-bottom: 30px;
}
#akcje-specjalne .body h2 {
	font-size: 1.8rem;
}
#akcje-specjalne .body b {
	font-size: 1.5rem;
}
#akcje-specjalne .social {
	overflow: hidden;
	padding: 0 0 10px;
}
#akcje-specjalne .social div {
	float: left;
	margin: 0;
	margin-right: 5px;
	font-size: 12px;
}
.bg-pajacyk {
	position: absolute;
	left: 300px;
	bottom: 0px;
	width: 260px;
	height: 270px;
	background: url(img/akcja-pajacyk.png) no-repeat;
	background-size: 100%;
	z-index: 8;
	-webkit-transition: all 1s ease-out 2s;
	transition: all 1s ease-out 2s;
	-webkit-transform: translateY(150%);
	-moz-transform: translateY(150%);
	-ms-transform: translateY(150%);
	-o-transform: translateY(150%);
	transform: translateY(150%);
}
.page.active .bg-pajacyk {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media (min-width: 1280px) and (max-width: 1600px) and (max-height: 820px) {
.bg-pajacyk {
	left: 350px;
}
}

@media (min-width: 1600px) {
.bg-pajacyk {
	left: 500px;
}
}
#akcje-specjalne .play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 8;
	width: 190px;
	height: 190px;
	margin: -95px 0 0 -95px;
	background: url(img/btn-play.png) no-repeat;
	background-size: 100%;
}
#akcje-specjalne .play:hover {
	opacity: .7;
}
.video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.9);
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.video.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.video iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.video .close {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 34px;
	height: 34px;
	background: url(img/btn-close.png) no-repeat;
	background-size: 100%;
	border: 0;
	z-index: 9999;
}
/* page: JAK POMAGAC */
#jak-pomagac .content {
	padding-top: 120px;
}
#jak-pomagac .head {
	position: relative;
	margin-top: -30px;
}
#jak-pomagac .body {
	margin: 0 20px;
	height: 100%;
}
#jak-pomagac .head h1 {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
	line-height: 116px;
	margin-bottom: 0;
}

@media (min-height: 650px) {
#jak-pomagac .head {
	margin: 0 0 1%;
}
}

@media (min-height: 700px) {
#jak-pomagac .head {
	margin: 0 0 3%;
}
}

@media (min-height: 750px) {
#jak-pomagac .head {
	margin: 0 0 5%;
}
}
#jak-pomagac .buttons {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 116px;
}
#jak-pomagac button {
	width: 109px;
	height: 116px;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background: none;
	background-size: 100%;
}
#jak-pomagac .btn-inne {
	background-image: url(img/btn-inne.png);
}
#jak-pomagac .btn-powrot {
	background-image: url(img/btn-powrot.png);
	display: none;
}
#jak-pomagac .pomoce {
	position: relative;
	z-index: 9;
	height: 100%;
}
#jak-pomagac .pomoc-1, #jak-pomagac .pomoc-2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 100%;
	-webkit-transition: left .5s ease-out;
	transition: left .5s ease-out;
}
#jak-pomagac .off1 {
	left: -3000px;
}
#jak-pomagac .off2 {
	left: 3000px;
}
#jak-pomagac .pomoc-1 .item {
	float: left;
	width: 33%;
	padding-right: 30px;
}
#jak-pomagac .pomoc-1 .item a {
	display: block;
}
#jak-pomagac .pomoc-1 .item:last-child {
	margin: 0;
}
#jak-pomagac .pomoc-1 h2 {
	font-size: 2.1rem;
	font-weight: normal;
	color: #000;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
#jak-pomagac .pomoc-1 p {
	font-weight: bold;
	color: #000;
	font-size: 1.2rem;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
#jak-pomagac .pomoc-1 a:hover h2 {
	color: #fff;
}
#jak-pomagac .pomoc-1 a:hover p {
	color: #fff;
}
#jak-pomagac .pomoc-1 img {
	height: 190px;
	float: left;
	margin-right: 10px;
}
#jak-pomagac .pomoc-2 .item {
	float: left;
	width: 20%;
	padding-right: 20px;
}
#jak-pomagac .pomoc-2 .item:last-child {
	margin: 0;
}
#jak-pomagac .pomoc-2 img {
	height: 65px;
	margin-bottom: 5px;
}
#jak-pomagac .pomoc-2 p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
#jak-pomagac .pomoc-2 p.link {
	color: #fff;
	font-weight: bold;
}
#jak-pomagac .pomoc-2 .item a {
	display: block;
}
#jak-pomagac .pomoc-2 a:hover p {
	color: #fff;
}
#jak-pomagac .banner_prawa .pomoc-1 .item {
	text-align: center;
}
#jak-pomagac .banner_prawa .pomoc-1 img {
	height: 190px;
	float: none;
	margin: 0 0 10px;
}
#jak-pomagac .banner_prawa .pomoc-1 p {
	text-align: left;
}
#jak-pomagac .banner_prawa .pomoc-2 .item {
	width: 33%;
}
#jak-pomagac .banner_prawa .pomoc-2 .item:nth-child(4n) {
	clear: both;
}
.banner_dol {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	text-align: center;
	-webkit-transition: all 1s ease-out 1s;
	transition: all 1s ease-out 1s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.page.active .banner_dol {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.banner_dol img {
	vertical-align: top;
}
.banner_prawa {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
.banner_prawa img {
	vertical-align: top;
}
#banner_prawa {
	z-index: 33;
}
/* page: PARTNERZY */
#partnerzy {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: rgba(255,255,255,.95);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#partnerzy.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#partnerzy .logo a {
	background-image: url(img/logo-pajacyk-blue.png);
}
#partnerzy .close {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 34px;
	height: 34px;
	background: url(img/btn-close-blue.png) no-repeat;
	background-size: 100%;
	border: 0;
}
#partnerzy h1 {
	font-size: 3.6rem;
	color: #006eac;
	font-weight: 300;
	margin: 0 0 1rem;
	text-align: left;
}
#partnerzy h2 {
	font-size: 1.8rem;
	color: #006eac;
	font-weight: 300;
	margin: 0 0 1rem;
	text-align: left;
}
#partnerzy img {
	vertical-align: middle;
	margin: 0 30px 30px;
}
/* CONTENT vertically centred */
.content.table {
	padding: 0;
}
.content.table .wrap {
	display: table;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
.banner_dol, .banner_prawa {
	display: none !important;
}
/*.page-bg-t {
		background-image: none !imo
	}*/
	/*#darowizna .page-bg{
  background-image: none !important;
}
#darowizna .page-bg2{
  background-image:  none !important;
}*/
}

@media screen and (max-width: 767px) {
	#index .content, #adblock-info, .aside, .p-tlo, .footer-design, iframe, .pages-nav, .nav-top, .nav-item-akcje-specjalne, .nav-item-o-pajacyku, .nav-item-dzialania, .nav-item-problem-glodu, #partnerzy, #problem-glodu, #dzialania, #o-pajacyku, #akcje-specjalne {
		display: none !important;
	}
	.footer-pah {
		position: absolute;
		bottom: 5px;
		left: 5px;
		z-index: 99;
		margin: 0;
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 1.8rem;
	}
	.nav-trigger {
		right: 20px !important;
		top: 20px;
	}
	.pajac {
		top: 10%;
	}
	.p.paj1 img {
	}
	.p.paj2 img {
	}
	.paj-click, .paj-click2 {
		width: 27%;
		height: 48%;
		position: absolute;
		left: 37%;
		top: 16%;
		cursor: pointer;
		z-index: 6;
		background: rgba(255,255,255,0.01);
	}
	.logo {
		position: fixed;
		top: 15px;
		left: 20px;
		z-index: 9999;
		margin: 0;
	}
	.mobile .nav a {
		font-weight: bold;
		font-size: 2rem;
		border: 0;
	}
	.dziekujemy .p2 {
		font-size: 30px;
		font-weight: bold;
	}
	/*
		 * jak pomagac zolta
		 */
	#jak-pomagac .content {
		padding-top: 80px;
	}
	#jak-pomagac .head {
		display: none;
	}
	#jak-pomagac .pomoc-1 .item {
		float: none;
		width: 100%;
		padding-right: 0;
		margin: 0 auto;
		height: 120px;
	}
	#jak-pomagac .pomoc-1 .item:nth-child(1) {
		height: 120px;
	}
	#jak-pomagac .pomoc-1 .item:nth-child(2) .pomoc-img-wrapper img {
		height: 100px;
	}
	#jak-pomagac .pomoc-1 .item h2 {
		margin-bottom: 0;
	}
	#jak-pomagac .pomoc-1 .item:last-child {
		margin: 0 auto;
	}
	.pomoc-img-wrapper {
		width: 72px;
		display: block;
		height: 115px;
		float: left;
		text-align: center;
		margin-right: 12px;
	}
	#jak-pomagac .pomoc-1 img {
		height: auto;
		float: none;
		margin-right: 10px;
		width: 100%;
	}
	/*
		 * darowizna
		 */
	#darowizna .page-bg {
		background-image: none !important;
	}
	#darowizna .page-bg2 {
		background-image: none !important;
	}
	#darowizna .krok {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		font-weight: 300;
		width: 25px;
		height: 25px;
		background: transparent;
		background-size: 25px 25px;
	}
	#darowizna .step {
		position: absolute;
		top: 34px;
		bottom: 0;
		left: 0;
		padding: 0 20px;
		-webkit-transition: all .5s ease-out;
		transition: all .5s ease-out;
		width: 100%;
		z-index: 9;
	}
	#darowizna .step-1 .krok {
		left: initial;
	}
	#darowizna .step-1 .krok span {
		left: 0;
		top: 0;
	}
	#darowizna .content h1 {
		font-size: 24px;
		line-height: 1;
		font-weight: 300;
		margin: 0 0 0 20px;
	}
	#darowizna .content {
		padding-top: 69px;
	}
	#darowizna .talerz {
		display: none;
	}
	#darowizna .td {
		vertical-align: top;
	}
	#darowizna form h2 {
		font-size: 15px;
		margin: 0 0 10px;
		font-weight: 300;
	}
	#darowizna .kwota {
		display: block;
		font-weight: bold;
		font-size: 25px;
		text-align: right;
		width: 168px;
		cursor: pointer;
		padding-right: 10px;
		position: relative;
	}
	#darowizna .wlasna .row h2, #darowizna .wlasna .row .label {
		width: 240px;
		float: left;
		text-align: left;
		margin-right: 30px;
	}
	#darowizna .step-1 .next {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 172px;
		height: 48px;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
		bottom: -45px;
	}
	#darowizna .dane {
		float: none;
	}
	#darowizna .dane .row {
		margin: 0 0 3px;
		overflow: hidden;
	}
	#darowizna .dane-1 {
		width: 100%;
	}
	#darowizna .dane-1 .row label {
		width: 78px;
	}
	#darowizna .dane-2 {
		width: 100%;
	}
	#darowizna .dane-2 .row label {
		width: 78px;
	}
	#darowizna .dane input[type=text], #darowizna .dane input[type=email] {
		border: 0;
		width: 181px;
		height: 28px;
		background-size: 100%;
		padding: 5px 10px;
		text-align: center;
		font-weight: 300;
		font-size: 15px;
		line-height: 18px;
	}
	#darowizna .step-2 .krok span {
		left: 0;
		top: 0;
	}
	#darowizna .step-2 .krok {
		left: none;
	}
	#darowizna .dane .req {
		margin-left: 0;
		font-weight: 300;
		margin-top: 0;
		display: block;
		position: absolute;
		bottom: 88px;
		left: 0;
		width: 100px;
	}
	#darowizna .step-2 .step-in {
		height: 344px;
		position: relative;
	}
	#darowizna .agree {
		position: relative;
		display: block;
		cursor: pointer;
		margin-left: 91px;
		margin-top: 19px;
		margin-right: 13px;
		font-size: 0.8rem;
		line-height: 0.8rem;
		text-align: justify;
	}
	#darowizna .agree span.ico {
		float: left;
		width: 21px;
		height: 21px;
		background-size: 100%;
		background-position: 0 100%;
		margin-right: 15px;
		margin-top: 8px;
		margin-bottom: 22px;
	}
	#darowizna .step-2 .next {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 148px;
		height: 47px;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	#darowizna .step-2 .dalej {
		background: url(img/btn-dalej-mobile.png) no-repeat;
		background-size: 100%;
	}
	#darowizna .step-2 .cofnij, #darowizna .step-3 .cofnij {
		position: absolute;
		left: 0;
		bottom: 6px;
		width: 117px;
		height: 42px;
		background: url(img/btn-cofnij-mobile.png) no-repeat;
		background-size: 100%;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	#darowizna .step-3 .step-in {
		height: 340px;
		position: relative;
	}
	#darowizna .step-3 .kwota_dar b {
		font-weight: bold;
		font-size: 36px;
		margin-left: 31px;
	}
	#darowizna .zatwierdz {
		background: url(img/btn-zatwierdz-mobile.png) no-repeat;
		background-size: 100%;
		width: 148px;
		height: 47px;
	}
	#darowizna .metody {
		display: none;
	}
	/*
	 * partnerzy
	 */
	#partnerzy .body {
		margin: 0 auto;
		position: relative;
		z-index: 7;
		padding-top: 70px;
		text-align: center;
	}
	#partnerzy p {
		text-align: center;
	}
	#partnerzy h1 {
		font-size: 3.6rem;
		color: #006eac;
		font-weight: 300;
		margin: 0 0 1rem;
		text-align: center;
	}
	#partnerzy h2 {
		font-size: 1.8rem;
		color: #006eac;
		font-weight: 300;
		margin: 0 0 1rem;
		text-align: center;
	}
	#partnerzy img {
		vertical-align: middle;
		margin: 0 30px 30px;
		width: 87px;
		height: auto;
	}
	/*
	 * kontakt
	 */
	#kontakt .page-bg {
		background-image: none !important;
	}
	#kontakt .content h1 {
		font-size: 3.6rem;
		line-height: 1;
		font-weight: 300;
		margin: 0 0 20px 18px;
	}
	#kontakt .body {
		margin: 0;
		position: relative;
		z-index: 7;
		padding: 0 20px;
	}
	#kontakt h2 {
		font-size: 1rem;
		margin: 0 0 1em;
	}
	#kontakt .col-left {
		width: 50%;
		padding-right: 10px;
	}
	#kontakt .col-right {
		width: 50%;
	}
	#kontakt p {
		font-size: 1.2rem;
		margin: 0 0 1rem;
	}
	#kontakt a {
		display: inline-block;
		line-height: 1.5rem;
		padding-right: 20px;
		position: relative;
	}
	#kontakt a:after, #kontakt a:before {
		content: "";
		position: absolute;
		right: 0;
		height: 1.5rem;
		border-left: 2px solid #fff;
	}
	#kontakt .content {
		padding-top: 60px;
		transition: all 0.3s ease-out 0.3s;
		-webkit-transition: all 0.3s ease-out 0.3s;
	}
	#kontakt .content .wrap .td {
		vertical-align: initial;
	}
}
/*
 * 6
 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	#kontakt p {
	  font-size: 1.5rem;
	  margin: 0 0 1rem;
	}
	#jak-pomagac .content {
	  padding-top: 80px;
	}
	#jak-pomagac .pomoc-1 img {
	  height: auto;
	  float: none;
	  margin-right: 10px;
	  width: 100%;
	}
	#jak-pomagac .pomoc-1 p {
	  font-weight: bold;
	  color: #000;
	  font-size: 1.4rem;
	  -webkit-transition: color .3s ease-out;
	  transition: color .3s ease-out;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
	#jak-pomagac .content {
  padding-top: 92px;
}
	.pomoc-img-wrapper {
  width: 71px;
  display: block;
  height: 108px;
  float: none;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 25px;
}
#jak-pomagac .pomoc-1 .item:nth-child(2) .pomoc-img-wrapper img {
  height: 100px;
}
#jak-pomagac .pomoc-1 .item {
  float: left;
  width: 33%;
  padding-right: 0;
  margin: 0 auto;
  height: 120px;
}
#jak-pomagac .pomoc-1 h2 {
  font-size: 2.4rem;
 }
 #jak-pomagac .pomoc-1 p {
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
 }
 #kontakt p {
  font-size: 22px;
  margin: 0 0 1rem;
}
}
/*
  * 5
  */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	#jak-pomagac .pomoc-1 .item {
	  float: none;
	  width: 100%;
	  padding-right: 0;
	  margin: 0 auto;
	  /*text-align: center;*/
	}
	#jak-pomagac .pomoc-1 .item p {
		margin-bottom: 0;
		font-weight: normal;
	}
	#jak-pomagac .pomoc-1 h2 {
		  font-size: 1.5rem;
	}
	#jak-pomagac .content {
	  padding-top: 75px;
	}
	/*#jak-pomagac .pomoc-1 .item:nth-child(2) img {
		height: 52px;
  		width: auto;
	}*/
}
/*
 * ipad portrait
 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#index .content, .p-tlo, .footer-design {
		display: block !important;
	}
	#adblock-info, .aside, iframe, .pages-nav {
		display: none !important;
	}
	.pajac {
		position: absolute;
		left: 0;
		top: 20%;
		bottom: 0;
		right: 0;
	}
	.paj-click, .paj-click2 {
		width: 9%;
		height: 25%;
		position: absolute;
		left: 45%;
		top: 26%;
		cursor: pointer;
		z-index: 6;
		background: rgba(255,255,255,0.01);
	}
	.p img {
		/* width: auto; */
			/* height: auto; */
		max-width: 131%;
		/* max-height: 111%; */
		margin-left: -123px;
	}
	.home-text h1 {
		font-size: 2.4rem;
		font-weight: 500;
		padding-top: 0;
		margin-bottom: 0;
	}
	.home-btn {
		top: 50px;
	}
	.nav-trigger {
		top: 40px;
	}
	.logo {
		position: fixed;
		top: 25px;
		left: 40px;
		z-index: 9999;
		margin: 0;
	}
	/*
		 * darowizna
		 */
	#darowizna form h2 {
		font-size: 25px;
		line-height: 38px;
		margin: 0 0 10px;
		font-weight: 300;
	}
	#darowizna .talerz {
		background: url(img/talerz.png) no-repeat;
		width: 794px;
		height: 273px;
		background-size: 100%;
		position: absolute;
		left: 0px;
		top: 11px;
		z-index: -1;
	}
	#darowizna .step-1 .next {
		position: absolute;
		right: -9px;
		bottom: -88px;
		width: 172px;
		height: 48px;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	#darowizna .dane-2 {
		width: 420px;
	}
	#darowizna .step-2 .next {
		bottom: -151px;
	}
	#darowizna .step-2 .cofnij {
		bottom: -148px;
	}
	#darowizna .page-bg {
		background-image: none !important;
	}
	#darowizna .krok {
		top: 61px;
	}
	#darowizna .step-1 .krok {
		left: 67px;
	}
	#darowizna .step-2 .krok {
		left: 215px;
	}
	/*
	 * jak pomagać
	 */
	#jak-pomagac .head {
	  margin: 0 0 0%;
	}
	#jak-pomagac .content {
		padding-top: 70px;
	}
	#jak-pomagac .pomoc-1 img {
		height: 115px;
		float: none;
		margin-right: 10px;
	}
	.pomoc-img-wrapper {
		display: block;
		width: 169px;
		height: 166px;
		float: left;
		text-align: center;
	}
	#jak-pomagac .pomoc-1 .item {
		float: none;
		width: 60%;
		padding-right: 0;
		min-height: 190px;
		padding-top: 0;
		margin: 0 auto;
		/*text-align: center;*/
	}
	#jak-pomagac .pomoc-1 .item:last-child {
		margin: 0 auto;
	}
	#jak-pomagac .btn-inne {
		background-image: url(img/btn-inne.png);
		display: none;
	}
	/*
	 * darowizna
	 */
	#darowizna .agree {
		position: relative;
		display: block;
		cursor: pointer;
		margin-left: 77px;
		margin-top: 30px;
		margin-right: 17px;
		font-size: 1.1rem;
		line-height: 1.1rem;
		text-align: justify;
	}
	#darowizna .agree span.ico {
		float: left;
		width: 21px;
		height: 21px;
		background: url(img/checkbox2.png) no-repeat;
		background-size: 100%;
		background-position: 0 100%;
		margin-right: 15px;
		margin-top: 8px;
		margin-bottom: 26px;
	}
}

/*
 * ipad lanscape
 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#darowizna .page-bg-t img {
		display: none !important;
	}
}

/*
 * iphone landscape
 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	/*
		 * home
		 */
	.footer-pah {
		position: absolute;
		bottom: 4px;
		left: 8px;
		z-index: 99;
		margin: 0;
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 1.8rem;
	}
	.p.paj1 img, .p.paj2 img {
		max-height: 139%;
	}
	.paj-click, .paj-click2 {
		top: 42%;
	}
	/*
	 * darowizna
	 */
	#darowizna .step-in {
		height: 135px;
		position: relative;
	}
	#darowizna .kwoty {
		margin-bottom: 20px;
		float: left;
		width: 41%;
	}
	#darowizna .wlasna {
		float: left;
		width: 50%;
	}
	#darowizna .wlasna input[type=text] {
		border: 0;
		width: 142px;
		height: 42px;
		background-size: 100%;
		padding: 10px;
		font-size: 24px;
		text-align: center;
	}
	#darowizna .select {
		display: inline-block;
		width: 108px;
		height: 37px;
		border: 1px solid #fff;
		border-radius: 20px;
		overflow: hidden;
		vertical-align: top;
		background: #f06793 url(img/select-arrow.png) 100% 0 no-repeat;
		background-size: 39px 42px;
	}
	#darowizna select {
		background: transparent;
		width: 132px;
		padding: 5px;
		font-size: 24px;
		line-height: 1;
		border: 0;
		border-radius: 0;
		height: 32px;
		-webkit-appearance: none;
		padding-left: 20px;
	}
	#darowizna .step {
		top: 59px;
	}
	#darowizna .step-1 .next {
		position: absolute;
		left: initial;
		right: 0;
		margin: 0;
		width: 172px;
		height: 48px;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
		bottom: -45px;
	}
	#darowizna {
		position: relative;
	}
	#darowizna .content .wrap {
		position: static;
	}
	#darowizna .content .wrap h1 {
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 300;
		margin: 0 0 20px 18px;
		position: absolute;
		top: 19px;
		left: 139px;
	}
	#darowizna .dane .row label {
		float: left;
		text-align: right;
		margin-right: 10px;
		line-height: 12px;
		font-size: 14px;
		padding-top: 4px;
	}
	#darowizna .dane-1 {
		width: 50%;
		float: left;
	}
	#darowizna .dane-2 {
		width: 50%;
		float: left;
	}
	#darowizna .dane .row {
		margin: 0 0 10px;
		overflow: hidden;
	}
	#darowizna .dane-1 .row label {
		width: 38px;
	}
	#darowizna .dane-2 .row label {
		width: 57px;
	}
	#darowizna .agree {
		position: absolute;
		display: block;
		cursor: pointer;
		margin-left: 0;
		margin-top: 9px;
		margin-right: 13px;
		font-size: 0.8rem;
		line-height: 0.8rem;
		text-align: justify;
		left: 39px;
	}
	#darowizna .agree .label {
		line-height: 12px;
	}
	#darowizna .agree span.ico {
		float: left;
		width: 21px;
		height: 21px;
		background-size: 100%;
		background-position: 0 100%;
		margin-right: 13px;
		margin-top: 0;
		margin-bottom: 22px;
	}
	#darowizna .step-2 .step-in {
		height: 200px;
		position: relative;
	}
	#darowizna .step-2 .next {
		position: absolute;
		right: 0;
		bottom: -3px;
		width: 148px;
		height: 47px;
		border: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	#darowizna .dane .req {
		margin-left: 0;
		font-weight: 300;
		margin-top: 0;
		display: block;
		position: absolute;
		bottom: 13px;
		left: initial;
		width: 100px;
		right: 151px;
	}
	#darowizna .dane .row {
		margin: 0 0 1px;
		overflow: hidden;
	}
	#darowizna .step-3 .step-in {
		height: 210px;
		position: relative;
	}
	/*
		 * kontakt
		 */
	#kontakt .content h1 {
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 300;
		margin: 0 0 20px 18px;
		position: absolute;
		top: 19px;
		left: 139px;
	}
	#kontakt p {
		font-size: 1rem;
		margin: 0 0 1rem;
	}
	#kontakt h2 {
		font-size: 0.7rem;
		margin: 0 0 0.3em;
	}
	#kontakt a:after, #kontakt a:before {
		content: "";
		position: absolute;
		right: 0;
		height: 0.8rem;
		border-left: 2px solid #fff;
	}
	#kontakt .col-left p, #kontakt .col-right p {
		margin-bottom: 0;
	}
	#kontakt .content .wrap {
		position: static;
	}
	#kontakt .content .wrap .td {
		vertical-align: initial;
	}
	#kontakt .content {
		-webkit-transition: all 1s ease-out 0.3s;
		transition: all 0.3s ease-out 0.3s;
		padding-top: 60px;
	}
	/*
	 * jak pomagać
	 */
	#jak-pomagac .pomoc-1 .item {
		float: left;
		width: 31%;
		padding-right: 0;
		margin: 0 auto;
		height: auto;
		margin-right: 17px;
	}
	#jak-pomagac .pomoc-1 .item:nth-last-child(1) {
		margin-right: 0;
	}
	.pomoc-img-wrapper {
		width: 100%;
		display: block;
		height: 94px;
		float: none;
		text-align: left;
		margin-right: 12px;
	}
	#jak-pomagac .content {
		position: relative;
	}
	#jak-pomagac .content .wrap {
		position: static;
	}
	#jak-pomagac .head {
		display: block;
		position: static;
	}
	#jak-pomagac .head .buttons {
		display: none;
	}
	#jak-pomagac .pomoc-1 img {
		height: auto;
		float: none;
		max-width: 100%;
		width: 68px;
		display: block;
		margin: 0;
	}
	#jak-pomagac .content h1 {
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 300;
		margin: 0 0 20px 18px;
		position: absolute;
		top: 19px;
		left: 139px;
	}
	#jak-pomagac .pomoc-1 .item h2 {
		margin-bottom: 7px;
	}
	#jak-pomagac .pomoc-1 h2 {
		font-size: 1.3rem;
		font-weight: normal;
		color: #000;
		-webkit-transition: color .3s ease-out;
		transition: color .3s ease-out;
	}
	.pomoc-img-wrapper {
		width: 100%;
		display: block;
		height: auto;
		float: none;
		text-align: left;
		margin-right: 12px;
	}
	#jak-pomagac .pomoc-1 img {
		float: none;
		max-width: 100%;
		display: block;
		margin: 0;
		height: 76px;
		width: auto;
	}
	#jak-pomagac .pomoc-1 .item:nth-child(2) .pomoc-img-wrapper img {
		height: 75px;
	}
	#jak-pomagac .pomoc-1 p {
		font-weight: bold;
		color: #000;
		font-size: 1.0rem;
		-webkit-transition: color .3s ease-out;
		transition: color .3s ease-out;
	}
	/*
	 * banners
	 */
	/*.banner_dol, .banner_prawa {
		display: block !important;
	}*/
	.banner_dol div {
	/*height: 50px;*/
	}
}

@media (max-height: 640px) {
html {
	font-size: 10px;
}
}

@media (max-height: 650px) {
html {
	font-size: 10px;
}
}

@media (min-width: 1280px) {
html {
	font-size: 12px;
}
}

@media (min-width: 1600px) {
html {
	font-size: 16px;
}
#jak-pomagac .pomoc-1 img {
	margin-bottom: 20px;
}
}

@media (min-width: 1920px) {
.home-btn {
	bottom: 16rem;
}
}
.not_available {
	display: none;
	background: #006eac;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	text-align: center;
}
.not_available img {
	max-height: 100%;
	max-width: 100%;
}

@media (max-width: 1023px) {
/*.not_available {
    display: block;
  }*/
}
#adblock-test {
	display: none;
}
#adblock-info {
	display: none;
	position: absolute;
	right: 50px;
	top: 90px;
	background: #fff;
	font-size: 11px;
	line-height: 12px;
	color: #f06793;
	padding: 10px 20px;
	border-radius: 25px;
	font-style: normal;
	position: absolute;
	width: 240px;
	z-index: 99;
}




/* DAROWIZNA */
/* style L1038 */
#darowizna .step-in {
    height: 290px;
}
/* style L1306 */
#darowizna .dane .req {
    margin-left: 0px;
}
/* style L1327 */
#darowizna .agree span.ico {
    margin-top: 0px;
}
/* style L1340 */
#darowizna .agree.error i {
    display: none;
}



/* *** newsletter *** */


.aside-newsletter {
  font-size: 12px;
  background: none;
  right: -140px;
  width: 180px;
  height: auto;
}
.aside-newsletter .active, .aside-newsletter:hover {
  right: 0;
  cursor: auto;
}
.aside-newsletter .wrapper {
  background-color: #20d437;
  padding-left: 3em;
  text-align: left;
  vertical-align: top;
  font-size: 1.4em;
  height: auto;
  min-height: 2.5em;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  position: static;
}
.aside-newsletter .icon-newsletter {
  background: url(img/ico-newsletter.png) no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 0.5em 0 0.2em;
  position: absolute;
  left: 3px;
  top: 5px;
}
.aside-newsletter .text {
  position: relative;
}
.aside-newsletter button {
  width: 25px;
  height: 26px;
  display: block;
  border: 0;
  position: absolute;
  right: 10px;
  top: 6px;
  background: transparent;
}
.aside-newsletter button:after, .aside-newsletter button:before {
  content: "";
  position: absolute;
  left: 10px;
  height: 12px;
  border-left: 3px solid #fff;
}
.aside-newsletter button:after {
  -webkit-transform: skew(-150deg);
  transform: skew(-150deg);
  top: 1px;
}
.aside-newsletter button:before {
  -webkit-transform: skew(150deg);
  transform: skew(150deg);
  bottom: 1px;
}

.msg-box-news {
  z-index: 10000;
  display: none;
}
.msg-box-news .message-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(148, 148, 148, 0.8);
  opacity: 0.7;
}
.msg-box-news .message-wrapper {
  position: absolute;
  margin-top: 100px;
  margin-bottom: 2em;
  width: 50%;
  margin-left: 25%;
  box-shadow: 3px 3px 7px #333435;
  /* background-color: #1fd337; */
  background-color: #ffffff;
  padding: 10px 20px;
  padding-top: 35px;
  border-radius: 10px;
  font-size: 1.2rem;
}
.msg-box-news .message-wrapper .scroller {
  height: 100%;
  overflow: auto;
}
.msg-box-news .message-wrapper .outerX {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  cursor: pointer;
  color: #ffffff;
}
.msg-box-news .message-wrapper .outerX:hover {
  border-color: white;
}
.msg-box-news .message-wrapper .outerX:hover .innerX:before {
  transform: rotate(135deg);
  border-color: #000000;
}
.msg-box-news .message-wrapper .outerX:hover .innerX:after {
  transform: rotate(45deg);
  border-color: #000000;
}
.msg-box-news .message-wrapper .outerX label {
  display: none;
}
.msg-box-news .message-wrapper .innerX {
  width: inherit;
  width: 0;
  height: 20px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  content: "";
}
.msg-box-news .message-wrapper .innerX:after, .msg-box-news .message-wrapper .innerX:before {
  border-color: lightgray;
  border-style: solid;
  border-width: 0px;
  left: 10px;
  height: inherit;
}
.msg-box-news .message-wrapper .innerX:before {
  transform: rotate(45deg);
  border-right-width: 3px;
}
.msg-box-news .message-wrapper .innerX:after {
  transform: rotate(-45deg);
  border-left-width: 3px;
}
.msg-box-news .message-wrapper .white:after,
.msg-box-news .message-wrapper .white:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  transition: all 0.2s ease;
}
.msg-box-news .message-wrapper .message-content {
  font-size: 1em;
  color: #000000;
  line-height: normal;
}
.msg-box-news .message-wrapper ul.chkbx {
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 1em;
}
.msg-box-news .message-wrapper ul.chkbx li {
  list-style-type: none;
  padding: 3px;
}
.msg-box-news .message-wrapper ul.chkbx ol {
  padding-left: inherit;
}
.msg-box-news .message-wrapper ul.chkbx ol li {
  list-style-type: decimal;
}
.msg-box-news .message-wrapper ul.chkbx label {
  position: relative;
  padding-left: 0;
  font-size: 1em;
  cursor: pointer;
}
.msg-box-news .message-wrapper ul.chkbx label:before, .msg-box-news .message-wrapper ul.chkbx label:after {
  color: #37b549;
  font-family: FontAwesome;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: -22px;
}
.msg-box-news .message-wrapper ul.chkbx label:before {
  content: "";
}
.msg-box-news .message-wrapper ul.chkbx label:after {
  content: "";
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s;
}
.msg-box-news .message-wrapper ul.chkbx input[type=checkbox] {
  display: none;
  font-size: 1em;
}
.msg-box-news .message-wrapper ul.chkbx input[type=checkbox]:checked + label:after {
  max-width: 25px;
  opacity: 1;
}
.msg-box-news .message-wrapper ul.chkbx .agr-short {
  padding-left: 20px;
}
.msg-box-news .message-wrapper ul.chkbx .agr-short .agr-tgl {
  margin-left: 0.5em;
  font-size: 0.7em;
  color: #37b549;
  cursor: pointer;
  white-space: nowrap;
}
.msg-box-news .message-wrapper ul.chkbx .agr-short .agr-tgl .agr-dtl-show {
  display: initial;
}
.msg-box-news .message-wrapper ul.chkbx .agr-short .agr-tgl .agr-dtl-hide {
  display: none;
}
.msg-box-news .message-wrapper ul.chkbx .agr-details {
  display: none;
  padding-left: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
.msg-box-news .message-wrapper ul.chkbx li.extended .agr-details {
  display: block;
}
.msg-box-news .message-wrapper ul.chkbx li.extended .agr-short .agr-tgl .agr-dtl-hide {
  display: initial;
}
.msg-box-news .message-wrapper ul.chkbx li.extended .agr-short .agr-tgl .agr-dtl-show {
  display: none;
}
.msg-box-news .msg-title {
  font-size: 2em;
  font-weight: bold;
}
.msg-box-news .error-msg-field {
  color: #ff6700;
  font-size: 1em;
  height: 0px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
}
.msg-box-news .error-msg-field .fld-tooltip {
  color: #ff4524;
  background-color: transparent;
  padding: 3px;
  border-radius: 0px;
  display: inline-block;
}
.msg-box-news .error-msg-field .arrow {
  width: 20px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 0%;
  margin-left: 10px;
  bottom: -5px;
  display: none;
  z-index: 5;
}
.msg-box-news .error-msg-field .arrow:after {
  content: "";
  position: absolute;
  left: 5px;
  /* top: -7px; */
  bottom: 8px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ff4524;
}
.msg-box-news .invalid .error-msg-field {
  height: 1.4em;
}
.msg-box-news .news-inputs .invalid .error-msg-field {
  height: 1.7em;
}
.msg-box-news .news-inputs {
  background-color: transparent;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-right: 2em;
}
.msg-box-news .news-inputs .name-wrapper {
  margin-top: 0.2em;
}
.msg-box-news .news-inputs input {
  color: #000000;
  padding: 3px 1em;
  display: block;
  width: 100%;
  border-style: solid;
  border-color: #37b549;
  line-height: 1.5em;
  font-size: 1.2em;
}
.msg-box-news .news-inputs input:focus {
  color: #000000;
  outline: none;
  box-shadow: 0px 0px 5px #1fd337;
}
.msg-box-news .news-inputs input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d4d4d4;
}
.msg-box-news .news-inputs input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d4d4d4;
  opacity: 1;
}
.msg-box-news .news-inputs input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d4d4d4;
}
.msg-box-news .news-inputs input:-moz-placeholder {
  /* Firefox 18- */
  color: #d4d4d4;
  opacity: 1;
}
.msg-box-news .news-inputs input::placeholder {
  color: #d4d4d4;
  opacity: 1;
}
.msg-box-news .button-wrapper {
  border: 0px solid black;
  text-align: center;
  margin-top: 1em;
}
.msg-box-news .button-wrapper button {
  border: 0;
  background: none;
  background-color: #1fd337;
  color: #FFFFFF;
  padding: 0.6em 1.2em;
  margin: 0.8em 0.5em 0.5em;
  font-size: 1em;
}
.msg-box-news .button-wrapper button:hover, .msg-box-news .button-wrapper button:active {
  background-color: #37b549;
}
.msg-box-news .result {
  position: relative;
  color: black;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.msg-box-news .icon-excl {
  display: inline;
}
.msg-box-news .wariant2 .icon-excl {
  display: none;
}
.msg-box-news .wariant2 .arrow {
  display: block;
}
.msg-box-news .wariant2 .fld-tooltip {
  color: #ffffff;
  background-color: #ff4524;
  padding: 1px 10px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .msg-box-news .message-wrapper {
    width: 70%;
    margin-left: 15%;
  }
}
