body {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
	cursor: none;
	line-height: 20px;
	background: #000;
	color: #c0c0c0;
}

h1,
p,
a,
.btn {
	cursor: none;
}

.cursor {
	pointer-events: none;
}
.cursor__ball {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
	z-index: 1000;
}
.cursor__ball circle {
	fill: #f7f8fa;
}

.left,
.right {
	display: flex;
	flex-direction: column;
}
.right {
	background: #fff;
}
.right a {
	border-bottom: 2px solid #000;
}

.link__nav {
	background: #181818;
}

.link__nav-item:hover {
	border-bottom: 1px solid #fff;
}

.main__bg {
	background-image: url(img/main-bg.jpg);
	background: linear-gradient(360deg, #000000 18.78%, rgba(0, 0, 0, 0) 98.53%);
	border-radius: 0px;
}

.main__title {
	font-size: 54px;
	line-height: 59px;
}

.main__subtitle {
	max-width: 580px;
}

.what__titile {
	font-size: 40px;
	line-height: 42px;
}

.what__subtitle {
	font-size: 23px;
	line-height: 30px;
}

.what__card {
	transition: transform 0.2s;
}

.what__card:hover {
	transform: scale(1.02);
}

@media (max-width: 390px) {
	.photo__inner {
		margin-left: 10rem;
	}
}

.photo__text {
	letter-spacing: 2px;
}

.photo__subtext {
	max-width: 250px;
}

.tools__text {
	letter-spacing: 2px;
}

.tools__title {
	font-size: 28px;
	line-height: 32px;
}

@media (max-width: 690px) {
	.tools__content {
		margin-top: 350px;
	}
}

.clients__title {
	font-size: 40px;
	line-height: 42px;
}

.clients__subtitle {
	font-size: 24px;
	line-height: 30px;
}

.help__title {
	font-size: 40px;
	line-height: 42px;
}

.help__subtitle {
	font-size: 24px;
	line-height: 30px;
}

.footer__title {
	font-size: 14px;
	line-height: 20px;
}

.footer__link {
	font-size: 13px;
}
