@font-face {
/*	*/font-weight: normal;
	font-style: normal;
	font-family: 'Play Regular';
	src:url(/fonts/play-regular.woff);
}
@font-face {
/*	*/font-weight: normal;
	font-style: normal;
	font-family: 'Play Bold';
	src:url(/fonts/play-bold.woff);
}
@font-face {
/*	*/font-weight: normal;
	font-style: normal;
	font-family: 'Fa-solid';
	src:url(/fonts/fa-solid.woff);
}
[class^="fa-"] {
	font-family: 'Fa-solid';
	/*margin-right: 40px;*/
}

.fa-email:before {
	content: "\f1fa";
}
.fa-phone:before {
	content: "\f095";
}
.fa-close:before {
	content: "\f00d";
}

*, *:before, *:after {
	box-sizing: border-box;
}

body,
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

body, input, select, textarea {
	color: #414f57;
	font-family: 'Play Regular';
	font-size: 14pt;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.2em;
}

body {
	height: 100%;
/*	background-color: #ffffff;*/
/*	background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");*/
/*	background-repeat: repeat, no-repeat, no-repeat;*/
/*	background-size: 100px 100px, cover, cover;*/
/*	background-position: top left, center center, bottom center;*/
	background-attachment: fixed, fixed, fixed;
}

body {
	overflow: hidden;
    background-image: url("images/overlay.png"), linear-gradient(#00AEEF 15%, #AFE8FD 50%, #AFE8FD 50%, #00AEEF 85%);
}

.wrap {
	width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    perspective: 360px;
    perspective-origin: 50% 50%;
}
.top-plane, .bottom-plane {
	position: absolute;
    width: 200%;
    height: 130%;
    bottom: -30%;
    left: -50%;
    background-image: -webkit-linear-gradient(#AFE8FD 2px, transparent 2px), -webkit-linear-gradient(left, #AFE8FD 2px, transparent 2px);
    background-size: 100px 100px, 100px 100px;
    background-position: -1px -1px,-1px -1px;
    transform: rotateX(80deg);
    animation: planeMoveBot 10s infinite linear;
}
.bottom-plane {
    transform: rotateX(-80deg);
    top: -30%;
    animation: planeMoveTop 10s infinite linear;
}
@keyframes planeMoveTop {
    from {
        background-position: 0px 0px, 0px 0px;
    }
    to {
        background-position: 0px -100px, 100px 0px;
    }
}
@keyframes planeMoveBot {
    from {
        background-position: 0px -100px, 0px 0px;
    }
    to {
        background-position: 0px 0px, 100px 0px;
    }
}
@media (max-height: 350px) {
    .wrap {
        perspective: 210px;
    }
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
/*        background: linear-gradient(to bottom, #C2EEFF, #00719B); /*fiolet*/
	margin-top: 20px;
	margin-bottom: 30px;
}
.container.que {
	justify-content: center;
}
.validation {
	width: 65px;
	margin-right: 10px;
}
.container .btn {
    position: relative;
    top: 0;
    left: 0;
    min-width: 280px;
    height: 40px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
}
.loading {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.container .btn .send,
.container .btn .popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.01);
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
/*    padding: 10px;*/
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    color: #00007D;
    font-weight: 400;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    border: 1px solid #00AEEF;
}
.container .btn.support span {
    color: green;
}
.container .btn:hover .send,
.container .btn:hover .popup {
/*    letter-spacing: 3px;*/
    color: #fff;
    font-weight: bold;
/*    border: 1px solid #00AEEF;*/
    box-shadow: none;
    user-select: none;
}
.container .btn .popup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}
.container .btn:hover .send::before
.container .btn:hover .popup::before {
    transform: skewX(45deg) translate(200px);
}
.container .btn::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -3px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
    pointer-events: none;
}
.container .btn:hover::before /*lightup button*/ {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}
.container .btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -3px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
    pointer-events: none;
}
.container .btn:hover::after /*lightup button*/ {
    top: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}
.container .btn::before,
.container .btn::after {
    background: #00BAFF;
    box-shadow: 0 0 0px #00BAFF,
    0 0 0px #00BAFF,
    0 0 0px #00BAFF,
    0 0 0px #00BAFF;
}
.container .btn.support::before,
.container .btn.support::after {
    background: #00EB29;
    box-shadow: 0 0 0px #00EB29,
    0 0 15px #00EB29,
    0 0 30px #00EB29,
    0 0 60px #00EB29;
}
button {
	appearance: none;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: inline-block;
	height: 2.75em;
	line-height: 2.75em;
	padding: 0 1.5em;
	background-color: transparent;
	border-radius: 4px;
	border: solid 1px #c8cccf;
	color: #414f57;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	outline: none;
	/*font-weight: bold;*/
	font-family: 'Play Regular';
	letter-spacing: .5px;
}
.rec {
	margin-top: 30px;
	margin-bottom: 20px;
}
button:hover {
	border-color: #00AEEF /*#ff7496 */;
	color: #00AEEF;
}

.icon-logo {
    animation:spin 20s linear infinite;
}

@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	}
}

