/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform,opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform,opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.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 {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.ui-autocomplete,
.language,
.social,
#nav ul:not([class]),
#nav .sub-menu,
.breadcrumbs,
#footer ul,
.slick-dots,
.pagination,
.tab-controls,
.content ul,
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.align-right:after,
.container:after,
#header .top:after,
.share:after,
.meta:after,
.photos:after,
dl:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.bg,
[data-bg] {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.input:before,
.input label:before,
.bg,
.products .item::before,
.products .image,
.video::before,
.map-holder .map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

*,
*:before,
*:after {
	outline: none;
	box-sizing: border-box;
}

* {
	max-height: 1000000px;
}

body {
	color: #171717;
	background: #FBFBFB;
	font: 16px/25px "Gilroy", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 1220px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	overflow-y: scroll;
}

body.navigation,
body.filter-panel {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

svg {
	transition: fill 0.3s ease;
}

svg path {
	transition: 0.3s ease;
	transition-property: fill, stroke;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	display: block;
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 0.5em;
	color: #D29132;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #237723;
}

h1,
.h1 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 46px;
}

h2,
.h2 {
	font-size: 25px;
	line-height: 50px;
	margin-bottom: 38px;
}

h3,
.h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0E4E09;
}

h5,
.h5 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 14px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 10px;
}

p a {
	color: #000;
	text-decoration: underline;
}

p a:hover {
	text-decoration: underline;
}

p b {
	font-weight: bold;
	color: #0E4E09;
}

a {
	color: #171717;
	transition: color 0.3s ease;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

.center {
	text-align: center;
}

.align-right {
	float: right;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input:-webkit-autofill,
input:-internal-autofill-selected {
	-webkit-box-shadow: inset 0 0 0px 1000px white;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	width: 100%;
	display: block;
	color: #171717;
	background: none;
	position: relative;
	border-radius: 0;
	padding: 0 23px;
	font-size: 18px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #171717;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #171717;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #171717;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #171717;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="date"].placeholder,
input[type="month"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="number"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="color"].placeholder,
textarea.placeholder {
	color: #171717;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 1;
	opacity: 0;
}

input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

input[type="text"]:focus.placeholder,
input[type="password"]:focus.placeholder,
input[type="datetime"]:focus.placeholder,
input[type="datetime-local"]:focus.placeholder,
input[type="date"]:focus.placeholder,
input[type="month"]:focus.placeholder,
input[type="time"]:focus.placeholder,
input[type="week"]:focus.placeholder,
input[type="number"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="url"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="color"]:focus.placeholder,
textarea:focus.placeholder {
	opacity: 0;
}

select {
	-webkit-border-radius: 0;
	opacity: 0;
}

textarea {
	resize: none;
	padding: 0 23px;
	vertical-align: top;
	height: 190px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.input {
	min-height: 36px;
	display: block;
	position: relative;
	background-color: transparent;
	text-align: left;
	transition: background-color 0.3s ease;
	padding: 18px 0 19px;
}

.input:before {
	content: '';
	border: 1px solid #171717;
	border-bottom-width: 0;
	pointer-events: none;
	opacity: 0.5;
	z-index: 5;
	transition: 0.3s ease;
	transition-property: opacity, border-color;
}

.input input,
.input textarea {
	display: block;
	width: 100%;
}

.input label {
	position: absolute;
	top: 5px;
	left: 7px;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FBFBFB;
	padding: 4px 10px;
	transform: scale(1);
	transition: 0.3s ease;
	transition-property: transform, top, color;
	transform-origin: center left;
	z-index: 7;
	pointer-events: none;
}

.input label:before {
	content: '';
	background-color: #237723;
	transition: background-color 0.3s ease;
	z-index: -1;
}

.input.focus {
	z-index: 5;
}

.input.focus label {
	top: -10px;
	transform: scale(0.78);
	color: #FBFBFB;
}

.input.error:before {
	border-color: red;
	opacity: 1;
}

.input.error label {
	color: red;
}

.input.disabled {
	cursor: default;
}

.input.enter label {
	top: -10px;
	transform: scale(0.78);
}

.input:hover label {
	color: rgba(251, 251, 251, 0.5);
}

.search-form {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.search-form .input {
	width: 100%;
	min-height: 31px;
	height: 31px;
	padding: 0;
}

.search-form .input::before {
	border-color: #FBFBFB;
	border-right-width: 0;
	border-bottom-width: 1px;
	opacity: 1;
}

.search-form input {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FBFBFB;
}

.search-form .button {
	min-width: 142px;
	height: 31px;
	font-weight: bold;
	font-size: 9px;
	line-height: 29px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #FBFBFB;
	color: #FBFBFB;
	background: none;
	white-space: nowrap;
}

.search-form .done-text {
	background-color: transparent;
	font-size: 9px;
	height: 31px;
	line-height: 29px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-color: #FBFBFB;
	padding: 0;
}

.search-form .done-text strong {
	font-size: 9px;
	line-height: 29px;
	width: calc(100% - 142px);
	color: #237723;
	background-color: #FBFBFB;
}

.search-form .done-text span {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 142px;
	background-color: #237723;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.search-form .done-text span:hover {
	background-color: #D29132;
}

.button {
	display: inline-block;
	vertical-align: top;
	background-color: #0E4E09;
	text-align: center;
	box-shadow: none;
	border: 1px solid #0E4E09;
	font-weight: bold;
	font-size: 18px;
	line-height: 59px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	color: #FBFBFB;
	padding: 0 15px;
	height: 59px;
	transition: 0.3s ease;
	transition-property: color, background-color, border-color;
}

.button:hover {
	background-color: #D29132;
	color: #FBFBFB;
	border-color: #D29132;
}

.call-form {
	position: relative;
	display: flex;
}

.call-form .button {
	min-width: 174px;
}

.call-form input {
	border: 1px solid #0E4E09;
	border-right-width: 0;
}

.vacant-form {
	margin-bottom: 40px;
}

.vacant-form textarea {
	height: 152px;
	resize: none;
}

.vacant-form .bottom {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.done-text {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #D29132;
	color: #FBFBFB;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	border: 1px solid #0E4E09;
	padding-top: 9px;
}

.done-text strong {
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 1px;
}

.done .done-text {
	display: block;
}

.file-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 59px;
	overflow: hidden;
	border: 1px solid #0E4E09;
}

.file-holder:hover span {
	color: #D29132;
}

.file-holder:hover b {
	border-color: transparent;
}

.file-holder input {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 100px;
}

.file-holder span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #0E4E09;
	text-transform: uppercase;
	padding: 19px 0 0;
	text-align: center;
}

.file-holder i {
	margin-left: 4px;
	font-size: 18px;
	transform: rotate(-45deg);
}

.help-text {
	display: block;
	max-width: 162px;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #171717;
	opacity: 0.5;
	padding-top: 8px;
}

.contact-form .button {
	width: 100%;
}

.direction {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 590px;
}

.direction .input {
	display: flex;
	background-color: #FBFBFB;
	padding: 0;
	height: 59px;
}

.direction .input::before {
	border-bottom-width: 1px;
}

.direction input {
	font-size: 18px;
	line-height: 20px;
	padding-right: 16px;
}

.direction button {
	border: none;
	background: none;
	padding: 8px 0 0;
	margin-right: 16px;
}

.direction button:hover svg path {
	fill: #D29132;
}

.searching {
	position: relative;
	width: 790px;
	justify-content: space-between;
	background-color: #FBFBFB;
}

.searching .input {
	width: 100%;
	padding: 0;
}

.searching .input::before {
	border-width: 0;
}

.searching input {
	padding: 19px 313px 19px 23px;
}

.searching .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	height: 100%;
	background-color: #D29132;
	border-color: #D29132;
	color: #fff;
	z-index: 10;
}

.searching .button:hover {
	background-color: #0E4E09;
	border-color: #0E4E09;
}

.mobile-search {
	display: none;
	position: fixed;
	bottom: 20px;
	width: calc(60% - 40px);
	right: 20px;
	z-index: 28;
}

.mobile-search .input {
	background: #FAFAFA;
}

.mobile-search .input::before {
	border-color: rgba(0, 0, 0, 0.3);
	border-bottom-width: 1px;
}

.mobile-search .button {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.navigation .mobile-search {
	display: block;
}

.ui-autocomplete {
	position: fixed;
	z-index: 100;
	font-size: 18px;
	line-height: 20px;
	padding-top: 7px;
	z-index: 99999;
}

.ui-autocomplete li {
	padding: 9px 0;
	background-color: #FBFBFB;
}

.ui-autocomplete .ui-menu-item-wrapper {
	display: block;
	padding: 10px 34px;
	transition: color 0.3s ease;
	cursor: pointer;
}

.ui-autocomplete .ui-menu-item-wrapper:hover {
	color: #D29132;
}

.ui-autocomplete .more a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #0E4E09;
}

.ui-helper-hidden-accessible {
	display: none;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.bg {
	pointer-events: none;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

#main {
	padding-bottom: 40px;
}

#header {
	padding: 41px 0 34px;
}

#header .top {
	position: relative;
	padding: 0 0 11px calc(190px + 100px);
	margin-bottom: 23px;
}

#header .top::before {
	content: '';
	position: absolute;
	top: 100%;
	left: -2500px;
	right: -2500px;
	height: 1px;
	background-color: #0E4E09;
}

#header .bottom {
	display: flex;
	justify-content: space-between;
}

