body {
	font-family: 'Roboto', sans-serif;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

a {
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 20px;
	line-height: 1.55;
	font-weight: 300;
}

/* nav pills */

.nav-tabs {
	padding-top: 105px;
	margin-bottom: 60px;
}

.nav-link {
	color: black;
	border-bottom: 1px solid #777;
	border-top: none;
	border-left: none;
	border-right: none;
	transition: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	color: black;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 1px 0 0 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	font-weight: 600;
	border-bottom: 1px solid #222;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* Content */

.about p {
	padding: 0 100px;
}

.content_logo {
	margin: 0 0 30px 0;
}

.orginfo_logo {
	margin: 0 0 30px 0;
}

.orginfo h3 {
	font-size: 22px;
	line-height: 1.35;
	font-weight: 600;
	color: #000;
}

.orginfo p small {
	font-size: 14px;
	line-height: 1.55;
	font-weight: 300;
}

.orginfo p {
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
}

.partners h2 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 105px;
}

.partners_logos_holder img {
	margin: 30px 0;
}

.partners_borders {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.contacts {
	background: #efefef;
	padding-top: 15px;
	padding-bottom: 180px;
}

.contacts img {
	margin: 0 0 30px 0;
}

.contacts_github {
	color: #ff8562;
	text-decoration: none;
}

/* Slider */

.carousel-item img {
	margin: 0 auto;
	text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
	filter: invert(100%);
}

/* Mobile */

@media only screen and (max-width: 768px) {
	.wrapper {
		padding: 15px;
	}

	.mobile_menu {
		margin: 30px 0;
	}

	.carousel-control-next,
	.carousel-control-prev {
		filter: none;
	}

	.nav-fill .nav-item,
	.nav-fill > .nav-link {
		width: 100%;
	}

	.about p {
		padding: 0;
	}

	.contacts {
		padding: 30px;
	}

	.partners h2 {
		margin: 30px 0;
	}
}