/*    Main    */
.query,
.support,
.popup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
}
.popup .img {
	padding: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 20px);
	max-width: 500px;
	transform: rotateX(20deg);
	opacity: 0;
	transition: opacity 1s ease, transform 1s ease;
}
.popup .fade {
	/*transform-origin: 50% 50%;*/
	transform: rotateX(0deg);
	opacity: 1;
	cursor: pointer;
	/*transition: opacity 1s ease, transform 1s ease;*/
}

.popup img {
	width: 100%;
	box-shadow: 0 0 40px 15px #B1B1B1;
	overflow: hidden;
}

#main {
	transition: opacity 1s ease, transform 1s ease;
	padding: 30px 25px 30px 25px;
	background: #ffffff;
	border-radius: 4px;
	cursor: default;
	max-width: 640px;
	opacity: 1;
	position: relative;
	text-align: center;
	width: calc(100% - 30px);
/*	box-shadow: 0 0 40px 15px #E8E8E8;*/
	box-shadow: 0 0 40px 15px rgba(0, 0, 0, .3);
	margin-top: 30px;
	margin-bottom: 30px;
/*	margin-left: auto;*/
/*	margin-right: auto;*/

	display: inline-block;
	vertical-align: middle;
}

#main header {
	margin-bottom: 30px;
}

#main .avatar {
	position: relative;
	display: block;
/*	margin-bottom: 1.5em;*/
}

#main .avatar img {
	max-width: 80px;
	/*display: block;*/
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 0 0 0px 10px #fff;
	/*border: 1px solid red;*/
	background: #fff;
	padding: 5px;
}

#main .avatar:before {
	content: '';
	display: block;
	position: absolute;
	top: 48%;
	left: 5px;
	width: calc(100% - 10px);
	height: 0.5px;
	z-index: -1;
	background: #c8cccf;
}

#main h1 {
	font-size: 35px;
	line-height: 37px;
	font-weight: bold;
	/*letter-spacing: 0.22em;*/
	/*margin: 0 0 0.525em 0;*/
	margin: 0;
	color: #00007D;
}
#main h1 span {
	font-size: 30px;
	color: #00007D;
	font-family: 'Play Bold';
	letter-spacing: 1px;
}

#main h2 {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	margin-top: 7px;
	/*margin-bottom: 30px;*/
	color: #00007D;
	font-weight: normal;
}
#main hr {
	border: 0;
	height: 2px;
	margin: 0;
	background-image: linear-gradient(-90deg, #fff, #00AEEF, #fff);
}
#main {
	transition: 
		opacity 1s,
		transform 2s;
	transform: rotateX(0deg);
	/*opacity: 1;*/
}

body.is-preload #main {
	transform: rotateX(45deg);
	opacity: 0;
}
/* ********* */

/* LANGS */
.langs form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.langs img {
	width: 30px;
	margin-right: 10px;
	opacity: 0.5;
	transition: all 0.5s;
}
.langs button {
	display: flex;
	color: #c8cccf;
}
.langs form > button {
	margin-right: 10px;
}
.langs .active {
	border-color: #00AEEF;
    color: #00AEEF;
    font-weight: bold;
}
.langs .active img {
	opacity: 1;
}
.langs button:hover {
	color: #00AEEF;
}
.langs button:hover img {
	opacity: 1;
	transition: all 0.5s;
}

/* *** */

/*   QUERY/SUPPORT  */
.fa-close {
	cursor: pointer;
	float: right;
	line-height: 0;
}
.support .body,
.query .body {
	transition: opacity 1s ease, transform 1s ease;
	opacity: 0;
	transform: rotateX(20deg);
	padding: 30px 25px 30px 25px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 40px 15px rgba(0, 0, 0, .4);
	/*max-width: calc(100% - 60px);*/
	width: 610px;
	margin-left: 30px;
	margin-right: 30px;
/*	background: #F2FCFF;*/
}
.query .body div {
/*	padding: 0 5px 5px 5px;*/
}
.support h2,
.query h2 {
	line-height: normal;
	letter-spacing: normal;
	font-size: 24px;
	margin-bottom: 30px;
	color: #000;
}
.support .body .container,
.query .body .container {
	justify-content: flex-end;
}
.support .body textarea,
.support .body input,
.support .body select,
.query .body textarea,
.query .body input {
	margin: 0;
	width: 100%;
	padding: 3px 7px 3px 7px;
	line-height: normal;
	font-size: 15px;
	line-height: 15px;
	height: 35px;
	letter-spacing: 0;
	color: #000;
	border: 1px solid #B3B3B3;
	border-radius: 3px;
}
.support .body input,
.support .body select,
.query .body input {
	margin-bottom: 5px;
}
.support .body textarea,
.query .body textarea {
	margin-top: 8px;
}
.support .body textarea::placeholder,
.support .body input::placeholder,
.query .body textarea::placeholder,
.query .body input::placeholder {
	color: #9B9B9B;
}
.support .body textarea:focus,
.support .body input:focus,
.support .body select:focus,
.query .body textarea:focus,
.query .body input:focus {
	outline-color: #00AEEF;
}
.support .body textarea,
.query .body textarea {
	min-width: 100%;
	max-width: 100%;
	padding-top: 8px;
	height: auto;
}
.support .fade,
.query .fade {
	transform: rotateX(0deg);
	opacity: 1;
}
.required:before {
	position: absolute;
	content: "*";
	color: red;
	left: 14px;
}
.status .success {
	letter-spacing: normal;
/*	background: #91FF91;*/
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(145,255,145,1) 50%, rgba(255,255,255,1) 100%);
	color: green;
}
.status .error {
	letter-spacing: normal;
/*	background: #FECACA;*/
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,202,202,1) 50%, rgba(255,255,255,1) 100%);
	color: red
}
.status div {
	font-size: 17px;
	border-radius: 5px;
	padding: 5px;
	margin-right: 25px;
	margin-left: 25px;
}
.query .container.file,
.support .container.file {
	display: block;
	text-align: left;
}
.file label,
.file label,
.file span,
.file span {
	display: inline-block;
	vertical-align: middle;
}
.file .name {
	font-size: 14px;
	letter-spacing: normal;
}
.container.file .btn {
	height: 30px;
	min-width: 150px;
	font-size: 16px;
}
.file .info {
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: normal;
}
.file progress {
	margin-top: 15px;
	height: 10px;
	color: #00AEEF;
	background-color: #fff;
	border: 1px solid #00AEEF;
	display: block;
	width: 100%;
}

