/*кнопка*/

.footercontseventeen-link {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	font-family: Roboto;
	color: #000;
}

.footercontseventeen-link:hover {
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}
.footercontseventeen-link:active {
 	opacity: 0.7;
 	color: #000;
}
.footercontseventeen-link:focus {
	text-decoration: none;
	color: #000;
}

/*секция*/

.footercontseventeen{
	position: relative;
	overflow: hidden;
	padding: 60px 0 45px;
}

.footercontseventeen-title {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}
.footercontseventeen-title b {
	font-weight: bold;
}

.footercontseventeen-text {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.78;
  color: #9b9b9b;
  text-align: center;
}

.footercontseventeen-item:first-child {
	margin-bottom: 40px;
}

.footercontseventeen-link-img-wrap {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	display: flex;
	margin-right: 15px;
	flex-shrink: 0;
}

.footercontseventeen-link-img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.footercontseventeen-link-block,
.footercontseventeen-link-block-2 {
	display: flex;
	align-items: center;
	width: 200px;
	margin: 0 auto 15px;
}

@media (min-width: 768px) {

.footercontseventeen-title,
.footercontseventeen-text {
	text-align: left;
}

}

@media (min-width: 992px) {
	.footercontseventeen{
		position: relative;
		overflow: hidden;
		padding: 100px 0 85px;
	}
}