#header .align-right {
	line-height: 15px;
}

.home-layout #header .top::before {
	background-color: rgba(251, 251, 251, 0.5);
}

.call {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0E4E09;
}

.call a {
	color: #0E4E09;
	font-weight: bold;
}

.call a:hover {
	color: #D29132;
}

.language {
	float: left;
	display: flex;
	justify-content: left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	margin-left: 34px;
}

.language li {
	margin-left: 16px;
}

.language li.active {
	display: none;
}

.language a {
	color: #0E4E09;
}

.language a:hover {
	color: #237723;
}

.social {
	float: left;
	display: flex;
	justify-content: left;
}

.social li {
	margin-left: 25px;
}

.social li:first-child {
	margin-left: 0;
}

.social li:last-child svg {
	width: 17px;
	height: 14px;
}

.social a:hover svg path {
	fill: #D29132;
}

.social svg {
	width: 15px;
	height: 13px;
}

.social svg path {
	fill: #0E4E09;
}

.search-icon {
	float: left;
	margin-left: 50px;
}

.search-icon svg {
	width: 15px;
	height: 15px;
}

.search-icon:hover svg path {
	stroke: #D29132;
}

.logo {
	font-size: 0;
	line-height: 0;
	width: 189px;
	height: 66px;
	background: url(../images/logo.svg) no-repeat 50% 50%/contain;
}

.logo a {
	display: block;
	height: 100%;
}

#nav {
	width: calc(100% - 190px - 100px);
}

#nav ul:not([class]) {
	display: flex;
	justify-content: space-between;
	margin: 22px -15px 0;
}

#nav li {
	margin: 0 15px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#nav li.drop {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}

#nav li.drop::before {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	pointer-events: none;
	width: 10px;
	height: 10px;
	border: solid #0E4E09;
	border-width: 3px 3px 0 0;
	transform: rotate(138deg);
	transition: 0.3s ease;
	transition-property: transform, border-color, top;
}

#nav li.drop:hover > a {
	color: #D29132;
}

#nav li.drop:hover::before {
	transform: rotate(138deg) scale(-1, -1);
	border-color: #D29132;
	top: 8px;
}

#nav li.drop:hover .sub-menu {
	display: block;
}

#nav a {
	color: #0E4E09;
}

#nav a:hover {
	color: #D29132;
}

#nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	padding-top: 6px;
	z-index: 25;
}

#nav .sub-menu li {
	background-color: #0E4E09;
	border-bottom: 1px solid #FBFBFB;
	font-size: 13px;
	line-height: 29px;
	font-weight: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	margin: 0;
}

#nav .sub-menu li:last-child {
	border-bottom-width: 0;
}

#nav .sub-menu li.active a {
	font-weight: bold;
}

#nav .sub-menu a {
	display: block;
	padding: 0 9px;
	color: #FBFBFB;
	white-space: nowrap;
}

#nav .sub-menu a:hover {
	color: #D29132;
}

#nav .show {
	display: none;
	position: relative;
	cursor: pointer;
	vertical-align: top;
	width: 20px;
	height: 20px;
}

#nav .show::before,
#nav .show::after {
	content: '';
	position: absolute;
	background-color: #0E4E09;
}

#nav .show::before {
	width: 2px;
	height: 8px;
	top: calc(50% - 4px);
	left: 50%;
	transition: background-color 0.3s ease;
}

#nav .show::after {
	width: 8px;
	height: 2px;
	left: calc(50% - 3px);
	top: calc(50% - 1px);
}

#nav .show.open::before {
	background-color: transparent;
}

#nav > .call {
	display: none;
	text-transform: none;
	font-size: 14px;
	line-height: 21px;
	margin-top: 30px;
}

.menu-icon {
	position: relative;
	width: 30px;
	height: 22px;
	z-index: 30;
	overflow: hidden;
	display: none;
	margin-top: 8px;
	transition: 0.3s ease;
	transition-property: background-color, opacity;
}

.menu-icon span {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	right: 0;
	height: 4px;
	background-color: #0E4E09;
	transition: background 0s 0.3s;
}

.menu-icon span:after,
.menu-icon span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #0E4E09;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-icon span:after {
	top: -9px;
	transition-property: top, transform, background;
}

.menu-icon span:before {
	bottom: -9px;
	transition-property: bottom, transform, background;
}

.navigation .menu-icon span {
	background-color: transparent;
}

.navigation .menu-icon span:after,
.navigation .menu-icon span:before {
	transition-delay: 0s, 0.3s;
}

.navigation .menu-icon span:after {
	top: 0;
	transform: rotate(45deg);
}

.navigation .menu-icon span:before {
	bottom: 0;
	transform: rotate(-45deg);
}

.breadcrumbs {
	display: flex;
	justify-content: start;
	margin-bottom: 31px;
}

.breadcrumbs li {
	position: relative;
	font-weight: 500;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 10px;
	opacity: 0.5;
	padding-right: 16px;
}

