/* Основные стили */

body {
	font-family: Arial, sans-serif;
	margin: 0 30px 30px;
	padding: 0;
	background-color: #f3f3f3;
}

.contr {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}

.logo {
	display: block;
	margin: 0 auto;
	width: 580px;
}

.logo-small {
	display: block;
	margin: 0 auto;
	width: 230px;
}

.name-logo {
	margin: 20px 0 24px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: .12px;
	color: #26282a;
	text-align: center;
}

.nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 16px 0;
}

.navlink {
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 300px;
	margin: 16px;
	padding: 16px;
	box-shadow: 0 4px 8px 0 rgba(38, 40, 42, 0.1);
	background-color: #ffffff;
	letter-spacing: .1px;
	color: #6b7480;
	transition: none;
	border-radius: 10px;
}

.navlink:hover {
	box-shadow: 0 4px 8px 0 rgba(38,40,42,0.1);
	transition: none;
	background-color: #f1fbff;
}

.icon-in-circle {
	margin-right: 12px;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f8ff;
	border-radius: 50%;
}

.navlink-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto;
	color: #002d73;
	text-align: left;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
}

.navlink-descr {
	font-size: 12px;
	text-align: left;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
}

.icon {
	width: 1.2em;
	height: 1em;
}

.navlink:hover > .icon-in-circle {
	background-color: #959eb0;
}

.navlink:hover > .icon-in-circle .icon {
	transition: none;
	fill: #fff;
}

.icon-in-circle .icon {
	fill: #959eb0;
	font-size: 20px;
}

.icon {
	transition: all .3s ease;
}

a {
	text-decoration: none;
}

.kb-title {
	margin: 40px 0 24px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: .12px;
	color: #26282a;
	text-align: center;
}

.object-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.object-list a {
	width: 22%;
	margin: 10px;
	text-decoration: none;
}

.object-list-search {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.object-list-search a {
	width: 100%;
	margin: 10px;
}

#blackline {
	border-top: solid #ccc;
	width: 50%;
	margin: 30px auto;
}

.icon-in-circle-nav {
	margin-right: 12px;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #f5f8ff;
	border-radius: 50%;
}

.icon-in-circle-nav {
	fill: #959eb0;
	font-size: 20px;
}

.navlink:hover > .icon-in-circle-nav {
	background-color: #959eb0;
}

.navlink:hover > .icon-in-circle-nav {
	transition: none;
	fill: #fff;
}

.search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.search-form {
	display: flex;
	width: 780px;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.search-form input[type="text"] {
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	width: 780px;
	border-radius: 25px 0 0 25px;
	outline: none;
}

.search-category {
	width: 200px;
	color:#000;
	background-color: #fff;
	border: 0;
	margin: 0;
	text-align: left;
	font-size: 16px;
	height: 40px;
}

.search-category:focus {
	border: 0;
	outline: none;
}

.search-form input[type="text"]::placeholder {
	color: #999;
}

.search-form button {
	background-color: #364aff;
	height: 40px;
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 0 25px 25px 0;
	transition: background-color 0.3s;
}
