.composition__wysiwyg ul + p, .composition__wysiwyg ul + em, .composition__wysiwyg + .ui-video {
	margin-top: 2.4rem !important;
}
.composition__wysiwyg + .composition__title, .ui-video + .composition__title {
	margin-top: 3.2rem !important;
}
@media (min-width: 1100px) {
	.composition__wysiwyg + .composition__title, .ui-video + .composition__title {
		margin-top: 8rem !important;
	}
}
.catalogue-categories .services__item-tags{
	margin-bottom: 3.2rem;
}
.statistic__wysiwyg p + .statistic__numbers, .statistic__wysiwyg em + .statistic__numbers, .benefits__wysiwyg + .benefits__wysiwyg, picture + h2, ul + em, .benefits__wysiwyg + .ui-video {
	margin-top: 2.4rem !important;
}
/*
.statistic__wysiwyg + .statistic__action {
	margin-top: 0rem;
}
@media (min-width: 1100px) {
	.statistic__wysiwyg + .statistic__action {
		margin-top: -6.5rem;
	}
}
*/
.services__item-tag.active {
	background-color: #FFDD2A;
}
@media (max-width: 1100px) {
	.accordion__group + #request-02 {
		margin-top: 3.2rem;
	}
}
.producer svg, .producer img {
	height: 30px;
}
#cookie_notification{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 50%;
	width: 100%;
	max-width: 1320px;
	transform: translateX(-50%);
	background-color: #1E1F21;
	color: #FFFFFF;
	padding: 2.4rem;
	z-index: 110;
}

.cookie_notification {
	display: flex;
	align-items: center;
}
.cookie_notification p {
	padding-right: 12px;
	margin: 0;
}
.cookie_accept {
	max-height: 50px;
}
#cookie_notification.show{
	display: flex;
}
@media (max-width: 620px) {
	.cookie_notification {
		flex-direction: column;
	}
	.cookie_notification p {
		padding-right: 0px;
		margin-bottom: 12px;
	}
}
.contacts .row + .row {
	margin-top: 4rem;
}
.ui-input.special {
	display: none;
}
.office-list {
	display: flex;
}
.office {
	padding: 0 1.2rem 1.6rem;
	transition: opacity 0.25s;
}
.office:first-child{
	padding-left: 0;
}
.office a, .contacts .office a.services__affix-btn {
	text-decoration: none;
}
.office a:hover, .contacts .office a.services__affix-btn:hover {
	color: #202020;
	text-decoration: none;
}
.article__body .accordion__group picture {
	background: #F3F3F3;
}