.breadcrumbs li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 5px;
	background: url(../images/icons/arrow-right.svg) no-repeat 50% 50%/contain;
}

.breadcrumbs li:last-child::before {
	display: none;
}

.breadcrumbs a {
	border-bottom: 1px solid rgba(23, 23, 23, 0.5);
	transition-property: border-color;
}

.breadcrumbs a:hover {
	border-bottom-color: transparent;
}

.grid {
	display: grid;
	grid-template-columns: minmax(320px, 590px) auto;
	gap: 0 112px;
	margin-bottom: 28px;
}

.grid > * {
	position: relative;
}

.grid.one-two {
	grid-template-columns: 1fr 2fr;
	column-gap: 18px;
	margin-bottom: 0;
}

.page-description {
	padding-top: 8px;
}

.products-links {
	display: flex;
	justify-content: start;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 49px;
	padding-top: 13px;
}

.products-links > * {
	color: #0E4E09;
	margin-right: 113px;
	border-bottom: 1px solid transparent;
	opacity: .65;
	transition-property: opacity, border-color;
}

.products-links > *:last-child {
	margin-right: 0;
}

.products-links > *:hover {
	opacity: 1;
}

.products-links .active {
	border-color: #0E4E09;
	opacity: 1;
}

.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 48px;
}

.products .item {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	color: #171717;
	height: 550px;
}

.products .item::before {
	content: '';
	border: 1px solid #171717;
	opacity: 0.3;
	transition: 0.3s ease;
	transition-property: opacity, border-color, border-width;
	z-index: 10;
}

.products .item.full .image {
	background-size: cover;
}

.products .item:hover:before {
	opacity: 1;
	border-color: #D29132;
	border-width: 3px;
}

.products .image {
	bottom: 70px;
	z-index: 3;
	background-size: contain;
	background-position: 50% 0;
}

.products footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FBFBFB;
	padding: 25px 38px;
	z-index: 5;
}

.products strong {
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #0E4E09;
	margin-right: -10px;
}

.products .info {
	display: block;
	border-top: 1px solid #0E4E09;
	padding-top: 12px;
	margin-top: 19px;
}

.copy {
	position: relative;
	background-color: #FBFBFB;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 7px 240px;
}

.copy:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2500px;
	right: -2500px;
	background-color: #FBFBFB;
	z-index: 1;
}

.copy > * {
	position: relative;
	z-index: 5;
	color: #171717;
}

.copy a {
	text-transform: none !important;
	text-decoration: underline;
	letter-spacing: normal !important;
}

.copy a:hover {
	color: #D29132 !important;
}

.copy .by {
	font-weight: bold !important;
	text-decoration: none;
}

#footer {
	position: relative;
	background-color: #237723;
	color: #FBFBFB;
	margin-top: 70px;
	padding-top: 8px;
}

#footer::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: -70px;
	height: 292px;
	width: 2290px;
	left: calc(50% - 1145px);
	background-color: #237723;
	border-radius: 50%;
}

#footer .top {
	display: grid;
	grid-template-columns: repeat(5, minmax(144px, 285px));
	padding-bottom: 31px;
}

#footer ul {
	margin-bottom: 40px;
}

#footer li {
	margin-bottom: 6px;
}

#footer a {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: inherit;
}

#footer a:hover {
	font-weight: 600;
	text-decoration: underline;
}

#footer .logo {
	display: block;
	width: 140px;
	height: 50px;
	margin-top: 5px;
	filter: grayscale(100) brightness(100);
}

#footer .logo a {
	font-size: 0;
	line-height: 0;
}

#footer h4,
#footer .h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #FBFBFB;
	text-transform: uppercase;
	margin-bottom: 26px;
}

#footer h4:first-child,
#footer .h4:first-child {
	grid-column-start: 3;
}

#footer h4 a,
#footer .h4 a {
	font-weight: inherit;
}

#footer h4 a:hover,
#footer .h4 a:hover {
	font-weight: 800;
}

#footer address {
	display: block;
	font-style: normal;
}

#footer .call,
#footer .search-form {
	grid-column-start: span 2;
	color: #FBFBFB;
}

#footer .call {
	padding-top: 17px;
}

#footer .call a:hover {
	font-weight: 500;
	color: #D29132;
	text-decoration: none;
}

#footer .social {
	padding-top: 12px;
	margin-bottom: 0;
}

#footer .social li {
	margin-left: 34px;
}

#footer .social li:first-child {
	margin-left: 0;
}

#footer .social li:first-child svg {
	width: 20px;
	height: 20px;
}

#footer .social svg {
	width: 17px;
	height: 17px;
}

#footer .social svg path {
	fill: #FBFBFB;
}

#footer .social a:hover svg path {
	fill: #D29132;
}

#footer .home {
	display: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

.blog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 20px;
	margin-bottom: 60px;
	padding-top: 13px;
}

.blog .item {
	color: #171717;
	font-size: 16px;
	line-height: 25px;
}

.blog .item:hover {
	color: #0E4E09;
}

.blog .item:hover .image span {
	transform: scale(1.3);
}

.blog .image {
	position: relative;
	display: block;
	height: 187px;
	margin-bottom: 30px;
	overflow: hidden;
}

.blog .image span {
	display: block;
	height: 100%;
	transition: transform 1.2s ease;
}

.blog strong {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

.blog p {
	margin-bottom: 0;
}

.blog.slider {
	display: block;
	margin: 0 -20px;
}

.blog.slider .slick-list {
	margin-bottom: 36px;
}

.blog.slider .slick-slide {
	padding: 0 20px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
}

.slick-dots .slick-active button {
	border-color: #D29132;
}

.slick-dots button {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 14px;
	height: 14px;
	border: 2px solid #0E4E09;
	transition: border-color 0.3s ease;
	box-shadow: none;
	margin: 0 7px;
	padding: 0;
	border-radius: 50%;
	background: none;
}

.slick-dots button:hover {
	border-color: #D29132;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.pagination li {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin: 0 10px;
	color: #0E4E09;
}

.pagination li.active a {
	color: #D29132;
	border-color: transparent;
}

.pagination a {
	color: #0E4E09;
	border-bottom: 1px solid #0E4E09;
	transition-property: color, border-color;
}

.pagination a:hover {
	color: #D29132;
	border-color: transparent;
}

.remark {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 20px;
	border-bottom: 3px solid #0E4E09;
	margin-bottom: 20px;
	color: #0E4E09;
}

.remark p:last-child {
	margin-bottom: 0;
}

figure {
	display: block;
	margin: 0 0 60px;
	padding: 0;
}

figure img {
	display: block;
	width: 100%;
	height: auto;
}

.share span {
	float: left;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #0E4E09;
	margin-right: 67px;
}

.share .social li {
	margin-left: 86px;
}

.share .social li:first-child {
	margin-left: 0;
}

.share .social svg {
	width: 18px;
	height: 18px;
}

.meta {
	padding: 0;
	margin: 0 0 45px;
	font-size: 12px;
	line-height: 16px;
}

.meta dt {
	float: left;
	margin: 0 0 0 111px;
}

.meta dt:first-of-type {
	margin-left: 0;
}

.meta dd {
	float: left;
	font-weight: bold;
	margin: 0 0 0 2px;
}

.gallery {
	position: relative;
	padding-bottom: 53px;
}

.gallery .item {
	position: relative;
}

.gallery .item::before {
	content: '';
	display: block;
	padding-top: 46.25%;
}

.slick-arrow {
	position: absolute;
	bottom: 17px;
	display: block;
	border: none;
	box-shadow: none;
	background: none;
	padding: 0;
}

.slick-arrow:hover svg {
	fill: #D29132;
}

.slick-arrow svg {
	width: 55px;
	height: 16px;
	fill: #237723;
}

.slick-arrow.slick-disabled {
	pointer-events: none;
}

.slick-arrow.slick-disabled svg {
	fill: #171717;
	opacity: 0.4;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
	transform: rotate(180deg) translateY(5px);
	transform-origin: center center;
}

.white-block {
	position: relative;
	background-color: #fff;
	margin-top: 50px;
	padding-top: 50px;
}

.white-block::before {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #fff;
	top: 0;
	left: -2500px;
	right: -2550px;
	bottom: 0;
	pointer-events: none;
}

.white-block:last-child {
	margin-bottom: -150px;
	padding-bottom: 150px;
}

.search-results {
	max-width: 490px;
	padding: 24px 0 28px;
}

.search-results > h4,
.search-results > .h4 {
	margin-bottom: 40px;
}

.search-results .item {
	display: block;
	line-height: 30px;
	color: #171717;
	margin-bottom: 29px;
}

.search-results .item:hover strong {
	color: #D29132;
}

.search-results strong {
	display: block;
	color: #0E4E09;
	transition: color 0.3s ease;
}

.search-results p {
	margin-bottom: 0;
}

.highlighted {
	font-weight: bold;
	color: #D29132;
}

.page404 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 119px;
	padding-bottom: 123px;
}

