@font-face {
	font-family: 'CenturyGothic'; 
	src: url('fonts/CenturyGothic.ttf') format('truetype'); 
	font-weight:  normal;
	font-style: normal; 
}
@font-face {
	font-family: 'CenturyGothic'; 
	src: url('fonts/GOTHICB0.TTF') format('truetype'); 
	font-weight:  700;
	font-style: normal; 
}
html {
	overflow-x: hidden;
}
body {
	font-family: 'CenturyGothic', sans-serif;
	color: #fff;
	overflow-x: hidden;
	font-size: 18px;
}
a {
	color: #fff;
}
section {
	padding: 30px 0;
	min-height: 100vh;
}
.center {
	text-align: center;
}	
.bold {
	font-weight: 700;
}
.btn {
	font-size: 35px;
	padding: 10px 30px;
	border-radius:35px;
    white-space: inherit;
}
.btn-primary {
	background: linear-gradient(259deg, #F681E7, #E77BDF, #7C2F88,#7C2F88) !important;
	border: 0;
}
.btn-default {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}
.right {
	text-align: right;
}
.fsz35 {
	font-size: 35px;
}
.fsz60 {
	font-size: 60px;
}
.flex {
	display: flex;
}
img {
	max-width: 100%;
}
@media (min-width: 1330px) {
	.container {
		width: 1300px;
	}
}
/*sekcje*/
#section1 {
	background: url(../../img/landing/tlo1.png) no-repeat center top;
	background-size: cover;
}
#section1 h4 {
	margin-top: 30px;
}
#section2 {
	background: linear-gradient(180deg, #F681E7, #3F358C, #2D2E83);
	padding-top: 120px;
}
#section1 .btn {
	margin-left: 150px;
}
#logo,#ikony {
	width: 500px;
	height: 500px;
	border-radius:50%;
	margin-top: -280px;
	overflow: hidden;
	background: #fff;
    display: flex;
    align-items: flex-end;
    padding: 100px;
    justify-content: center;
}
#ikony {
	margin-top: -430px;
	padding: 30px;
}
#ikony img {
	padding: 0 40px;
}
#telefon {
	margin-bottom: -150px;
	position: relative;
}
#telefon:after {
	content: url(../../img/landing/kolo.png);
	position: absolute;
    bottom: -440px;
	left: -50%;
}
#telefon img {
	max-height: 80vh;
}
h4 {
	font-size: 36px;
	font-weight: 700;
}
h1 {
	font-size: 96px;
	font-weight: 700;
}
h3 {
	font-size: 36px;
}
.kropki {
	display: flex;
    justify-content: center;
	padding: 60px 0;
}
.kropki span{
	width: 50px;
	height: 50px;
	display: block;
	margin: 15px;
	background: #fff;
	border-radius:50%;
}
.linia {
	min-height: 500px;
	position: relative;
}
.linia-right:after {
	content: url(../../img/landing/linia.svg);
	position: absolute;
	right: -320px;
}
.linia-left {
	min-height: 400px;
}
.linia-left:after {
	content: url(../../img/landing/linia.svg);
	position: absolute;
	left: -320px;
    transform: rotate(270deg);
}
#diagram {
	padding-top: 120px;
}
.maw700 {
	max-width: 700px;
	margin: 0 auto;
}
#cechy .row > div{
	padding: 70px;
}
#cechy .row {	
	background: linear-gradient(90deg, #F681E7, #BB68C9B5, #7F4FAB68, #523D9530, #3732880D, #2D2E8300);	
    align-items: center;
    display: flex;
	flex-wrap:wrap;
}
#cechy .row:nth-of-type(2n) {
	background: linear-gradient(270deg, #F681E7, #BB68C9B5, #7F4FAB68, #523D9530, #3732880D, #2D2E8300);
}
#cechy .row:nth-of-type(2n)>div:nth-child(2) {
	text-align: right;
}
#cechy .fsz60 {
	font-weight: 700;
}
#cechy h3 {
	margin: 0;
}
#ikony2 {
	filter:brightness(0) invert(1);
	text-align: center;
}
#ikony2 img {
	padding: 15px 50px;
}
#cta {
	padding-top: 120px;
}
#cta .row {
	display: flex;
	align-items:center;
}
#cta .flex {
    justify-content: space-between;
}
#cta .btn {
	font-weight: 700;
}
form  {
	padding: 120px 0;
}
form input {
	border: 0;
	border-radius:5px;
    min-width: 390px;
    padding: 6px 12px;
    color: #000;
}
form >div {
	padding-bottom: 30px;
}
form label {
	min-width: 150px;
	text-transform: uppercase;
}
.spacing {
	padding-top: 60px;
}
.arrow {
	padding-right: 60px;
}
@media (max-width: 991px) {
	#section1 .btn {
		margin-left: 0;
		margin-bottom: 30px;
	}
	#section1 .container {
		width: 100%;
	}
	#ikony {
		display: none;
	}
	#telefon {
		display: flex;
		justify-content: center;
	}
	#logo {
    	width: calc(100vw - 30px);
		height: calc(100vw - 30px);
		margin-top: calc(-50vw + 15px);
		padding: 30px;
		flex-wrap:wrap;
	}	
	#ikony-mobile {
		width: 100%;
		text-align: center;
	}
	#ikony-mobile img {
		padding: 0 20px;
	}
	#logo > img {
		margin-top: 120px;
		display: block;
	}
	h1 {
		font-size: 60px;
	}
	#cechy .row > div {
		padding: 30px;
	}
	#cechy .row:nth-of-type(2n) {
	    flex-direction: column-reverse;
		align-items: flex-start;
	}
	#cechy .row:nth-of-type(2n)>div:nth-child(2) {
		text-align: left;
	}
	.fsz60 {
		font-size: 40px;
	}
	#przyciski {
		flex-wrap:wrap;
	}
	#przyciski .btn {
		margin-bottom: 30px;
	}
	form input { 
		min-width: 300px;
	}
	#cta .row {
		display: block;
	}	
}