[hidden] {
	display: none
}
[tabindex='-1']:focus {
	outline: 0!important
}
body, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, iframe, legend, ol, p, ul {
	margin: 0;
	padding: 0
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: underline;
	word-wrap: break-word;
	color: #143980
}
a:active, a:hover {
	outline-width: 0
}
a:focus {
	outline: dotted thin
}
b, strong, table caption, table th {
	font-weight: 700
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	margin-top: 1.5rem
}
em, i {
	font-style: italic
}
iframe, object {
	border: none
}
img {
	border-style: none;
	display: block;
	height: auto;
	max-width: 100%
}
ins {
	text-decoration: none
}
ol li {
	list-style-type: decimal
}
li ol, li ul {
	margin-bottom: 0
}
pre {
	font-family: monospace;
	margin-top: 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
svg {
	overflow: hidden;
	display: inline-block;
	vertical-align: top
}
button, svg:root {
	overflow: visible
}
fieldset {
	border: none;
	min-width: 0;
	margin-left: 0;
	width: 37.5rem
}
legend {
	border: 0;
	display: block;
	font-weight: 700;
	line-height: inherit
}
input {
	-webkit-box-shadow: none;
	box-shadow: none
}
button, input, label, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
[role=button], button, input, label, select, textarea {
	font-size: 100%;
	line-height: inherit;
	vertical-align: top
}
button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button
}
[role=button], button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	outline: 0
}
button[disabled], input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input[type=checkbox], input[type=radio] {
	padding: 0;
	vertical-align: baseline
}
label {
	display: inline-block
}
label[for] {
	cursor: pointer
}
textarea {
	line-height: normal;
	overflow: auto;
	resize: vertical
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	width: 100%
}
table caption, table td, table th {
	background: 0 0;
	text-align: left;
	vertical-align: top
}
table caption {
	margin: 0
}
address, dl, fieldset, figure, h1, h2, h3, hr:not(.separator), legend, ol, p, pre, table, ul {
	margin-bottom: 1.5rem
}
blockquote {
	margin: 1.5rem 0 1.5rem 1em
}
blockquote p:last-child {
	margin-bottom: 0
}
body {
	font: 400 1rem/1.5 Arial;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	color: #171717
}
a:hover {
	text-decoration: none
}
small {
	font-size: 70%
}
sup {
	top: -.375em
}
h1, h2 {
	line-height: 1.44445
}
h4, h5, h6 {
	font-size: 1em
}
.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.grid__column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.grid__row {
	width: 100%
}
img.portrait {
	max-height: 100%;
	width: auto
}
.figure>a:not(.figure__holder) {
	display: inline-block
}
.figure--placeholder {
	background-color: #ebebeb
}
.figure__holder {
	display: block;
	height: 100%;
	position: relative
}
.figure--cover {
	height: 100%
}
.figure--ratio {
	height: auto!important
}
.figure--ratio .figure__holder {
	height: 0;
	margin-bottom: -1px;
	overflow: hidden;
	padding-bottom: 100%
}
.figure--ratio-4-3 .figure__holder {
	padding-bottom: 75%
}
.figure--ratio-3-2 .figure__holder {
	padding-bottom: 66.66%
}
.figure--ratio-16-9 .figure__holder {
	padding-bottom: 56.25%
}
.figure--ratio img {
	left: 0;
	position: absolute;
	top: 0
}
.figure--squared {
	height: auto!important
}
.figure--squared .figure__holder {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%
}
.figure--squared img {
	left: 0;
	position: absolute;
	top: 0
}
.figure--cover img {
	height: 100%;
	max-height: none;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}
.objectfit .figure--cover:not(.figure--ratio):not(.figure--squared) img {
	position: static
}
.no-objectfit .figure--cover img:not(.portrait) {
	width: auto
}
.no-objectfit .figure--cover img.portrait {
	height: auto
}
.figure--centered img, .figure--centered-h img, .figure--centered-v img {
	margin: auto;
	position: absolute
}
.figure--centered img {
	bottom: -100%;
	left: -100%;
	right: -100%;
	top: -100%
}
.figure--centered-h img {
	left: -100%;
	right: -100%
}
.figure--centered-v img {
	bottom: -100%;
	left: 0;
	top: -100%
}
.figure--art {
	overflow: hidden
}
.figure--art img {
	transform: translateZ(0);
	-webkit-transform: translateZ(0) scale(1,1);
	-webkit-transition: -webkit-transform 125ms linear;
	transition: transform 125ms linear;
	transition: transform 125ms linear, -webkit-transform 125ms linear
}
.figure--art .figure__holder:hover img {
	-webkit-transform: scale(1.045);
	transform: scale(1.045);
	z-index: 2
}
figcaption {
	font-size: 1em
}
caption, td, th {
	padding: .5em
}
caption {
	border-bottom: 3px solid;
	font-size: 1.25rem;
	text-align: center
}
dd, li {
	margin-left: 2em
}
.button a, .buttons a, [role=button], button {
	text-align: center;
	text-decoration: none
}
hr.separator {
	background: 0 0;
	color: none;
	margin-top: -1px
}
.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden!important;
	position: absolute;
	padding: 0;
	width: 1px
}
svg.hidden {
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1
}
body.fancybox-active {
	overflow: hidden
}
body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
	transition-timing-function: cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
	transition-timing-function: cubic-bezier(.22,.61,.36,1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility .25s linear;
	transition: opacity .25s, visibility .25s linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility;
	transition: opacity .25s, visibility
}
.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}
.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0,0,0)
}
.fancybox-is-closing .fancybox-stage {
	overflow: visible
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: visible
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}
.fancybox-slide--next {
	z-index: 99995
}
.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0/100% 100% no-repeat;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}
.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}
.fancybox-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30,30,30,.6);
	-webkit-transition: color .3s;
	transition: color .3s;
	cursor: pointer;
	outline: 0
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}
.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}
.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}
.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}
.fancybox-button--share svg path {
	stroke-width: 1
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none
}
.fancybox-button--zoom svg path {
	fill: transparent
}
.fancybox-navigation {
	display: none
}
.fancybox-show-nav .fancybox-navigation {
	display: block
}
.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: 0 0;
	width: 60px;
	height: 100px;
	padding: 17px
}
.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30,30,30,.6)
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}
.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 300 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}
.fancybox-close-small:focus {
	outline: 0
}
.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}
.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent), color-stop(20%,rgba(0,0,0,.1)), color-stop(40%,rgba(0,0,0,.2)), color-stop(80%,rgba(0,0,0,.6)), to(rgba(0,0,0,.8)));
	background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8) 100%);
	pointer-events: none
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}
.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100,100,100,.4);
	border-top: 6px solid rgba(255,255,255,.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: .8s linear infinite fancybox-rotate;
	animation: .8s linear infinite fancybox-rotate;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}
@-webkit-keyframes fancybox-rotate {
from {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
@keyframes fancybox-rotate {
from {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}
}
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
	transition-timing-function: cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5,1.5,1.5);
	transform: scale3d(1.5,1.5,1.5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
	transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1)
}
.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 35px;
	font-weight: 700
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
p.fancybox-share__links {
	margin-right: -10px
}
.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: 0 0;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7
}
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs>ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}
.fancybox-thumbs-x>ul {
	overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}