.page404 b {
	display: block;
	font-size: 230px;
	line-height: 200px;
	letter-spacing: 0.1em;
	color: #0E4E09;
	margin-right: 28px;
}

.page404 h2,
.page404 .h2 {
	font-size: 32px;
	line-height: 39px;
	font-weight: 500;
	margin-bottom: 46px;
	max-width: 265px;
	color: #0E4E09;
}

.page404 .button {
	font-size: 12px;
	line-height: 39px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	height: 39px;
}

.production {
	margin-bottom: -30px;
}

.production .block {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	grid-auto-rows: min-content;
	margin-bottom: 65px;
}

.production .block:nth-child(even) > *:first-child {
	grid-column-start: 2;
	grid-row-start: 1;
}

.production .block:nth-child(even) > *:last-child {
	grid-column-start: 1;
	grid-row-start: 1;
}

.production .block:nth-child(even) .frame {
	padding-right: 0;
	padding-left: 120px;
}

.production .frame {
	padding-right: 120px;
	line-height: 30px;
}

.production h2,
.production .h2 {
	font-size: 30px;
	line-height: 55px;
	margin-bottom: 13px;
}

.production .gallery {
	padding: 20px 0 31px;
}

.production .gallery .item:before {
	padding-top: 67%;
}

.production .slick-arrow {
	bottom: 0;
}

#promo {
	position: relative;
	height: 684px;
}

#promo::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: calc(50% - 1450px);
	width: 2500px;
	height: 884px;
	background: url(../images/content/promo.png) no-repeat 50% 0/cover;
}

#promo .slick-list,
#promo .slick-track,
#promo .slick-slide > div {
	height: 100%;
	overflow: visible;
}

#promo .item {
	display: block !important;
	position: relative;
	width: 940px !important;
	height: 100%;
	background-position: 49px 28%;
	background-size: auto 64%;
	padding-left: 500px;
	padding-top: 65px;
	transition-property: background-size, background-position;
	transition-duration: .8s;
}

#promo p {
	opacity: 0;
	color: #0E4E09;
	max-width: 385px;
	transition: opacity .8s ease;
}

#promo h1,
#promo .h1 {
	display: block;
	font-weight: 800;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 43px;
	color: #9A731F;
	text-transform: uppercase;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: opacity .8s ease;
}

#promo .slick-slide {
	pointer-events: none;
}

#promo .slick-slide.slick-current {
	pointer-events: all;
}

#promo .slick-current .item {
	background-size: auto 91%;
	background-position: 0 8%;
}

#promo .slick-current .item p,
#promo .slick-current .item h1,
#promo .slick-current .item .h1 {
	opacity: 1;
}

#promo .slick-dots {
	position: absolute;
	right: 0;
	bottom: 110px;
	padding-bottom: 0;
}

.video {
	display: block;
	position: relative;
	overflow: hidden;
}

.video::before {
	content: '';
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.3);
	transform: translateX(-100%);
	transition: transform 0.6s ease;
	z-index: 3;
}

.video::after {
	content: '\f04b';
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border: 4px solid #FBFBFB;
	color: #FBFBFB;
	border-radius: 50%;
	font: 900 24px/72px 'Font Awesome 5\ Free';
	text-align: center;
	padding-left: 10px;
	z-index: 5;
}

.video span {
	display: block;
	height: 100%;
}

.video span::before {
	content: '';
	display: block;
	padding-top: 56.377%;
}

.video:hover:before {
	transform: translateX(0);
}

.green-block .video::after {
	border: 4px solid #237723;
	color: #237723;
}

.tab .video {
	max-width: 640px;
}

.green-block {
	position: relative;
	display: grid;
	grid-template-columns: 390px minmax(auto, 690px);
	column-gap: 120px;
	color: #FBFBFB;
	line-height: 30px;
	padding: 60px 0;
	margin-bottom: 41px;
}

.green-block::before,
.green-block::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: #237723;
}

.green-block::before {
	content: '';
	bottom: -41px;
	height: 292px;
	width: 2290px;
	left: calc(50% - 1145px);
	border-radius: 50%;
}

.green-block::after {
	top: 0;
	left: -2500px;
	right: -2550px;
	bottom: 42px;
	pointer-events: none;
}

.green-block h2,
.green-block .h2 {
	font-size: 30px;
	line-height: 30px;
	color: #FBFBFB;
	margin-bottom: 33px;
}

.green-block .video {
	margin-top: -98px;
}

.green-block p {
	margin-bottom: 46px;
}

.green-block a {
	display: inline-block;
	vertical-align: top;
	color: #FBFBFB;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
}

.green-block a:hover {
	color: #D29132;
}

.green-block.text-layout {
	display: block;
	margin-bottom: 57px;
}

.green-block.text-layout::before {
	display: none;
}

.green-block.text-layout::after {
	bottom: 0;
}

.green-block.text-layout h2,
.green-block.text-layout .h2 {
	color: #D29132;
}

.green-block .two-cols {
	padding: 0;
}

.circle-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 91px 0 112px;
	background: url(../images/content/img17.png) no-repeat 177px 90%/203px 140px;
	position: relative;
}

.circle-block::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -2500px;
	right: -2500px;
	height: 1px;
	background-color: #237723;
}

.circle-block > * {
	position: relative;
}

.circle-block .holder {
	line-height: 30px;
}

.circle-block .holder > * {
	max-width: 418px;
}

