body {
	color: #292E33;
	font-family: 'Poppins', sans-serif;
	/*font-family: 'Red Hat Display', sans-serif;*/
}

/*typography*/
.fs-7 {
	font-size: 0.875rem;
}

/*button*/

.btn {
	border-radius: 0;
	font-size: 1.125rem;
}

.btn-pink {
	color:  #fff;
	background-color: #E90A8A;
}

/*text-color*/

.text-blue {
	color: #1CA0E1;
}	



/*HEADER*/

.bg-header {
	width: 100%;
	height: 823px;
	clip-path: polygon(0% 0%,100% 0%,100% 61%,78% 79%,58% 64%,53% 68%,35% 68%,18% 78%,0% 73%);

}

.bg-header:after {
	content: url('img/vektor (3).png');
}


.navbar {
	height: 60px;
	top: 80px;
}

/*navbar-brand*/

.navbar-logotype {
	width: 90.81px;
}

.navbar-logo {
	width: 177px;
}

/*navbar-nav*/

.nav-link {
	font-weight: 0.875rem;
}
.icon-phone {
	width: 16px;
}