@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400;500;600;700;800&display=swap');

body{
	font-family: 'Lexend', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.top-header span, .top-header a{
	font-weight: 500;
}

header .info .col-md-6 p:last-child{
	font-weight: 600;
}

header .menu-all li a{
	text-transform: uppercase;
	font-weight: 500;
}

header .menu-all li li a{
	text-transform: unset;
	font-weight: 400;
}

.news-list-item .name a{
	font-size: 16px;
	text-transform: uppercase;
}

.inner-crumbs a:last-child{
	font-weight: 600;
}

.hot-support a{
	font-size: 18px;
	font-weight: 600;
}

.news-description .name{
	font-size: 20px;
	line-height: 25px;
}

.sup-item .phone{
	font-size: 15px;
	font-weight: 600;
}

.sup-item p.name{
	margin: 0;
	padding-top: 15px;
}

p.job{
	font-size: 13px;
}


@media(max-width: 768px){
	body{
		font-size: 12px;
		line-height: 20px;
	}

	.box-heading h2, h1.title-page{
		font-size: 16px;
	}

	footer h3{
		font-size: 18px;
	}

	#powered{
		font-size: 10px;
	}

	.hot-support a {
	    font-size: 16px;
	}

	.news-list-item .name a{
		font-size: 15px;
	}
}