.circle-block .holder + div {
	padding-left: 10px;
}

.circle-block h1,
.circle-block .h1 {
	margin-bottom: 40px;
}

.circle-block .item {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 50%);
	margin-top: -10px;
}

.circle-block .item:first-child {
	margin-top: 0;
}

.circle-block .item:nth-child(3n+1) .image {
	grid-column-start: 1;
	grid-row-start: 1;
}

.circle-block .item:nth-child(3n+1) .frame {
	grid-column-start: 2;
	grid-row-start: 1;
	text-align: left;
}

.circle-block .item:nth-child(3n) {
	position: absolute;
	left: 0;
	transform: translate(-100%, calc(-100% + 92px));
}

.circle-block .image {
	height: 285px;
	border-radius: 50%;
	border: 1px solid #0E4E09;
	padding: 27px;
	width: 285px;
	overflow: hidden;
}

.circle-block .image span {
	display: block;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	transition: transform 1.2s ease;
}

.circle-block .image:hover span {
	transform: scale(1.26);
}

.circle-block .frame {
	padding: 0 20px;
	text-align: right;
}

.circle-block .frame div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.circle-block h3,
.circle-block .h3 {
	color: #0E4E09;
	margin-bottom: 9px;
}

.circle-block p {
	margin-bottom: 0;
}

.circle-block a {
	color: inherit;
}

.circle-block a:hover {
	color: #D29132;
}

.products-preview {
	display: grid;
	grid-template-columns: 415px calc(100% - 415px);
	padding: 50px 0 32px;
	position: relative;
}

.products-preview::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -2500px;
	right: -2500px;
	border-bottom: 1px solid #237723;
	pointer-events: none;
}

.products-preview .holder {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	line-height: 30px;
}

.products-preview .holder:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.products-preview .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.products-preview .holder > * {
	padding-bottom: 100px;
}

.products-preview h2,
.products-preview h1,
.products-preview .h1 {
	margin-bottom: 27px;
}

.products-preview h3,
.products-preview .h3 {
	color: #0E4E09;
	margin-bottom: 7px;
}

.products-preview h3 a,
.products-preview .h3 a {
	color: inherit;
}

.products-preview h3 a:hover,
.products-preview .h3 a:hover {
	color: #D29132;
}

.products-preview .item {
	display: table;
}

.products-preview .item .image {
	display: table-cell;
	vertical-align: middle;
	width: 626px;
}

.products-preview .item .frame {
	display: table-cell;
	vertical-align: middle;
	width: auto;
}

.products-preview .item::before {
	display: none;
}

.products-preview .image {
	position: relative;
}

.products-preview .image > * {
	display: block;
	height: 100%;
	background-size: contain;
}

.products-preview .image > *::before {
	content: '';
	display: block;
	padding-top: 65.815%;
}

.products-preview .slick-arrow {
	bottom: 62px;
}

.products-preview .slick-prev {
	left: -415px;
}

.products-preview .slick-next {
	right: auto;
	left: -331px;
}

.blog-block {
	display: grid;
	grid-template-columns: 180px auto;
	column-gap: 120px;
	padding-top: 92px;
}

.blog-block .holder {
	line-height: 30px;
}

.blog-block h2,
.blog-block h1,
.blog-block .h1 {
	margin-bottom: 31px;
}

.blog-block .blog {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 120px;
}

.fancybox-bg {
	background-color: #0E4E09;
}

.fancybox-is-open .fancybox-bg {
	opacity: .8;
}

.product {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	padding-bottom: 32px;
}

.product .item {
	background-size: contain;
}

.product .item::before {
	padding-top: 104%;
}

.product .info {
	padding-left: 110px;
}

.product h1,
.product .h1 {
	margin-bottom: 41px;
}

.product h1 span,
.product .h1 span {
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-weight: 500;
	padding-top: 11px;
}

.product .share {
	margin: -56px 0 29px;
}

.product p {
	line-height: 30px;
}

.product p:last-of-type {
	margin-bottom: 52px;
}

.category {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 32px;
}

.partners {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.partners > * {
	max-height: 66px;
}

.tab-controls {
	position: relative;
	display: flex;
	padding-bottom: 50px;
}

.tab-controls li {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-right: 68px;
	padding: 0 20px;
}

.tab-controls li:last-child {
	margin-right: 0;
}

.tab-controls li.active a {
	color: #D29132;
	border-color: #D29132;
}

.tab-controls li.arr {
	display: none;
	position: absolute;
	top: -3px;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 0;
	transition-property: color, opacity;
}

.tab-controls li.arr:last-child {
	left: auto;
	right: 0;
	transform: scale(-1, 1);
}

.tab-controls li.arr.disabled a {
	pointer-events: none;
	opacity: 0.5;
}

.tab-controls li.arr a {
	border-width: 0;
}

.tab-controls a {
	color: #0E4E09;
	border-bottom: 1px solid #0E4E09;
	padding-bottom: 4px;
	transition-property: color, border-color;
}

.tab-controls a:hover {
	color: #D29132;
	border-color: #D29132;
}

.contacts .tab-controls {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 5;
	padding: 0;
}

.contacts .tab-controls li:not(.arr) {
	width: 285px;
	height: 59px;
	font-size: 18px;
	line-height: 59px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.contacts .tab-controls li:not(.arr).active a {
	background-color: #D29132;
	color: #FBFBFB;
}

.contacts .tab-controls li:not(.arr) a {
	display: block;
	border: none;
	padding-bottom: 0;
	background-color: #FBFBFB;
	transition-property: color, background-color;
}

.contacts .tab-controls .arr {
	top: 0;
	width: 30px;
	height: 48px;
	line-height: 44px;
	text-align: center;
	background-color: #FBFBFB;
}

.contacts .tab-controls .arr a {
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 0;
}

.tab {
	position: absolute;
	left: -9999px;
	width: 100%;
	padding: 28px 0;
	line-height: 30px;
}

.tab.active {
	position: relative;
	left: auto;
}

.tab h4,
.tab .h4 {
	margin-bottom: 33px;
}

.tab p {
	margin-bottom: 30px;
}

.three-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	padding-bottom: 7px;
}

.content ul li,
#content ul li {
	margin-bottom: 30px;
}

.content ul li:before,
#content ul li:before {
	content: '-';
	padding-right: 9px;
}

.content ul.narrow li,
#content ul.narrow li {
	margin-bottom: 0;
}

.table {
	display: grid;
	grid-template-columns: 1fr minmax(280px, auto) minmax(auto, 1.2fr);
	line-height: 30px;
}

.table > * {
	padding: 20px 0;
	border-bottom: 1px solid #0E4E09;
}

.table > *:nth-last-child(-n+3) {
	border-bottom: none;
}

.table .head {
	font-weight: bold;
	color: #0E4E09;
}

.table li {
	margin-bottom: 10px !important;
}