.file progress::-webkit-progress-bar {
	background-color: #fff;
}
.file progress::-webkit-progress-value {
	background-color: #00AEEF;
}
.file progress::-moz-progress-bar {
	background-color: #00AEEF;
}
.red {
	color: red;
}
/* ********* */

/*   ADVICE   */

.advice {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 17px;
	text-align: justify;
	color: #000;
	margin-bottom: 20px;
/*	font-weight: bold;*/
}
.advice .tab {
	display: inline-block;
	width: 30px;
}
.advice span {
	font-weight: bold;
	cursor: pointer;
}
.advice span:hover {
	color: #00AEEF;
}
.advice button {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* ********** */

/*   Footer  */

footer .copyright {
	font-size: 10px;
	letter-spacing: normal;
}
/* ********* */

/*    Icons   */

.icons span {
	font-size: 30px;
	color: grey;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.icons .fa-phone {
	font-size: 28px;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 10px 0 10px;
}

ul.icons li a {
	text-decoration: none;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: solid 1px #c8cccf;
	line-height: 51px;
	overflow: hidden;
	text-align: center;
	text-indent: 3px;
	white-space: nowrap;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

ul.icons li a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

ul.icons li a:before {
	color: #ffffff;
	text-shadow: 1.25px 0px 0px #c8cccf, -1.25px 0px 0px #c8cccf, 0px 1.25px 0px #c8cccf, 0px -1.25px 0px #c8cccf;
}

ul.icons li a:hover:before {
	text-shadow: 1.25px 0px 0px #ff7496, -1.25px 0px 0px #ff7496, 0px 1.25px 0px #ff7496, 0px -1.25px 0px #ff7496;
}

ul.icons li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	font-size: 1.85rem;
	line-height: inherit;
	text-align: center;
	text-indent: 0;
}

ul.icons li a:hover {
	border-color: #00AEEF;
}
ul.icons li a:hover span {
	color: #00AEEF;
}

@media screen and (max-width: 480px) {

	ul.icons li a:before {
		font-size: 1.5rem;
	}

}

/* ******** */

/* Wrapper */

#wrapper {
/*	display: flex;*/
/*	align-items: center;*/
/*    justify-content: center;*/
	position: fixed;
	justify-content: center;
	perspective: 500px;
	height: 100%;
	width: 100%;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
}
#wrapper.oh {
	overflow: hidden;
}
#wrapper:after, 
#wrapper:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	width: 1px;
	height: 100%;
}

#wrapper > * {
	z-index: 1;
}


body.is-ie #wrapper {
	height: 100%;
}
/* ********** */

/*    Formularz zapytania    */
.iframe {
	margin-bottom: 20px;
}
iframe {
	width: 100%;
	min-height: 300px;
	height: 100%;
}

/* *********** */

.db {
	display: flex;
    align-items: center;
    justify-content: center;
}
.dn {
	display: none!important;
}
.center {
	text-align: center;
}
.no-before::before {
	content: none !important;
}
.no-after::after {
	content: none !important;
}
.disable:hover .send {
	color: #00007D!important;
	font-weight: normal!important;
}

/*  BRFANDS  */

.brands-wrap {
	margin-top: 15px;
	transition: all .3s;
	height: 100px;
}

.slide {
	width: 100%;
	height: auto;
	padding: 0 15px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
@media (min-width: 548px) {
	.slide {
		width: 33.3%;
	}
}
.slide.is-selected img {
	transform: scale(1);
	filter: grayscale(0) blur(0);
	transition: all .3s ease;
}
.slide img {
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	max-width: 150px;
	display: inline-block;
	transform: scale(0.7);
	filter: grayscale(85%) blur(2px);
}
.slide.pcbc img {
	width: 100px;
}
.op {
	opacity: 0;
	overflow: hidden;
	height: 0;
}