body {
	font-family: Roboto;
}

h1, .h1 {
	font-weight: bold;
	margin-bottom: 1em;
}

h2, .h2 {
	font-weight: bold;
	margin-bottom: 1em;
}

h3, .h3 {
	font-weight: bold;
	margin-bottom: 1em;
}

h4, .h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

.block-margin {
	margin-top: 32px;
	margin-bottom: 32px;
}

.block-padding {
	padding-top: 32px;
	padding-bottom: 32px;
}

.main-menu__item {
	margin: 17px 0;
}

.main-menu__item:first-child {
	margin: 0;
}

.header-tools__wrapper {
	height: 48px;
}

.header-nav__logo {
	height: 48px;
	margin: 16px 0;
}

.site-title h1 {
	margin-bottom: 14px;
}

.content__slider {
	margin-bottom: 32px;
}

.article {
	display: block;
	margin-bottom: 24px;
}

.article--fixed {
	height: auto;
	overflow: hidden;
}

.article__logo {
	width: 100%;
	height: 160px;
}

.article__data {
	margin-top: 1em;
}

.article__description {
	display: block;
	margin-top: 1em;
	font-weight: 500;
}

.icon-long-caption__icon img {
	padding-bottom: 1em;
	width: 64px;
	height: auto;
}

.content__articles {
	margin-bottom: -32px;
}

.useful-links-title {
	margin-bottom: 1em;
}

.content__useful-links {
	margin-bottom: 0 !important;
}

.icon-tile {
	margin-bottom: 16px;
	height: 7em;
	padding: 2em;
}

.icon-tile__icon {
	width: 48px;
	max-height: 48px;
	height: auto;
}

.footer-nav__logo {
	height: 48px;
	margin-bottom: 24px;
}

.footer-nav__item {
	list-style-type: none;
	font-weight: 500;
	margin-bottom: 8px;
}

.footer-nav__item--feedback {
	display: inline-block;
	border-radius: 6px;
	margin-bottom: 24px;
	padding: 5px 45px;
}

.footer-nav__item--small {
	margin-bottom: 0;
}

.footer-nav__item--description {
	font-weight: normal;
	line-height: 1.7;
}

.footer-nav__column {
	margin-bottom: 40px;
}

.footer-nav__title {
	margin-bottom: 16px;
	line-height: normal;
}

.top-nav__ellipsis {
	margin-left: 10px;
}

.content__services-form {
	margin-top: 16px;
}

.services-form__body-success {
	display: block;
	text-align: center;
}

.services-form__success-img {
	width: 60%;
	height: 60%;
	max-width: 150px;
	padding-bottom: 32px;
}

.breadcrumb {
	padding: 0;
}

.sub-title--indent {
	padding-bottom: 32px;
}

.content__divide-t {
	margin-top: 32px;
}

.content__divide-b {
	margin-bottom: 32px;
}

.header__modal-menu .modal-meu__items {
	column-count: 1;
}

.search-results__categories {
	margin-bottom: 32px;
}

.carousel-item__content {
	height: 175px;
}

.special-panel__item {
	padding: 7px;
}

.special-panel__item:first-child {
	padding-left: 0;
	border: 0;
}

.special-panel__item:last-child {
	padding-right: 0;
	border: 0;
}

.special-panel__sub-item {
	padding: 10px;
}

.special-panel__sub-item--title {
	padding-left: 0;
}

.media-button {
	padding: 12px 14px;
}

.header-nav__logo {
	width: auto;
}

.footer-nav__logo {
	width: auto;
}

@media (min-width: 768px) {

	.top-nav__ellipsis {
		margin-left: 0px;
	}

	.block-margin {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.block-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.site-title h1 {
		margin-bottom: 16px;
	}

	.content__slider {
		margin-bottom: 0;
	}

	.article--fixed {
		height: 302px;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.article--fixed:before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 1.1em;
	}

	.article__data {
		position: absolute;
		bottom: 0;
	}

	.icon-long-caption__icon img {
		padding: 0;
	}

	.article {
		margin-bottom: 32px;
	}

	.content__services-form {
		margin-top: 40px;
	}

	.sub-title--indent {
		padding-bottom: 48px;
	}

	.card-body__item {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.card-body__item--gallery {
		display: flex;
		justify-content: center;
	}

	.card-body__download_file {
		padding-top: 0;
	}

	.content__divide-t {
		margin-top: 40px;
	}

	.content__divide-b {
		margin-bottom: 40px;
	}

	.search-form__input {
		width: 75% !important;
	}

	.carousel-item__content {
		height: 225px;
	}

	.special-panel__item {
		padding: 10px 40px;
		border-left: 2px solid black;
		border-right: 2px solid black;
	}

	.media-button {
		padding: 12px 23px;
	}

}

@media (min-width: 992px) {

	.site-title h1 {
		margin-bottom: 18px;
	}

	.icon-long-caption__icon img {
		width: 80px;
		height: auto;
	}

	.icon-tile__icon {
		width: 60px;
		max-height: 60px;
		height: auto;
	}

	.icon-tile {
		margin-bottom: 18px;
	}

	.footer-nav__item--feedback {
		margin-bottom: 32px;
	}

	.footer-nav__logo {
		height: 64px;
	}

	.footer-nav__title {
		margin-bottom: 24px;
	}

	.content__services-form {
		margin-top: 0;
	}

	.services-form__body-success {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 100%;
	}

	.services-form__success-img {
		padding-bottom: 0;
	}

	.services-form {
		height: 100%;
	}

	.content__divide-t {
		margin-top: 48px;
	}

	.content__divide-b {
		margin-bottom: 48px;
	}

	.header__modal-menu .modal-meu__items {
		column-count: 2;
	}

	.search-form__input {
		width: 80% !important;
	}

	.search-results__categories {
		margin-bottom: 0;
	}

	.carousel-item__content {
		height: 300px;
	}

}

@media (min-width: 1200px) {

	.block-margin {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.block-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.header-tools__wrapper {
		height: 64px;
	}

	.header-nav__logo {
		height: 64px;
		margin: 16px 0;
	}

	.top-nav__item {
		height: 95px;
	}

}