.sub-text {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 11px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.lined {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.world-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	line-height: 30px;
	padding-bottom: 26px;
}

.world-col p {
	margin-bottom: 30px;
}

.world-col dl {
	padding: 0 0 0 114px;
	margin: -15px 0 0;
	display: grid;
	grid-template-columns: 1fr 2fr;
	line-height: 22px;
}

.world-col dl > * {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.world-col dl > *:first-of-type {
	border-top: none;
}

.world-col dt {
	float: none;
	font-weight: bold;
	color: #0E4E09;
}

.world-col dd {
	padding-left: 40px;
}

.digits {
	counter-reset: digits;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 54px;
	column-gap: 20px;
	padding-top: 54px;
}

.digits .item {
	counter-increment: digits;
	line-height: 30px;
}

.digits .item::before {
	content: counter(digits);
	display: block;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 0.1em;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 29px;
}

.digits p {
	margin-bottom: 12px;
}

.digits h4 {
	margin-bottom: 13px;
}

.digits h4 a:hover {
	color: #D29132;
}

.mark {
	position: relative;
	margin-bottom: 60px;
}

.mark::before {
	content: '';
	background: url(../images/icons/flower.svg) no-repeat 0 0/11px 11px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	left: -15px;
}

.world-map {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 20px;
	padding-bottom: 92px;
	margin-bottom: 50px;
}

.world-map .image {
	background-size: contain;
	background-position: 0 0;
	grid-row: 1 / span 2;
}

.world-map .image::before {
	content: '';
	display: block;
	padding-top: 72.75%;
}

.world-map .holder {
	grid-row-start: 2;
	grid-column-start: 2;
	line-height: 30px;
	max-width: 385px;
}

.world-map p:last-child {
	margin-bottom: 0;
}

.multi-cols {
	column-count: 3;
	column-gap: 20px;
	line-height: 30px;
	margin-bottom: 39px;
}

.multi-cols h4,
.multi-cols .h4 {
	margin-bottom: 27px;
}

.multi-cols.lined {
	padding-bottom: 36px;
	margin-bottom: 55px;
}

.compound {
	display: grid;
	grid-template-columns: 2fr 1fr;
	margin-bottom: 18px;
	line-height: 30px;
}

.compound > *:first-child {
	padding-right: 60px;
}

.compound p {
	padding: 4px 20px 0 0;
}

.photos {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 700px;
}

.photos a {
	margin: 0 10px 20px;
}

.photos a::before {
	content: '';
	display: block;
	padding-top: 54.92%;
}

.photos .col1 {
	width: 40%;
}

.photos .col2 {
	width: 31.312%;
}

.photos .col3 {
	width: 23.361%;
}

.photos .double::before {
	padding-top: 166.496%;
}

.photos .vertical::before {
	padding-top: 143.51%;
}

.photos .full::before {
	padding-top: 71.52%;
}

.photos .small::before {
	padding-top: 71.58%;
}

.two-cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0 0 60px;
}

.two-cols:not(.simple) > *:last-child {
	padding-left: 120px;
}

.two-cols p {
	line-height: 30px;
	margin-bottom: 10px;
}

.two-cols.reverse > *:first-child {
	grid-column-start: 2;
	grid-row-start: 1;
}

.two-cols.reverse > *:last-child {
	padding-left: 0;
	padding-right: 120px;
	grid-column-start: 1px;
	grid-row-start: 1;
}

.two-cols.simple {
	display: block;
	column-count: 2;
	column-gap: 120px;
}

.about-layout h2,
.about-layout .h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 13px;
}

.certificates {
	position: relative;
	margin: 0 -10px;
	padding: 35px 0 52px;
}

.certificates::before,
.certificates::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	pointer-events: none;
	z-index: 15;
}

.certificates::before {
	left: 0;
	background: -moz-linear-gradient(left, #fbfbfb 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, #fbfbfb 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #fbfbfb 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#00ffffff',GradientType=1 );
}

.certificates::after {
	right: 0;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fbfbfb 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fbfbfb 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbfbfb',GradientType=1 );
}

.certificates .item {
	display: block;
	color: #0E4E09;
	padding: 10px;
}

.certificates .image {
	margin-bottom: 10px;
}

.certificates .image span::before {
	content: '';
	display: block;
	padding-top: 131.215%;
}

.certificates strong {
	display: block;
	line-height: 20px;
}

.certificates span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.certificates .slick-next {
	right: 10px;
}

.certificates .slick-prev {
	left: 10px;
}

.vacant-block {
	padding: 0 0 35px 0;
	margin-bottom: 43px;
	border-bottom: 1px solid #0E4E09;
}

.vacant-block:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.contact-block dl {
	margin-bottom: 40px;
	max-width: 480px;
}

.contact-block dl dd {
	margin-bottom: 0;
}

dl {
	padding: 0;
	margin: 0;
}

dl dt {
	float: left;
	margin: 0 5px 0 0;
	font-weight: normal;
}

dl dd {
	display: block;
	overflow: hidden;
	margin: 0 0 12px;
}

address {
	display: block;
	font-style: normal;
	font-weight: normal;
}

.map-holder {
	position: relative;
	width: 100%;
	height: 626px;
}

.map-holder .tab {
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
}

.map-holder .tab.active {
	left: 50%;
}

.map-holder .map > * {
	display: block;
	width: 100%;
	height: 100%;
}

.contacts {
	position: relative;
	margin-bottom: 50px;
}

.search-frame {
	background-color: transparent;
	vertical-align: top;
	overflow-x: hidden;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 0;
	top: 55px;
	right: -6px;
	color: #FBFBFB;
	width: 40px;
	height: 40px;
	opacity: 1;
	transition-property: color;
}

.fancybox-slide--html .fancybox-close-small:hover {
	color: #D29132;
}

@media (max-width: 1023px) and (min-width: 768px) {

.contact-block {
	float: left;
	width: 50%;
}

}

@media (max-width: 1023px) {

body {
	min-width: 768px;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 32px;
}

#header {
	padding: 15px 0;
	border-bottom: 1px solid #0E4E09;
}

.home-layout #header {
	border-color: rgba(251, 251, 251, 0.5);
}

#header .top {
	padding: 0;
	margin: 0;
}

#header .top::before {
	display: none;
}

#header .call {
	display: none;
}

#header .align-right {
	display: none;
	justify-content: space-between;
	position: fixed;
	top: 25px;
	right: 88px;
	width: calc(60% - 88px - 20px);
	z-index: 28;
}

#header .align-right::after {
	display: none;
}

.navigation #header .align-right {
	display: flex;
}

.language {
	float: none;
	margin-left: 10px;
	font-size: 14px;
}

.language li {
	margin-left: 38px;
}

.social {
	float: none;
}

.social li {
	margin-left: 48px;
}

.social svg {
	width: 16px;
	height: 16px;
}

.search-icon {
	display: none;
}

.logo {
	width: 92px;
	height: 32px;
}

#nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	bottom: 0;
	z-index: 25;
	background-color: #fff;
	padding: 102px 20px 20px;
	transform: translateX(100%);
}

#nav > ul {
	max-height: calc(100% - 155px);
	overflow-y: auto;
}

.navigation #nav {
	transform: translateX(0);
}

#nav ul:not([class]) {
	display: block;
	margin: 0;
}

#nav li {
	margin: 0 0 19px;
}

#nav li > a {
	padding: 10px 0;
}

#nav li:last-child {
	margin-bottom: 0;
}

#nav li.drop::before {
	display: none;
}

#nav li.drop:hover a {
	color: #0E4E09;
}

