h1 {
	margin: 0 0 .55em;
	font-size: 2em;
	color: #212121;
	font-weight: 600;
	line-height: 1.25em;
}
h2 {
	margin: .9em 0 .55em;
	font-size: 1.5em;
	color: #212121;
	font-weight: 600;
	line-height: 1.333335em;
}
h3 {
	margin: 1em 0 .7em;
	font-size: 1.25em;
	color: #212121;
	font-weight: 600;
	line-height: 1.4em;
}
h4 {
	margin: 1em 0 .7em;
	font-size: 1.125em;
	color: #212121;
	font-weight: 600;
	line-height: 1.444445em;
}
h5 {
	margin: 1em 0 .7em;
	font-size: 1em;
	color: #212121;
	font-weight: 600;
	line-height: 1.5em;
}
h6 {
	margin: 1em 0 .7em;
	font-size: 0.875em;
	color: #212121;
	font-weight: 600;
	line-height: 1.57143em;
	text-transform: uppercase;
}
p {
	margin: .9em 0 1em 0;
	line-height: 1.5em;
}
ul {
	margin: 7px 0 0;
	padding-left: 6px;
}
ul li {
	margin-top: 6px;
	list-style: none;
}
ul li:before {
	content: '';
	position: relative;
	right: 5px;
	bottom: 4px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f44336;
}
a:focus {
	outline: none;
}
table.table {
	width: 100%;
	border-collapse: collapse;
}
table.table tr {
	background-color: #f5f5f5;
}
 table.table tr:nth-child(2n) {
	background-color: #f9f9f9;
}
 table.table td {
	padding: 17px 19px 16px;
	font-size: 0.875em;
	color: #424242;
	border: 1px solid #efefef;
}
blockquote {
	margin: 8.1% 0;
	font-size: 1.495em;
	color: #212121;
	font-weight: 600;
	text-align: center;
}

blockquote:before {
	content: '';
	display: block;
	width: 31%;
	margin: 0 auto 3.7%;
	border-top: 1px solid #f44336;
}
blockquote:after {
	content: '';
	display: block;
	width: 31%;
	margin: 3.75% auto 0;
	border-top: 1px solid #f44336;
}
h2.name{
	font-size: 16px;
}

.breadcrumbs .links p:not(:last-child) .link:after {
    content: '\f2fb';
    display: inline-block;
    margin: 0 3px 0 8px;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    color: #0c8359;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.link_arrow {
	content: '\f2fb';
    display: inline-block;
    margin-top: -2px;
    margin-left: auto;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 1.22em;
    color: #0e0e0e;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.side-bar .side-menu .item.active .link_arrow {
	color: #fff;
    transform: rotate(90deg);
}

.img-blocks {
	display: flex;
	flex-wrap: wrap;
}

.img-blocks .img-block {
	max-width: 250px;
	margin-right: 10px;
	cursor: pointer;
}

.img-blocks .img-block img {
	width: 100%;
	height: auto;
}


/* КНОПКА ВВЕРХ START */

.top-button {
	position: fixed;
	z-index: 100;
	right: 37px;
	bottom: 110px;
	height: 50px;
	width: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	display: none;
}
.top-button:hover .top-button--hover {
	opacity: .5;
}

@media screen and (max-width: 768px) {
	.top-button {
		right: 16px;
		bottom: 80px;
	}
}

/* КНОПКА ВВЕРХ END */

.b24-widget-button-position-bottom-right {
	bottom: 30px!important;
	right: 30px!important;
}

@media (max-width: 768px) {
	.b24-widget-button-position-bottom-right {
		bottom: 8px!important;
		right: 8px!important;
	}
}

@media (max-width: 640px) {
	.news .previews .preview {
		flex-direction: column;
		max-width: 365px;
	}

	.services .previews .preview .image {
		display: block!important;
	}

	.news .previews .preview .image {
		flex: none!important;
		display: block!important;
		margin: 0;
		max-width: 365px;
	}

	.news .previews .preview .image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		max-width: unset!important;
	}
}


.services .previews .preview .info,
.news .previews .preview .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.services .previews .preview .info .btn,
.news .previews .preview .info .btn {
	align-self: flex-end;
}