.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
li.fancybox-thumbs-loading {
	background: rgba(0,0,0,.1)
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: .2s cubic-bezier(.25,.46,.45,.94);
	transition: .2s cubic-bezier(.25,.46,.45,.94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}
@media all and (max-width:800px) {
.fancybox-thumbs {
	width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
	right: 110px
}
.fancybox-thumbs>ul>li {
	max-width: calc(100% - 10px)
}
}
@font-face {
	font-display: swap;
	font-family: Nunito;
	font-style: normal;
	font-weight: 400;
	src: url(./../../_layout/_fonts/nunito-regular-webfont.v1575561096000.woff2) format('woff2'), url(./../../_layout/_fonts/nunito-regular-webfont.v1575561096000.woff) format('woff')
}
@font-face {
	font-display: swap;
	font-family: Nunito;
	font-style: normal;
	font-weight: 700;
	src: url(./../../_layout/_fonts/nunito-bold-webfont.v1575561096000.woff2) format('woff2'), url(./../../_layout/_fonts/nunito-bold-webfont.v1575561096000.woff) format('woff')
}
html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #eff7ff;
	font-size: 1rem;
	min-height: 100vh
}
@media only screen and (max-width:85.5em) {
html {
	font-size: .9375rem
}
}
@media only screen and (max-width:64em) {
html {
	font-size: .875rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
html {
	font-size: .8125rem
}
}
.wf-active body {
	font-family: Nunito
}
html[lang="uk"].wf-active body {
  font-family: "Arial", serif;
}
body:after {
	content: '';
	-webkit-transition: background 62.5ms linear;
	transition: background 62.5ms linear
}
.is-main-menu-active body:after {
	background: rgba(0,0,0,.65);
	height: 100%;
	height: calc(100% + 100px);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2
}
a:focus, a:hover {
	color: #171717
}
a[href^='tel:'] {
	white-space: nowrap
}
@media only screen and (min-width:30.001em) {
a[href^='tel: '] {
	color: inherit;
	cursor: default;
	text-decoration: none
}
}
ul li {
	list-style-type: square
}
li {
	list-style-position: outside
}
form {
	text-align: left
}
.inline fieldset {
	width: 100%
}
legend {
	color: #171717;
	font-size: 1.5rem;
	margin-bottom: 1rem
}
.input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem;
	width: 100%
}
.input:last-child {
	margin-bottom: 0
}
.input .label {
	display: inline-block;
	padding-right: 1.5em;
	vertical-align: middle;
	width: 30%;
	width: calc(10rem)
}
.input label {
	font-weight: 700
}
.input input:not([type=checkbox]), .input textarea {
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1;
	padding: .8375rem .75rem;
	vertical-align: middle;
	width: 65%;
	width: calc(100% - 11.5rem)
}
.input input[type=checkbox] {
	margin-right: .5rem
}
.input textarea {
	line-height: 1.5;
	width: 100%
}
.g-recaptcha {
	display: inline-block;
	margin-bottom: 1.5rem
}
@media only screen and (max-width:41.25em) {
fieldset {
	width: 100%
}
}
@media only screen and (max-width:25em) {
.input .label, .input input: not([type=checkbox]) {
	width: 100%!important
}
}
hr {
	background: #d8d8d8;
	border: 0;
	height: 1px
}
.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3rem 1.5rem;
	width: 100%
}
@media only screen and (max-width:85.5em) {
.container {
	padding: 2rem 1rem
}
}
@media only screen and (max-width:64em) {
.container {
	padding: 2rem 1rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.container {
	padding: 1.5rem .75rem
}
}
.container__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
@media only screen and (min-width:85.501em) {
.container__inner {
	max-width: 87.5rem
}
}
@media only screen and (max-height:40em) {
.container__inner {
	max-width: 107.692rem
}
}
.content {
	margin-bottom: -1.5rem
}
.content:after {
	clear: both;
	content: '';
	display: table
}
.content+.content {
	margin-top: 3rem
}
.content h2, .content h3 {
	color: #000;
	font-weight: 700;
	line-height: 1.33334
}
.content h2 {
	color: #7ea441;
	font-size: 2rem;
	margin-bottom: 1.6875rem
}
.content h3 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem
}
.content h4, .content h5, .content h6 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0
}
.content h4:last-child {
	margin-bottom: 1.5rem
}
.content iframe, .content object {
	display: block;
	max-width: 100%
}
.content ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.content ul li {
	list-style: none;
	margin-left: 2rem;
	position: relative
}
.content ul li:before {
	border: 2px solid #143980;
	border-radius: 50%;
	content: '';
	display: inline-block;
	left: -1.5rem;
	padding: 4px;
	position: absolute;
	top: 6px;
	vertical-align: baseline
}
.content ul li+li {
	margin-top: .5em
}
.content__table {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.05);
	box-shadow: 0 7px 10px rgba(0,0,0,.05);
	margin-bottom: 1.5rem;
	padding: 1.5rem
}
@media only screen and (max-width:85.5em) {
.content__table {
	padding: 1rem
}
}
@media only screen and (max-width:64em) {
.content__table {
	padding: 1rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.content__table {
	padding: .75rem
}
}
.content table {
	background-color: #fff;
	border-collapse: collapse
}
.content__table table {
	margin-bottom: 0
}
.content td, .content th {
	border-bottom: 1px solid #d8d8d8;
	padding: 1.55rem
}
.content__date {
	font-weight: 700
}
.content__author {
	border-top: 1px solid #d8d8d8;
	clear: both;
	font-style: italic;
	margin-top: 1.5rem;
	padding-top: 1.5rem
}
.content iframe[style*='float: left'], .content img[style*='float: left'] {
	margin: 0 5rem 1.5rem 0
}
.content iframe[style*='float: left']+iframe[style*='float: left'], .content img[style*='float: left']+img[style*='float: left'] {
	margin-left: -3.5rem
}
.content iframe[style*='float: right'], .content img[style*='float: right'] {
	margin: 0 0 3rem 5rem
}
.content__thumb {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.16);
	box-shadow: 0 10px 20px rgba(0,0,0,.16);
	float: right;
	margin: 0 0 3rem 5rem;
	max-width: calc(50% - 2.5rem)
}
.content__gallery {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: calc(1.5rem/ 2)
}
.content__figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin: calc(1.5rem/ 2)
}
@media only screen and (max-width:85.5em) {
.content__gallery {
	padding: calc(1rem/ 2)
}
.content__figure {
	margin: calc(1rem/ 2)
}
}
@media only screen and (max-width:64em) {
.content__gallery {
	padding: calc(1rem/ 2)
}
.content__figure {
	margin: calc(1rem/ 2)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.content__gallery {
	padding: calc(.75rem/ 2)
}
.content__figure {
	margin: calc(.75rem/ 2)
}
}
.content__figure a {
	display: inline-block
}
.content__figure img {
	max-height: 160px;
	width: auto
}
@media only screen and (max-width:47.5em) {
.content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.content__date {
	-webkit-box-ordinal-group: -2;
	-webkit-order: -3;
	-ms-flex-order: -3;
	order: -3
}
.content__date+h2, .content__thumb+h2 {
	-webkit-box-ordinal-group: -1;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2
}
.content__thumb {
	display: block;
	float: none!important;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center
}
}
.buttons {
	display: block;
	font-size: .9375em;
	margin: auto -.5rem -1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.content+.buttons {
	margin-top: 3rem;
	text-align: center
}
.infobox+.buttons {
	text-align: center
}
.button {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	background-color: #7ea441;
	border: 1px solid #7ea441;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.22223;
	margin: 0 .5rem 1rem;
	overflow: hidden;
	padding: .75rem 1.25rem .625rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 125ms linear, border-color 125ms linear, color 125ms linear;
	transition: background-color 125ms linear, border-color 125ms linear, color 125ms linear;
	vertical-align: middle
}
.button:focus, .button:hover {
	background-color: #171717;
	border-color: #171717;
	color: #fff
}
.button[disabled] {
	opacity: .5
}
.button--primary {
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1rem 2.25rem .875rem
}
.button--more:after {
	background-image: url(./../../_layout/_www/arrow-3.v1575561096000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 9px;
	content: '';
	display: inline-block;
	height: 9px;
	margin: 0 0 0 .75rem;
	width: 25px
}
.button--back:before {
	background-image: url(./../../_layout/_www/arrow-3.v1575561096000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 9px;
	content: '';
	display: inline-block;
	height: 9px;
	margin: 0 .75rem 0 0;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	width: 25px
}
.button--arrow {
	background: 0 0!important;
	border: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 9px;
	margin-left: 0;
	overflow: hidden;
	padding: .5rem;
	position: relative;
	width: 25px
}
.button--arrow:before {
	background-image: url(./../../_layout/_www/arrow.v1575561096000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 9px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-image 125ms linear;
	transition: background-image 125ms linear;
	width: 100%
}
.button--arrow:hover:before {
	background-image: url(./../../_layout/_www/arrow-2.v1575561096000.svg)
}
.toggle-button {
	display: none;
	margin-bottom: 0;
	outline: 0;
	position: relative;
	z-index: 1
}
.toggle-button a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: .75;
	min-height: 19px;
	padding: 2px 0 0;
	text-decoration: none;
	-webkit-transition: color 125ms linear;
	transition: color 125ms linear
}
.toggle-button__ico {
	display: inline-block;
	height: 19px;
	margin: -2px .5rem 0 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 26px
}
.toggle-button__ico span {
	background-color: #143980;
	border-radius: 3px;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: .25s linear, background-color 125ms linear;
	transition: .25s linear, background-color 125ms linear;
	width: 26px
}
.toggle-button__ico span:nth-child(1) {
	top: 0
}
.toggle-button__ico span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
.toggle-button__ico span:nth-child(3) {
	top: 16px
}
.toggle-button--active .toggle-button__ico span:nth-child(1), .toggle-button--active .toggle-button__ico span:nth-child(3) {
	left: -5px;
	width: 30px
}
.toggle-button--active .toggle-button__ico span:nth-child(1) {
	top: -1px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg)
}
.toggle-button--active .toggle-button__ico span:nth-child(2) {
	width: 0;
	opacity: 0
}
.toggle-button--active .toggle-button__ico span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg)
}
.toggle-button a:focus .toggle-button__ico span, .toggle-button a:hover .toggle-button__ico span, .toggle-button--active .toggle-button__ico span {
	background-color: #171717
}
.items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -.5rem -1rem;
	position: relative
}
.content+.items, .items+.items {
	margin-top: 3rem
}
.item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 1rem;
	padding: 0 .5rem;
	vertical-align: top;
	width: calc(100% / 3)
}
.item__holder {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.05);
	box-shadow: 0 7px 10px rgba(0,0,0,.05);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1.5rem;
	-webkit-transition: -webkit-box-shadow 125ms linear;
	transition: box-shadow 125ms linear;
	transition: box-shadow 125ms linear, -webkit-box-shadow 125ms linear
}
@media only screen and (max-width:85.5em) {
.item__holder {
	padding: 1rem
}
}
@media only screen and (max-width:64em) {
.item__holder {
	padding: 1rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.item__holder {
	padding: .75rem
}
}
.item__title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.33334;
	margin-bottom: 1rem
}
.item__title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 125ms linear;
	transition: color 125ms linear
}
.item__title a:hover {
	color: #143980
}
.item__text {
	color: #666869;
	font-size: .9375rem
}
.item__figure {
	height: 280px;
	margin-bottom: 1.5rem
}
.item__description {
	font-size: .875rem
}
.item__buttons {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: inherit;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 0
}
img[data-loaded] {
	-webkit-animation: 125ms linear imagePreloader;
	animation: 125ms linear imagePreloader
}
.no-js img[data-lazyload] {
	display: none
}
.fancybox-thumbs {
	background-color: rgba(0,0,0,.75);
	padding: 3px
}
.fancybox-thumbs>ul>li {
	border: 0;
	margin: 1px
}
.fancybox-thumbs>ul>li:before {
	border-color: #143980;
	border-width: 3px;
	border-radius: 0
}
.sticky-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -1.5rem;
	width: 100%
}
.infobox {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.05);
	box-shadow: 0 7px 10px rgba(0,0,0,.05);
	margin-bottom: 3rem;
	padding: 1.5rem;
	text-align: center
}
@media only screen and (max-width:85.5em) {
.infobox {
	padding: 1rem
}
}
@media only screen and (max-width:64em) {
.infobox {
	padding: 1rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.infobox {
	padding: .75rem
}
}
.infobox__error {
	color: red
}
.infobox__error a {
	color: #171717
}
.tracking {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden
}
@-webkit-keyframes preloader {
0% {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@keyframes preloader {
0% {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@-webkit-keyframes imagePreloader {
0% {
	-webkit-filter: blur(25px);
	filter: blur(25px)
}
100% {
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
@keyframes imagePreloader {
0% {
	-webkit-filter: blur(25px);
	filter: blur(25px)
}
100% {
	-webkit-filter: blur(0);
	filter: blur(0)
}
}
.topbar {
	height: calc(100px + (2 * 1.5rem));
	padding: 1.5rem;
	position: absolute;
	-webkit-transition: height 125ms linear;
	transition: height 125ms linear
}
.page-layout--page .topbar {
	height: calc(70px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.topbar {
	padding: 1rem;
	height: calc(100px + (2 * 1rem))
}
.page-layout--page .topbar {
	height: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.topbar {
	padding: 1rem;
	height: calc(100px + (2 * 1rem))
}
.page-layout--page .topbar {
	height: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.topbar {
	padding: .75rem;
	height: calc(100px + (2 * .75rem))
}
.page-layout--page .topbar {
	height: calc(70px + (2 * .75rem))
}
}
@media only screen and (max-width:64em) {
.topbar {
	height: calc(70px + (2 * 1rem))
}
@media only screen and (max-width:85.5em) {
.topbar {
	height: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.topbar {
	height: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.topbar {
	height: calc(70px + (2 * 1rem))
}
}
.page-layout .site-logo img {
	height: 70px
}
}
.site-logo {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 5rem;
	z-index: 1
}
.site-logo__holder {
	border: 0;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%
}
.site-logo a {
	display: block;
	text-decoration: none
}
.site-logo img {
	height: 84px;
	-webkit-transition: 125ms linear;
	transition: 125ms linear;
	width: auto
}
.page-layout--page .site-logo img {
	height: 70px
}
@media only screen and (max-width:48em) {
.topbar {
	height: calc(56px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.topbar {
	height: calc(56px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.topbar {
	height: calc(56px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.topbar {
	height: calc(56px + (2 * .75rem))
}
}
.page-layout .site-logo img {
	height: 56px
}
}
@media only screen and (max-width:33.75em) {
.topbar {
	height: calc(41px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.topbar {
	height: calc(41px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.topbar {
	height: calc(41px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.topbar {
	height: calc(41px + (2 * .75rem))
}
}
.page-layout .site-logo img {
	height: 41px
}
}
@media only screen and (max-width:27.5em) {
.topbar {
	height: calc(36px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.topbar {
	height: calc(36px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.topbar {
	height: calc(36px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.topbar {
	height: calc(36px + (2 * .75rem))
}
}
.page-layout .site-logo img {
	height: 36px
}
}
.main-menu {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: .9125rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	line-height: 1.33334;
	text-align: right;
	text-transform: uppercase;
	z-index: 3
}
.main-menu__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0
}
.main-menu__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 .125rem;
	white-space: nowrap
}
.main-menu__item a {
	background-color: transparent;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: .75rem 1rem .625rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 125ms linear, color 125ms linear;
	transition: background-color 125ms linear, color 125ms linear
}
.main-menu__item a:hover, .main-menu__item--active a {
	background-color: #7ea441;
	color: #fff
}
@media only screen and (min-width:47.501em) {
.main-menu__item--quick-links {
	display: none
}
.services__item+.services__item {
	border-left: 1px solid #d8d8d8
}
}
@media only screen and (max-width:75em) {
.main-menu__item a {
	padding-left: .875rem;
	padding-right: .875rem
}
}
@media only screen and (max-width:47.5em) {
.main-menu__toggle-button {
	display: inline-block;
	z-index: 10
}
.main-menu__toggle-button a, .main-menu__toggle-button a:focus, .main-menu__toggle-button a:hover {
	color: #fff
}
.is-main-menu-active .main-menu__toggle-button a {
	color: #bdc0c3!important
}
.main-menu__toggle-button .toggle-button__ico span, .main-menu__toggle-button a:focus .toggle-button__ico span, .main-menu__toggle-button a:hover .toggle-button__ico span {
	background-color: #fff
}
.is-main-menu-active .main-menu__toggle-button .toggle-button__ico span {
	background-color: #bdc0c3!important
}
.main-menu__items {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-width: 50%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: auto;
	padding: 6.25rem 0 1.5rem;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 6
}
.main-menu--responsive .main-menu__items {
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
	transition: transform .25s linear, -webkit-transform .25s linear
}
.is-main-menu-active .main-menu__items {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.main-menu__item {
	margin: .375rem 3rem
}
.main-menu__item--quick-links {
	border-top: 1px solid #d8d8d8;
	margin: 1.5rem 0 0;
	padding-top: 1.8375rem;
	width: 100%
}
.main-menu__item a {
	border-radius: 0;
	color: #143980;
	font-weight: 700;
	padding: .625rem
}
.main-menu__item a:hover, .main-menu__item--active a {
	background: 0 0;
	color: #7ea441
}
}
.page-content {
	overflow: hidden
}
.main-content__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #141414;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 22.5rem;
	padding: calc(70px + (4 * 1.5rem)) 0 calc(4 * 1.5rem);
	position: relative;
	text-align: center
}
@media only screen and (max-width:85.5em) {
.main-content__header {
	padding: calc(70px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:64em) {
.main-content__header {
	padding: calc(70px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.main-content__header {
	padding: calc(70px + (4 * .75rem)) 0 calc(4 * .75rem)
}
}
.main-content__header:before {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.75)), to(rgba(0,0,0,.25)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.75) 0, rgba(0,0,0,.25) 100%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.main-content__body {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.main-content__column {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.main-content__column--side {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-basis: 18.75rem;
	-ms-flex-preferred-size: 18.75rem;
	flex-basis: 18.75rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 4.5rem;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
@media only screen and (max-width:64em) {
.main-content__column--side {
	-webkit-flex-basis: 17.25rem;
	-ms-flex-preferred-size: 17.25rem;
	flex-basis: 17.25rem
}
}
@media only screen and (max-width:48em) {
.main-content__header {
	padding: calc(56px + (4 * 1.5rem)) 0 calc(4 * 1.5rem)
}
@media only screen and (max-width:85.5em) {
.main-content__header {
	padding: calc(56px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:64em) {
.main-content__header {
	padding: calc(56px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.main-content__header {
	padding: calc(56px + (4 * .75rem)) 0 calc(4 * .75rem)
}
}
.main-content__column--side {
	-webkit-flex-basis: 15rem;
	-ms-flex-preferred-size: 15rem;
	flex-basis: 15rem;
	margin-right: 3.75rem
}
}
@media only screen and (max-width:47.5em) {
.main-content__grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.main-content__column {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.main-content__column--side {
	margin-top: calc(3rem * 2);
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.therapy .main-content__column--side {
	margin-bottom: calc(3rem * 2);
	margin-top: 0;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
@media only screen and (max-width:85.5em) {
.main-content__column--side {
	margin-top: calc(2rem * 2)
}
.therapy .main-content__column--side {
	margin-bottom: calc(2rem * 2)
}
}
@media only screen and (max-width:64em) {
.main-content__column--side {
	margin-top: calc(2rem * 2)
}
.therapy .main-content__column--side {
	margin-bottom: calc(2rem * 2)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.main-content__column--side {
	margin-top: calc(1.5rem * 2)
}
.therapy .main-content__column--side {
	margin-bottom: calc(1.5rem * 2)
}
}
}
@media only screen and (max-width:33.75em) {
.main-content__header {
	padding: calc(41px + (4 * 1.5rem)) 0 calc(4 * 1.5rem)
}
@media only screen and (max-width:85.5em) {
.main-content__header {
	padding: calc(41px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:64em) {
.main-content__header {
	padding: calc(41px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.main-content__header {
	padding: calc(41px + (4 * .75rem)) 0 calc(4 * .75rem)
}
}
}
@media only screen and (max-width:27.75em) {
.main-content__header {
	padding: calc(36px + (4 * 1.5rem)) 0 calc(4 * 1.5rem)
}
@media only screen and (max-width:85.5em) {
.main-content__header {
	padding: calc(36px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:64em) {
.main-content__header {
	padding: calc(36px + (4 * 1rem)) 0 calc(4 * 1rem)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.main-content__header {
	padding: calc(36px + (4 * .75rem)) 0 calc(4 * .75rem)
}
}
}
.perex {
	background-color: #141414;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh;
	height: 100vh;
	padding-bottom: calc(6.25rem + (2 * 1.5rem));
	padding-top: calc(84px + (2 * 1.5rem));
	position: relative
}
.page-layout--page .perex {
	padding-top: calc(70px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.perex {
	padding-top: calc(84px + (2 * 1rem));
	padding-bottom: calc(6.25rem + (2 * 1rem))
}
.page-layout--page .perex {
	padding-top: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.perex {
	padding-top: calc(84px + (2 * 1rem));
	padding-bottom: calc(6.25rem + (2 * 1rem))
}
.page-layout--page .perex {
	padding-top: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.perex {
	padding-top: calc(84px + (2 * .75rem));
	padding-bottom: calc(6.25rem + (2 * .75rem))
}
.page-layout--page .perex {
	padding-top: calc(70px + (2 * .75rem))
}
}
.perex:before {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.75)), to(rgba(0,0,0,.25)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.75) 0, rgba(0,0,0,.25) 100%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.perex__holder {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}
.perex__title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.33334;
	margin: 0 auto;
	padding: 4.5rem 10rem;
	text-align: center
}
@media only screen and (min-width:48.001em) {
.perex__title {
	font-size: 3rem;
	max-width: 40rem;
	padding-left: 0;
	padding-right: 0
}
}
@media only screen and (max-width:74em) {
.perex {
	background-position: 15% top
}
}
@media only screen and (max-width:64em) {
.perex {
	background-position: 20% top;
	padding-top: calc(70px + (2 * 1rem))
}
@media only screen and (max-width:85.5em) {
.perex {
	padding-top: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.perex {
	padding-top: calc(70px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.perex {
	padding-top: calc(70px + (2 * 1rem))
}
}
}
@media only screen and (max-width:55em) {
.perex {
	background-position: 24% top
}
}
@media only screen and (max-width:48em) {
.perex {
	padding-top: calc(56px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.perex {
	padding-top: calc(56px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.perex {
	padding-top: calc(56px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.perex {
	padding-top: calc(56px + (2 * .75rem))
}
}
}
@media only screen and (max-width:47.5em) {
.perex {
	padding-bottom: calc(16rem + 3px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.perex {
	padding-bottom: calc(16rem + 3px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.perex {
	padding-bottom: calc(16rem + 3px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.perex {
	padding-bottom: calc(16rem + 3px + (2 * .75rem))
}
}
.perex__title {
	padding-left: 3rem;
	padding-right: 3rem
}
}
@media only screen and (max-width:33.75em) {
.perex {
	padding-top: calc(41px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.perex {
	padding-top: calc(41px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.perex {
	padding-top: calc(41px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.perex {
	padding-top: calc(41px + (2 * .75rem))
}
}
}
@media only screen and (max-width:27.5em) {
.perex {
	padding-top: calc(36px + (2 * 1.5rem))
}
@media only screen and (max-width:85.5em) {
.perex {
	padding-top: calc(36px + (2 * 1rem))
}
}
@media only screen and (max-width:64em) {
.perex {
	padding-top: calc(36px + (2 * 1rem))
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.perex {
	padding-top: calc(36px + (2 * .75rem))
}
}
.perex__title {
	font-size: 2.125rem
}
}
.services {
	margin-bottom: 1.5rem;
	margin-top: calc((6.25rem + 1.5rem) * -1);
	padding-bottom: 0;
	padding-top: 0
}
@media only screen and (max-width:85.5em) {
.services {
	margin-top: calc((6.25rem + 1rem) * -1);
	margin-bottom: 1rem
}
}
@media only screen and (max-width:64em) {
.services {
	margin-top: calc((6.25rem + 1rem) * -1);
	margin-bottom: 1rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.services {
	margin-top: calc((6.25rem + .75rem) * -1);
	margin-bottom: .75rem
}
}
.services__items {
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.2);
	box-shadow: 0 7px 10px rgba(0,0,0,.2);
	border-radius: 5px;
	margin: 0;
	overflow: hidden
}
.services__item {
	margin: 0;
	padding: 0;
	width: 25%
}
.services__item .item__title {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.0625rem;
	margin: 0
}
.services__item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #7ea441;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .1875rem 1.5rem 0
}
.services__item a:hover {
	color: #143980
}
.services__item a:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 65px;
	margin-right: 1.5rem;
	width: 65px
}
.services__item--deratization a:before {
	background-image: url(./../../_layout/_www/ico-deratization.v1575561096000.svg)
}
.services__item--dezinsection a:before {
	background-image: url(./../../_layout/_www/ico-dezinsection.v1575561096000.svg)
}
.services__item--dezinfection a:before {
	background-image: url(./../../_layout/_www/ico-dezinfection.v1575561096000.svg)
}
.services__item--others a:before {
	background-image: url(./../../_layout/_www/ico-others.v1575561096000.svg)
}
@media only screen and (max-width:85.5em) {
.services {
	margin-top: calc((6.5rem + 1rem) * -1)
}
@media only screen and (max-width:85.5em) {
.services {
	margin-top: calc((6.5rem + 1rem) * -1)
}
}
@media only screen and (max-width:64em) {
.services {
	margin-top: calc((6.5rem + 1rem) * -1)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.services {
	margin-top: calc((6.5rem + 1rem) * -1)
}
}
.services__item a {
	height: 6.5rem
}
.services__item a:before {
	background-size: 90%
}
}
@media only screen and (max-width:64em) {
.services__item a {
	padding: .125rem 1rem 0
}
.services__item a:before {
	margin-right: .625rem;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: center center;
	transform-origin: center center
}
}
@media only screen and (max-width:48em), screen and (max-height:40em) {
.services {
	margin-top: calc((5.75rem + 1.5rem) * -1)
}
@media only screen and (max-width:85.5em) {
.services {
	margin-top: calc((5.75rem + 1rem) * -1)
}
}
@media only screen and (max-width:64em) {
.services {
	margin-top: calc((5.75rem + 1rem) * -1)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.services {
	margin-top: calc((5.75rem + .75rem) * -1)
}
}
.services__item a {
	height: 5.75rem
}
}
@media only screen and (max-width:47.5em) {
.services {
	margin-top: calc((16rem + 4px + 1.5rem) * -1)
}
@media only screen and (max-width:85.5em) {
.services {
	margin-top: calc((16rem + 4px + 1rem) * -1)
}
}
@media only screen and (max-width:64em) {
.services {
	margin-top: calc((16rem + 4px + 1rem) * -1)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.services {
	margin-top: calc((16rem + 4px + .75rem) * -1)
}
}
.services__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content
}
.services__item {
	width: auto
}
.services__item+.services__item {
	border-top: 1px solid #d8d8d8
}
.services__item a {
	height: 4rem;
	padding-right: 3rem
}
.services__item a:before {
	-webkit-transform: scale(.64);
	transform: scale(.64);
	-webkit-transform-origin: right center;
	transform-origin: right center
}
}
.intro {
	position: relative
}
.intro__column {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
.intro__content {
	-webkit-flex-basis: 66%;
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3rem 0
}
@media only screen and (max-width:85.5em) {
.intro__content {
	padding: 2rem 0
}
}
@media only screen and (max-width:64em) {
.intro__content {
	padding: 2rem 0
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.intro__content {
	padding: 1.5rem 0
}
}
.intro__content h2+p strong {
	font-size: 1.1875rem
}
.intro__content .buttons {
	margin-top: 0
}
.intro__bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	bottom: -15%;
	left: -15%;
	opacity: .075;
	position: absolute;
	top: -15%;
	width: 80%;
	z-index: -1
}
@media only screen and (max-width:64em) {
.intro__content {
	-webkit-flex-basis: 66.6%;
	-ms-flex-preferred-size: 66.6%;
	flex-basis: 66.6%
}
.intro__bg {
	bottom: -10%;
	left: -10%;
	top: -10%;
	width: 53%
}
}
@media only screen and (max-width:47.5em) {
.intro__grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.intro__column {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0;
	text-align: center
}
.intro__bg {
	background-position: center center
}
}
.page-title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.33334;
	margin: 0;
	max-width: 75rem;
	padding: 0 12.5rem;
	z-index: 1
}
@media only screen and (min-width:48.001em) {
.page-title {
	font-size: 2.875rem
}
}
@media only screen and (max-width:47.5em) {
.page-title {
	padding-left: 3rem;
	padding-right: 3rem
}
}
@media only screen and (max-width:27.5em) {
.page-title {
	font-size: 2.125rem
}
}
.navigation {
	font-size: .9375rem;
	height: 1%;
	margin-bottom: 0;
	margin-top: 2.25rem
}
.navigation__items {
	margin-bottom: -.5rem
}
.navigation__item {
	color: #fff;
	display: inline-block;
	margin-bottom: .5rem;
	margin-left: 0;
	position: relative
}
.navigation__item:not(:last-child):after {
	background-image: url(./../../_layout/_www/arrow-3.v1575561096000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 9px;
	content: '';
	display: inline-block;
	height: 9px;
	margin: 0 .625rem 0 .75rem;
	text-decoration: none;
	width: 25px
}
.navigation__item:last-child {
	font-style: italic
}
.navigation a, .navigation a:hover {
	color: #fff
}
.section-title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center
}
.back-link {
	margin-bottom: .75rem;
	-webkit-box-ordinal-group: -1;
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
	padding-left: 1.5rem
}
.back-link a {
	-webkit-transition: color 125ms linear;
	transition: color 125ms linear
}
.back-link a:before {
	background-image: url(./../../_layout/_www/arrow.v1575561096000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 9px;
	content: '';
	display: inline-block;
	height: 9px;
	margin: 0 .75rem 0 0;
	text-decoration: none;
	-webkit-transition: background-image 125ms linear;
	transition: background-image 125ms linear;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	width: 25px
}
.back-link a:hover:before {
	background-image: url(./../../_layout/_www/arrow-2.v1575561096000.svg)
}
.menu {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
	margin-bottom: 1.5rem;
	overflow: hidden;
	width: 100%
}
.menu__items {
	margin: 0
}
.menu__item {
	list-style: none;
	margin-left: 0
}
.menu__item+.menu__item:not(.menu__subitems) {
	border-top: 1px solid #d8d8d8
}
.menu__subitems {
	padding-bottom: 1rem;
	padding-top: 1rem
}
.menu__subitems .menu__item+.menu__item {
	border-top: 0
}
.menu a {
	color: #143980;
	display: block;
	font-weight: 700;
	padding: .75rem 1.25rem .625rem 1.5rem;
	text-decoration: none
}
.menu__subitems a {
	font-size: .9375rem;
	font-weight: 400;
	padding: .25rem 1rem .125rem 3.75rem;
	position: relative
}
.menu__subitems a:before {
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	content: '';
	height: 1em;
	left: 2.625rem;
	position: absolute;
	top: 0;
	width: .5rem
}
.menu__item a:hover, .menu__item--active a {
	color: #7ea441
}
.menu--services .menu__item--has-icon {
	-webkit-transition: border-color 125ms linear;
	transition: border-color 125ms linear
}
.menu--services .menu__item--has-icon a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: background-color 125ms linear, color 125ms linear;
	transition: background-color 125ms linear, color 125ms linear
}
.menu--services .menu__item--has-icon a:hover, .menu--services .menu__item--has-icon.menu__item--active a {
	background-color: #143980;
	color: #fff
}
.menu--services .menu__item+.menu__item--has-icon:hover, .menu--services .menu__item:not(:hover)+.menu__item--has-icon.menu__item--active {
	border-top-color: #143980
}
.menu--services .menu__item--has-icon a:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	margin-right: 1.5rem;
	-webkit-transition: background-image 125ms linear;
	transition: background-image 125ms linear;
	width: 40px
}
.menu__item--deratization a:before {
	background-image: url(./../../_layout/_www/ico-deratization.v1575561096000.svg)
}
.menu__item--deratization a:hover:before, .menu__item--deratization.menu__item--active a:before {
	background-image: url(./../../_layout/_www/ico-deratization-2.v1575561096000.svg)
}
.menu__item--dezinsection a:before {
	background-image: url(./../../_layout/_www/ico-dezinsection.v1575561096000.svg)
}
.menu__item--dezinsection a:hover:before, .menu__item--dezinsection.menu__item--active a:before {
	background-image: url(./../../_layout/_www/ico-dezinsection-2.v1575561096000.svg)
}
.menu__item--dezinfection a:before {
	background-image: url(./../../_layout/_www/ico-dezinfection.v1575561096000.svg)
}
.menu__item--dezinfection a:hover:before, .menu__item--dezinfection.menu__item--active a:before {
	background-image: url(./../../_layout/_www/ico-dezinfection-2.v1575561096000.svg)
}
.menu__item--others a:before {
	background-image: url(./../../_layout/_www/ico-others.v1575561096000.svg)
}
.menu__item--others a:hover:before, .menu__item--others.menu__item--active a:before {
	background-image: url(./../../_layout/_www/ico-others-2.v1575561096000.svg)
}
@media only screen and (max-width:64em) {
.menu a {
	padding-left: 1rem;
	padding-right: 1rem
}
.menu__subitems a {
	padding-left: 3.125rem
}
.menu__subitems a:before {
	left: 2rem
}
.menu--services .menu__item--has-icon a:before {
	width: 28px
}
}
@media only screen and (max-width:48em) {
.menu--services .menu__item--has-icon a: before {
	width: 26px
}
}
@media only screen and (max-width:47.5em) {
.menu--informations {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.therapy .menu--informations {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
}
.content+.sublist {
	margin-top: calc(3rem * 1.25)
}
.sublist__items {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
	margin: 0
}
.sublist__item {
	margin: 0;
	padding: 0;
	width: 100%
}
.sublist__item .grid {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.sublist__item .grid__column {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%
}
.sublist__item .item__data {
	padding: 3rem;
	position: relative
}
@media only screen and (max-width:85.5em) {
.content+.sublist {
	margin-top: calc(2rem * 1.25)
}
.sublist__item .item__data {
	padding: 2rem
}
}
@media only screen and (max-width:64em) {
.content+.sublist {
	margin-top: calc(2rem * 1.25)
}
.sublist__item .item__data {
	padding: 2rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.content+.sublist {
	margin-top: calc(1.5rem * 1.25)
}
.sublist__item .item__data {
	padding: 1.5rem
}
}
.sublist__item .item__data:before {
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 32px 32px 32px 0;
	content: '';
	display: inline-block;
	height: 0;
	left: -32px;
	margin-top: -32px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: 9
}
.sublist__item .figure {
	margin: 0;
	max-height: 400px;
	min-height: 300px;
	width: 100%
}
.sublist__item .item__title {
	font-size: 1.5rem
}
.sublist__item .item__title a {
	color: #143980
}
.sublist__item .item__title a:hover {
	color: #171717
}
.sublist__item .item__description {
	font-size: 1rem
}
.sublist__item .buttons {
	margin-top: 0
}
.sublist__item .item__title+.buttons {
	margin-top: 1.5rem
}
@media only screen and (min-width:33.751em) {
.sublist__item: nth-child(even) .item__data {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.sublist__item:nth-child(even) .item__data:before {
	left: 100%;
	-webkit-transform: scale(-1);
	transform: scale(-1)
}
}
@media only screen and (min-width:90.001em) {
.sublist__item .figure {
	max-height: 460px;
	min-height: 380px
}
}
@media only screen and (max-width:64em) {
.sublist__item .figure {
	max-height: 440px;
	min-height: 240px
}
}
@media only screen and (max-width:55em) {
.sublist__item .item__data: before {
	border-width: 24px 24px 24px 0;
	left: -24px;
	margin-top: -24px
}
}
@media only screen and (max-width:47.5em) {
.sublist__item .figure {
	min-height: 180px
}
}
@media only screen and (max-width:33.75em) {
.sublist__items {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 -.5rem -1rem
}
.sublist__item {
	margin: 0 0 1rem;
	padding: 0 .5rem
}
.sublist__item .grid {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.sublist__item .grid__column {
	text-align: center;
	width: 100%
}
.sublist__item .figure {
	height: 0;
	max-height: none;
	min-height: 0;
	position: relative;
	padding-bottom: 62.5%
}
.sublist__item .figure__holder {
	position: absolute
}
.sublist__item .item__data:before {
	border-color: transparent transparent #fff;
	border-width: 0 26px 26px;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	top: 0
}
}
.downloads {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.05);
	box-shadow: 0 7px 10px rgba(0,0,0,.05);
	padding: 1.5rem
}
.content+.downloads {
	margin-top: calc(3rem * 1.25)
}
@media only screen and (max-width:85.5em) {
.downloads {
	padding: 1rem
}
.content+.downloads {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:64em) {
.downloads {
	padding: 1rem
}
.content+.downloads {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.downloads {
	padding: .75rem
}
.content+.downloads {
	margin-top: calc(1.5rem * 1.25)
}
}
.items+.downloads {
	margin-top: calc(3rem * 1.25)
}
@media only screen and (max-width:85.5em) {
.items+.downloads {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:64em) {
.items+.downloads {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.items+.downloads {
	margin-top: calc(1.5rem * 1.25)
}
}
.downloads .section-title {
	text-align: left
}
.downloads__items {
	border-top: 1px solid #d8d8d8;
	margin: 0
}
.downloads__item {
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
	width: 100%
}
.downloads__item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	line-height: 1.33334;
	padding: 1rem .5rem .875rem;
	text-decoration: none
}
.downloads__item p {
	margin: 0
}
.downloads__item .item__filetype {
	color: #143980;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: .625rem;
	font-weight: 700;
	margin-bottom: -.25rem;
	text-transform: uppercase;
	width: 2.5rem
}
.downloads__item .item__filetype:before {
	background-image: url(./../../_layout/_www/ico-file.v1575561096000.svg);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 10px;
	margin: 0 0 .125rem;
	width: 100%
}
.downloads__item .item__filename {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 700;
	margin-right: 3rem
}
.downloads__item .item__data {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: auto
}
.downloads__item .item__filesize {
	color: #898c8e;
	font-size: .875rem;
	margin: -2px 3rem -.25rem auto;
	text-align: right;
	white-space: nowrap;
	width: 5rem
}
.downloads__item .item__action {
	margin-left: auto
}
@media only screen and (max-width:55em) and (min-width:47.501em), screen and (max-width:33.751em) {
.downloads__item .item__data {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.downloads__item .item__filesize {
	margin-bottom: .25rem;
	margin-right: 0
}
}
.content+.gallery {
	margin-top: calc(3rem * 1.25)
}
@media only screen and (max-width:85.5em) {
.content+.gallery {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:64em) {
.content+.gallery {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.content+.gallery {
	margin-top: calc(1.5rem * 1.25)
}
}
.items+.gallery {
	margin-top: calc(3rem * 1.25)
}
@media only screen and (max-width:85.5em) {
.items+.gallery {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:64em) {
.items+.gallery {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.items+.gallery {
	margin-top: calc(1.5rem * 1.25)
}
}
.gallery .section-title {
	text-align: left
}
.gallery__item {
	display: inline-block;
	position: relative;
	width: 25%
}
.main-content__column--main:first-child:last-child .gallery__item {
	width: 20%
}
.gallery__item .figure {
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
	margin: 0
}
.figure__caption {
	background-color: rgba(255,255,255,.9);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #000;
	font-size: .875rem;
	font-style: italic;
	margin: 0;
	overflow: hidden;
	padding: .5rem .75rem;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	z-index: 2
}
@media only screen and (max-width:70em) {
.gallery__item {
	width: calc(100% / 3)
}
}
@media only screen and (max-width:64em) {
.main-content__column--main: first-child: last-child .gallery__item {
	width: 25%
}
}
@media only screen and (max-width:55em) {
.gallery__item {
	width: 50%
}
}
@media only screen and (max-width:47.5em) {
.gallery__item, .main-content__column--main: first-child: last-child .gallery__item {
	width: calc(100% / 3)
}
}
@media only screen and (max-width:27.5em) {
.gallery__item, .main-content__column--main: first-child: last-child .gallery__item {
	width: 50%
}
}
.content+.articles {
	margin-top: calc(3rem * 1.25)
}
@media only screen and (max-width:85.5em) {
.content+.articles {
	margin-top: calc(2rem * 1.25)
}
}
@media only screen and (max-width:64em) {
.content+.articles {
	margin-top: calc(2rem * 1.25)
}
.articles__item {
	width: 50%
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.content+.articles {
	margin-top: calc(1.5rem * 1.25)
}
}
.articles__item .grid {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.articles__item .grid__column {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.articles__item .figure {
	margin-bottom: 0
}
.articles__item .item__img {
	-webkit-flex-basis: 33%;
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	margin-right: 1.5rem
}
.articles__item .item__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -.75rem
}
.articles__item .item__category {
	background-color: #143980;
	color: #fff;
	font-size: .6875rem;
	padding: .25rem .5rem .125rem;
	text-transform: uppercase
}
.articles__item .item__category--blog {
	background-color: #7ea441
}
.articles__item .item__category--seminar {
	background-color: #30b9ff
}
.articles__item .item__date {
	color: #898c8e;
	font-size: .875rem;
	padding-top: .0625rem
}
.articles__item .buttons {
	margin-top: -.5rem
}
@media only screen and (max-width:40em) {
.articles__item {
	width: 100%
}
}
.contacts__departments {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -4.5rem
}
.contacts__department {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 3rem;
	padding: 0 4.5rem;
	vertical-align: top;
	width: auto
}
.contacts__department+.contacts__department {
	border-left: 1px solid #d8d8d8
}
.contacts__department p:first-child {
	color: #949ea7;
	font-size: .9375rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase
}
.contacts__department p:not(:first-child) {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .25rem
}
.contacts__department:last-child {
	margin-bottom: 0
}
.contacts__holder {
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,.05);
	box-shadow: 0 7px 10px rgba(0,0,0,.05)
}
.contacts__hq {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.contacts__address {
	min-width: 20rem;
	padding: 3rem;
	padding-bottom: calc(3rem - 1.5rem);
	width: calc(100% / 3)
}
@media only screen and (max-width:85.5em) {
.contacts__address {
	padding-bottom: calc(2rem - 1.5rem)
}
}
@media only screen and (max-width:64em) {
.contacts__address {
	padding-bottom: calc(2rem - 1.5rem)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.contacts__address {
	padding-bottom: calc(1.5rem - 1.5rem)
}
}
@media only screen and (max-width:85.5em) {
.contacts__address {
	padding: 2rem
}
}
@media only screen and (max-width:64em) {
.contacts__address {
	padding: 2rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.contacts__address {
	padding: 1.5rem
}
}
.contacts__address p:first-child strong:first-child {
	font-size: 1.125rem
}
.contacts__mapo {
	width: calc(100% / 3 * 2)
}
.contacts__routes {
	background-color: #f9fbfd;
	padding: 3rem
}
@media only screen and (max-width:85.5em) {
.contacts__routes {
	padding: 2rem
}
}
@media only screen and (max-width:64em) {
.contacts__routes {
	padding: 2rem
}
.contacts__department {
	text-align: center
}
.contacts__department:last-child {
	border-left: 0;
	width: 100%
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.contacts__routes {
	padding: 1.5rem
}
}
.contacts__routes h2 {
	font-size: 1.375rem
}
.contacts__routes .items {
	margin: 0 -3rem -3rem
}
.contacts__route {
	margin-bottom: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: calc(100% / 3)
}
.contacts__route p:first-child+ul {
	margin-top: -.75rem
}
.contacts__route ul li:before {
	background-image: url(./../../_layout/_www/arrow.v1575561096000.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 9px;
	border: 0;
	height: 9px;
	padding: 0;
	top: 8px;
	width: 13px
}
.contacts__route:last-child {
	margin-bottom: 0
}
@media only screen and (max-width:55em) {
.contacts__hq {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.contacts__address {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
.contacts__map {
	height: 66.6vh;
	width: 100%
}
.contacts__map iframe {
	height: 100%
}
.contacts__routes .items {
	margin: 0 -1.5rem -2.25rem
}
.contacts__route {
	margin-bottom: 2.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
}
@media only screen and (max-width:33.75em) {
.contacts__department {
	border-left: 0!important;
	width: 100%
}
}
.partners .main-content__column--main .figure__holder {
	background-color: #fff;
	height: 0;
	padding: 0 0 62.5%
}
.partners .main-content__column--main .figure__caption {
	display: none
}
.quick-links {
	position: absolute;
	right: 0;
	top: auto;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 1
}
.page-layout--homepage .quick-links {
	top: calc(50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.quick-links__items {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.16);
	box-shadow: 0 10px 20px rgba(0,0,0,.16);
	border-radius: 5px 0 0 5px;
	margin: 0;
	overflow: hidden
}
.quick-links__item {
	list-style: none;
	margin: 0
}
.quick-links__item+.quick-links__item a {
	border-top: 1px solid rgba(0,0,0,.25)
}
.quick-links__item a {
	background-color: #143980;
	color: #fff;
	display: block;
	font-size: .8125rem;
	font-weight: 700;
	line-height: 1.33334;
	min-height: 1.75rem;
	padding: .75rem 1rem .5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 125ms linear, color 125ms linear;
	transition: background-color 125ms linear, color 125ms linear
}
.quick-links__item a:hover {
	background-color: #7ea441
}
.quick-links__item--oliwiki a {
	background-color: #fff;
	color: #171717
}
.quick-links__item--oliwiki a:hover {
	color: #fff
}
.quick-links__item a:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	margin-bottom: .5rem;
	-webkit-transition: background-image 125ms linear;
	transition: background-image 125ms linear;
	width: 100%
}
.quick-links__item--deratization a:before {
	background-image: url(./../../_layout/_www/ico-deratization-3.v1575561096000.svg)
}
.quick-links__item--dezinsection a:before {
	background-image: url(./../../_layout/_www/ico-dezinsection-3.v1575561096000.svg)
}
.quick-links__item--dezinfection a:before {
	background-image: url(./../../_layout/_www/ico-dezinfection-3.v1575561096000.svg);
	height: 35px
}
.quick-links__item small {
	font-size: .75rem;
	font-weight: 400
}
@media only screen and (max-width:101.75em) and (min-width:47.501em) {
.page-layout--page .quick-links {
	top: calc(50% + 2.5rem);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.page-layout--page .quick-links__item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: calc(25px + 1.5rem);
	position: relative;
	text-align: left
}
.page-layout--page .quick-links__item a:before {
	height: 100%;
	left: .75rem;
	margin: 0;
	position: absolute;
	top: 0;
	width: 25px
}
.page-layout--page .quick-links__item--oliwiki a {
	padding-bottom: .875rem;
	padding-top: 1rem
}
.page-layout--page .quick-links__item--oliwiki a:before {
	top: .625rem
}
}
@media only screen and (max-width:47.5em) {
.contacts__route {
	width: 100%
}
.quick-links {
	display: none
}
.main-menu__item--quick-links .quick-links {
	display: block
}
.quick-links__items {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto
}
.quick-links__item {
	margin: .375rem 3rem
}
.quick-links__item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: 0 0;
	color: #143980;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: .9125rem;
	height: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 .625rem
}
.quick-links__item a:hover {
	background: 0 0;
	color: #171717
}
.quick-links__item+.quick-links__item a {
	border-top: 0
}
.quick-links__item a:before {
	display: inline-block;
	margin: 0 .75rem 0 0;
	width: 28px
}
.quick-links__item--deratization a:before {
	background-image: url(./../../_layout/_www/ico-deratization.v1575561096000.svg)
}
.quick-links__item--dezinsection a:before {
	background-image: url(./../../_layout/_www/ico-dezinsection.v1575561096000.svg)
}
.quick-links__item--dezinfection a:before {
	background-image: url(./../../_layout/_www/ico-dezinfection.v1575561096000.svg)
}
.quick-links__item small {
	display: inline-block;
	font-size: 1em;
	margin-right: .375em
}
.quick-links__item br {
	display: none
}
}
.inquiry-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	width: 100%
}
.content+.inquiry-form {
	margin-top: 3rem
}
.inquiry-form fieldset {
	width: 100%
}
.inquiry-form fieldset hr {
	border: 0;
	height: 0;
	margin-top: 0
}
.inquiry-form__footer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: -1.5rem
}
.inquiry-form__privacy {
	margin: 0 0 0 3rem
}
@media only screen and (max-width:85.5em) {
.content+.inquiry-form {
	margin-top: 2rem
}
.inquiry-form__privacy {
	margin: 0 0 0 2rem
}
}
@media only screen and (max-width:64em) {
.content+.inquiry-form {
	margin-top: 2rem
}
.inquiry-form__privacy {
	margin: 0 0 0 2rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.content+.inquiry-form {
	margin-top: 1.5rem
}
.inquiry-form__privacy {
	margin: 0 0 0 1.5rem
}
}
.inquiry-form__submit {
	margin-bottom: 0
}
@media only screen and (max-width:25em) {
: not(.inquiry-form__termin) .input {
	display: block
}
:not(.inquiry-form__termin) .input .label {
	padding-right: 0
}
.inquiry-form__termin .label {
	width: auto
}
}
.notice {
	margin-bottom: -1.5rem;
	text-align: center
}
.notice__success {
	color: #4caf50
}
.notice__success--big {
	font-size: 1.25rem
}
.page-footer {
	background-color: #143980;
	color: #fff
}
.ifc {
	overflow: hidden
}
.ifc a {
	text-decoration: none
}
.ifc a:not(.button) {
	color: #fff
}
.ifc a:not(.button):hover {
	text-decoration: underline
}
.ifc__items {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -1.5rem;
	margin-right: -1.5rem
}
.ifc__item {
	color: #fff;
	font-size: .875rem;
	max-width: 20%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: auto
}
.ifc__item .item__title {
	color: #95a5c5;
	font-size: .9125rem;
	font-weight: 700;
	margin-bottom: 1.75rem;
	text-transform: uppercase
}
.ifc .button {
	background-color: #95a5c5;
	border-color: #95a5c5
}
.ifc .button:focus, .ifc .button:hover {
	background-color: #7ea441;
	border-color: #7ea441
}
@media only screen and (max-width:64em) {
.ifc {
	padding-bottom: 0
}
.ifc__items {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: calc(2rem * -1)
}
@media only screen and (max-width:85.5em) {
.ifc__items {
	margin-bottom: calc(2rem * -1)
}
}
@media only screen and (max-width:64em) {
.ifc__items {
	margin-bottom: calc(2rem * -1)
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.ifc__items {
	margin-bottom: calc(2rem * -1)
}
.ifc__item {
	margin-bottom: 2rem
}
}
.ifc__item {
	margin-bottom: 2rem;
	max-width: none;
	width: 25%
}
@media only screen and (max-width:85.5em) {
.ifc__item {
	margin-bottom: 2rem
}
}
@media only screen and (max-width:64em) {
.ifc__item {
	margin-bottom: 2rem
}
}
}
@media only screen and (max-width:47.5em) {
.ifc__items {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.ifc__item {
	width: calc(75% / 2)
}
}
@media only screen and (max-width:40em) {
.ifc__item {
	width: 50%
}
}
.important-links__items {
	margin-bottom: -.75rem
}
.important-links__item {
	list-style: none;
	margin: 0 0 .75rem
}
.quick-contacts {
	max-width: none;
	width: 50%
}
.quick-contacts__items {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}
.quick-contacts__item {
	display: block;
	font-size: .875rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 50%
}
.quick-contacts__box+.quick-contacts__box {
	margin-top: 1.5rem
}
.quick-contacts__box-title {
	margin-bottom: .5rem
}
.quick-contacts .org, .quick-contacts .street-address {
	margin: 0
}
.quick-contacts .locality, .quick-contacts .postal-code {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top
}
.quick-contacts .email, .quick-contacts .tel {
	font-size: 1rem;
	font-weight: 700
}
.quick-contacts dl {
	font-size: 1em;
	margin: 0
}
.quick-contacts dt {
	color: #949ea7
}
.quick-contacts dd {
	margin: 0
}
.quick-contacts dd, .quick-contacts dt {
	display: inline-block
}
.quick-contacts dl+dl {
	margin-top: .25rem
}
.quick-contacts .show-on-map {
	margin-top: 1.5rem
}
.quick-contacts .show-on-map a {
	text-decoration: none
}
.quick-contacts .buttons {
	margin-bottom: 0
}
.quick-contacts .button {
	margin-bottom: 3rem
}
@media only screen and (max-width:85.5em) {
.quick-contacts .button {
	margin-bottom: 2rem
}
}
@media only screen and (max-width:64em) {
.quick-contacts .button {
	margin-bottom: 2rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.quick-contacts .button {
	margin-bottom: 1.5rem
}
}
.quick-contacts .show-on-map a:after {
	background-image: url(./../../_layout/_www/ico-href.v1575561096000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 10px;
	margin: 0 0 0 .375rem;
	width: 10px
}
@media only screen and (max-width:47.5em) {
.quick-contacts {
	border-top: 1px solid #2f3030;
	padding-top: 3rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}
@media only screen and (max-width:85.5em) {
.quick-contacts {
	padding-top: 2rem
}
}
@media only screen and (max-width:64em) {
.quick-contacts {
	padding-top: 2rem
}
}
@media only screen and (max-width:27.5em), screen and (max-height:40em) {
.quick-contacts {
	padding-top: 1.5rem
}
}
.quick-contacts__items {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 75%
}
}
@media only screen and (max-width:40em) {
.quick-contacts__items {
	width: 100%
}
}
.social-networks__items {
	margin: 1.75rem -.75rem -1.5rem
}
.social-networks__item {
	margin-bottom: 1.5rem;
	padding-left: .75rem;
	padding-right: .75rem;
	width: auto
}
.social-networks__item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 20px;
	width: auto
}
.social-networks__item img {
	height: 20px
}
.copyright {
	border-top: 1px solid #2f3030;
	color: #95a5c5
}
.copyright a {
	color: #95a5c5
}
.copyright a:hover {
	color: #fff
}
.copyright__items {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.copyright__item {
	display: inline-block;
	font-size: .875rem;
	width: auto
}
.copyright__item--go-to-top {
	margin-left: auto;
	text-align: right
}
.copyright__item--go-to-top a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	height: 12px;
	overflow: hidden;
	padding: .5rem;
	position: relative;
	width: 20px
}
.copyright__item--go-to-top a:before {
	background-image: url(./../../_layout/_www/arrow-4.v1575660210000.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 12px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-image 125ms linear;
	transition: background-image 125ms linear;
	width: 100%
}
.copyright__item--go-to-top a:hover:before {
	background-image: url(./../../_layout/_www/arrow-5.v1575561096000.svg)
}