#nav li.drop:hover .sub-menu {
	display: none;
}

#nav .show {
	display: inline-block;
}

#nav .sub-menu {
	position: relative;
	top: auto;
	left: auto;
	padding: 17px 0 0 70px;
	margin-bottom: -12px;
}

#nav .sub-menu li {
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 7px;
	background: transparent;
	border: none;
}

#nav .sub-menu li:last-child {
	margin-bottom: 0;
}

#nav .sub-menu a {
	color: #0E4E09;
	padding: 10px 0;
}

#nav .sub-menu.open {
	display: block !important;
}

#nav a:hover {
	color: #0E4E09;
}

#nav > .call {
	display: block;
}

.menu-icon {
	display: block;
}

.breadcrumbs {
	margin: 20px 0;
}

.grid {
	grid-template-columns: 1fr;
	gap: 0;
}

.products-links > * {
	margin-right: 30px;
}

.products {
	grid-template-columns: repeat(2, 1fr);
}

.copy {
	padding-left: 0;
}

#footer .logo,
#footer h4,
#footer .h4,
#footer ul,
#footer .search-form {
	display: none;
}

#footer .top {
	grid-template-columns: 1fr;
	text-align: center;
}

#footer .home {
	display: inline-block;
	vertical-align: top;
}

.blog {
	grid-template-columns: repeat(2, 1fr);
}

.blog.slider {
	padding-top: 0;
}

.slick-dots {
	padding-bottom: 26px;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.remark {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
}

.share {
	display: none;
}

.white-block {
	margin-top: 30px;
	padding-top: 30px;
}

.page404 {
	display: block;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
}

.page404 b {
	margin-right: 0;
	margin-bottom: 32px;
}

.page404 .frame {
	margin-bottom: 40px;
}

.page404 h2,
.page404 .h2 {
	margin: 0 auto 40px;
}

.production .block {
	grid-template-columns: 1fr;
}

.production .block:nth-child(n) > *:first-child {
	grid-column-start: auto;
	grid-row-start: 2;
}

.production .block:nth-child(n) > *:last-child {
	grid-column-start: auto;
	grid-row-start: 1;
}

.production .block:nth-child(n) .frame {
	padding-right: 0;
	padding-left: 0;
}

.production .frame {
	padding-right: 0;
}

.production .gallery {
	width: calc(100vw - 40px);
}

#promo {
	height: 480px;
}

#promo .item {
	width: calc(100vw - 40px - 120px) !important;
	padding-left: 250px;
	background-position: -5px 38%;
	background-size: auto 52%;
}

#promo .slick-current .item {
	background-position: -18px 18%;
	background-size: auto 80%;
}

#promo h1,
#promo .h1 {
	font-size: 54px;
	line-height: 60px;
	margin-bottom: 28px;
}

#promo .slick-dots {
	bottom: 40px;
	right: auto;
	left: 270px;
}

.green-block {
	padding: 43px 0;
	line-height: 25px;
	grid-template-columns: 1fr;
}

.green-block::before {
	bottom: 0px;
	height: 100px;
	width: 150%;
	left: 0;
	right: 0;
	transform: translateX(-17%);
	border-radius: 50%;
}

.home-layout .green-block::after {
	bottom: auto;
	height: 60px;
}

.home-layout .green-block::before {
	display: none;
}

.home-layout .green-block .frame {
	position: relative;
}

.home-layout .green-block .frame::before,
.home-layout .green-block .frame::after {
	content: '';
	position: absolute;
	background-color: #237723;
	z-index: -1;
}

.home-layout .green-block .frame::before {
	bottom: -70px;
	height: 100px;
	width: 120%;
	left: 0;
	right: 0;
	transform: translateX(-8%);
	border-radius: 50%;
}

.home-layout .green-block .frame::after {
	top: -15px;
	left: -500px;
	right: -500px;
	bottom: -28px;
}

.green-block h2,
.green-block .h2 {
	margin-bottom: 16px;
}

.green-block .video {
	margin-top: 20px;
}

.green-block p {
	margin-bottom: 20px;
}

.circle-block {
	grid-template-columns: 1fr;
	background-position: 57% 98%;
}

.circle-block .holder + div {
	padding: 30px 0 0 0;
}

.products-preview {
	grid-template-columns: 1fr;
}

.products-preview .gallery {
	width: calc(100vw - 40px);
	padding-bottom: 30px;
}

.products-preview .holder > * {
	padding-bottom: 30px;
}

.products-preview .slick-arrow {
	bottom: 0;
}

.products-preview .slick-prev {
	left: 0;
}

.products-preview .slick-next {
	right: 0;
	left: auto;
}

.products-preview .item .image {
	width: 490px;
}

.products-preview .item .frame > * {
	margin-left: -60px;
}

.blog-block {
	grid-template-columns: 1fr;
}

.product {
	grid-template-columns: 1fr;
}

.product .gallery {
	width: calc(100vw - 40px);
}

.product .item::before {
	padding-top: 64%;
}

.product .info {
	padding-left: 0;
}

.tab-controls {
	padding-bottom: 30px;
}

.tab {
	line-height: 25px;
	padding: 16px 0;
}

.table {
	grid-template-columns: repeat(3, auto);
}

.table > * {
	padding-right: 20px;
}

.table > *:nth-child(3n+3) {
	padding-right: 0;
}

.world-col {
	grid-template-columns: 1fr;
	padding-bottom: 0;
	line-height: 25px;
}

.world-col dl {
	padding-left: 0;
	margin-top: 0;
}

.digits {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
	margin-bottom: 30px;
}

.mark {
	margin-bottom: 30px;
}

.world-map {
	grid-template-columns: 1fr;
	padding-bottom: 30px;
}

.world-map .image {
	grid-row: auto;
}

.world-map .holder {
	grid-row-start: auto;
	grid-column-start: auto;
	max-width: 100%;
	line-height: 25px;
	padding-top: 30px;
}

.multi-cols {
	column-count: 2;
	line-height: 25px;
}

.compound {
	grid-template-columns: 1fr;
	left: 25px;
}

.photos {
	max-height: 410px;
}

.photos .double::before {
	padding-top: 169.496%;
}

.two-cols {
	grid-template-columns: 1fr;
	padding: 0;
}

.two-cols:not([class]) > * {
	padding-bottom: 30px;
}

.two-cols:not(.simple) > *:last-child {
	padding-left: 0;
}

.two-cols.simple {
	column-count: 1;
	column-gap: 0;
}

.two-cols.reverse > *:nth-child(n) {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px;
}

.two-cols.reverse > *:first-child {
	grid-column-start: auto;
	grid-row-start: 2;
}

}

@media (max-width: 767px) {

body {
	min-width: 320px;
}

.call-form {
	display: block;
}

.call-form input {
	display: block;
	width: 100%;
	border-right-width: 1px;
	height: 59px;
	margin-bottom: 10px;
}

.call-form .button {
	width: 100%;
}

.file-holder span {
	font-size: 0;
	line-height: 0;
}

.direction {
	width: auto;
	right: 0;
}

.mobile-search {
	left: 20px;
	width: auto;
}

#header {
	border: none;
}

#header .align-right {
	left: 20px;
	width: auto;
}

