.form-contact--black .form-checkbox__in:after,
.icon__checkbox-black {
	background-image: url('png/checkbox-black.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
}

.form-contact--enterprise .form-checkbox__in:after,
.icon__checkbox-enterprise {
	background-image: url('png/checkbox-enterprise.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
}

.form-contact--government .form-checkbox__in:after,
.icon__checkbox-government {
	background-image: url('png/checkbox-government.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
}

.form-contact--partners .form-checkbox__in:after,
.icon__checkbox-partners {
	background-image: url('png/checkbox-partners.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
}

.form-contact--services .form-checkbox__in:after,
.icon__checkbox-services {
	background-image: url('png/checkbox-services.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
}

.form-checkbox__in:after,
.icon__checkbox {
	background-image: url('png/checkbox.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 11px;
}

.list-download__item__in:after,
.icon__download {
	background-image: url('png/download.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 11px;
}


.icon__glass {
	background-image: url('png/glass.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}


.icon__logo {
	background-image: url('png/logo.png');
	background-repeat: no-repeat;
	width: 208px;
	height: 62px;
}


.icon__more {
	background-image: url('png/more.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 30px;
}