#nav {
	width: 100%;
}

.grid.one-two {
	grid-template-columns: 1fr;
}

.products-links {
	margin-bottom: 30px;
	display: block;
}

.products-links > *::after {
	content: '\A';
	white-space: pre;
	height: 6px;
	display: block;
}

.products {
	grid-template-columns: 1fr;
}

.products .item {
	height: 420px;
}

.products footer {
	padding: 16px;
}

.products strong {
	font-size: 24px;
	line-height: 24px;
	margin-right: 0;
}

.products .image {
	bottom: 56px;
}

.copy {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.copy > * {
	display: block;
	text-transform: none;
}

#footer {
	margin-top: 40px;
	padding-top: 0;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

#footer::before {
	width: 443px;
	height: 120px;
	top: -40px;
	left: calc(50% - 221px);
}

#footer a {
	letter-spacing: normal;
}

#footer .call {
	padding-top: 12px;
}

#footer .top {
	padding-bottom: 26px;
}

#footer address {
	padding: 0 15px;
}

.blog {
	grid-template-columns: 1fr;
}

.meta {
	margin-bottom: 20px;
}

.gallery .item::before {
	padding-top: 70%;
}

.page404 b {
	font-size: 140px;
	line-height: 120px;
}

.page404 img {
	max-width: 160px;
}

#promo {
	height: auto;
	padding-bottom: 60px;
}

#promo::before {
	bottom: auto;
	top: -60px;
	left: 0;
	right: 0;
	width: auto;
	height: 268px;
}

#promo .item {
	width: 88% !important;
	padding-top: 228px;
	padding-left: 0;
	background-size: auto 168px;
	background-position: -10px 1%;
	transition-property: background-size, background-position, transform;
	transform: translateX(-120px);
}

#promo .slick-current .item {
	transform: translateX(0);
	background-position: -28px -11%;
	background-size: auto 240px;
}

#promo .h1,
#promo h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #D29132;
}

#promo .slick-dots {
	bottom: 27px;
	right: 0;
	left: 0;
}

.video::after {
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	font-size: 18px;
	line-height: 48px;
}

.home-layout .green-block::after {
	height: 40px;
}

.home-layout .green-block .frame::before {
	width: 443px;
	height: 120px;
	bottom: -63px;
	left: calc(50% - 221px);
	transform: translate(0);
}

.home-layout .green-block .frame::after {
	bottom: 0;
}

.green-block .two-cols {
	margin-bottom: 0;
}

.circle-block {
	padding-top: 1px;
	padding-bottom: 30px;
	background-image: none;
}

.circle-block::before {
	display: none;
}

.circle-block .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 0 0;
	padding: 250px 0 0;
	max-width: 240px;
	white-space: normal;
}

.circle-block .item:last-child {
	margin-right: 20px;
}

.circle-block .item:nth-child(n) {
	position: relative;
	left: auto;
	transform: translate(0);
}

.circle-block .item:nth-child(n) .frame {
	text-align: left;
}

.circle-block .item:nth-child(n) .frame div {
	top: auto;
	transform: translateY(0);
}

.circle-block .image {
	position: absolute;
	top: 0;
	left: 20px;
	width: 217px;
	height: 217px;
	padding: 20px;
}

.circle-block .frame {
	padding-right: 0;
}

.circle-block .holder + div {
	white-space: nowrap;
	margin: 0 -20px;
	overflow-y: auto;
}

.circle-block .holder + div > div {
	width: 100%;
}

.products-preview {
	padding-top: 0;
}

.products-preview::before {
	display: none;
}

.products-preview .holder + div {
	white-space: nowrap;
	margin: 0 -20px;
	overflow-y: auto;
}

.products-preview .holder + div > div {
	width: 100%;
}

.products-preview .item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	max-width: 250px;
	padding: 0 0 0 20px;
	margin-right: 40px;
}

.products-preview .item:last-child {
	margin-right: 20px;
}

.products-preview .item .image {
	display: block;
	width: 216px;
	height: 216px;
	margin-bottom: 20px;
}

.products-preview .item .frame {
	display: block;
}

.products-preview .item .frame > * {
	margin-left: 0;
}

.blog-block {
	padding-top: 0;
}

.blog-block .holder + div {
	margin: 0 -20px;
	white-space: nowrap;
	overflow-y: auto;
}

.blog-block .blog {
	width: 100%;
	display: block;
	padding-left: 20px;
	margin-bottom: 0;
}

.blog-block .item {
	max-width: 265px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	margin: 0 15px 0 0;
	padding-bottom: 30px;
}

.blog-block .item:last-child {
	margin-right: 20px;
}

.product .item::before {
	padding-top: 100%;
}

.product h1,
.product .h1 {
	margin-bottom: 30px;
}

.product h1 span,
.product .h1 span {
	font-size: 20px;
	line-height: 25px;
}

.partners {
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 30px;
}

.partners > * {
	margin: 0 10px 16px;
}

.tab-controls {
	display: block;
}

.tab-controls li {
	display: none;
	text-align: center;
	margin-right: 0;
}

.tab-controls li.arr,
.tab-controls li.active {
	display: block;
}

.contacts .tab-controls {
	display: block;
	right: 0;
}

.contacts .tab-controls li:not(.arr) {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 6px;
}

.contacts .tab-controls li:not(.arr).active a {
	background-color: #FBFBFB;
	color: #D29132;
}

.three-cols {
	grid-template-columns: 1fr;
}

.table {
	display: block;
}

.table .head {
	display: none;
}

.table > * {
	position: relative;
}

.table > *::before {
	content: attr(data-title);
	display: block;
	font-weight: bold;
	color: #0E4E09;
}

.table > *:nth-child(n):not(:last-child) {
	padding-right: 0;
	border-bottom: 1px solid #0E4E09;
}

.table li {
	margin-bottom: 5px !important;
}

.world-col dl {
	grid-auto-rows: minmax(60px, auto);
}

.world-col dd {
	padding-left: 20px;
	padding-bottom: 15px;
}

.digits {
	grid-template-columns: 1fr;
}

.digits .item {
	overflow: hidden;
	line-height: 25px;
}

.digits .item::before {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.multi-cols {
	column-count: 1;
	column-gap: 0;
}

.compound > *:first-child {
	padding-right: 0;
}

.photos {
	max-height: 260px;
}

.photos a {
	margin: 0 5px 10px;
}

.two-cols {
	margin-bottom: 30px;
}

.contact-block:last-child {
	margin-bottom: -30px;
}

.contacts {
	margin-bottom: 20px;
}

}

@media (max-width: 576px) {

.fancybox-thumbs {
	width: 110px;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 110px;
}

.fancybox-thumbs__list a {
	max-width: calc(100% - 10px);
}

}

@media (max-width: 359px) {

.language {
	margin-left: 20px;
}

.language li {
	margin-left: 30px;
}

.social li {
	margin-left: 30px;
}

}

@media (max-height: 576px) {

.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px;
}

.fancybox-slide--image {
	padding: 6px 0;
}

.fancybox-close-small {
	right: -6px;
}

.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px;
}

.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px;
}

}

@keyframes a {

to {
	transform: rotate(1turn);
}

}

