

/* Start:/local/templates/iteraciya/styles/common.css?1618091857419032*/
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
	font-family: sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

html {
	color: #000000;
	height: 100%;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	overflow-x: hidden;
}

body {
	min-width: 320px;
	min-height: 100%;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: top;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

button {
	font-family: "Lato", sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="tel"],
textarea {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Lato", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

@font-face {
	font-family: "Lato";
	src: url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Black.eot");
	/* IE9 Compat Modes */
	src: url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Black.woff2") format("woff2"), url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Black.woff") format("woff"),
		url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "Lato";
	src: url("/local/templates/iteraciya/styles/fonts/Lato-Bold.eot");
	/* IE9 Compat Modes */
	src: url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Bold.woff2") format("woff2"), url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Bold.woff") format("woff"),
		url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "Lato";
	src: url("/local/templates/iteraciya/styles/fonts/Lato-Regular.eot");
	/* IE9 Compat Modes */
	src: url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Regular.woff2") format("woff2"), url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Regular.woff") format("woff"),
		url("/local/templates/iteraciya/styles/../assets/fonts/Lato-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	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);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.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;
}

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}

.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.jq-selectbox {
	z-index: 10;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
	/* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	/* в каких-то браузерах присутствует отступ */
	-webkit-appearance: 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;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.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;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	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 {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.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;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	-webkit-background-clip: content-box;
	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);
}

/* Caption */
.fancybox-caption {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.85)),
		color-stop(50%, rgba(0, 0, 0, 0.3)),
		color-stop(65%, rgba(0, 0, 0, 0.15)),
		color-stop(75.5%, rgba(0, 0, 0, 0.075)),
		color-stop(82.85%, rgba(0, 0, 0, 0.037)),
		color-stop(88%, rgba(0, 0, 0, 0.019)),
		to(transparent)
	);
	background: -webkit-linear-gradient(
		bottom,
		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 100%
	);
	background: linear-gradient(
		to top,
		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 100%
	);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
			max(44px, env(safe-area-inset-left));
	}
}

.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;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 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: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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;
	}
	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

/* Share */
.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 0;
}

.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 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	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 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	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;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	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: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	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;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.5.1
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 13.07.2018
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100% !important;
	width: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	position: absolute !important;
	/* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
	position: absolute;
	/* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
	cursor: default;
}

.os-host,
.os-host-textarea {
	position: relative;
	overflow: visible !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.os-host-flexbox {
	overflow: hidden !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.os-host-flexbox > .os-padding > .os-viewport > .os-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#hs-dummy-scrollbar-size {
	position: fixed;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	overflow: scroll;
	height: 500px;
	width: 500px;
}

#hs-dummy-scrollbar-size,
.os-viewport {
	-ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	background: transparent !important;
}

.os-content-glue {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.os-padding {
	direction: inherit;
	position: absolute;
	overflow: visible;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 1;
}

.os-host-overflow > .os-padding {
	overflow: hidden;
}

.os-viewport {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.os-content-arrange {
	position: absolute;
	z-index: -1;
	min-height: 1px;
	min-width: 1px;
	pointer-events: none;
}

.os-content {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	height: 100%;
	width: 100%;
	visibility: visible;
}

.os-content > .os-textarea {
	direction: inherit !important;
	float: none !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	border: none !important;
	border-radius: 0px !important;
	background: transparent !important;
	outline: 0px none transparent !important;
	overflow: hidden !important;
	resize: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 1;
	padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
	right: 0 !important;
}

.os-content > .os-textarea-cover {
	z-index: -1;
	pointer-events: none;
}

.os-content > .os-textarea[wrap="off"] {
	white-space: pre !important;
	margin: 0px !important;
}

.os-text-inherit {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-align: inherit;
	text-shadow: inherit;
	text-overflow: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	line-height: inherit;
	unicode-bidi: inherit;
	direction: inherit;
	color: inherit;
	cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.os-resize-observer-host {
	padding: inherit;
	border: inherit;
	border-color: transparent;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.os-resize-observer-host:after {
	content: "";
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
	height: 200%;
	width: 200%;
	padding: inherit;
	border: inherit;
	margin: 0px;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.os-size-auto-observer {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: inherit;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-webkit-flex-grow: inherit;
	flex-grow: inherit;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
	width: 1000%;
	height: 1000%;
	min-height: 1px;
	min-width: 1px;
}

.os-resize-observer-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	direction: ltr !important;
	-webkit-box-flex: 0 !important;
	-webkit-flex: none !important;
	flex: none !important;
}

.os-resize-observer-item-final {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-box-flex: 0 !important;
	-webkit-flex: none !important;
	flex: none !important;
}

.os-resize-observer {
	-webkit-animation-duration: 0.001s;
	animation-duration: 0.001s;
	-webkit-animation-name: hs-resize-observer-dummy-animation;
	animation-name: hs-resize-observer-dummy-animation;
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
	-webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
	position: absolute;
	/* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
	z-index: 999999;
	/* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
	position: absolute;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 1;
}

.os-scrollbar-corner {
	bottom: 0;
	right: 0;
}

.os-scrollbar {
	pointer-events: none;
}

.os-scrollbar-track {
	pointer-events: auto;
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0 !important;
	border: none !important;
}

.os-scrollbar-handle {
	pointer-events: auto;
	position: absolute;
	width: 100%;
	height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
	pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
	pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
	opacity: 0 !important;
}

.os-scrollbar-horizontal {
	bottom: 0;
	left: 0;
}

.os-scrollbar-vertical {
	top: 0;
	right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
	right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
	right: auto;
	left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
	right: auto;
	left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden
	+ .os-scrollbar-vertical.os-scrollbar-auto-hidden
	+ .os-scrollbar-corner {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.os-scrollbar-corner-resize-both {
	cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
	cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
	cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
	cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
	cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
	top: 0;
	bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
	right: 0;
	left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
	opacity: 1 !important;
	visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.os-host-overflow {
	overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
	from {
		z-index: 0;
	}
	to {
		z-index: -1;
	}
}

@keyframes hs-resize-observer-dummy-animation {
	from {
		z-index: 0;
	}
	to {
		z-index: -1;
	}
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
	display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
	display: block !important;
	min-width: 10px;
	min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
	right: 10px;
	height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
	bottom: 10px;
	width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
	left: 10px;
	right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
	height: 10px;
	width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
	background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
	padding: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
	background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
	background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
	min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
	min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
	border-radius: 0;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
	background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
	background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
	background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
	background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
	background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
	background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
	display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
	top: -6px;
	bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
	left: -6px;
	right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
	right: -6px;
	left: -2px;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: 0.75em;
}

.fa-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-airbnb:before {
	content: "\f834";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-bacteria:before {
	content: "\e059";
}

.fa-bacterium:before {
	content: "\e05a";
}

.fa-bahai:before {
	content: "\f666";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battle-net:before {
	content: "\f835";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-biking:before {
	content: "\f84a";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bootstrap:before {
	content: "\f836";
}

.fa-border-all:before {
	content: "\f84c";
}

.fa-border-none:before {
	content: "\f850";
}

.fa-border-style:before {
	content: "\f853";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-box-tissue:before {
	content: "\e05b";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-buffer:before {
	content: "\f837";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buy-n-large:before {
	content: "\f8a6";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-caravan:before {
	content: "\f8ff";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-carrot:before {
	content: "\f787";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-chromecast:before {
	content: "\f838";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dollar:before {
	content: "\f651";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-alt:before {
	content: "\f422";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cotton-bureau:before {
	content: "\f89e";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dailymotion:before {
	content: "\e052";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-deezer:before {
	content: "\e077";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-disease:before {
	content: "\f7fa";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edge-legacy:before {
	content: "\e078";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-evernote:before {
	content: "\f839";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-alt:before {
	content: "\f424";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fan:before {
	content: "\f863";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-faucet:before {
	content: "\e005";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-firefox-browser:before {
	content: "\e007";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-alt:before {
	content: "\f841";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-pay:before {
	content: "\e079";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-medical:before {
	content: "\e05c";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-holding-water:before {
	content: "\f4c1";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-sparkles:before {
	content: "\e05d";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-hands-wash:before {
	content: "\e05e";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-handshake-alt-slash:before {
	content: "\e05f";
}

.fa-handshake-slash:before {
	content: "\e060";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-cowboy:before {
	content: "\f8c0";
}

.fa-hat-cowboy-side:before {
	content: "\f8c1";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-head-side-cough:before {
	content: "\e061";
}

.fa-head-side-cough-slash:before {
	content: "\e062";
}

.fa-head-side-mask:before {
	content: "\e063";
}

.fa-head-side-virus:before {
	content: "\e064";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hospital-user:before {
	content: "\f80d";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-house-user:before {
	content: "\e065";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-ice-cream:before {
	content: "\f810";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-icons:before {
	content: "\f86d";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-ideal:before {
	content: "\e013";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-instagram-square:before {
	content: "\e055";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itch-io:before {
	content: "\f83a";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-house:before {
	content: "\e066";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lungs:before {
	content: "\f604";
}

.fa-lungs-virus:before {
	content: "\e067";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-mdb:before {
	content: "\f8ca";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microblog:before {
	content: "\e01a";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mixer:before {
	content: "\e056";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mouse:before {
	content: "\f8cc";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-orcid:before {
	content: "\f8d2";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-arrows:before {
	content: "\e068";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-square-alt:before {
	content: "\f87b";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-photo-video:before {
	content: "\f87c";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-square:before {
	content: "\e01e";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-plane-slash:before {
	content: "\e069";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pump-medical:before {
	content: "\e06a";
}

.fa-pump-soap:before {
	content: "\e06b";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-record-vinyl:before {
	content: "\f8d9";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-remove-format:before {
	content: "\f87d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-rust:before {
	content: "\e07a";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-salesforce:before {
	content: "\f83b";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-shield-virus:before {
	content: "\e06c";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopify:before {
	content: "\e057";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sink:before {
	content: "\e06d";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-soap:before {
	content: "\e06e";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
	content: "\f881";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
	content: "\f882";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-down-alt:before {
	content: "\f884";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-amount-up-alt:before {
	content: "\f885";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-down-alt:before {
	content: "\f886";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-numeric-up-alt:before {
	content: "\f887";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-speaker-deck:before {
	content: "\f83c";
}

.fa-spell-check:before {
	content: "\f891";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stackpath:before {
	content: "\f842";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-stopwatch-20:before {
	content: "\e06f";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-store-alt-slash:before {
	content: "\e070";
}

.fa-store-slash:before {
	content: "\e071";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swift:before {
	content: "\f8e1";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-symfony:before {
	content: "\f83d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-tiktok:before {
	content: "\e07b";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tired:before {
	content: "\f5c8";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toilet-paper-slash:before {
	content: "\e072";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-trailer:before {
	content: "\e041";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbraco:before {
	content: "\f8e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-unity:before {
	content: "\e049";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-unsplash:before {
	content: "\e07c";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-users-slash:before {
	content: "\e073";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-virus:before {
	content: "\e074";
}

.fa-virus-slash:before {
	content: "\e075";
}

.fa-viruses:before {
	content: "\e076";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-voicemail:before {
	content: "\f897";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-water:before {
	content: "\f773";
}

.fa-wave-square:before {
	content: "\f83e";
}

.fa-waze:before {
	content: "\f83f";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yammer:before {
	content: "\f840";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/local/templates/iteraciya/styles/../assets/fonts/fa-brands-400.eot");
	src: url("/local/templates/iteraciya/styles/../assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-brands-400.woff2") format("woff2"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-brands-400.woff") format("woff"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-brands-400.ttf") format("truetype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/local/templates/iteraciya/styles/../assets/fonts/fa-regular-400.eot");
	src: url("/local/templates/iteraciya/styles/../assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-regular-400.woff2") format("woff2"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-regular-400.woff") format("woff"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-regular-400.ttf") format("truetype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("/local/templates/iteraciya/styles/../assets/fonts/fa-solid-900.eot");
	src: url("/local/templates/iteraciya/styles/../assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-solid-900.woff2") format("woff2"), url("/local/templates/iteraciya/styles/../assets/fonts/fa-solid-900.woff") format("woff"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-solid-900.ttf") format("truetype"),
		url("/local/templates/iteraciya/styles/../assets/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

body {
	background: #f4f2f2;
}

.page__inner {
	max-width: 98%;
	margin: 0 auto;
	padding: 0 60px;
}
@media (max-width: 1699px) {
	.page__inner {
		max-width: none;
	}
}
@media all and (max-width: 1199px) {
	.page__inner {
		padding: 0 40px;
	}
}
@media all and (max-width: 767px) {
	.page__inner {
		padding: 0 25px;
	}
}

.page {
	overflow: hidden;
}

input[type="text"],
input[type="password"],
input[type="phone"],
input[type="tel"],
input[type="email"] {
	display: block;
	height: 53px;
	font-size: 18px;
	color: #000;
	padding: 0 30px;
	border: 1px solid black;
}

.b-btn {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 62px;
	padding: 0 35px;
	border: none;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1b1b1b;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.b-btn:hover {
	background: #49aca7;
}
.b-btn.btn-blue {
	background: #49aca7;
	color: #fff;
}
.b-btn.btn-blue:hover {
	background: #439c98;
}
.b-btn.btn-dark {
	background: #585858;
	color: #fff;
}
.b-btn.btn-dark:hover {
	background: #383838;
}
.b-btn.dark-hover:hover {
	background: #585858;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.b-btn {
		height: 46px;
		line-height: 46px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.b-btn {
		padding: 0 10px;
	}
}

.jq-checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	border: 1px solid #464646;
	margin: 0 16px 0 0;
	border-radius: 3px;
	background-color: transparent;
}
.jq-checkbox .jq-checkbox__div {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.jq-checkbox.checked .jq-checkbox__div {
	background-image: url(/local/templates/iteraciya/styles/../assets/icons/checkbox-caret.png);
	background-position: center;
	background-repeat: no-repeat;
}
.jq-checkbox input.error ~ .jq-checkbox__div {
	background-color: #f51e3d;
}

.jq-radio {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 11px 0 0;
	padding: 1px;
}
.jq-radio .jq-radio__div {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dbe6eb;
	background-color: #fff;
	border-radius: 50%;
}
.jq-radio.checked {
	padding: 0;
}
.jq-radio.checked .jq-radio__div {
	border-color: #f51e3d;
}
.jq-radio.checked .jq-radio__div:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	top: 4px;
	left: 4px;
	background: #f51e3d;
	border-radius: 50%;
}

/* HEADER */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: #fff;
	z-index: 100;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.header .page__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.header .header-pop-menu_wrap {
	position: relative;
}
.header .header-pop-menu_wrap span:before {
	content: "\f078";
	position: absolute;
	top: 50%;
	line-height: 30px;
	right: -15px;
	width: 10px;
	height: 30px;
	margin-top: -15px;
	font-family: FontAwesome;
	font-size: 10px;
	text-align: center;
	color: #303030;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-pop-menu_wrap:hover span:before {
	color: #49aca7;
}
.header .header-pop-menu_block {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;
	width: 240px;
}
.header .header-pop-menu_block .header-pop-menu_inner {
	display: block;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 12px 20px 28px 20px;
	border-radius: 2px;
}
.header .header-pop-menu_block .pop-menu_item {
	position: relative;
	padding: 0;
	margin: 14px 0 0;
}
.header .header-pop-menu_block .pop-menu_item .item-link {
	display: block;
	vertical-align: top;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #303030;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.header .header-pop-menu_block .pop-menu_item .item-link:hover {
	color: #49aca7;
}
.header .header_top {
	position: relative;
	height: 54px;
	color: #dbdbdb;
}
.header .header_top:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(0, 0, 0, 0.2);
}
.header .header-top_menu {
	display: block;
}
.header .header-top_menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.header .header-top_menu ul li {
	display: block;
	list-style: none;
	margin: 0 50px 0 0;
}
.header .header-top_menu ul li a {
	display: block;
}
.header .header-top_link {
	display: block;
	margin: 0;
	line-height: 54px;
	font-size: 16px;
	font-weight: 500;
	color: #303030;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-top_link:hover {
	color: #49aca7;
}
.header .header-top_link span {
	display: block;
	cursor: pointer;
}
.header .header-top_side {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.header .header-top_side .header-top_link {
	margin-right: 50px;
}
.header .header-top_side .header-top_link:last-child {
	margin-right: 0;
}
.header .header_main {
	background: #fff;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.header .header_main .page__inner {
	position: relative;
	height: 104px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header .header-main_logo {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 185px;
	flex: 1 0 185px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header .header-main_logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.header .header-main_logo .main-logo {
	display: block;
}
.header .header-main_logo .alter-logo {
	display: none;
}
.header .header-main_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.header .header-main_menu {
	display: block;
}
.header .header-main_menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0;
}
.header .header-main_menu ul li {
	display: block;
	margin: 0 41px 0 0;
	list-style: none;
}
.header .header-main_menu ul li a {
	position: relative;
	display: block;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	color: #303030;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_menu ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_menu ul li a.active:before {
	background: #303030;
}
.header .header-main_menu ul li a:hover {
	color: #49aca7;
}
.header .header-main_search {
	position: relative;
	width: 17.5%;
	height: 70px;
	margin: 0 0 0 2.2%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 50px 0 20px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_search input {
	position: relative;
	display: block;
	width: 100%;
	border: none;
	height: 38px;
	color: #303030;
	font-weight: 500;
	font-size: 18px;
	padding: 0;
	border-bottom: 2px solid rgba(62, 62, 62, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: 5;
}
.header .header-main_search input::-webkit-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.header .header-main_search input::-moz-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.header .header-main_search input:-ms-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.header .header-main_search input::placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.header .header-main_search button {
	position: absolute;
	right: 0px;
	top: 0;
	width: 60px;
	height: 70px;
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-magnifier.svg) center no-repeat;
	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 3;
}
.header .header-main_search button:hover {
	-webkit-filter: none;
	filter: none;
}
.header .header-main_search.open {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header .header-main_search.open input {
	visibility: visible;
	opacity: 1;
}
.header .header-main_side {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.header .header-main_log {
	display: block;
	margin: 0 0 0 20px;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 30px;
	color: #303030;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_log:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-user.svg) left center no-repeat;
	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_log:hover {
	color: #49aca7;
}
.header .header-main_log:hover:before {
	-webkit-filter: none;
	filter: none;
}
.header .header-main_basket {
	position: relative;
	margin: 0 0 0 40px;
	padding: 0 0 0 75px;
	height: 60px;
	font-weight: 500;
	font-size: 18px;
	line-height: 60px;
	color: #303030;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_basket .basket-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	display: block;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: #303030;
	border-radius: 50%;
	z-index: 5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_basket .basket-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-basket.svg) center no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header .header-main_basket:hover {
	color: #49aca7;
}
.header .header-main_basket:hover .basket-icon {
	background: #49aca7;
}
.header .header-main_mobile {
	display: none;
}
.header .header_menu-mob {
	display: none;
	-webkit-transition: top 0.2s linear;
	transition: top 0.2s linear;
}
@media all and (max-width: 1199px) {
	.header .header_menu-mob {
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		overflow-y: auto;
	}
	.header .header_menu-mob .block-search {
		position: relative;
		height: auto;
		padding: 17px 25px 0;
		margin: 0;
	}
	.header .header_menu-mob .block-search input {
		position: relative;
		display: block;
		width: calc(100% - 25px);
		margin-right: 25px;
		border: none;
		height: 34px;
		color: #303030;
		font-weight: 500;
		font-size: 18px;
		padding: 0 15px 0 0;
		border-bottom: 2px solid rgba(62, 62, 62, 0.8);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		z-index: 5;
	}
	.header .header_menu-mob .block-search input::-webkit-input-placeholder {
		color: #a2a2a2;
		opacity: 0.5;
	}
	.header .header_menu-mob .block-search input::-moz-placeholder {
		color: #a2a2a2;
		opacity: 0.5;
	}
	.header .header_menu-mob .block-search input:-ms-input-placeholder {
		color: #a2a2a2;
		opacity: 0.5;
	}
	.header .header_menu-mob .block-search input::placeholder {
		color: #a2a2a2;
		opacity: 0.5;
	}
	.header .header_menu-mob .block-search button {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 50px;
		height: 50px;
		border: none;
		padding: 0;
		background: transparent;
		cursor: pointer;
		background: url(/local/templates/iteraciya/styles/../assets/icons/icon-magnifier.svg) center no-repeat;
		-webkit-filter: brightness(0.1);
		filter: brightness(0.1);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		z-index: 8;
	}
	.header .header_menu-mob .block-catalog {
		background: #49aca7;
		padding: 17px 30px 30px 25px;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block {
		position: relative;
		display: block;
		z-index: 50;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .header-pop-menu_inner {
		display: block;
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item {
		position: relative;
		margin: 10px 0 0;
		padding: 5px 0;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item .item-link {
		display: block;
		vertical-align: top;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		color: #ffffff;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item .item-list {
		display: none;
		width: 100%;
		padding: 5px 0 5px 15px;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item .item-list a {
		display: block;
		padding: 0;
		margin: 21px 0 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #ffffff;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item .item-handler {
		position: absolute;
		right: -22px;
		top: -4px;
		height: 40px;
		width: 56px;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item .item-handler:before {
		content: "\f078";
		position: absolute;
		top: 0px;
		line-height: 40px;
		right: 0;
		width: 100%;
		height: 40px;
		font-family: FontAwesome;
		font-size: 12px;
		text-align: center;
		color: #ffffff;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item.open > .item-handler {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item .item-handler + .item-link {
		margin-right: 35px;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item.active .item-link {
		position: relative;
		padding-right: 35px;
	}
	.header .header_menu-mob .block-catalog .header-pop-menu_block .pop-menu_item.active .item-link:before {
		content: "\f00c";
		position: absolute;
		top: 0px;
		line-height: 20px;
		right: 0px;
		width: 20px;
		height: 20px;
		font-family: FontAwesome;
		font-size: 24px;
		text-align: right;
		font-weight: 400;
		color: #ffffff;
	}
	.header .header_menu-mob .header-pop-menu_block {
		width: 100%;
	}
	.header .header_menu-mob .header-main_log {
		margin: 35px 25px 0;
		font-weight: 600;
		line-height: 34px;
	}
	.header .header_menu-mob .header-top_menu {
		display: block;
		padding: 0 30px 25px 25px;
		margin: 20px 0 0;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block {
		position: relative;
		display: block;
		z-index: 50;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .header-pop-menu_inner {
		display: block;
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item {
		position: relative;
		margin: 10px 0 0;
		padding: 5px 0;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item .item-link {
		display: block;
		vertical-align: top;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		color: #303030;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item .item-list {
		display: none;
		width: 100%;
		padding: 8px 0 10px 15px;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item .item-list a {
		display: block;
		padding: 0;
		margin: 14px 0 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #303030;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item .item-handler {
		position: absolute;
		right: -22px;
		top: -4px;
		height: 40px;
		width: 56px;
		cursor: pointer;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item .item-handler:before {
		content: "\f078";
		position: absolute;
		top: 0px;
		line-height: 40px;
		right: 0;
		width: 100%;
		height: 40px;
		font-family: FontAwesome;
		font-size: 12px;
		text-align: center;
		color: #303030;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item.open > .item-handler {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item .item-handler + .item-link {
		margin-right: 35px;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item.active .item-link {
		position: relative;
		padding-right: 35px;
	}
	.header .header_menu-mob .header-top_menu .header-pop-menu_block .pop-menu_item.active .item-link:before {
		content: "\f00c";
		position: absolute;
		top: 0px;
		line-height: 20px;
		right: 0px;
		width: 20px;
		height: 20px;
		font-family: FontAwesome;
		font-size: 24px;
		text-align: right;
		font-weight: 400;
		color: #ffffff;
	}
}
.header.transparent:not(.fixed):not(.open) {
	background: transparent;
}
.header.transparent:not(.fixed):not(.open) .header_top {
	background: rgba(0, 0, 0, 0.2);
}
.header.transparent:not(.fixed):not(.open) .header_top:before {
	opacity: 0;
}
.header.transparent:not(.fixed):not(.open) .header_main {
	background: transparent;
}
.header.transparent:not(.fixed):not(.open) .header-main_logo .main-logo {
	display: none;
}
.header.transparent:not(.fixed):not(.open) .header-main_logo .alter-logo {
	display: block;
}
.header.transparent:not(.fixed):not(.open) .header-top_link {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-top_link:hover {
	color: #8cd7d3;
}
.header.transparent:not(.fixed):not(.open) .header-pop-menu_wrap span:before {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-pop-menu_wrap:hover span:before {
	color: #8cd7d3;
}
.header.transparent:not(.fixed):not(.open) .header-main_menu ul li a {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_menu ul li a.active:before {
	background: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_menu ul li a:hover {
	color: #8cd7d3;
}
.header.transparent:not(.fixed):not(.open) .header-main_log {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_log:before {
	-webkit-filter: brightness(5);
	filter: brightness(5);
}
.header.transparent:not(.fixed):not(.open) .header-main_log:hover {
	color: #8cd7d3;
}
.header.transparent:not(.fixed):not(.open) .header-main_log:hover:before {
	-webkit-filter: none;
	filter: none;
}
.header.transparent:not(.fixed):not(.open) .header-main_basket {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_basket .basket-icon {
	background: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_basket .basket-icon:before {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.header.transparent:not(.fixed):not(.open) .header-main_basket:hover {
	color: #8cd7d3;
}
.header.transparent:not(.fixed):not(.open) .header-main_basket:hover .basket-icon {
	background: #49aca7;
}
.header.transparent:not(.fixed):not(.open) .header-main_search {
	background: transparent;
}
.header.transparent:not(.fixed):not(.open) .header-main_search input {
	color: #fff;
	background: transparent;
	border-color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_search input::-webkit-input-placeholder {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_search input::-moz-placeholder {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_search input:-ms-input-placeholder {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_search input::placeholder {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-main_search button {
	-webkit-filter: brightness(5);
	filter: brightness(5);
}
.header.transparent:not(.fixed):not(.open) .header-main_search button:hover {
	-webkit-filter: none;
	filter: none;
}
.header.transparent:not(.fixed):not(.open) .header-mob_phone {
	-webkit-filter: none;
	filter: none;
}
.header.transparent:not(.fixed):not(.open) .header-mob_basket {
	color: #fff;
}
.header.transparent:not(.fixed):not(.open) .header-mob_btn span,
.header.transparent:not(.fixed):not(.open) .header-mob_btn:before,
.header.transparent:not(.fixed):not(.open) .header-mob_btn:after {
	background: #fff;
}
@media (min-width: 1024px) {
	.header.fixed .header_main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header.fixed .header_main .page__inner {
		height: 80px;
	}
	.header.fixed .header-main_logo {
		height: 80px;
		padding: 5px 0;
	}
	.header.fixed .header-main_basket {
		height: 42px;
		line-height: 42px;
	}
	.header.fixed .header-main_basket .basket-icon {
		left: 19px;
		width: 42px;
		height: 42px;
	}
	.header.fixed .header-main_basket .basket-icon:before {
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
}
@media (min-width: 1024px) and (max-width: 1699px) {
	.header {
		height: 110px;
	}
	.header .header-pop-menu_wrap span:before {
		line-height: 22px;
		right: -12px;
		width: 8px;
		height: 22px;
		margin-top: -12px;
		font-size: 8px;
	}
	.header .header-pop-menu_block {
		width: 180px;
	}
	.header .header-pop-menu_block .header-pop-menu_inner {
		padding: 9px 15px 20px 15px;
	}
	.header .header-pop-menu_block .pop-menu_item {
		position: relative;
		margin: 11px 0 0;
	}
	.header .header-pop-menu_block .pop-menu_item .item-link {
		font-size: 12px;
		line-height: 14px;
	}
	.header .header_top {
		height: 38px;
	}
	.header .header_top:before {
		height: 2px;
	}
	.header .header-top_menu ul li {
		margin: 0 35px 0 0;
	}
	.header .header-top_link {
		line-height: 38px;
		font-size: 13px;
	}
	.header .header-top_side .header-top_link {
		margin-right: 35px;
	}
	.header .header_main .page__inner {
		height: 72px;
	}
	.header .header-main_logo {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 130px;
		flex: 1 0 130px;
	}
	.header .header-main_menu ul li {
		margin: 0 30px 0 0;
	}
	.header .header-main_menu ul li a {
		font-size: 14px;
		line-height: 30px;
	}
	.header .header-main_search {
		height: 50px;
		padding: 0 35px 0 15px;
	}
	.header .header-main_search input {
		height: 28px;
		font-size: 14px;
	}
	.header .header-main_search button {
		width: 42px;
		height: 50px;
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
	.header .header-main_log {
		margin: 0 0 0 15px;
		font-size: 14px;
		line-height: 22px;
		padding: 0 0 0 22px;
	}
	.header .header-main_log:before {
		width: 22px;
		height: 22px;
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}
	.header .header-main_basket {
		position: relative;
		margin: 0 0 0 28px;
		padding: 0 0 0 52px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.header .header-main_basket .basket-icon {
		width: 42px;
		height: 42px;
	}
	.header .header-main_basket .basket-icon:before {
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
	.header.fixed .header-main_basket .basket-icon {
		left: 0;
	}
}
@media (max-width: 1199px) {
	.header .header-main_menu ul li {
		margin-right: 20px;
	}
	.header .header-main_search {
		margin-left: 1%;
	}
}
@media (max-width: 1023px) {
	.header {
		position: fixed;
		height: 70px;
	}
	.header .header_top {
		display: none;
	}
	.header .header_main .page__inner {
		position: relative;
		height: 70px;
		padding: 10px 25px;
	}
	.header .header-main_inner {
		display: none;
	}
	.header .header-main_mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.header .header-main_logo {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.header .header-main_logo img {
		max-height: 34px;
	}
	.header .header-mob_phone {
		display: block;
		height: 40px;
		width: 40px;
		background: url(/local/templates/iteraciya/styles/../assets/icons/icon-phone.svg) center no-repeat;
		-webkit-filter: brightness(0.2);
		filter: brightness(0.2);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header .header-mob_basket {
		position: relative;
		display: block;
		margin: 0 0 0 12px;
		font-weight: 600;
		font-size: 14px;
		line-height: 40px;
		color: #303030;
		padding: 0 0 0 31px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header .header-mob_basket .basket-icon {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		background: url(/local/templates/iteraciya/styles/../assets/icons/icon-basker-blue.svg) left center no-repeat;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header .header-mob_btn {
		position: relative;
		display: block;
		height: 54px;
		width: 62px;
		margin: 0 -10px 0 12px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header .header-mob_btn span {
		position: absolute;
		left: 10px;
		right: 10px;
		top: 26px;
		height: 3px;
		background: #878787;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header .header-mob_btn:before,
	.header .header-mob_btn:after {
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		top: 17px;
		height: 3px;
		background: #878787;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header .header-mob_btn:after {
		top: 35px;
	}
	.header.open {
		background: #fff;
	}
	.header.open .header_top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.header.open .header_main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header.open .header-mob_btn:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 26px;
		left: 14px;
		right: 6px;
	}
	.header.open .header-mob_btn:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 26px;
		left: 14px;
		right: 6px;
	}
	.header.open .header-mob_btn span {
		opacity: 0;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.header .header_main .page__inner {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.content {
	padding-top: 160px;
}
@media (min-width: 1023px) and (max-width: 1699px) {
	.content {
		padding-top: 110px;
	}
}
@media (max-width: 1023px) {
	.content {
		padding-top: 70px;
	}
}
.content.page-index {
	padding-top: 0;
}

.footer {
	position: relative;
	background: #585858;
	color: #ffffff;
	z-index: 10;
}
.footer .footer-main {
	padding: 80px 0 50px;
}
.footer .footer-main .page__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.footer .footer-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 22%;
	flex: 1 0 22%;
}
.footer .footer-logo {
	display: block;
}
.footer .footer-logo img {
	display: block;
	max-width: 100%;
}
.footer .footer-list {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 0 0 0 0;
}
.footer .footer-list .list-block {
	width: 25%;
	padding: 0 30px 0 0;
	margin: 0;
}
.footer .footer-list .list-block .block-title {
	display: block;
	margin: 0 0 35px;
	color: #cbc7c7;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer .footer-list .list-block li {
	display: block;
	margin: 15px 0 0;
}
.footer .footer-list .list-block li:first-of-type {
	margin-top: 0;
}
.footer .footer-list .list-block li a {
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #9f9d9d;
	font-weight: 600;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.footer .footer-list .list-block li a:hover {
	color: #49aca7;
}
.footer .footer-side {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 280px;
	flex: 1 0 280px;
}
.footer .footer-contact {
	display: block;
}
.footer .footer-contact .contact-item {
	position: relative;
	display: block;
	margin: 0 0 14px;
	padding: 0 0 0 40px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #c6c2c2;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.footer .footer-contact .contact-item.item-email {
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon_email-ft.svg) left center no-repeat;
}
.footer .footer-contact .contact-item.item-phone {
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon_phone-ft.svg) left center no-repeat;
}
.footer .footer-contact .contact-item.item-address {
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon_loc-ft.svg) left center no-repeat;
}
.footer .footer-contact .contact-item.item-time {
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon_clock-ft.svg) left center no-repeat;
}
.footer .footer-contact a.contact-item:hover {
	color: #49aca7;
}
.footer .footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 25px 0 0 -5px;
}
.footer .footer-social a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 50px 0 0;
	font-size: 22px;
	height: 30px;
	padding: 0 5px;
	color: #d5d4d4;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.footer .footer-social a img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.footer .footer-social a:hover {
	color: #49aca7;
}
.footer .footer-bot {
	position: relative;
	background: #fff;
}
.footer .footer-bot .page__inner {
	position: relative;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer .footer-copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #7e7e7e;
}
.footer .footer-copy p {
	margin: 0;
}
.footer .footer-copy a {
	color: #7e7e7e;
}
.footer .footer-copy b {
	font-weight: 600;
}
.footer .footer-making {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer .footer-making p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #7e7e7e;
}
.footer .footer-making a {
	display: block;
	margin-left: 75px;
	padding: 10px 0;
}
.footer .footer-making a img {
	display: block;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.footer .footer-main {
		padding: 55px 0 35px;
	}
	.footer .footer-logo img {
		max-width: 130px;
	}
	.footer .footer-list .list-block {
		padding: 0 22px 0 0;
	}
	.footer .footer-list .list-block .block-title {
		margin: 0 0 25px;
		font-size: 17px;
		line-height: 20px;
	}
	.footer .footer-list .list-block li {
		margin: 11px 0 0;
	}
	.footer .footer-list .list-block li a {
		font-size: 13px;
		line-height: 14px;
	}
	.footer .footer-side {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 202px;
		flex: 1 0 202px;
	}
	.footer .footer-contact .contact-item {
		margin: 0 0 10px;
		padding: 0 0 0 28px;
		font-size: 13px;
		line-height: 18px;
	}
	.footer .footer-contact .contact-item.item-email {
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
	.footer .footer-contact .contact-item.item-phone {
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}
	.footer .footer-contact .contact-item.item-address {
		-webkit-background-size: 13px auto;
		background-size: 13px auto;
	}
	.footer .footer-contact .contact-item.item-time {
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}
	.footer .footer-social {
		margin: 18px 0 0 -4px;
	}
	.footer .footer-social a {
		margin: 0 35px 0 0;
		font-size: 16px;
		height: 22px;
		padding: 0 4px;
	}
	.footer .footer-bot .page__inner {
		height: 70px;
	}
	.footer .footer-copy {
		font-size: 12px;
		line-height: 14px;
	}
	.footer .footer-making p {
		font-size: 12px;
		line-height: 14px;
	}
	.footer .footer-making a {
		margin-left: 50px;
		padding: 7px 0;
	}
	.footer .footer-making a img {
		max-width: 110px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.footer .footer-main .page__inner {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer .footer-info {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		flex: 1 0 50%;
	}
	.footer .footer-list {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
		width: calc(100% + 20px);
		margin: 35px 0 0 -20px;
	}
	.footer .footer-side {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		flex: 1 0 50%;
	}
	.footer .footer-list .list-block .block-title {
		margin-bottom: 15px;
		font-size: 15px;
	}
	.footer .footer-list .list-block {
		padding: 0 0 0 20px;
	}
}
@media (max-width: 767px) {
	.footer .footer-main {
		padding: 50px 0;
	}
	.footer .footer-main .page__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 0 30px;
	}
	.footer .footer-list {
		margin: 25px 0 0;
		display: block;
	}
	.footer .footer-list .list-block {
		width: 100%;
		margin: 45px 0 0;
		padding: 0;
		text-align: center;
	}
	.footer .footer-list .list-block .block-title {
		margin-bottom: 20px;
	}
	.footer .footer-info {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.footer .footer-side {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin: 30px 0 0;
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0;
		flex: 0;
	}
	.footer .footer-social {
		margin-top: 30px;
	}
	.footer .footer-social a {
		margin: 0 25px;
	}
	.footer .footer-contact {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.footer .footer-contact .contact-item {
		padding-left: 34px;
		font-size: 16px;
		line-height: 19px;
		min-height: 21px;
		margin: 16px 0 0;
	}
	.footer .footer-bot .page__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		height: auto;
		padding: 28px 0 34px;
	}
	.footer .footer-copy {
		line-height: 28px;
	}
	.footer .footer-making {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 28px 0 0;
	}
	.footer .footer-making a {
		margin: 20px 0 0;
	}
}

.main-slider__wrap {
	position: relative;
	height: 100vh;
	min-height: 680px;
}
@media (max-width: 767px) {
	.main-slider__wrap {
		min-height: 0;
	}
}

.main-slider_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.main-slider_block .slider-item {
	height: 100vh;
	min-height: 680px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.main-slider_block .slider-item .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 61.6%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 160px 13% 0;
}
.main-slider_block .slider-item .item-title {
	display: block;
	margin: 0 0 24px;
	font-family: "Merriweather", sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	max-width: 1200px;
}
.main-slider_block .slider-item .item-text {
	display: block;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	max-width: 640px;
}
.main-slider_block .slider-item .item-btn {
	margin: 60px 0 0;
}
.main-slider_block .slider-item .item-btn .b-btn {
	display: block;
	width: 280px;
}
.main-slider_block .slick-dots {
	position: absolute;
	left: 13%;
	right: 0;
	margin: 0;
	padding: 0;
	bottom: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-slider_block .slick-dots li {
	display: block;
	padding: 0;
	margin: 0 20px 0 0;
	list-style: none;
	cursor: pointer;
}
.main-slider_block .slick-dots li button {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 50%;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
	padding: 0;
	text-decoration: -9999px;
	font-size: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-slider_block .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.main-slider_block .slick-dots li.slick-active button {
	border-color: rgba(255, 255, 255, 0.3);
}
.main-slider_block .slick-dots li.slick-active button:before {
	opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.main-slider_block .slider-item .item-inner {
		padding: 110px 13% 0;
	}
	.main-slider_block .slider-item .item-title {
		margin: 0 0 17px;
		font-size: 33px;
		line-height: 42px;
		max-width: 840px;
	}
	.main-slider_block .slider-item .item-text {
		font-size: 14px;
		line-height: 18px;
		max-width: 500px;
	}
	.main-slider_block .slider-item .item-btn {
		margin: 42px 0 0;
	}
	.main-slider_block .slider-item .item-btn .b-btn {
		width: 220px;
		padding: 0 10px;
	}
	.main-slider_block .slick-dots {
		left: 13%;
		bottom: 30%;
	}
	.main-slider_block .slick-dots li {
		margin: 0 14px 0 0;
	}
	.main-slider_block .slick-dots li button {
		width: 18px;
		height: 18px;
	}
	.main-slider_block .slick-dots li button:before {
		margin: -4px 0 0 -4px;
		width: 8px;
		height: 8px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.main-slider_block .slider-item .item-inner {
		padding-left: 40px;
		padding-right: 40px;
		height: 70%;
	}
	.main-slider_block .slick-dots {
		left: 40px;
		bottom: 20%;
	}
}
@media (max-width: 767px) {
	.main-slider_block {
		min-height: 0;
	}
	.main-slider_block .slider-item {
		min-height: 0;
	}
	.main-slider_block .slider-item .item-inner {
		height: 100%;
		padding: 100px 25px 90px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.main-slider_block .slider-item .item-btn {
		width: 100%;
		margin: 35px 0 0;
	}
	.main-slider_block .slider-item .item-btn .b-btn {
		width: 100%;
	}
	.main-slider_block .slider-item .item-text {
		font-size: 15px;
		line-height: 19px;
	}
	.main-slider_block .slider-item .item-title {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.main-slider_block .slick-dots {
		bottom: 30px;
		left: 25px;
	}
}

.main-slider_bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26.2%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.main-slider_bot .bot-side {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 0 50px 0 6.5%;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-top: 40px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.main-slider_bot .bot-side:hover {
	color: #000;
}
.main-slider_bot .bot-side_title {
	display: block;
	margin: 0;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
}
.main-slider_bot .bot-side_text {
	display: block;
	margin: 12px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	opacity: 0.8;
}
.main-slider_bot .bot-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 36.4%;
	flex: 1 0 36.4%;
	padding: 0 1% 0 calc(6.1% - 30px);
	background: #49aca7;
}
.main-slider_bot .bot-list_item {
	display: block;
	width: 50%;
	padding-left: 30px;
	color: #fff;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.main-slider_bot .bot-list_item:hover {
	color: #000;
}
.main-slider_bot .bot-list_item .item-title {
	display: block;
	margin: 0;
	font: bold 24px/30px "Merriweather", sans-serif;
}
.main-slider_bot .bot-list_item .item-text {
	display: block;
	margin: 11px 0 0;
	font-size: 24px;
	line-height: 29px;
	opacity: 0.8;
}
.main-slider_bot .bot-video {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 18.8%;
	flex: 1 0 18.8%;
	height: 100%;
	-webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
}
.main-slider_bot .bot-video:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff url(/local/templates/iteraciya/styles/../assets/icons/icon-play-green.svg) center no-repeat;
}
.main-slider_bot .bot-video img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.main-slider_bot .bot-side {
		padding: 0 35px 0 6.5%;
		padding-top: 28px;
	}
	.main-slider_bot .bot-side_title {
		font-size: 17px;
		line-height: 21px;
	}
	.main-slider_bot .bot-side_text {
		margin: 8px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.main-slider_bot .bot-list {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 36.4%;
		flex: 1 0 36.4%;
		padding: 0 1.2% 0 1.5%;
	}
	.main-slider_bot .bot-list_item {
		padding-left: 30px;
	}
	.main-slider_bot .bot-list_item .item-title {
		font: bold 17px/21px "Merriweather", sans-serif;
	}
	.main-slider_bot .bot-list_item .item-text {
		margin: 8px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.main-slider_bot .bot-video {
		-webkit-box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.25);
	}
	.main-slider_bot .bot-video:before {
		margin: -35px 0 0 -35px;
		width: 70px;
		height: 70px;
	}
}
@media (max-width: 1199px) {
	.main-slider_bot {
		display: none;
		left: auto;
		right: 0;
		max-width: 680px;
		height: 20%;
	}
	.main-slider_bot .bot-side {
		display: none;
	}
}

.main-slider_vert-link-1,
.main-slider_vert-link-2 {
	position: absolute;
	top: 33%;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
	opacity: 0.8;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px solid transparent;
	z-index: 10;
}
.main-slider_vert-link-1:hover,
.main-slider_vert-link-2:hover {
	color: #8cd7d3;
}

.main-slider_vert-link-1 {
	left: calc(3.9% + 29px);
}

.main-slider_vert-link-2 {
	left: calc(96.1%);
}

@media (min-width: 768px) and (max-width: 1699px) {
	.main-slider_vert-link-1,
	.main-slider_vert-link-2 {
		font-size: 17px;
		line-height: 21px;
	}
	.main-slider_vert-link-1 {
		left: 81px;
	}
	.main-slider_vert-link-2 {
		left: calc(100% - 60px);
	}
}

@media (max-width: 1199px) {
	.main-slider_vert-link-1,
	.main-slider_vert-link-2 {
		display: none;
	}
}

.block_grid-double {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.block_grid-double .grid-double_main {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 64.7%;
	flex: 0 1 64.7%;
	max-width: 64.7%;
}
.block_grid-double .grid-double_side {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 35.3%;
	flex: 1 0 35.3%;
	max-width: 35.3%;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.block_grid-double .grid-double_main {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 55%;
		flex: 0 1 55%;
		max-width: 55%;
	}
	.block_grid-double .grid-double_side {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 45%;
		flex: 1 0 45%;
		max-width: 45%;
	}
}
@media (max-width: 767px) {
	.block_grid-double {
		display: block;
	}
	.block_grid-double .grid-double_main {
		max-width: 100%;
		width: 100%;
	}
	.block_grid-double .grid-double_side {
		max-width: 100%;
		width: 100%;
	}
}

.head-titling .head-titling-text {
	display: block;
	margin: 0;
	font: 600 36px/45px "Merriweather";
	color: #767676;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.head-titling .head-titling-text {
		display: block;
		margin: 0;
		font: 600 25px/31px "Merriweather";
		color: #767676;
	}
}

@media (max-width: 767px) {
	.head-titling .head-titling-text {
		font: 600 24px/30px "Merriweather";
	}
}

.demand-block {
	padding: 90px calc(1vw + 60px) 88px;
}
.demand-block .head-titling {
	margin-right: 110px;
}
@media (max-width: 767px) {
	.demand-block {
		padding: 30px 25px 40px;
	}
	.demand-block .head-titling {
		margin-right: 0;
		text-align: center;
	}
}

.demand-block_list .slick-slide.demand-block_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.demand-block_list .slick-arrow {
	position: absolute;
	right: 0;
	top: -52px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #b9b6b6;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.demand-block_list .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-arrow-r_green.svg) center no-repeat;
	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.demand-block_list .slick-arrow:hover:before {
	-webkit-filter: none;
	filter: none;
}
.demand-block_list .slick-arrow.slick-prev {
	right: 90px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.demand-block_list {
		margin-left: -25px;
		margin-right: -25px;
	}
	.demand-block_list .slick-track {
		margin-left: 25px;
	}
	.demand-block_list .demand-block_item {
		margin: 35px 0 0 25px;
		width: 235px;
	}
	.demand-block_list .demand-block_item .item-img {
		height: 265px;
	}
	.demand-block_list .demand-block_item .item-text {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 17px;
	}
	.demand-block_list .demand-block_item .item-title {
		margin: 18px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
}

.demand-block_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -60px;
}

.demand-block_item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: calc(100% / 3 - 60px);
	margin: 65px 0 0 60px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.demand-block_item .item-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	height: 370px;
}
.demand-block_item .item-img img {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.demand-block_item .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	height: calc(100% - 370px);
}
.demand-block_item .item-text {
	display: block;
	margin: 14px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #545454;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.demand-block_item .item-title {
	display: block;
	margin: 21px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.demand-block_item:hover {
	color: #49aca7;
}
.demand-block_item:hover .item-text,
.demand-block_item:hover .item-title {
	color: #49aca7;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.demand-block {
		padding: 62px 60px 60px;
	}
	.demand-block_list .slick-arrow {
		top: -36px;
		width: 42px;
		height: 42px;
	}
	.demand-block_list .slick-arrow:before {
		-webkit-background-size: auto 14px;
		background-size: auto 14px;
	}
	.demand-block_list .slick-arrow.slick-prev {
		right: 63px;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.demand-block_group {
		margin-left: -40px;
	}
	.demand-block_item {
		width: calc(100% / 3 - 40px);
		margin: 45px 0 0 40px;
	}
	.demand-block_item .item-img {
		height: 260px;
	}
	.demand-block_item .item-inner {
		height: calc(100% - 260px);
	}
	.demand-block_item .item-text {
		margin: 10px 0 0;
		font-size: 12px;
		line-height: 17px;
	}
	.demand-block_item .item-title {
		margin: 15px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.demand-block {
		padding-left: 40px;
		padding-right: 40px;
	}
	.demand-block_item {
		width: calc(100% / 2 - 40px);
	}
	.demand-block_item .item-img {
		height: 200px;
	}
}

.rehab-prev-block {
	position: relative;
	height: 100%;
	padding: 90px calc(1vw + 60px) 0;
	background: #49aca7;
}
.rehab-prev-block .head-titling .head-titling-text {
	color: #fff;
}
.rehab-prev-block .rehab-prev_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 80px -4% 0;
}
.rehab-prev-block .rehab-prev_item {
	display: block;
	width: 50%;
	margin: 0 0 90px;
	padding: 0 4%;
}
.rehab-prev-block .rehab-prev_item .item-img {
	height: 84px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.rehab-prev-block .rehab-prev_item .item-img img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.rehab-prev-block .rehab-prev_item .item-text {
	display: block;
	margin: 25px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.rehab-prev-block {
		padding: 62px 60px 0;
	}
	.rehab-prev-block .rehab-prev_list {
		margin: 55px -5% 0;
	}
	.rehab-prev-block .rehab-prev_item {
		margin: 0 0 62px;
		padding: 0 5%;
	}
	.rehab-prev-block .rehab-prev_item .item-img {
		height: 60px;
	}
	.rehab-prev-block .rehab-prev_item .item-text {
		margin: 17px 0 0;
		font-size: 13px;
		line-height: 17px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.rehab-prev-block {
		padding-left: 40px;
		padding-right: 40px;
	}
	.rehab-prev-block .rehab-prev_list {
		margin-top: 50px;
	}
	.rehab-prev-block .rehab-prev_item {
		margin-bottom: 40px;
		width: 100%;
	}
	.rehab-prev-block .rehab-prev_item .item-text {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.rehab-prev-block {
		padding: 45px 25px 55px;
	}
	.rehab-prev-block .head-titling .head-titling-text {
		text-align: center;
	}
	.rehab-prev-block .rehab-prev_list {
		margin: 55px 0 0;
		display: block;
	}
	.rehab-prev-block .rehab-prev_item {
		width: 100%;
		margin: 70px 0 0px;
		padding: 0;
	}
}

.block_catalog-prev-slider .catalog-prev-slider {
	background: #49aca7;
}
.block_catalog-prev-slider .catalog-prev-slider .slick-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #585858;
	border: none;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 5;
}
.block_catalog-prev-slider .catalog-prev-slider .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-arrow-r_green.svg) center no-repeat;
	-webkit-filter: brightness(5);
	filter: brightness(5);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.block_catalog-prev-slider .catalog-prev-slider .slick-arrow:hover:before {
	-webkit-filter: none;
	filter: none;
}
.block_catalog-prev-slider .catalog-prev-slider .slick-arrow.slick-prev {
	right: auto;
	left: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.block_catalog-prev-slider .catalog-prev-slider_item {
	display: block;
}
.block_catalog-prev-slider .catalog-prev-slider_item .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: 380px;
}
.block_catalog-prev-slider .catalog-prev-slider_item .item-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 340px;
	padding: 30px 50px 30px 80px;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	min-height: 116px;
	color: #ffffff;
	background: #49aca7;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block_catalog-prev-slider .catalog-prev-slider_item .item-info span {
	display: block;
	margin: auto;
}
.block_catalog-prev-slider .catalog-prev-slider_item .item-img {
	display: block;
	height: 380px;
	background: #fff;
	overflow: hidden;
}
.block_catalog-prev-slider .catalog-prev-slider_item .item-img img {
	max-height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block_catalog-prev-slider .catalog-prev-slider_item:hover .item-info {
	background: #439c98;
}
.block_catalog-prev-slider .catalog-prev-slider_item:hover .item-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.block_catalog-prev-slider .catalog-prev-slider_item:nth-child(even) .item-info {
	background: #585858;
}
.block_catalog-prev-slider .catalog-prev-slider_item:nth-child(even):hover .item-info {
	background: #4e4e4e;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.block_catalog-prev-slider .catalog-prev-slider .slick-arrow {
		width: 42px;
		height: 42px;
		margin-top: -21px;
	}
	.block_catalog-prev-slider .catalog-prev-slider .slick-arrow:before {
		-webkit-background-size: auto 14px;
		background-size: auto 14px;
	}
	.block_catalog-prev-slider .catalog-prev-slider .slick-arrow.slick-prev {
		right: auto;
		left: 7px;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-inner {
		height: 265px;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-info {
		width: 240px;
		padding: 22px 35px 22px 60px;
		font-size: 17px;
		line-height: 21px;
		min-height: 84px;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-img {
		height: 265px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.block_catalog-prev-slider .catalog-prev-slider_item .item-inner {
		height: 200px;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-img {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.block_catalog-prev-slider {
		border-top: 1px solid #fff;
	}
	.block_catalog-prev-slider .catalog-prev-slider .slick-arrow {
		top: 125px;
		width: 36px;
		height: 36px;
		margin-top: -18px;
		background: transparent;
		right: 0;
	}
	.block_catalog-prev-slider .catalog-prev-slider .slick-arrow.slick-prev {
		right: auto;
		left: 0px;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-inner {
		display: block;
		height: auto;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-info {
		height: 250px;
		width: auto;
		padding: 25px 55px 25px 55px;
		min-height: 0;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-img {
		width: 100%;
		height: auto;
	}
	.block_catalog-prev-slider .catalog-prev-slider_item .item-img img {
		width: 100%;
		max-height: 320px;
		object-fit: cover;
		object-position: center;
	}
}

.block_full-image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.block_full-image img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.block_full-image-slider {
	height: 100%;
}
.block_full-image-slider .slick-list,
.block_full-image-slider .slick-track {
	height: 100%;
}
.block_full-image-slider .slider-item {
	position: relative;
	height: 100%;
}
.block_full-image-slider img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.brand-about-block {
	padding: 65px 16% 80px;
	height: 100%;
	background: #fff;
}

.brand-about_slider {
	margin: 20px 0 0;
}
.brand-about_slider .slick-arrow {
	position: absolute;
	left: 72px;
	bottom: 120px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #b9b6b6;
	background: transparent;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 10;
}
.brand-about_slider .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-arrow-r_green.svg) center no-repeat;
	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.brand-about_slider .slick-arrow:hover:before {
	-webkit-filter: none;
	filter: none;
}
.brand-about_slider .slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.brand-about_item {
	height: 640px;
}
.brand-about_item .item-inner {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 50px 0 230px;
}
.brand-about_item .item-logo {
	display: block;
}
.brand-about_item .item-logo img {
	display: block;
	max-width: 100%;
}
.brand-about_item .item-text {
	display: block;
	margin: 50px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
}
.brand-about_item .item-country {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 40px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.brand-about_item .item-country img {
	display: block;
	margin: 0 15px 0 0;
}
.brand-about_item .item-country span {
	display: block;
}
.brand-about_item .item-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.brand-about_item .item-btn .b-btn {
	display: block;
	min-width: 280px;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.brand-about-block {
		padding: 45px 16% 55px;
	}
	.brand-about_slider {
		margin: 14px 0 0;
	}
	.brand-about_slider .slick-arrow {
		position: absolute;
		left: 50px;
		bottom: 84px;
		width: 42px;
		height: 42px;
	}
	.brand-about_slider .slick-arrow:before {
		-webkit-background-size: auto 14px;
		background-size: auto 14px;
	}
	.brand-about_slider .slick-arrow.slick-prev {
		left: 0;
	}
	.brand-about_item {
		height: 450px;
	}
	.brand-about_item .item-inner {
		padding: 35px 0 160px;
	}
	.brand-about_item .item-text {
		margin: 35px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.brand-about_item .item-country {
		margin: 28px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.brand-about_item .item-country img {
		margin: 0 11px 0 0;
	}
	.brand-about_item .item-btn .b-btn {
		min-width: 220px;
		padding: 0 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.brand-about-block {
		padding: 40px 40px 50px;
	}
	.brand-about_item .item-text {
		margin-top: 30px;
		font-size: 15px;
		line-height: 18px;
	}
	.brand-about_item .item-country {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.brand-about-block {
		padding: 40px 0 40px;
	}
	.brand-about-block .head-titling .head-titling-text {
		text-align: center;
	}
	.brand-about_slider {
		margin: 50px 0 0;
	}
	.brand-about_slider .slick-arrow {
		top: 88px;
		width: 36px;
		height: 36px;
		margin-top: -18px;
		background: transparent;
		right: 0px;
		left: auto;
		border: none;
	}
	.brand-about_slider .slick-arrow:before {
		-webkit-filter: none;
		filter: none;
	}
	.brand-about_slider .slick-arrow.slick-prev {
		right: auto;
		left: 0px;
	}
	.brand-about_item {
		height: auto;
		padding: 0 40px;
	}
	.brand-about_item .item-inner {
		display: block;
		padding: 0 0 0;
	}
	.brand-about_item .item-text {
		margin: 30px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
	.brand-about_item .item-country {
		margin: 50px 0 0;
	}
	.brand-about_item .item-btn {
		position: relative;
		margin: 50px 0 0;
	}
	.brand-about-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.brand-about-wrap .grid-double_main {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
		width: 100%;
		height: 340px;
	}
	.brand-about-wrap .grid-double_side {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}
}

.order-how-block {
	padding: 80px 0 0 calc(1vw + 60px);
	background: #fff;
}
.order-how-block .order-how_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 30px 0 50px;
}
.order-how-block .order-how_list .list-item {
	width: 50%;
	margin: 40px 0 0;
	padding: 0 40px 0 0;
}
.order-how-block .order-how_list .list-item .item-num {
	display: block;
	font-weight: 900;
	font-size: 48px;
	line-height: 56px;
	color: #545454;
}
.order-how-block .order-how_list .list-item .item-text {
	display: block;
	margin: 18px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.order-how-block .order-how_btn {
	display: block;
	margin-left: calc(0px - (1vw + 60px));
}
.order-how-block .order-how_btn .big-btn {
	display: block;
	padding: 47px 0 47px calc(1vw + 60px);
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background: #49aca7;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.order-how-block .order-how_btn .big-btn:hover {
	background: #439c98;
}
.order-how-block .order-how_btn .big-btn img {
	margin: 0 0 0 45px;
	vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.order-how-block {
		padding: 55px 0 0 60px;
	}
	.order-how-block .order-how_list {
		margin: 20px 0 35px;
	}
	.order-how-block .order-how_list .list-item {
		margin: 30px 0 0;
		padding: 0 30px 0 0;
	}
	.order-how-block .order-how_list .list-item .item-num {
		font-size: 33px;
		line-height: 39px;
	}
	.order-how-block .order-how_list .list-item .item-text {
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.order-how-block .order-how_btn {
		display: block;
		margin-left: -60px;
	}
	.order-how-block .order-how_btn .big-btn {
		padding: 33px 0 33px 60px;
		font-size: 25px;
		line-height: 30px;
	}
	.order-how-block .order-how_btn .big-btn img {
		margin: 0 0 0 30px;
		max-width: 72px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.order-how-block {
		padding: 55px 0 0 40px;
	}
	.order-how-block .order-how_list .list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		min-height: 39px;
	}
	.order-how-block .order-how_list .list-item .item-text {
		margin-left: 20px;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.order-how-block {
		padding: 40px 25px 0 25px;
	}
	.order-how-block .order-how_list {
		display: block;
		margin: 60px 0 80px;
	}
	.order-how-block .order-how_list .list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		min-height: 34px;
		margin: 32px 0 0;
		padding: 0;
	}
	.order-how-block .order-how_list .list-item .item-num {
		width: 90px;
		min-width: 90px;
		font-size: 36px;
		line-height: 34px;
	}
	.order-how-block .order-how_list .list-item .item-text {
		margin: 0;
		font-size: 14px;
		line-height: 17px;
	}
	.order-how-block .order-how_btn {
		margin: 0 -25px;
	}
	.order-how-block .order-how_btn .big-btn {
		font-size: 24px;
		line-height: 29px;
		padding: 26px 40px;
	}
	.order-how-block .order-how_btn .big-btn img {
		max-width: 85px;
		margin-left: 15px;
	}
}

.important-msg-block {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	color: #fff;
}
.important-msg-block .important-msg_img {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 59%;
	flex: 1 0 59%;
}
.important-msg-block .important-msg_inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 41%;
	flex: 1 0 41%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	background: #49aca7;
	padding: 72px calc((1vw + 60px) * 0.75) 100px calc(1vw + 60px);
}
.important-msg-block .important-msg_title {
	display: block;
	margin: 0;
	font: 600 48px/60px "Merriweather", sans-serif;
	color: #ffffff;
}
.important-msg-block .important-msg_text {
	display: block;
	margin: 28px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #f0ecec;
}
.important-msg-block .important-msg_subtext {
	display: block;
	margin: 75px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #c4c4c4;
}
.important-msg-block .important-msg_bot {
	display: block;
}
.important-msg-block .important-msg_icon {
	display: block;
}
.important-msg-block .important-msg_icon img {
	display: block;
}
.important-msg-block .important-msg_icon p {
	display: block;
	margin: 50px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
.important-msg-block .important-msg_btn {
	margin: 55px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.important-msg-block .important-msg_btn .b-btn {
	display: block;
	min-width: 280px;
	max-width: 100%;
}
.important-msg-block .important-msg_btn .b-btn:hover {
	background: #585858;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.important-msg-block .important-msg_inner {
		padding: 50px 60px 70px 45px;
	}
	.important-msg-block .important-msg_title {
		font: 600 33px/42px "Merriweather", sans-serif;
	}
	.important-msg-block .important-msg_text {
		margin: 20px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.important-msg-block .important-msg_subtext {
		margin: 35px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.important-msg-block .important-msg_icon img {
		max-height: 60px;
	}
	.important-msg-block .important-msg_icon p {
		margin: 35px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.important-msg-block .important-msg_btn {
		margin: 38px 0 0;
	}
	.important-msg-block .important-msg_btn .b-btn {
		min-width: 220px;
		padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.important-msg-block {
		border-left: 1px solid #fff;
	}
	.important-msg-block .important-msg_img {
		display: none;
	}
}
@media (max-width: 767px) {
	.important-msg-block .important-msg_img {
		display: none;
	}
	.important-msg-block .important-msg_inner {
		padding: 40px 40px 50px;
		margin: 10px 0 0;
	}
	.important-msg-block .important-msg_title {
		font: 600 24px/30px "Merriweather", sans-serif;
	}
	.important-msg-block .important-msg_text {
		margin: 35px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
	.important-msg-block .important-msg_subtext {
		margin: 32px 0 0;
		font-size: 14px;
		line-height: 17px;
	}
	.important-msg-block .important-msg_icon {
		margin: 58px 0 0;
		height: auto;
	}
	.important-msg-block .important-msg_icon img {
		margin: 0 auto;
	}
	.important-msg-block .important-msg_icon p {
		margin: 48px 0 0;
		font-size: 18px;
		line-height: 21px;
	}
	.important-msg-block .important-msg_btn {
		margin: 44px -15px 0;
	}
	.important-msg-block .important-msg_btn .b-btn {
		min-width: 0;
		width: 100%;
		padding: 0 10px;
	}
}

.txt-btn-block {
	position: relative;
	background: #49aca7;
	padding: 47px 0;
}
.txt-btn-block .page__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.txt-btn-block .block-text {
	display: block;
	margin: 0;
	max-width: 66%;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #ffffff;
}
.txt-btn-block .block-btn .b-btn {
	display: block;
	min-width: 280px;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.txt-btn-block {
		padding: 33px 0;
	}
	.txt-btn-block .block-text {
		font-size: 25px;
		line-height: 30px;
	}
	.txt-btn-block .block-btn .b-btn {
		padding: 0 10px;
		min-width: 220px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.txt-btn-block .page__inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.txt-btn-block .block-text {
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.txt-btn-block {
		padding: 45px 25px 40px 40px;
	}
	.txt-btn-block .page__inner {
		display: block;
		padding: 0;
	}
	.txt-btn-block .block-text {
		font-size: 24px;
		line-height: 29px;
		max-width: none;
	}
	.txt-btn-block .block-btn {
		margin: 55px 0 0 -15px;
	}
	.txt-btn-block .block-btn .b-btn {
		padding: 0 10px;
		width: 100%;
		min-width: 0;
	}
}

.rent-term-block {
	padding: 65px 0 90px;
}
.rent-term-block .rent-term_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 60px 0 0 calc(0px - (1vw + 60px) * 1.5);
}
.rent-term-block .rent-term_list .list-item {
	position: relative;
	width: calc((100% / 3) - ((1vw + 60px) * 0.75));
	padding: 0 0 0 calc((1vw + 60px) * 0.75);
	margin-left: calc((1vw + 60px) * 0.75);
}
.rent-term-block .rent-term_list .list-item:before {
	content: "";
	position: absolute;
	top: 112px;
	left: -3px;
	width: 3px;
	height: 130px;
	background: #585858;
	opacity: 0.2;
}
.rent-term-block .rent-term_list .list-item:first-of-type:before {
	display: none;
}
.rent-term-block .rent-term_list .item-title {
	display: block;
	padding: 0;
	margin: 0 0 70px;
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	color: #000000;
}
.rent-term-block .rent-term_list ul {
	display: block;
	padding: 0;
	margin: 0;
}
.rent-term-block .rent-term_list ul li {
	position: relative;
	display: block;
	padding: 0 0 0 25px;
	margin: 18px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
}
.rent-term-block .rent-term_list ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	background: #000000;
	border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.rent-term-block {
		padding: 45px 0 60px;
	}
	.rent-term-block .rent-term_list {
		margin: 45px 0 0 -90px;
	}
	.rent-term-block .rent-term_list .list-item {
		width: calc((100% / 3) - 45px);
		padding: 0 0 0 45px;
		margin-left: 45px;
	}
	.rent-term-block .rent-term_list .list-item:before {
		top: 80px;
		left: -2px;
		width: 2px;
		height: 90px;
	}
	.rent-term-block .rent-term_list .item-title {
		margin: 0 0 50px;
		font-size: 28px;
		line-height: 34px;
	}
	.rent-term-block .rent-term_list ul li {
		padding: 0 0 0 18px;
		margin: 13px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.rent-term-block .rent-term_list ul li:before {
		top: 7px;
		width: 5px;
		height: 5px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.rent-term-block .rent-term_list {
		margin: 0px 0 0 0px;
		display: block;
	}
	.rent-term-block .rent-term_list .list-item {
		width: 100%;
		display: block;
		padding: 30px 0 0 0;
		margin: 30px 0 0 0;
	}
	.rent-term-block .rent-term_list .list-item:first-child {
		margin-top: 5px;
	}
	.rent-term-block .rent-term_list .list-item:before {
		top: 0px;
		height: 2px;
		width: 200px;
		left: 0px;
	}
	.rent-term-block .rent-term_list .list-item .item-title {
		margin-bottom: 20px;
	}
	.rent-term-block .rent-term_list .list-item ul li br {
		display: none;
	}
}
@media (max-width: 767px) {
	.rent-term-block {
		padding: 45px 0 60px;
	}
	.rent-term-block .page__inner {
		padding: 0;
	}
	.rent-term-block .head-titling .head-titling-text {
		text-align: center;
	}
	.rent-term-block .rent-term_list {
		position: relative;
		margin: 50px 0 0;
		padding-bottom: 60px;
	}
	.rent-term-block .rent-term_list .list-item {
		width: 100%;
		padding: 0 40px;
		margin: 0;
	}
	.rent-term-block .rent-term_list .list-item:before {
		display: none;
	}
	.rent-term-block .rent-term_list .item-title {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
	}
	.rent-term-block .rent-term_list ul li {
		padding: 0 0 0 18px;
		margin: 6px 0 0;
		font-size: 14px;
		line-height: 18px;
	}
	.rent-term-block .rent-term_list ul li:before {
		top: 5px;
	}
	.rent-term-block .rent-term_list .slick-dots {
		position: absolute;
		left: 40px;
		right: 40px;
		margin: 0;
		padding: 0;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		z-index: 5;
	}
	.rent-term-block .rent-term_list .slick-dots:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 4px;
		width: 100%;
		height: 3px;
		background: #c8c8c8;
	}
	.rent-term-block .rent-term_list .slick-dots li {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
		cursor: pointer;
	}
	.rent-term-block .rent-term_list .slick-dots li:before {
		display: none;
	}
	.rent-term-block .rent-term_list .slick-dots li button {
		position: relative;
		display: block;
		width: 12px;
		height: 12px;
		background: transparent;
		border: none;
		border-radius: 50%;
		-webkit-transition: all 0.15s linear;
		transition: all 0.15s linear;
		padding: 0;
		text-decoration: -9999px;
		font-size: 0;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.rent-term-block .rent-term_list .slick-dots li.slick-active button {
		background: #49aca7;
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
}

.request-form_block {
	padding: 65px calc((1vw + 60px) * 0.75) 0 calc(1vw + 60px);
	background: #fff;
}
.request-form_block .head-titling .head-titling-text {
	color: #000;
}
.request-form_block .request-form_inner {
	margin: -10px 0 0;
}
.request-form_block .check-block {
	margin: 35px 0 0;
}
/* .request-form_block .request-form_field {
	margin: 55px 0 0;
} */
.request-form_block .request-form_field {
	margin: 35px 0 0;
}
.request-form_block .request-form_field .field-label {
	display: block;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}
.request-form_block .request-form_field input:not(.styling) {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	/* height: 50px; */
	height: 40px;
	border: none;
	border-bottom: 2px solid rgba(62, 62, 62, 0.8);
	font-weight: 600;
	font-size: 24px;
	color: #303030;
}
.request-form_block .request-form_field input:not(.styling)::-webkit-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field input:not(.styling)::-moz-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field input:not(.styling):-ms-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field input:not(.styling)::placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field textarea {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	/* min-height: 118px; */
	min-height: 80px;
	border: none;
	padding-top: 15px;
	border-bottom: 2px solid rgba(62, 62, 62, 0.8);
	font-weight: 600;
	font-size: 24px;
	color: #303030;
	resize: vertical;
}
.request-form_block .request-form_field textarea::-webkit-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field textarea::-moz-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field textarea:-ms-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field textarea::placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.request-form_block .request-form_field .jq-file {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	position: relative;
	padding-left: 46px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-attach.svg) left center no-repeat;
	cursor: pointer;
}
.request-form_block .request-form_field .jq-file input {
	cursor: pointer;
}
.request-form_block .request-form_field .jq-file .jq-file__name {
	display: none;
	cursor: pointer;
}
.request-form_block .request-form_field .jq-file .jq-file__browse {
	display: block;
	cursor: pointer;
}
.request-form_block .request-form_field .jq-file.changed .jq-file__name {
	display: block;
}
.request-form_block .request-form_field .jq-file.changed .jq-file__browse {
	display: none;
}
.request-form_block .request-form_btn {
	display: block;
	margin-top: 55px;
	margin-left: calc(0px - (1vw + 60px));
	margin-right: calc(0px - ((1vw + 60px) * 0.75));
}
.request-form_block .request-form_btn .big-btn {
	display: block;
	width: 100%;
	padding: 47px calc((1vw + 60px) * 0.75) 47px calc(1vw + 60px);
	min-height: 170px;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #ffffff;
	text-align: left;
	border: none;
	text-decoration: none;
	background: #49aca7;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.request-form_block .request-form_btn .big-btn:hover {
	background: #439c98;
}
.request-form_block .request-form_btn .big-btn img {
	margin: 0 0 0 45px;
	vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.request-form_block {
		padding: 45px 45px 0 60px;
	}
	.request-form_block .request-form_inner {
		margin: -7px 0 0;
	}
	.request-form_block .check-block {
		margin-top: 25px;
		font-size: 12px;
		line-height: 16px;
	}
	/* .request-form_block .request-form_field {
		margin: 38px 0 0;
	} */
	.request-form_block .request-form_field {
		margin: 25px 0 0;
	}
	.request-form_block .request-form_field .field-label {
		margin: 0 0 6px;
		font-size: 13px;
		line-height: 17px;
	}
	.request-form_block .request-form_field input:not(.styling) {
		height: 35px;
		font-size: 17px;
	}
	.request-form_block .request-form_field textarea {
		min-height: 82px;
		font-size: 17px;
	}
	.request-form_block .request-form_field .jq-file {
		font-size: 13px;
		line-height: 16px;
		padding-left: 32px;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
	.request-form_block .request-form_btn {
		display: block;
		margin-top: 38px;
		margin-left: -60px;
		margin-right: -45px;
	}
	.request-form_block .request-form_btn .big-btn {
		padding: 33px 45px 33px 60px;
		min-height: 120px;
		font-size: 25px;
		line-height: 30px;
	}
	.request-form_block .request-form_btn .big-btn img {
		margin: 0 0 0 32px;
		max-width: 72px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.request-form_block {
		padding: 45px 40px 0 40px;
	}
}
@media (max-width: 767px) {
	.request-form_block {
		padding: 45px 40px 0 40px;
	}
	.request-form_block .head-titling .head-titling-text {
		text-align: center;
	}
	.request-form_block .request-form_btn {
		margin: 30px -40px 0;
	}
	.request-form_block .request-form_btn .big-btn {
		font-size: 24px;
		line-height: 29px;
		padding: 28px 40px;
		min-height: 110px;
	}
	.request-form_block .request-form_btn .big-btn img {
		max-width: 85px;
		margin-left: 20px;
	}
	.request-form_block .request-form_inner {
		margin: 40px 0 0;
	}
	.request-form_block .check-block {
		margin: 25px 0 0;
		font-size: 12px;
		line-height: 16px;
	}
	/* .request-form_block .request-form_field {
		margin: 31px 0 0;
	} */
	.request-form_block .request-form_field {
		margin: 25px 0 0;
	}
	.request-form_block .request-form_field .field-label {
		margin: 0px;
		font-size: 14px;
		line-height: 17px;
	}
	.request-form_block .request-form_field input:not(.styling) {
		height: 54px;
		font-size: 17px;
	}
	.request-form_block .request-form_field textarea {
		margin-top: 6px;
		min-height: 48px;
		font-size: 17px;
	}
	.request-form_block .request-form_field .jq-file {
		font-size: 14px;
		line-height: 16px;
		padding-left: 28px;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
}

.about-prev-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.about-prev-block .about-prev_img {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 48.5%;
	flex: 1 0 48.5%;
}
.about-prev-block .about-prev_img .head-titling {
	position: absolute;
	left: calc(1vw + 60px);
	top: 65px;
	z-index: 10;
}
.about-prev-block .about-prev_img .head-titling .head-titling-text {
	color: #fff;
}
.about-prev-block .about-prev_info-item {
	display: block;
}
.about-prev-block .about-prev_info-item .item-icon {
	display: block;
	height: 85px;
}
.about-prev-block .about-prev_info-item .item-icon img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.about-prev-block .about-prev_info-item .item-text {
	display: block;
	margin: 40px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
}
.about-prev-block .about-prev_inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 51.5%;
	flex: 1 0 51.5%;
	background: #49aca7;
}
.about-prev-block .about-prev_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: 730px;
}
.about-prev-block .about-prev_top-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 57.5%;
	flex: 1 0 57.5%;
	padding: 45px 6% 45px;
}
.about-prev-block .about-prev_top-main .about-prev_info {
	max-width: 380px;
}
.about-prev-block .about-prev_top-main .about-prev_info-item {
	position: relative;
	padding: 55px 0 0;
	margin: 80px 0 0;
}
.about-prev-block .about-prev_top-main .about-prev_info-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 250px;
	background: rgba(255, 255, 255, 0.7);
}
.about-prev-block .about-prev_top-main .about-prev_info-item:first-child {
	margin-top: 0;
	padding-top: 0;
}
.about-prev-block .about-prev_top-main .about-prev_info-item:first-child:before {
	display: none;
}
.about-prev-block .about-prev_top-side {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 42.5%;
	flex: 1 0 42.5%;
}
.about-prev-block .about-prev_bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.about-prev-block .about-prev_bot-item {
	display: block;
	width: calc(100% / 3);
	min-height: 380px;
	background: #49aca7;
}
.about-prev-block .about-prev_bot-item:nth-child(2) {
	background: #585858;
}
.about-prev-block .about-prev_bot-item .about-prev_info-item {
	padding: 90px 15% 30px;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.about-prev-block .about-prev_img .head-titling {
		left: 60px;
		top: 50px;
	}
	.about-prev-block .about-prev_info-item .item-icon {
		height: 60px;
	}
	.about-prev-block .about-prev_info-item .item-text {
		margin: 28px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.about-prev-block .about-prev_top {
		height: 510px;
	}
	.about-prev-block .about-prev_top-main {
		padding: 45px 6% 35px;
	}
	.about-prev-block .about-prev_top-main .about-prev_info {
		max-width: 265px;
	}
	.about-prev-block .about-prev_top-main .about-prev_info-item {
		padding: 38px 0 0;
		margin: 50px 0 0;
	}
	.about-prev-block .about-prev_top-main .about-prev_info-item:before {
		height: 4px;
		width: 175px;
	}
	.about-prev-block .about-prev_top-main .about-prev_info-item:first-child {
		margin-top: 0;
		padding-top: 0;
	}
	.about-prev-block .about-prev_bot-item {
		min-height: 265px;
	}
	.about-prev-block .about-prev_bot-item .about-prev_info-item {
		padding: 65px 15% 20px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.about-prev-block {
		border-top: 1px solid #fff;
	}
	.about-prev-block .about-prev_img {
		display: none;
	}
	.about-prev-block .about-prev_top {
		height: 480px;
	}
	.about-prev-block .about-prev_top-main {
		padding-left: 40px;
		padding-right: 40px;
	}
	.about-prev-block .about-prev_top-main .about-prev_info {
		max-width: 400px;
	}
}
@media (max-width: 767px) {
	.about-prev-block {
		display: block;
	}
	.about-prev-block .about-prev_img {
		display: block;
		padding: 40px 25px 35px;
	}
	.about-prev-block .about-prev_img .head-titling {
		position: relative;
		left: 0;
		top: 0;
	}
	.about-prev-block .about-prev_img .head-titling .head-titling-text {
		color: #767676;
		text-align: center;
	}
	.about-prev-block .about-prev_img .block_full-image {
		display: none;
	}
	.about-prev-block .about-prev_top {
		display: block;
		height: auto;
	}
	.about-prev-block .about-prev_inner {
		display: block;
	}
	.about-prev-block .about-prev_top-main {
		width: 100%;
		padding: 45px 40px 45px;
	}
	.about-prev-block .about-prev_top-main .about-prev_info-item {
		margin: 60px 0 0;
	}
	.about-prev-block .about-prev_top-main .about-prev_info-item:before {
		width: 100%;
	}
	.about-prev-block .about-prev_top-main .item-icon {
		text-align: center;
	}
	.about-prev-block .about-prev_top-main .item-icon img {
		margin: 0 auto;
	}
	.about-prev-block .about-prev_top-main .item-text {
		margin: 40px 0 0;
		font-size: 18px;
		line-height: 21px;
	}
	.about-prev-block .about-prev_top-side {
		height: 320px;
	}
	.about-prev-block .about-prev_bot {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.about-prev-block .about-prev_bot-item {
		width: 100%;
		height: 300px;
		min-height: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 40px;
	}
	.about-prev-block .about-prev_bot-item:nth-child(1) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
		padding: 0;
		height: auto;
	}
	.about-prev-block .about-prev_bot-item:nth-child(1) .block_full-image img {
		display: block;
		position: relative;
	}
	.about-prev-block .about-prev_bot-item:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.about-prev-block .about-prev_bot-item:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.about-prev-block .about-prev_bot-item .about-prev_info-item {
		padding: 0;
	}
	.about-prev-block .about-prev_bot-item .item-icon {
		text-align: center;
	}
	.about-prev-block .about-prev_bot-item .item-icon img {
		margin: 0 auto;
	}
	.about-prev-block .about-prev_bot-item .item-text {
		font-size: 18px;
		line-height: 21px;
	}
}

.services-prev-block {
	padding: 85px 0 50px;
}
.services-prev-block.services-prev-block--inner {
	padding-top: 25px;
	padding-bottom: 60px;
}
.services-prev-block .services-prev_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 85px 0 0;
}
.services-prev-block .services-prev_col {
	display: block;
}
.services-prev-block .col-titling {
	margin: 0 0 73px;
}
.services-prev-block .col-titling .col-titling_icon {
	display: block;
	height: 90px;
}
.services-prev-block .col-titling .col-titling_icon img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.services-prev-block .col-titling p {
	display: block;
	margin: 30px 0 0;
	font: bold 36px/45px "Merriweather", sans-serif;
	color: #000000;
}
.services-prev-block .col-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 68px 0 0;
}
.services-prev-block .col-item .item-title {
	position: relative;
	display: block;
	padding: 0 0 14px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.services-prev-block .col-item .item-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	height: 4px;
	background: transparent;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.services-prev-block .col-item:hover .item-title {
	color: #4893ca;
}
.services-prev-block .col-item:hover .item-title:after {
	background: #4893ca;
}
.services-prev-block .col-item .item-text {
	display: block;
	margin: 37px 0 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #545454;
	min-height: 120px;
	max-width: 350px;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.services-prev-block {
		padding: 60px 0 35px;
	}
	.services-prev-block .services-prev_inner {
		margin: 60px 0 0;
	}
	.services-prev-block .col-titling {
		margin: 0 0 50px;
	}
	.services-prev-block .col-titling .col-titling_icon {
		height: 62px;
	}
	.services-prev-block .col-titling p {
		margin: 20px 0 0;
		font: bold 25px/32px "Merriweather", sans-serif;
	}
	.services-prev-block .col-item {
		margin: 45px 0 0;
	}
	.services-prev-block .col-item .item-title {
		padding: 0 0 10px;
		font-size: 17px;
		line-height: 21px;
	}
	.services-prev-block .col-item .item-title:after {
		bottom: -3px;
		height: 3px;
	}
	.services-prev-block .col-item .item-text {
		margin: 26px 0 0;
		font-size: 14px;
		line-height: 17px;
		min-height: 85px;
		max-width: 250px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.services-prev-block {
		padding-bottom: 60px;
	}
	.services-prev-block .services-prev_inner {
		display: block;
	}
	.services-prev-block .services-prev_col {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 60px 0 0;
	}
	.services-prev-block .col-titling {
		width: 100%;
		margin-bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.services-prev-block .col-titling .col-titling_icon {
		width: 60px;
	}
	.services-prev-block .col-titling .col-titling_icon img {
		margin: auto;
	}
	.services-prev-block .col-titling p {
		margin: 0 0 0 30px;
	}
	.services-prev-block .col-item {
		width: 50%;
		margin-top: 30px;
	}
	.services-prev-block .col-item .item-text {
		min-height: 0;
		margin-top: 10px;
	}
	.services-prev-block .col-item .item-title {
		padding-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.services-prev-block {
		padding: 50px 40px 65px;
	}
	.services-prev-block .head-titling .head-titling-text {
		text-align: center;
	}
	.services-prev-block .page__inner {
		padding: 0;
	}
	.services-prev-block .services-prev_inner {
		display: block;
		margin-top: -30px;
	}
	.services-prev-block.services-prev-block--inner {
		padding-top: 0;
	}
	.services-prev-block .services-prev_col {
		display: block;
		margin: 80px 0 0;
	}
	.services-prev-block .col-titling {
		width: 100%;
		margin-bottom: 40px;
	}
	.services-prev-block .col-titling .col-titling_icon {
		text-align: center;
		height: auto;
	}
	.services-prev-block .col-titling .col-titling_icon img {
		margin: 0 auto;
	}
	.services-prev-block .col-titling p {
		text-align: center;
		margin: 20px 0 0;
		font-size: 19px;
		line-height: 24px;
	}
	.services-prev-block .col-item {
		width: 100%;
		margin-top: 35px;
	}
	.services-prev-block .col-item .item-text {
		min-height: 0;
		margin-top: 14px;
		font-size: 14px;
		line-height: 17px;
	}
	.services-prev-block .col-item .item-title {
		padding-bottom: 5px;
		font-size: 18px;
		line-height: 22px;
	}
}

.breadcrum-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin: 30px 0 32px 0;
}
.breadcrum-block > * {
	position: relative;
	display: block;
	color: #343434;
	margin-right: 20px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.breadcrum-block > *:before {
	content: "/";
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	text-align: center;
	color: #343434;
}
.breadcrum-block a:hover {
	color: #49aca7;
}
.breadcrum-block span {
	margin-right: 0;
}
.breadcrum-block span:before {
	display: none;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.breadcrum-block {
		font-size: 13px;
		line-height: 20px;
		margin: 25px 0 25px 0;
	}
	.breadcrum-block > * {
		margin-right: 15px;
	}
	.breadcrum-block > *:before {
		right: -15px;
		width: 15px;
	}
}
@media (max-width: 767px) {
	.breadcrum-block {
		margin: 35px 0 20px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.breadcrum-block > * {
		line-height: 22px;
	}
}

.page-titling {
	display: block;
	margin: 32px 0 0;
}
.page-titling .page-titling_text {
	display: block;
	margin: 0;
	font: 600 48px/60px "Merriweather", sans-serif;
	color: #2d2d2d;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.page-titling {
		margin: 25px 0 0;
	}
	.page-titling .page-titling_text {
		font: 600 34px/42px "Merriweather", sans-serif;
	}
}
@media (max-width: 767px) {
	.page-titling {
		margin: 20px 0 0;
	}
	.page-titling .page-titling_text {
		font: 600 24px/30px "Merriweather", sans-serif;
	}
}

.page-inner_block {
	margin: 60px 0 0;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.page-inner_block {
		margin: 40px 0 0;
	}
}
@media (max-width: 767px) {
	.page-inner_block {
		margin: 40px 0 0;
	}
}

.catalog-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 120px;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.catalog-grid {
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.catalog-grid {
		display: block;
		margin: 0;
	}
}

.catalog-grid_item {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 710px);
	flex: 0 1 calc(100% - 710px);
	width: calc(100% - 710px);
}
.catalog-grid_item:nth-child(4n + 2) {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 710px;
	flex: 1 0 710px;
	width: 710px;
}
.catalog-grid_item:nth-child(4n + 3) {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 1020px);
	flex: 0 1 calc(100% - 1020px);
	width: calc(100% - 1020px);
}
.catalog-grid_item:nth-child(4n + 4) {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 1020px;
	flex: 1 0 1020px;
	width: 1020px;
}
.catalog-grid_item .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: 380px;
}
.catalog-grid_item .item-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 310px;
	flex: 1 0 310px;
	width: 310px;
	padding: 30px 40px 30px 60px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
	background: #49aca7;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog-grid_item .item-info span {
	display: block;
	margin: auto;
}
.catalog-grid_item .item-img {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	height: 380px;
	background: #fff;
	overflow: hidden;
	padding: 30px;
}
.catalog-grid_item .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.catalog-grid_item:hover .item-info {
	background: #439c98;
}
.catalog-grid_item:hover .item-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.catalog-grid_item:nth-child(4n + 1) .item-info,
.catalog-grid_item:nth-child(4n + 3) .item-info {
	padding-left: calc(1vw + 60px);
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 340px;
	flex: 1 0 340px;
	width: 340px;
}
.catalog-grid_item:nth-child(4n + 2) .item-info,
.catalog-grid_item:nth-child(4n + 3) .item-info {
	background: #585858;
}
.catalog-grid_item:nth-child(4n + 2):hover .item-info,
.catalog-grid_item:nth-child(4n + 3):hover .item-info {
	background: #4e4e4e;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.catalog-grid_item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 calc(100% - 500px);
		flex: 0 1 calc(100% - 500px);
		width: calc(100% - 500px);
	}
	.catalog-grid_item:nth-child(4n + 2) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 500px;
		flex: 1 0 500px;
		width: 500px;
	}
	.catalog-grid_item:nth-child(4n + 3) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 calc(100% - 720px);
		flex: 0 1 calc(100% - 720px);
		width: calc(100% - 720px);
	}
	.catalog-grid_item:nth-child(4n + 4) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 720px;
		flex: 1 0 720px;
		width: 720px;
	}
	.catalog-grid_item .item-inner {
		height: 265px;
	}
	.catalog-grid_item .item-info {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 220px;
		flex: 1 0 220px;
		width: 220px;
		padding: 28px 28px 28px 40px;
		font-size: 17px;
		line-height: 21px;
	}
	.catalog-grid_item .item-img {
		height: 265px;
	}
	.catalog-grid_item:nth-child(4n + 1) .item-info,
	.catalog-grid_item:nth-child(4n + 3) .item-info {
		padding-left: 60px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 240px;
		flex: 1 0 240px;
		width: 240px;
	}
}
@media (min-width: 1023px) and (max-width: 1199px) {
	.catalog-grid_item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
	}
	.catalog-grid_item:nth-child(4n + 2) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		flex: 1 0 50%;
		width: 50%;
	}
	.catalog-grid_item:nth-child(4n + 3) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
	}
	.catalog-grid_item:nth-child(4n + 4) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 50%;
		flex: 1 0 50%;
		width: 50%;
	}
	.catalog-grid_item .item-inner {
		height: 265px;
	}
	.catalog-grid_item .item-info {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 220px;
		flex: 1 0 220px;
		width: 220px;
		padding: 28px 28px 28px 40px;
	}
	.catalog-grid_item:nth-child(4n + 1) .item-info,
	.catalog-grid_item:nth-child(4n + 3) .item-info {
		padding-left: 40px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 220px;
		flex: 1 0 220px;
		width: 220px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.catalog-grid_item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		height: 200px;
	}
	.catalog-grid_item:nth-child(4n + 2) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	.catalog-grid_item:nth-child(4n + 3) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
	}
	.catalog-grid_item:nth-child(4n + 4) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	.catalog-grid_item .item-info {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 37%;
		flex: 1 0 37%;
		width: 37%;
		padding: 28px 28px 28px 40px;
		height: 200px;
	}
	.catalog-grid_item .item-img {
		height: 200px;
	}
	.catalog-grid_item:nth-child(4n + 1) .item-info,
	.catalog-grid_item:nth-child(4n + 3) .item-info {
		padding-left: 40px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 37%;
		flex: 1 0 37%;
		width: 37%;
	}
	.catalog-grid_item:nth-child(4n + 3) .item-info {
		background: #49aca7;
	}
	.catalog-grid_item:nth-child(4n + 3):hover .item-info {
		background: #439c98;
	}
	.catalog-grid_item:nth-child(4n + 2) .item-info,
	.catalog-grid_item:nth-child(4n + 4) .item-info {
		background: #585858;
	}
	.catalog-grid_item:nth-child(4n + 2):hover .item-info,
	.catalog-grid_item:nth-child(4n + 4):hover .item-info {
		background: #4e4e4e;
	}
}
@media (max-width: 767px) {
	.catalog-grid_item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	.catalog-grid_item .item-inner {
		display: block;
		height: auto;
	}
	.catalog-grid_item .item-info {
		height: 250px;
		width: auto;
		padding: 25px 55px 25px 55px;
		min-height: 0;
	}
	.catalog-grid_item:nth-child(4n + 1),
	.catalog-grid_item:nth-child(4n + 2),
	.catalog-grid_item:nth-child(4n + 3),
	.catalog-grid_item:nth-child(4n + 4) {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
	.catalog-grid_item:nth-child(4n + 1) .item-info,
	.catalog-grid_item:nth-child(4n + 2) .item-info,
	.catalog-grid_item:nth-child(4n + 3) .item-info,
	.catalog-grid_item:nth-child(4n + 4) .item-info {
		width: 100%;
		padding: 25px 40px 25px 55px;
	}
	.catalog-grid_item .item-img {
		width: 100%;
		height: auto;
	}
	.catalog-grid_item .item-img img {
		width: 100%;
		min-height: 250px;
		height: auto;
		max-height: 320px;
		object-fit: cover;
		object-position: center;
	}
}

.mobile-only {
	display: none;
}
@media (max-width: 767px) {
	.mobile-only {
		display: block;
	}
}

.show-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 80px 0;
}
.show-more .b-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.show-more {
		margin: 55px 0;
	}
	.show-more .b-btn {
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	.show-more {
		margin: 45px 40px;
	}
	.show-more .b-btn {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.page__inner .show-more {
		margin-left: 0;
		margin-right: 0;
	}
}

.catalog-listing_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 44px 0;
}
.catalog-listing_block .catalog-listing_filter {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 24.4%;
	flex: 1 0 24.4%;
	padding: 0 4% 0 0;
}
.catalog-listing_block .catalog-listing_inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 75.6%;
	flex: 1 0 75.6%;
}

.catalog-filter_block {
	padding: 7px 0 0;
}
.catalog-filter_block .catalog-filter_item {
	margin: 40px 0 0;
}
.catalog-filter_block .catalog-filter_item:first-child {
	margin-top: 0;
}
.catalog-filter_block .catalog-filter_item .item-title {
	display: block;
	padding: 5px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #2d2d2d;
}
.catalog-filter_block .catalog-filter_item .item-input input {
	display: block;
	width: 180px;
	height: 49px;
	padding: 0 19px;
	border: none;
	color: #2d2d2d;
	font-size: 24px;
	font-weight: 400;
}
.catalog-filter_block .catalog-filter_item .item-input input::-webkit-input-placeholder {
	color: #9f9d9d;
}
.catalog-filter_block .catalog-filter_item .item-input input::-moz-placeholder {
	color: #9f9d9d;
}
.catalog-filter_block .catalog-filter_item .item-input input:-ms-input-placeholder {
	color: #9f9d9d;
}
.catalog-filter_block .catalog-filter_item .item-input input::placeholder {
	color: #9f9d9d;
}
.catalog-filter_block .catalog-filter_item .item-input span {
	margin: 0 0 0 25px;
	font-size: 24px;
	line-height: 49px;
	color: #2d2d2d;
}
.catalog-filter_block .catalog-filter_item .item-input-bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 12px 0 0;
}
.catalog-filter_block .catalog-filter_item .item-list label {
	position: relative;
	display: block;
	width: 100%;
	margin: 4px 0 0;
	padding: 5px 0 5px 48px;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #2d2d2d;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-filter_block .catalog-filter_item .item-list label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: -9999;
}
.catalog-filter_block .catalog-filter_item .item-list label i {
	position: absolute;
	left: 0;
	top: 9px;
	width: 21px;
	height: 21px;
	border-radius: 1px;
	border: 1px solid #49aca7;
	display: block;
	background: #ffffff;
}
.catalog-filter_block .catalog-filter_item .item-list label:hover {
	color: #49aca7;
}
.catalog-filter_block .catalog-filter_item .item-list label input:checked + i:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-check.svg) center no-repeat;
}
.catalog-filter_block .catalog-filter_show-all {
	margin: 32px 0 0;
	font-size: 24px;
	line-height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.catalog-filter_block .catalog-filter_show-all a {
	position: relative;
	display: block;
	color: #49aca7;
	opacity: 0.8;
	padding-right: 28px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-filter_block .catalog-filter_show-all a:hover {
	opacity: 1;
}
.catalog-filter_block .catalog-filter_show-all i {
	position: absolute;
	right: 0;
	top: 7px;
	line-height: 30px;
	font-size: 14px;
}
.catalog-filter_block .catalog-filter_btn {
	margin: 60px 0 0;
}
.catalog-filter_block .catalog-filter_btn .b-btn {
	display: block;
	width: 100%;
	max-width: 280px;
}
.catalog-filter_block .catalog-filter_btn .btn-dark {
	margin: 15px 0 0;
}
.catalog-filter_block .catalog-filter_close {
	display: none;
}

.filter-show {
	display: none;
}

.catalog-listing_inner .page-titling {
	margin: 0;
}

.catalog-listing_text {
	margin: 24px 0 0;
	max-width: 1200px;
	font-size: 18px;
	line-height: 27px;
	color: #4c5356;
}
.catalog-listing_text a {
	color: #49aca7;
}
.catalog-listing_text a:hover {
	text-decoration: underline;
}

.catalog-listing_results {
	display: block;
	margin: 40px 0 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	color: #474747;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.catalog-listing_results {
		margin: 28px 0 0;
		font-size: 17px;
		line-height: 19px;
	}
}
@media (max-width: 767px) {
	.catalog-listing_results {
		margin: 28px 0 0;
		font-size: 16px;
		line-height: 18px;
	}
}

.catalog-listing_brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 40px 0 0;
	font-size: 18px;
	line-height: 27px;
	color: #4c5356;
}
.catalog-listing_brand a {
	color: #49aca7;
}
.catalog-listing_brand a:hover {
	text-decoration: underline;
}
.catalog-listing_brand .brand-info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.catalog-listing_brand .brand-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 29%;
	margin-left: 4.1%;
}
.catalog-listing_brand .brand-img img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.catalog-listing_sorting {
	margin: 40px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.catalog-listing_sorting .sorting-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 40px;
	color: #2d2d2d;
}
.catalog-listing_sorting .sort-label {
	display: block;
	margin: 0 50px 0 0;
}
.catalog-listing_sorting .sort-item {
	display: block;
	margin: 0 42px 0 0;
	font-weight: 600;
	color: #2d2d2d;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-listing_sorting .sort-item.active,
.catalog-listing_sorting .sort-item:hover {
	color: #49aca7;
}
.catalog-listing_sorting .sorting-view {
	margin: 0 -10px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.catalog-listing_sorting .sorting-view .view-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 40px;
	padding: 0 10px;
	margin: 0 0 0 4px;
}
.catalog-listing_sorting .sorting-view .view-item img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.catalog-list_item .item-inner {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.catalog-list_item .item-labels {
	position: absolute;
	left: 0;
	top: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	z-index: 5;
}
.catalog-list_item .item-labels span {
	display: block;
	margin: 12px 0 0;
	height: 30px;
	padding: 0 16px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background: #49aca7;
	border-radius: 0 2px 2px 0;
}

.catalog-list_item .item-fav {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 34px;
	height: 31px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-fav.svg) center no-repeat;
	z-index: 5;
}
.catalog-list_item .item-fav.active {
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-fav-active.svg) center no-repeat;
}

.catalog-list_item .item-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 365px;
	background: #fff;
}
.catalog-list_item .item-img img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.catalog-list_item .item-title {
	display: block;
	margin: 25px 0 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #000000;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-list_item .item-title:hover {
	color: #49aca7;
}

.catalog-list_item .item-text {
	display: block;
	margin: 14px 0 0;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	color: #545454;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
@media (max-width: 1600px) {
	.catalog-list_item .item-text {
		margin: 10px 0 0;
		font-size: 15px;
		line-height: 19px;
	}
}

@media (max-width: 1200px) {
	.catalog-list_item .item-text {
		margin: 10px 0 0;
		font-size: 13px;
		line-height: 17px;
	}
}

.catalog-list_item .item-price {
	display: block;
	margin: 25px 0 0;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	color: #777777;
}

.catalog-list_item .item-price-old {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #aeaeae;
}
.catalog-list_item .item-price-old span {
	position: relative;
	display: block;
	padding: 0 3px;
}
.catalog-list_item .item-price-old span:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #616161;
	opacity: 0.5;
}

.catalog-list_item .item-bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 34px 0 0;
}
.catalog-list_item .item-bot .b-btn {
	display: block;
	padding: 0 30px;
}
.catalog-list_item .item-bot .item-link {
	margin: 0 0 0 27px;
	font-size: 18px;
	padding: 10px 0;
	line-height: 22px;
	font-weight: 600;
	color: #585858;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-list_item .item-bot .item-link:hover {
	color: #49aca7;
}

.catalog-list {
	margin: -75px 0 0 -16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.catalog-list .catalog-list_item {
	width: calc(100% / 4 - 16px);
	margin: 110px 0 0 16px;
}
.catalog-list.fullw-list .catalog-list_item {
	width: calc(100% / 5 - 16px);
}

.listing-article_block {
	margin: 60px 0 60px;
	font-size: 18px;
	line-height: 27px;
	color: #4c5356;
	max-width: 1080px;
}
.listing-article_block h2 {
	display: block;
	margin: 24px 0;
	font-size: 22px;
	line-height: 28px;
	color: #1f1f1f;
}
.listing-article_block h2:first-child {
	margin-top: 0;
}
.listing-article_block p {
	margin: 24px 0 0;
}
.listing-article_block p:first-child {
	margin-top: 0;
}
.listing-article_block ol,
.listing-article_block ul {
	margin: 24px 0 0;
	padding: 0;
}
.listing-article_block ol:first-child,
.listing-article_block ul:first-child {
	margin-top: 0;
}
.listing-article_block ol li,
.listing-article_block ul li {
	position: relative;
	padding: 0 0 0 23px;
	margin: 6px 0 0;
	font-size: 18px;
	line-height: 24px;
	list-style: none;
}
.listing-article_block ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 9px;
	background: #49aca7;
}
.listing-article_block ol li {
	counter-increment: my-awesome-counter;
	position: relative;
}
.listing-article_block ol li:before {
	content: counter(my-awesome-counter) ".";
	position: absolute;
	background: none;
	left: 0;
	top: 0px;
	width: 20px;
	height: 24px;
	line-height: 24px;
	color: #49aca7;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.catalog-listing_block {
		margin: 30px 0;
	}
	.catalog-filter_block {
		padding: 5px 0 0;
	}
	.catalog-filter_block .catalog-filter_item {
		margin: 28px 0 0;
	}
	.catalog-filter_block .catalog-filter_item:first-child {
		margin-top: 0;
	}
	.catalog-filter_block .catalog-filter_item .item-title {
		padding: 4px 0;
		font-size: 17px;
		line-height: 21px;
	}
	.catalog-filter_block .catalog-filter_item .item-input input {
		width: 125px;
		height: 35px;
		padding: 0 13px;
		font-size: 17px;
	}
	.catalog-filter_block .catalog-filter_item .item-input span {
		margin: 0 0 0 17px;
		font-size: 17px;
		line-height: 35px;
	}
	.catalog-filter_block .catalog-filter_item .item-input-bl {
		margin: 8px 0 0;
	}
	.catalog-filter_block .catalog-filter_item .item-list label {
		margin: 4px 0 0;
		padding: 4px 0 4px 35px;
		font-size: 17px;
		line-height: 21px;
	}
	.catalog-filter_block .catalog-filter_item .item-list label i {
		top: 6px;
		width: 16px;
		height: 16px;
	}
	.catalog-filter_block .catalog-filter_item .item-list label input:checked + i:before {
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}
	.catalog-filter_block .catalog-filter_show-all {
		margin: 22px 0 0;
		font-size: 17px;
		line-height: 28px;
	}
	.catalog-filter_block .catalog-filter_show-all a {
		padding-right: 20px;
	}
	.catalog-filter_block .catalog-filter_show-all i {
		top: 5px;
		line-height: 21px;
		font-size: 10px;
	}
	.catalog-filter_block .catalog-filter_btn {
		margin: 40px 0 0;
	}
	.catalog-filter_block .catalog-filter_btn .b-btn {
		max-width: 200px;
	}
	.catalog-filter_block .catalog-filter_btn .btn-dark {
		margin: 12px 0 0;
	}
	.catalog-listing_text {
		margin: 17px 0 0;
		max-width: 840px;
		font-size: 13px;
		line-height: 19px;
	}
	.catalog-listing_brand {
		margin: 28px 0 0;
		font-size: 13px;
		line-height: 19px;
	}
	.catalog-listing_sorting {
		margin: 28px 0 0;
	}
	.catalog-listing_sorting .sorting-inner {
		font-size: 13px;
		line-height: 28px;
	}
	.catalog-listing_sorting .sort-label {
		margin: 0 35px 0 0;
	}
	.catalog-listing_sorting .sort-item {
		margin: 0 30px 0 0;
	}
	.catalog-listing_sorting .sorting-view {
		margin: 0 -7px 0 0;
	}
	.catalog-listing_sorting .sorting-view .view-item {
		height: 28px;
		padding: 0 7px;
		margin: 0 0 0 3px;
	}
	.catalog-listing_sorting .sorting-view .view-item img {
		max-height: 18px;
	}
	.catalog-list_item .item-labels {
		top: 2px;
	}
	.catalog-list_item .item-labels span {
		margin: 9px 0 0;
		height: 22px;
		line-height: 24px;
		padding: 0 12px;
		font-size: 13px;
	}
	.catalog-list_item .item-fav {
		right: 9px;
		top: 9px;
		width: 24px;
		height: 22px;
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
	.catalog-list_item .item-fav.active {
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
	.catalog-list_item .item-img {
		height: 255px;
	}
	.catalog-list_item .item-title {
		margin: 18px 0 0;
		font-size: 18px;
		line-height: 23px;
	}
	.catalog-list_item .item-price {
		margin: 18px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.catalog-list_item .item-price-old {
		margin: 7px 0 0;
		font-size: 13px;
		line-height: 17px;
	}
	.catalog-list_item .item-bot {
		margin: 34px 0 0;
	}
	.catalog-list_item .item-bot .b-btn {
		padding: 0 20px;
	}
	.catalog-list_item .item-bot .item-link {
		margin: 0 0 0 20px;
		font-size: 13px;
		padding: 7px 0;
		line-height: 18px;
	}
	.catalog-list {
		margin: -55px 0 0 -12px;
	}
	.catalog-list .catalog-list_item {
		width: calc(100% / 4 - 12px);
		margin: 80px 0 0 12px;
	}
	.catalog-list.fullw-list .catalog-list_item {
		width: calc(100% / 5 - 12px);
	}
	.listing-article_block {
		margin: 50px 0 50px;
		font-size: 13px;
		line-height: 19px;
		color: #4c5356;
		max-width: 760px;
	}
	.listing-article_block h2 {
		margin: 18px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.listing-article_block h2:first-child {
		margin-top: 0;
	}
	.listing-article_block p {
		margin: 18px 0 0;
	}
	.listing-article_block p:first-child {
		margin-top: 0;
	}
	.listing-article_block ol,
	.listing-article_block ul {
		margin: 18px 0 0;
		padding: 0;
	}
	.listing-article_block ol:first-child,
	.listing-article_block ul:first-child {
		margin-top: 0;
	}
	.listing-article_block ol li,
	.listing-article_block ul li {
		padding: 0 0 0 18px;
		margin: 5px 0 0;
		font-size: 13px;
		line-height: 17px;
	}
	.listing-article_block ul li:before {
		top: 4px;
		width: 7px;
		height: 7px;
	}
	.listing-article_block ol li:before {
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.catalog-list {
		margin: -55px 0 0 -12px;
	}
	.catalog-list .catalog-list_item {
		width: calc(100% / 3 - 12px);
		margin: 80px 0 0 12px;
	}
	.catalog-list.fullw-list .catalog-list_item {
		width: calc(100% / 4 - 12px);
	}
}

@media (max-width: 1023px) {
	.catalog-listing_block {
		display: block;
	}
	.catalog-listing_block .catalog-listing_filter {
		padding: 0;
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.catalog-listing_block .catalog-listing_inner {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.filter-show {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		font-size: 18px;
		z-index: 50;
	}
	.catalog-filter_block {
		display: none;
		position: fixed;
		top: 70px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 30px 25px;
		overflow-y: auto;
		background: #f4f2f2;
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		z-index: 60;
	}
	.catalog-filter_block .catalog-filter_close {
		position: absolute;
		display: block;
		right: 0px;
		top: 0px;
		font-size: 30px;
		width: 80px;
		height: 80px;
		line-height: 86px;
		text-align: center;
		color: #2d2d2d;
	}
	.catalog-list.fullw-list .catalog-list_item {
		width: calc(100% / 3 - 12px);
	}
}

@media (max-width: 767px) {
	.catalog-listing_block {
		margin-top: 0;
	}
	.catalog-listing_text {
		font-size: 14px;
		line-height: 17px;
		font-weight: 500;
	}
	.catalog-listing_sorting {
		display: block;
		margin: 25px 0 0;
	}
	.catalog-listing_sorting .sorting-inner {
		display: block;
		font-size: 14px;
		line-height: 28px;
	}
	.catalog-listing_sorting .sorting-inner .sort-label {
		margin: 0;
	}
	.catalog-listing_sorting .sorting-inner .sort-item {
		margin: 0;
	}
	.catalog-listing_sorting .sorting-view {
		display: none;
	}
	.catalog-listing_brand {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 28px 0 0;
		font-size: 14px;
		line-height: 17px;
	}
	.catalog-listing_brand .brand-info {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.catalog-listing_brand .brand-img {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
		margin: 0 0 20px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: none;
	}
	.catalog-list {
		margin: -45px 15px 0;
		display: block;
	}
	.catalog-list .catalog-list_item {
		width: 100%;
		margin: 75px 0 0;
	}
	.catalog-list.fullw-list .catalog-list_item {
		width: 100%;
	}
	.catalog-list_item .item-img {
		height: 265px;
	}
	.catalog-list_item .item-labels span {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		padding: 0 12px;
		margin: 10px 0 0;
	}
	.catalog-list_item .item-fav {
		right: 10px;
		top: 10px;
	}
	.catalog-list_item .item-title {
		font-size: 19px;
		line-height: 23px;
		margin: 23px 0 0;
	}
	.catalog-list_item .item-price {
		font-size: 18px;
		line-height: 22px;
		margin: 21px 0 0;
	}
	.catalog-list_item .item-price-old {
		font-size: 14px;
		line-height: 17px;
	}
	.catalog-list_item .item-bot {
		margin: 2px 0 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-list_item .item-bot .b-btn {
		margin: 20px 30px 0 0;
	}
	.catalog-list_item .item-bot .item-link {
		margin: 22px 0 0;
		padding: 5px 0;
	}
	.filter-show {
		height: 45px;
		line-height: 46px;
	}
	.catalog-filter_block {
		padding-top: 25px;
	}
	.catalog-filter_block .catalog-filter_item {
		margin: 28px 0 0;
	}
	.catalog-filter_block .catalog-filter_item:first-child {
		margin-top: 0;
	}
	.catalog-filter_block .catalog-filter_item .item-title {
		padding: 4px 0;
		font-size: 17px;
		line-height: 21px;
	}
	.catalog-filter_block .catalog-filter_item .item-input input {
		width: 125px;
		height: 35px;
		padding: 0 13px;
		font-size: 17px;
	}
	.catalog-filter_block .catalog-filter_item .item-input span {
		margin: 0 0 0 17px;
		font-size: 17px;
		line-height: 35px;
	}
	.catalog-filter_block .catalog-filter_item .item-input-bl {
		margin: 8px 0 0;
	}
	.catalog-filter_block .catalog-filter_item .item-list label {
		margin: 4px 0 0;
		padding: 4px 0 4px 35px;
		font-size: 17px;
		line-height: 21px;
	}
	.catalog-filter_block .catalog-filter_item .item-list label i {
		top: 6px;
		width: 16px;
		height: 16px;
	}
	.catalog-filter_block .catalog-filter_item .item-list label input:checked + i:before {
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}
	.catalog-filter_block .catalog-filter_show-all {
		margin: 22px 0 0;
		font-size: 17px;
		line-height: 28px;
	}
	.catalog-filter_block .catalog-filter_show-all a {
		padding-right: 20px;
	}
	.catalog-filter_block .catalog-filter_show-all i {
		top: 5px;
		line-height: 21px;
		font-size: 10px;
	}
	.catalog-filter_block .catalog-filter_btn {
		margin: 40px 0 0;
	}
	.catalog-filter_block .catalog-filter_btn .b-btn {
		max-width: none;
	}
	.catalog-filter_block .catalog-filter_btn .btn-dark {
		margin: 12px 0 0;
	}
	.listing-article_block {
		margin: 45px 0;
		font-size: 14px;
		line-height: 22px;
		color: #4c5356;
	}
	.listing-article_block h2 {
		margin: 22px 0;
		font-size: 18px;
		line-height: 28px;
	}
	.listing-article_block h2:first-child {
		margin-top: 0;
	}
	.listing-article_block p {
		margin: 22px 0 0;
	}
	.listing-article_block p:first-child {
		margin-top: 0;
	}
	.listing-article_block ol,
	.listing-article_block ul {
		margin: 22px 0 0;
		padding: 0;
	}
	.listing-article_block ol:first-child,
	.listing-article_block ul:first-child {
		margin-top: 0;
	}
	.listing-article_block ol li,
	.listing-article_block ul li {
		padding: 0 0 0 23px;
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.listing-article_block ol li:before,
	.listing-article_block ul li:before {
		font-size: 14px;
		line-height: 22px;
	}
}

.catalog-item_page .page-titling {
	margin: 0;
}
.catalog-item_page .page-titling .page-titling_text {
	font-size: 36px;
	line-height: 44px;
	color: #585858;
}

.catalog-item_view .catalog-view_inner {
	position: relative;
	padding: 0 0 0 50.8%;
	min-height: 610px;
}

.catalog-item_view .page-titling {
	margin: 0;
}
.catalog-item_view .page-titling .page-titling_text {
	position: relative;
	top: -5px;
	color: #585858;
	font-size: 48px;
	line-height: 56px;
}

.catalog-item_view .catalog-view_tags {
	margin: 22px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.catalog-item_view .catalog-view_tags .tag-item {
	display: block;
	margin: 0 22px 0 0;
	padding: 0 22px;
	height: 42px;
	font-weight: 400;
	line-height: 42px;
	font-size: 24px;
	background: #49aca7;
	text-align: center;
	color: #ffffff;
}

.catalog-item_view .catalog-view_article {
	display: block;
	margin: 0 0 0 30px;
	font-size: 14px;
	line-height: 17px;
	color: rgba(31, 31, 31, 0.5);
}

.catalog-item_view .catalog-view_images {
	position: absolute;
	left: 0;
	top: 0;
	width: 46.3%;
	height: 610px;
}
.catalog-item_view .catalog-view_images .images-slider {
	position: relative;
	height: 610px;
	margin: 0;
	padding: 0 0 0 155px;
}
.catalog-item_view .catalog-view_images .images-slider .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.catalog-item_view .catalog-view_images .images-slider .slider-gallery {
	width: 100%;
	height: 100%;
}
.catalog-item_view .catalog-view_images .images-slider .slider-gallery .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
}
.catalog-item_view .catalog-view_images .images-slider .slider-gallery .swiper-wrapper .swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs {
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
	padding: 21px 0;
	margin: 0;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-container {
	height: 566px;
	width: 100%;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .slider-arrow {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 21px;
	cursor: pointer;
	background-color: #49aca7;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .slider-arrow.arrow-up {
	top: 0px;
	border-radius: 2px 2px 0 0;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .slider-arrow.arrow-down {
	bottom: 0px;
	border-radius: 0 0 2px 2px;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .slider-arrow.swiper-button-disabled {
	background-color: #585858;
	cursor: default;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 134px;
	padding: 0;
	border: 1px solid transparent;
	margin: 0;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide.open-img {
	border-color: #49aca7;
}
.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide img {
	display: block;
	width: auto;
	height: auto;
	max-height: 134px;
	max-width: 100%;
}

.catalog-item_view .catalog-view_text {
	display: block;
	margin: 36px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1f1f1f;
	max-width: 650px;
}
.catalog-item_view .catalog-view_text a {
	text-decoration: underline;
}
.catalog-item_view .catalog-view_text a:hover {
	text-decoration: none;
}

.catalog-item_view .catalog-view_brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 18px 0 0;
	font-size: 18px;
	line-height: 22px;
}
.catalog-item_view .catalog-view_brand b {
	color: #49aca7;
	display: block;
	font-weight: 600;
	margin-right: 15px;
}
.catalog-item_view .catalog-view_brand a {
	display: block;
	color: #1f1f1f;
	text-decoration: underline;
}
.catalog-item_view .catalog-view_brand a:hover {
	text-decoration: none;
}

.catalog-item_view .catalog-view_price {
	margin: 34px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
}
.catalog-item_view .catalog-view_price b {
	display: block;
	font-weight: 600;
}
.catalog-item_view .catalog-view_price span {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 0 25px;
	color: rgba(174, 174, 174, 0.7);
}
.catalog-item_view .catalog-view_price span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	background: rgba(0, 0, 0, 0.7);
}

.catalog-item_view .catalog-view_options {
	margin: 16px 0 0;
}
.catalog-item_view .catalog-view_options label {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 0;
	padding: 5px 0 5px 42px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #2d2d2d;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-item_view .catalog-view_options label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: -9999;
}
.catalog-item_view .catalog-view_options label i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 21px;
	height: 21px;
	border-radius: 1px;
	border: 1px solid #49aca7;
	display: block;
	background: #ffffff;
}
.catalog-item_view .catalog-view_options label:hover {
	color: #49aca7;
}
.catalog-item_view .catalog-view_options label input:checked + i:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-check.svg) center no-repeat;
}

.catalog-item_view .catalog-view_btns {
	margin: 30px 0 0 -30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.catalog-item_view .catalog-view_btns .b-btn {
	display: block;
	padding: 0 33px;
	min-width: 175px;
	margin: 0 0 0 30px;
	font-weight: 400;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.catalog-item_view .catalog-view_social {
	margin: 54px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}
.catalog-item_view .catalog-view_social p {
	display: block;
	margin: 0 15px 0 0;
}
.catalog-item_view .catalog-view_social a {
	display: block;
	line-height: 30px;
	margin: 0 0 0 9px;
	padding: 0 10px;
	font-size: 24px;
	color: #585858;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.catalog-item_view .catalog-view_social a i {
	line-height: 30px;
}
.catalog-item_view .catalog-view_social a:hover {
	color: #49aca7;
}

.catalog-item_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 100px 0 0;
}
.catalog-item_info .info-desc {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.catalog-item_info .info-desc .info-desc-inner {
	margin: 34px 0 0;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	max-width: 1100px;
}
.catalog-item_info .info-desc .info-desc-inner p {
	margin: 22px 0 0;
}
.catalog-item_info .info-docs {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 410px;
	flex: 1 0 410px;
	min-width: 410px;
	margin-left: 50px;
}
.catalog-item_info .info-docs .info-docs-list {
	margin: 28px 0 0;
}
.catalog-item_info .info-docs .info-docs-list a {
	position: relative;
	display: block;
	padding: 10px 0 10px 44px;
	margin: 10px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #1f1f1f;
	text-decoration: underline;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-docs.svg) left center no-repeat;
}
.catalog-item_info .info-docs .info-docs-list a:hover {
	text-decoration: none;
}

.catalog-item_video {
	margin: 55px 0 0;
}
.catalog-item_video .catalog-item_video-list {
	margin: 0 0 0 -6.9%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog-item_video .catalog-item_video-list .list-item {
	display: block;
	width: calc(50% - 6.5%);
	max-width: 800px;
	margin-top: 48px;
	margin-left: 6.5%;
}
.catalog-item_video .catalog-item_video-list .list-item_img {
	position: relative;
	height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
}
.catalog-item_video .catalog-item_video-list .list-item_img img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.catalog-item_video .catalog-item_video-list .list-item_img:before {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-play_big.svg) center no-repeat;
	z-index: 5;
}
.catalog-item_video .catalog-item_video-list .list-item_title {
	display: block;
	margin: 38px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.catalog-item_video .catalog-item_video-list .list-item_text {
	display: block;
	margin: 19px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #1f1f1f;
}

.how-to-rent-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	background: #fff;
	margin: 100px 0 0;
}
.how-to-rent-block .page-titling {
	width: 100%;
	margin: 0 0 35px;
}
.how-to-rent-block .how-to-rent_list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 30px 0 30px calc(1vw + 60px);
	margin: 0;
}
.how-to-rent-block .how-to-rent_list .list-item {
	width: 25%;
	margin: 5px 0 0;
	padding: 0 5% 0 0;
}
.how-to-rent-block .how-to-rent_list .list-item .item-num {
	display: block;
	font-weight: 900;
	font-size: 48px;
	line-height: 56px;
	color: #545454;
}
.how-to-rent-block .how-to-rent_list .list-item .item-text {
	display: block;
	margin: 18px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.how-to-rent-block .how-to-rent_important {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 560px;
	flex: 1 0 560px;
	min-width: 560px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	color: #fff;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: stretch;
	background: #49aca7;
	padding: 35px calc(1vw + 60px) 45px calc((1vw + 60px) * 0.75);
}
.how-to-rent-block .how-to-rent_important .important-msg_title {
	display: block;
	margin: 0;
	font: 600 27px/34px "Merriweather", sans-serif;
	color: #ffffff;
}
.how-to-rent-block .how-to-rent_important .important-msg_text {
	display: block;
	margin: 25px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #f0ecec;
}
.how-to-rent-block .how-to-rent_important .important-msg_subtext {
	display: block;
	margin: 25px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #c4c4c4;
}

.catalog-item_more-list {
	margin: 100px 0 0;
}
.catalog-item_more-list .page-titling {
	margin: 0 0 55px;
}

.catalog-list_full {
	margin: -60px 0 0 -16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.catalog-list_full .catalog-list_item {
	width: calc(100% / 5 - 16px);
	margin: 60px 0 0 16px;
}

.catalog-items_slider {
	margin: 100px 0 0;
	overflow: hidden;
	padding: 0 0 60px;
}
.catalog-items_slider .page-titling {
	margin: 0 0 55px;
}
.catalog-items_slider .swiper-container {
	overflow: visible;
}
.catalog-items_slider .swiper-container .swiper-wrapper {
	overflow: visible;
}
.catalog-items_slider .swiper-pagination {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 5;
}
.catalog-items_slider .swiper-pagination:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 6px;
	background: #c4c4c4;
}
.catalog-items_slider .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background: transparent;
	border-radius: 0;
	height: 18px;
	width: 92px;
	z-index: 5;
}
.catalog-items_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #49aca7;
}

.news-list-block {
	margin: 100px 0 120px;
}
.news-list-block .page-titling {
	margin: 0 0 55px;
}
.news-list-block .news-list_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -75px 0 0 -4.3%;
}
.news-list-block .news-list_item {
	display: block;
	width: calc(100% / 3 - 4.1%);
	margin: 75px 0 0 4.1%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.news-list-block .news-list_item .item-img {
	display: block;
	height: 250px;
}
.news-list-block .news-list_item .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-list-block .news-list_item .item-title {
	display: block;
	margin: 24px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.news-list-block .news-list_item a:not(.b-btn) {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.news-list-block .news-list_item a:not(.b-btn):hover {
	color: #49aca7;
}
.news-list-block .news-list_item .item-date {
	display: block;
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #a8adb3;
}
.news-list-block .news-list_item .item-text {
	display: block;
	margin: 7px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #4c5356;
}
.news-list-block .news-list_item .item-btn {
	margin: 33px 0 0;
}
.news-list-block .news-list_item .item-btn .b-btn {
	padding: 0 30px;
	min-width: 175px;
}
.news-list-block.full-list {
	margin: 75px 0 100px;
}

.video-list-block {
	margin: 60px 0 0;
}

.video-list_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -65px 0 0 -4.3%;
}

.video-list_item {
	display: block;
	width: calc(100% / 3 - 4.1%);
	margin: 65px 0 0 4.1%;
}
.video-list_item .item-img {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.video-list_item .item-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-list_item .item-title {
	display: block;
	margin: 35px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.video-list_item a {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.video-list_item a:hover {
	color: #49aca7;
}
.video-list_item .item-text {
	display: block;
	margin: 19px 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #4c5356;
}
.video-list_item.video-list_item--big {
	width: calc(100% / 2 - 4.1%);
}
.video-list_item.video-list_item--big .item-img:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-play_big.svg) center no-repeat;
	z-index: 1;
}

.catalog-listing_sorting + .video-list_inner {
	margin-top: -25px;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.catalog-item_page .page-titling .page-titling_text {
		font-size: 25px;
		line-height: 31px;
	}
	.catalog-item_view .catalog-view_inner {
		min-height: 430px;
	}
	.catalog-item_view .page-titling .page-titling_text {
		top: -4px;
		font-size: 33px;
		line-height: 39px;
	}
	.catalog-item_view .catalog-view_tags {
		margin: 15px 0 0;
	}
	.catalog-item_view .catalog-view_tags .tag-item {
		margin: 0 15px 0 0;
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 17px;
	}
	.catalog-item_view .catalog-view_article {
		margin: 0 0 0 20px;
		font-size: 11px;
		line-height: 12px;
	}
	.catalog-item_view .catalog-view_images {
		height: 440px;
	}
	.catalog-item_view .catalog-view_images .images-slider {
		height: 440px;
		padding: 0 0 0 110px;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs {
		width: 100px;
		padding: 15px 0;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-container {
		height: 410px;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .slider-arrow {
		height: 15px;
		line-height: 16px;
		font-size: 10px;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide {
		height: 94px;
		margin-bottom: 7px;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide img {
		max-height: 94px;
	}
	.catalog-item_view .catalog-view_text {
		margin: 25px 0 0;
		font-size: 13px;
		line-height: 15px;
		max-width: 455px;
	}
	.catalog-item_view .catalog-view_brand {
		margin: 15px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.catalog-item_view .catalog-view_brand b {
		margin-right: 11px;
	}
	.catalog-item_view .catalog-view_price {
		margin: 20px 0 0;
		font-size: 26px;
		line-height: 28px;
	}
	.catalog-item_view .catalog-view_price span {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 0 18px;
	}
	.catalog-item_view .catalog-view_options {
		margin: 17px 0 0;
	}
	.catalog-item_view .catalog-view_options label {
		padding: 4px 0 4px 26px;
		font-size: 13px;
		line-height: 16px;
	}
	.catalog-item_view .catalog-view_options label i {
		top: 3px;
		width: 15px;
		height: 15px;
	}
	.catalog-item_view .catalog-view_options label input:checked + i:before {
		-webkit-background-size: 10px auto;
		background-size: 10px auto;
	}
	.catalog-item_view .catalog-view_btns {
		margin: 20px 0 0 -20px;
	}
	.catalog-item_view .catalog-view_btns .b-btn {
		padding: 0 23px;
		min-width: 120px;
		margin: 0 0 0 20px;
	}
	.catalog-item_view .catalog-view_social {
		margin: 38px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.catalog-item_view .catalog-view_social p {
		margin: 0 11px 0 0;
	}
	.catalog-item_view .catalog-view_social a {
		line-height: 21px;
		margin: 0 0 0 7px;
		padding: 0 7px;
		font-size: 17px;
	}
	.catalog-item_view .catalog-view_social a i {
		line-height: 21px;
	}
	.catalog-item_info {
		margin: 70px 0 0;
	}
	.catalog-item_info .info-desc .info-desc-inner {
		margin: 24px 0 0;
		font-size: 13px;
		line-height: 16px;
		max-width: 770px;
	}
	.catalog-item_info .info-desc .info-desc-inner p {
		margin: 15px 0 0;
	}
	.catalog-item_info .info-docs {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 285px;
		flex: 1 0 285px;
		min-width: 285px;
		margin-left: 35px;
	}
	.catalog-item_info .info-docs .info-docs-list {
		margin: 20px 0 0;
	}
	.catalog-item_info .info-docs .info-docs-list a {
		padding: 7px 0 7px 39px;
		margin: 7px 0 0;
		font-size: 13px;
		line-height: 16px;
		-webkit-background-size: auto 28px;
		background-size: auto 28px;
	}
	.catalog-item_video {
		margin: 38px 0 0;
	}
	.catalog-item_video .catalog-item_video-list {
		margin: 0 0 0 -6.9%;
	}
	.catalog-item_video .catalog-item_video-list .list-item {
		max-width: 560px;
		margin-top: 33px;
	}
	.catalog-item_video .catalog-item_video-list .list-item_img {
		height: 280px;
	}
	.catalog-item_video .catalog-item_video-list .list-item_img:before {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
		-webkit-background-size: 55px auto;
		background-size: 55px auto;
	}
	.catalog-item_video .catalog-item_video-list .list-item_title {
		margin: 27px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.catalog-item_video .catalog-item_video-list .list-item_text {
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.how-to-rent-block {
		margin: 70px 0 0;
	}
	.how-to-rent-block .page-titling {
		margin: 0 0 25px;
	}
	.how-to-rent-block .how-to-rent_list {
		padding: 25px 0 25px 60px;
		margin: 0;
	}
	.how-to-rent-block .how-to-rent_list .list-item {
		width: 25%;
		margin: 4px 0 0;
		padding: 0 5% 0 0;
	}
	.how-to-rent-block .how-to-rent_list .list-item .item-num {
		font-size: 39px;
		line-height: 39px;
	}
	.how-to-rent-block .how-to-rent_list .list-item .item-text {
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.how-to-rent-block .how-to-rent_important {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 390px;
		flex: 1 0 390px;
		min-width: 390px;
		padding: 25px 60px 30px 45px;
	}
	.how-to-rent-block .how-to-rent_important .important-msg_title {
		font: 600 19px/24px "Merriweather", sans-serif;
	}
	.how-to-rent-block .how-to-rent_important .important-msg_text {
		margin: 17px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.how-to-rent-block .how-to-rent_important .important-msg_subtext {
		margin: 17px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.catalog-item_more-list {
		margin: 70px 0 0;
	}
	.catalog-item_more-list .page-titling {
		margin: 0 0 38px;
	}
	.catalog-list_full {
		margin: -42px 0 0 -12px;
	}
	.catalog-list_full .catalog-list_item {
		width: calc(100% / 5 - 12px);
		margin: 42px 0 0 12px;
	}
	.catalog-items_slider {
		margin: 70px 0 0;
		padding: 0 0 42px;
	}
	.catalog-items_slider .page-titling {
		margin: 0 0 38px;
	}
	.catalog-items_slider .swiper-pagination {
		bottom: -42px;
	}
	.catalog-items_slider .swiper-pagination:before {
		bottom: 5px;
		height: 5px;
	}
	.catalog-items_slider .swiper-pagination .swiper-pagination-bullet {
		height: 14px;
		width: 65px;
	}
	.news-list-block {
		margin: 70px 0 84px;
	}
	.news-list-block .page-titling {
		margin: 0 0 38px;
	}
	.news-list-block .news-list_inner {
		margin: -52px 0 0 -4.3%;
	}
	.news-list-block .news-list_item {
		margin: 52px 0 0 4.1%;
	}
	.news-list-block .news-list_item .item-img {
		height: 175px;
	}
	.news-list-block .news-list_item .item-title {
		margin: 17px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.news-list-block .news-list_item .item-date {
		margin: 9px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.news-list-block .news-list_item .item-text {
		margin: 5px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.news-list-block .news-list_item .item-btn {
		margin: 23px 0 0;
	}
	.news-list-block .news-list_item .item-btn .b-btn {
		padding: 0 20px;
		min-width: 122px;
	}
	.news-list-block.full-list {
		margin: 50px 0 70px;
	}
	.video-list-block {
		margin: 40px 0 0;
	}
	.video-list_inner {
		margin: -45px 0 0 -4.3%;
	}
	.video-list_item {
		margin: 45px 0 0 4.1%;
	}
	.video-list_item .item-title {
		margin: 25px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.video-list_item .item-text {
		margin: 13px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.video-list_item.video-list_item--big .item-img:before {
		margin-left: -28px;
		margin-top: -28px;
		width: 56px;
		height: 56px;
		-webkit-background-size: 56px 56px;
		background-size: 56px 56px;
	}
	.catalog-listing_sorting + .video-list_inner {
		margin-top: -17px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.how-to-rent-block .page-titling {
		margin-bottom: 15px;
	}
	.how-to-rent-block .how-to-rent_list .list-item {
		width: 50%;
		margin-top: 20px;
	}
	.catalog-list_full .catalog-list_item {
		width: calc(100% / 3 - 12px);
	}
	.how-to-rent-block .how-to-rent_list {
		padding-left: 40px;
	}
	.how-to-rent-block .how-to-rent_important {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.catalog-item_view .catalog-view_inner {
		display: block;
		padding: 0 0 480px;
	}
	.catalog-item_view .catalog-view_images {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
	}
	.catalog-item_view .catalog-view_text {
		max-width: none;
	}
	.catalog-item_info .info-docs {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 240px;
		flex: 1 0 240px;
		min-width: 240px;
	}
	.catalog-item_video .catalog-item_video-list .list-item_img {
		height: 200px;
	}
	.news-list-block.full-list .news-list_item {
		width: calc(100% / 2 - 4.1%);
	}
}

@media (max-width: 767px) {
	.catalog-item_page .page-titling .page-titling_text {
		font-size: 24px;
		line-height: 34px;
	}
	.catalog-item_view .catalog-view_inner {
		padding: 0;
	}
	.catalog-item_view .page-titling .page-titling_text {
		font-size: 24px;
		line-height: 30px;
		top: 0;
	}
	.catalog-item_view .catalog-view_tags {
		position: relative;
		padding-top: 34px;
		margin: 25px 0 0;
	}
	.catalog-item_view .catalog-view_tags .tag-item {
		display: block;
		margin: 0 19px 0 0;
		padding: 0 19px;
		height: 29px;
		line-height: 29px;
		font-size: 14px;
	}
	.catalog-item_view .catalog-view_article {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
		font-size: 14px;
		line-height: 17px;
	}
	.catalog-item_view .catalog-view_images {
		position: relative;
		display: block;
		width: calc(100% + 50px);
		height: 444px;
		margin: 28px -25px 0;
	}
	.catalog-item_view .catalog-view_images .images-slider {
		position: relative;
		height: 444px;
		margin: 0;
		padding: 0 0 148px;
	}
	.catalog-item_view .catalog-view_images .images-slider .swiper-slide img {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		object-fit: cover;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-gallery {
		width: 100%;
		height: 100%;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-gallery .swiper-wrapper .swiper-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		background: #fff;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-gallery .swiper-wrapper .swiper-slide img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs {
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 136px;
		padding: 0;
		margin: 0;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-container {
		height: 136px;
		width: 100%;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .slider-arrow {
		display: none;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide {
		width: 148px;
		height: 136px;
	}
	.catalog-item_view .catalog-view_images .images-slider .slider-thumbs .swiper-wrapper .swiper-slide img {
		max-height: 134px;
		max-width: 146px;
	}
	.catalog-item_view .catalog-view_text {
		margin: 35px 0 0;
		font-size: 14px;
		line-height: 17px;
		max-width: none;
	}
	.catalog-item_view .catalog-view_brand {
		margin: 30px 0 0;
	}
	.catalog-item_view .catalog-view_price {
		margin: 42px 0 0;
	}
	.catalog-item_view .catalog-view_options {
		margin: 44px 0 0;
	}
	.catalog-item_view .catalog-view_options label {
		margin: 11px 0 0;
		padding: 0px 0 0px 42px;
		font-size: 14px;
		line-height: 21px;
	}
	.catalog-item_view .catalog-view_options label i {
		top: -1px;
	}
	.catalog-item_view .catalog-view_btns {
		margin: 35px 0 0 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.catalog-item_view .catalog-view_btns .b-btn {
		display: block;
		width: 100%;
		padding: 0 10px;
		min-width: 0;
		margin: 0 0 5px;
	}
	.catalog-item_view .catalog-view_btns .b-btn.btn-dark {
		margin-top: 19px;
		margin-bottom: 0;
		background: none;
		color: #585858;
		text-decoration: underline;
		font-size: 18px;
		line-height: 22px;
		height: auto;
	}
	.catalog-item_view .catalog-view_social {
		margin: 35px 0 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
	}
	.catalog-item_view .catalog-view_social p {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 13px;
	}
	.catalog-item_view .catalog-view_social a {
		margin: 0 5px;
		padding: 0 8px;
	}
	.catalog-item_info {
		margin: 35px 0 0;
		display: block;
	}
	.catalog-item_info .info-desc .info-desc-inner {
		margin: 26px 0 0;
		font-size: 14px;
		line-height: 17px;
	}
	.catalog-item_info .info-desc .info-desc-inner p {
		margin: 17px 0 0;
	}
	.catalog-item_info .info-docs {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		min-width: none;
		margin: 30px 0 0;
	}
	.catalog-item_info .info-docs .info-docs-list {
		margin: 30px 0 0;
	}
	.catalog-item_video {
		margin: 40px 0 0;
	}
	.catalog-item_video .catalog-item_video-list {
		position: relative;
		margin: 30px -25px 0;
		display: block;
		padding-bottom: 40px;
	}
	.catalog-item_video .catalog-item_video-list .list-item {
		display: block;
		width: auto;
		max-width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	.catalog-item_video .catalog-item_video-list .list-item_img {
		height: 215px;
	}
	.catalog-item_video .catalog-item_video-list .list-item_img:before {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
		-webkit-background-size: 50px auto;
		background-size: 50px auto;
	}
	.catalog-item_video .catalog-item_video-list .list-item_title {
		margin: 24px 25px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.catalog-item_video .catalog-item_video-list .list-item_text {
		display: none;
	}
	.catalog-item_video .catalog-item_video-list .slick-dots {
		position: absolute;
		left: 25px;
		right: 25px;
		bottom: 0;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.catalog-item_video .catalog-item_video-list .slick-dots:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 4px;
		background: #c8c8c8;
		height: 3px;
	}
	.catalog-item_video .catalog-item_video-list .slick-dots li {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
		cursor: pointer;
	}
	.catalog-item_video .catalog-item_video-list .slick-dots li button {
		position: relative;
		display: block;
		width: 12px;
		height: 12px;
		background: transparent;
		border: none;
		border-radius: 50%;
		-webkit-transition: all 0.15s linear;
		transition: all 0.15s linear;
		padding: 0;
		text-decoration: -9999px;
		font-size: 0;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.catalog-item_video .catalog-item_video-list .slick-dots li.slick-active button {
		background: #49aca7;
		-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	.how-to-rent-block {
		display: block;
		margin: 35px 0 0;
	}
	.how-to-rent-block .page-titling {
		width: 100%;
		margin: 0 0 35px;
	}
	.how-to-rent-block .how-to-rent_list {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		display: block;
		padding: 35px 25px 40px;
		margin: 0;
	}
	.how-to-rent-block .how-to-rent_list .list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
		margin: 32px 0 0;
		padding: 0 0 0;
		text-align: left;
	}
	.how-to-rent-block .how-to-rent_list .list-item .item-num {
		width: 90px;
		min-width: 90px;
		font-size: 36px;
		line-height: 40px;
	}
	.how-to-rent-block .how-to-rent_list .list-item .item-text {
		margin: 0 0 0;
		font-size: 14px;
		line-height: 17px;
		text-align: left;
	}
	.how-to-rent-block .how-to-rent_important {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		min-width: 100%;
		padding: 40px 25px 40px;
	}
	.how-to-rent-block .how-to-rent_important .important-msg_title {
		font: 600 24px/30px "Merriweather", sans-serif;
	}
	.how-to-rent-block .how-to-rent_important .important-msg_text {
		margin: 35px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
	.how-to-rent-block .how-to-rent_important .important-msg_subtext {
		font-size: 14px;
		line-height: 17px;
	}
	.catalog-item_more-list {
		margin: 30px 0 0;
	}
	.catalog-item_more-list .page-titling {
		margin: 0 0 30px;
	}
	.catalog-list_full.mobile-slider {
		margin: 0px 0 0;
		display: block;
	}
	.catalog-list_full.mobile-slider .catalog-list_item {
		width: auto;
		margin: 0 0 0 25px;
	}
	.catalog-items_slider {
		margin: 55px 0 0;
		overflow: visible;
		padding: 0;
	}
	.catalog-items_slider .page-titling {
		margin: 0 0 30px;
	}
	.catalog-items_slider .swiper-container {
		overflow: visible;
	}
	.catalog-items_slider .swiper-container .swiper-wrapper {
		overflow: visible;
	}
	.catalog-items_slider .swiper-pagination {
		display: none;
	}
	.news-list-block {
		margin: 55px 0 55px;
	}
	.news-list-block .page-titling {
		margin: 0 0 30px;
	}
	.news-list-block .news-list_inner.mobile-slider {
		display: block;
		margin: 0 -25px;
		width: auto;
	}
	.news-list-block .news-list_inner.mobile-slider .news-list_item {
		width: auto;
		margin: 0 0 0 25px;
	}
	.news-list-block .news-list_inner.mobile-slider .news-list_item .item-img {
		display: block;
		height: 200px;
	}
	.news-list-block .news-list_inner.mobile-slider .news-list_item .item-date {
		display: none;
	}
	.news-list-block .news-list_inner.mobile-slider .news-list_item .item-text {
		display: none;
	}
	.news-list-block .news-list_inner.mobile-slider .news-list_item .item-btn {
		display: none;
	}
	.video-list-block {
		margin: 30px 0 0;
	}
	.video-list_inner {
		display: block;
		margin: -5px 0 0;
	}
	.video-list_item {
		width: 100%;
		margin: 35px 0 0;
	}
	.video-list_item .item-title {
		margin: 20px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
	.video-list_item .item-text {
		margin: 8px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.video-list_item .item-img:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -20px;
		margin-top: -20px;
		width: 40px;
		height: 40px;
		background: url(/local/templates/iteraciya/styles/../assets/icons/icon-play_big.svg) center no-repeat;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
		z-index: 1;
	}
	.video-list_item.video-list_item--big {
		width: 100%;
	}
	.video-list_item.video-list_item--big .item-img:before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -20px;
		margin-top: -20px;
		width: 40px;
		height: 40px;
		background: url(/local/templates/iteraciya/styles/../assets/icons/icon-play_big.svg) center no-repeat;
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
		z-index: 1;
	}
	.catalog-listing_sorting + .video-list_inner {
		margin-top: -5px;
	}
	.mobile-slider {
		margin-left: -25px !important;
		margin-right: -25px !important;
		width: auto;
	}
	.mobile-slider .slick-list {
		padding-right: 50px;
	}
	.mobile-slider .slick-slide {
		margin-left: 25px;
	}
	.news-list-block.full-list {
		margin: -10px 0 70px;
	}
	.news-list-block.full-list .news-list_inner {
		display: block;
		margin: 0;
	}
	.news-list-block.full-list .news-list_item {
		margin: 50px 0 0;
		width: 100%;
	}
	.news-list-block.full-list .news-list_item .item-img {
		height: 180px;
	}
	.news-list-block.full-list .news-list_item .item-title {
		font-size: 18px;
		line-height: 22px;
		margin-top: 20px;
	}
	.news-list-block.full-list .news-list_item .item-date {
		font-size: 15px;
		line-height: 20px;
		margin-top: 8px;
	}
	.news-list-block.full-list .news-list_item .item-text {
		font-size: 14px;
		line-height: 20px;
	}
	.news-list-block.full-list .news-list_item .item-btn {
		margin-top: 20px;
	}
	.news-list-block.full-list .news-list_item .item-btn .b-btn {
		height: 46px;
		font-size: 14px;
		line-height: 46px;
		min-width: 140px;
		font-weight: 400;
	}
}

.catalog-listing_wrap {
	margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.catalog-listing_wrap {
		margin-bottom: 85px;
	}
}
@media (max-width: 767px) {
	.catalog-listing_wrap {
		margin-bottom: 55px;
	}
}

.brands-list_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -40px 0 0 -3.6%;
}

.brands-list_item {
	position: relative;
	margin: 120px 0 0;
	width: calc(100% / 3 - 3.4%);
	margin-left: 3.4%;
	padding: 0 0 85px;
}
.brands-list_item .item-inner {
	display: block;
	text-align: center;
}
.brands-list_item .item-img {
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.brands-list_item .item-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.brands-list_item .item-title {
	display: block;
	margin: 58px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.brands-list_item .item-country {
	display: block;
	margin: 9px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #a8adb3;
}
.brands-list_item .item-text {
	display: block;
	margin: 24px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #4c5356;
}
.brands-list_item .item-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.brands-list_item .item-btn .b-btn {
	display: inline-block;
	vertical-align: top;
	min-width: 175px;
	font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.brands-list_wrap {
		margin: -28px 0 0 -3.6%;
	}
	.brands-list_item {
		margin-top: 85px;
		padding: 0 0 64px;
	}
	.brands-list_item .item-img {
		height: 85px;
	}
	.brands-list_item .item-title {
		margin: 40px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.brands-list_item .item-country {
		margin: 7px 0 0;
		font-size: 13px;
		line-height: 19px;
	}
	.brands-list_item .item-text {
		margin: 17px 0 0;
		font-size: 13px;
		line-height: 19px;
	}
	.brands-list_item .item-btn .b-btn {
		min-width: 122px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.brands-list_item {
		width: calc(100% / 2 - 3.4%);
	}
}

@media (max-width: 767px) {
	.brands-list_wrap {
		display: block;
		margin-left: 0;
		margin-top: -28px;
	}
	.brands-list_item {
		width: 100%;
		margin-top: 85px;
		margin-left: 0;
		padding: 0;
	}
	.brands-list_item .item-img {
		height: auto;
	}
	.brands-list_item .item-title {
		margin: 30px 0 0;
		font-size: 20px;
		line-height: 24px;
	}
	.brands-list_item .item-country {
		margin: 7px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.brands-list_item .item-text {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.brands-list_item .item-btn {
		position: relative;
		margin-top: 25px;
	}
	.brands-list_item .item-btn .b-btn {
		min-width: 160px;
	}
}

.contacts-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 70px 0 60px;
}

.contacts-list_item {
	position: relative;
	display: block;
	min-width: 16%;
	padding: 0 30px 0 78px;
	font-size: 18px;
	line-height: 25px;
	color: #1f1f1f;
}
.contacts-list_item .item-title {
	display: block;
	margin: 0;
	font-weight: 600;
}
.contacts-list_item .item-text {
	display: block;
	margin: 17px 0 0;
	font-weight: 400;
}
.contacts-list_item .item-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
}
.contacts-list_item .item-icon img {
	display: block;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
}
.contacts-map {
	height: 100%;
}
.contacts-map #mapBlock {
	height: 100%;
}

.contact-block {
	margin: 60px 0 0;
}
.contact_information {
	padding: 0 calc((1vw + 60px) * 0.75) 130px calc(1vw + 60px);
}
.contact_information-group {
	position: relative;
	margin: 60px 0 0;
	padding: 0 0 0 83px;
}
.contact_information-group:first-of-type {
	margin-top: 0;
}
.contact_information-group .group-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
}
.contact_information-group .group-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.contact_information-group .group-inner {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #1f1f1f;
}
.contact_information-group .group-inner p {
	margin: 18px 0 0;
}
.contact_information-group .group-inner p:first-of-type {
	margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.contacts-list {
		margin: 50px 0 42px;
	}
	.contacts-list_item {
		padding: 0 25px 0 55px;
		font-size: 13px;
		line-height: 18px;
	}
	.contacts-list_item .item-text {
		margin: 12px 0 0;
	}
	.contacts-list_item .item-icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 34px;
		height: 28px;
	}
	.contacts-map #mapBlock {
		height: 380px;
	}

	.contact-block {
		margin: 45px 0 0;
	}
	.contact_information {
		padding: 0 45px 90px 60px;
	}
	.contact_information-group {
		margin: 45px 0 0;
		padding: 0 0 0 60px;
	}
	.contact_information-group:first-of-type {
		margin-top: 0;
	}
	.contact_information-group .group-img {
		left: -4px;
	}
	.contact_information-group .group-img img {
		transform: scale(0.85);
	}
	.contact_information-group .group-inner {
		font-size: 14px;
		line-height: 20px;
	}
	.contact_information-group .group-inner p {
		margin: 12px 0 0;
	}
	.contact_information-group .group-inner p:first-of-type {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contacts-list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.contacts-list_item {
		width: 50%;
		margin-top: 40px;
	}
	.contacts-map #mapBlock {
		height: 340px;
	}
	.contact-block {
		margin: 35px 0 0;
	}
	.contact_information {
		padding: 0 30px 60px 40px;
	}
	.contact_information-group {
		padding-left: 52px;
		margin-top: 40px;
	}
	.contact_information-group .group-inner {
		font-size: 13px;
		line-height: 18px;
	}
	.contact_information-group .group-inner p {
		margin-top: 10px;
	}
	.contact_information-group .group-img img {
		transform: scale(0.8);
	}
}

@media (max-width: 767px) {
	.contacts-list {
		display: block;
		margin: 45px 0 35px;
	}
	.contacts-list_item {
		width: 100%;
		margin-top: 35px;
		padding: 0 0 0 55px;
		font-size: 14px;
		line-height: 18px;
	}
	.contacts-list_item .item-text {
		margin: 10px 0 0;
	}
	.contacts-list_item .item-icon {
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 28px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.contacts-list_item .item-icon img {
		margin: auto;
	}
	.contacts-map #mapBlock {
		height: 320px;
	}
	.contacts-map #mapBlock {
		height: 340px;
	}

	.contact-block {
		margin: 35px 0 0;
	}
	.contact_information {
		padding: 0 25px 30px;
	}
	.contact_information-group {
		padding-left: 52px;
		margin-top: 40px;
	}
	.contact_information-group .group-inner {
		font-size: 14px;
		line-height: 21px;
	}
	.contact_information-group .group-inner p {
		margin-top: 10px;
	}
	.contact_information-group .group-img {
		left: -4px;
	}
	.contact_information-group .group-img img {
		transform: scale(0.8);
	}
}

.article-page {
	margin: 30px 0 110px;
}

.article-page_date {
	display: block;
	margin: 0 0 45px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #a8adb3;
}

.article-page_cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.article-page_main {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}

.article-page_side {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 29%;
	flex: 1 0 29%;
	margin-left: 7.9%;
}
.article-page_side .side-title {
	display: block;
	margin: 0;
	font-size: 36px;
	font-family: "Merriweather", sans-serif;
	font-weight: 600;
	line-height: 44px;
	color: #585858;
}
.article-page_side .side-list {
	display: block;
	margin: 35px 0 0;
}
.article-page_side .side-list a {
	display: block;
	margin: 28px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.article-page_side .side-list a:hover {
	color: #49aca7;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.article-page {
		margin: 20px 0 75px;
	}
	.article-page_date {
		margin: 0 0 30px;
		font-size: 13px;
		line-height: 18px;
	}
	.article-page_side {
		margin-left: 6%;
	}
	.article-page_side .side-title {
		font-size: 25px;
		line-height: 30px;
	}
	.article-page_side .side-list {
		margin: 25px 0 0;
	}
	.article-page_side .side-list a {
		margin: 20px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.article-page_side {
		margin-left: 5%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 25%;
		flex: 1 0 25%;
	}
	.article-page_side .side-title {
		font-size: 20px;
		line-height: 24px;
	}
	.article-page_side .side-list {
		margin: 20px 0 0;
	}
	.article-page_side .side-list a {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.article-page {
		margin-top: 20px;
	}
	.article-page_cols {
		display: block;
		margin-bottom: 40px;
	}
	.article-page_main {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	.article-page_side {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		margin: 40px 0 0;
	}
	.article-page_side .side-title {
		font-size: 24px;
		line-height: 24px;
	}
	.article-page_side .side-list {
		display: block;
		margin: 24px 0 0;
	}
	.article-page_side .side-list a {
		display: block;
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 18px;
	}
	.article-page_date {
		margin: 0 0 30px;
		font-size: 14px;
		line-height: 18px;
	}
}

.article-text {
	margin: 0;
	font-size: 18px;
	line-height: 27px;
	color: #4c5356;
	max-width: 1100px;
	text-align: justify;
}
.article-text img {
	display: block;
	max-width: 100%;
	margin: 60px auto;
}
.article-text img:first-child {
	margin-top: 0;
}
.article-text h2 {
	display: block;
	margin: 40px 0 18px;
	font-size: 36px;
	font-family: "Merriweather", sans-serif;
	line-height: 42px;
	color: #1f1f1f;
}
.article-text h2:first-child {
	margin-top: 0;
}
.article-text h3 {
	display: block;
	margin: 36px 0 16px;
	font-size: 24px;
	font-family: "Merriweather", sans-serif;
	line-height: 28px;
	color: #1f1f1f;
}
.article-text h3:first-child {
	margin-top: 0;
}
.article-text p {
	margin: 22px 0 0;
}
.article-text p:first-child {
	margin-top: 0;
}
.article-text ol,
.article-text ul {
	margin: 22px 0 0;
	padding: 0;
}
.article-text ol:first-child,
.article-text ul:first-child {
	margin-top: 0;
}
.article-text ol li,
.article-text ul li {
	position: relative;
	padding: 0 0 0 23px;
	margin: 6px 0 0;
	font-size: 18px;
	line-height: 24px;
	list-style: none;
}
.article-text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 9px;
	background: #49aca7;
}
.article-text ol li {
	counter-increment: my-awesome-counter;
	position: relative;
}
.article-text ol li:before {
	content: counter(my-awesome-counter) ".";
	position: absolute;
	background: none;
	left: 0;
	top: 0px;
	width: 20px;
	height: 24px;
	line-height: 24px;
	color: #49aca7;
}
.article-text .gray-txt {
	color: #a8adb3;
}
.article-text hr {
	display: block;
	background: #c4c4c4;
	border: none;
	height: 1px;
	margin: 40px 0;
}

.info-page_img {
	margin: 80px 0;
}
.info-page_img img {
	display: block;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.article-text {
		font-size: 13px;
		line-height: 19px;
		color: #4c5356;
		max-width: 770px;
	}
	.article-text img {
		margin: 40px auto;
	}
	.article-text img:first-child {
		margin-top: 0;
	}
	.article-text h2 {
		margin: 28px 0 14px;
		font-size: 25px;
		line-height: 28px;
	}
	.article-text h2:first-child {
		margin-top: 0;
	}
	.article-text h3 {
		margin: 25px 0 16px;
		font-size: 17px;
		line-height: 20px;
	}
	.article-text h3:first-child {
		margin-top: 0;
	}
	.article-text p {
		margin: 18px 0 0;
	}
	.article-text p:first-child {
		margin-top: 0;
	}
	.article-text ol,
	.article-text ul {
		margin: 18px 0 0;
		padding: 0;
	}
	.article-text ol:first-child,
	.article-text ul:first-child {
		margin-top: 0;
	}
	.article-text ol li,
	.article-text ul li {
		padding: 0 0 0 18px;
		margin: 5px 0 0;
		font-size: 13px;
		line-height: 17px;
	}
	.article-text ul li:before {
		top: 4px;
		width: 7px;
		height: 7px;
	}
	.article-text ol li:before {
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	.article-text hr {
		margin: 30px 0;
	}
	.info-page_img {
		margin: 55px 0;
	}
}

@media (max-width: 767px) {
	.article-text {
		font-size: 14px;
		line-height: 22px;
		color: #4c5356;
	}
	.article-text img {
		margin: 30px auto;
	}
	.article-text img:first-child {
		margin-top: 0;
	}
	.article-text h2 {
		margin: 32px 0 24px;
		font-size: 22px;
		line-height: 30px;
	}
	.article-text h2:first-child {
		margin-top: 0;
	}
	.article-text h3 {
		margin: 26px 0 22px;
		font-size: 18px;
		line-height: 28px;
	}
	.article-text h3:first-child {
		margin-top: 0;
	}
	.article-text p {
		margin: 22px 0 0;
	}
	.article-text p:first-child {
		margin-top: 0;
	}
	.article-text ol,
	.article-text ul {
		margin: 22px 0 0;
		padding: 0;
	}
	.article-text ol:first-child,
	.article-text ul:first-child {
		margin-top: 0;
	}
	.article-text ol li,
	.article-text ul li {
		padding: 0 0 0 23px;
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.article-text ol li:before,
	.article-text ul li:before {
		top: 7px;
		font-size: 14px;
		line-height: 22px;
	}
	.article-text hr {
		margin: 30px 0;
	}
	.info-page_img {
		margin: 40px 0;
	}
}

.check-block {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0px 0 0px 43px;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #707070;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.check-block input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: -9999;
}
.check-block i {
	position: absolute;
	left: 0;
	top: 0px;
	width: 21px;
	height: 21px;
	border-radius: 1px;
	border: 1px solid #49aca7;
	display: block;
	background: #ffffff;
}
.check-block:hover {
	color: #49aca7;
}
.check-block input:checked + i:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-check.svg) center no-repeat;
}
.check-block label.error {
	display: none !important;
}
.check-block .error + i {
	border-color: #b94545;
}
.check-block .error + i + span {
	color: #b94545;
}

.cabinet-page .page-titling {
	margin: 55px 0 0;
}
.cabinet-page .page-titling .page-titling_text {
	text-align: center;
}

.cabinet-page .catalog-list {
	margin-top: 0;
}

.page-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 45px 0 0;
}
.page-nav .page-nav_item {
	position: relative;
	display: block;
	padding: 0 10px 12px;
	margin: 0 15px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #777777;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.page-nav .page-nav_item:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: transparent;
	z-index: 1;
}
.page-nav .page-nav_item:hover {
	color: #49aca7;
}
.page-nav .page-nav_item.page-nav_item--active {
	color: #49aca7;
}
.page-nav .page-nav_item.page-nav_item--active:before {
	background: #49aca7;
}

.cabinet-form_block {
	margin: 12px 0 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cabinet-form_block form {
	display: block;
}

.cabinet-form_fields {
	width: 100%;
	margin: 0 auto;
}
.cabinet-form_fields .form-field {
	position: relative;
	display: block;
	width: 100%;
	margin: 22px auto 0;
	max-width: 460px;
}
.cabinet-form_fields .form-field_label {
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #4c5356;
}
.cabinet-form_fields .form-field_inner {
	display: block;
	position: relative;
}
.cabinet-form_fields .form-field_inner input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 12px;
	background: transparent;
	border: 1px solid #a8adb3;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #4c5356;
}
.cabinet-form_fields .form-field_inner input::-webkit-input-placeholder {
	opacity: 0.7;
}
.cabinet-form_fields .form-field_inner input::-moz-placeholder {
	opacity: 0.7;
}
.cabinet-form_fields .form-field_inner input:-ms-input-placeholder {
	opacity: 0.7;
}
.cabinet-form_fields .form-field_inner input::placeholder {
	opacity: 0.7;
}
.cabinet-form_fields .form-field_inner label.error {
	display: block;
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #b94545;
}
.cabinet-form_fields .form-field_inner .password-visibility {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 53px;
	background: url(/local/templates/iteraciya/styles/../assets/icons/logo-field-visible.svg) center no-repeat;
	cursor: pointer;
}
.cabinet-form_fields.fields-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.cabinet-form_fields.fields-cols .fields-cols_item {
	width: 460px;
	margin: 0 0 0 3.5%;
}
.cabinet-form_fields.fields-cols .fields-cols_item:first-of-type {
	margin: 0 3.5% 0 0;
}

.cabinet-form_bot {
	margin: 40px 0 0;
}
.cabinet-form_bot .b-btn {
	display: block;
	margin: 0 auto;
	min-width: 200px;
	padding: 0 10px;
}

.cabinet-form_link {
	display: block;
	margin: 25px 0 0;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #303030;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.cabinet-form_link.gray-link {
	color: #777777;
}
.cabinet-form_link:hover {
	color: #49aca7;
}

.cabinet-form_check {
	margin: 35px 0 0;
}

.cabinet-form_text {
	display: block;
	margin: 30px 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #1f1f1f;
}

.orders-page {
	padding: 40px 0 100px;
}
.orders-page .orders-page_noresult {
	display: block;
	margin-top: 70px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	text-align: center;
}

.orders-page_group {
	margin: 34px auto 0;
	max-width: 1080px;
}

.orders-page_group-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin: 0 0 23px;
}
.orders-page_group-title p {
	display: block;
	margin: 0;
}
.orders-page_group-title p b {
	font-weight: 600;
}

.orders-page_group-list {
	position: relative;
	background: #fff;
	padding: 22px 0 2px;
}
.orders-page_group-list .list-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 18px;
	min-height: 64px;
}
.orders-page_group-list .list-col {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}
.orders-page_group-list .list-col.col-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	padding: 0 0 0 50px;
	text-align: left;
	width: 43%;
}
.orders-page_group-list .list-col.col-count {
	opacity: 0.8;
	min-width: 150px;
	margin-right: 30px;
}
.orders-page_group-list .list-col.col-price {
	min-width: 190px;
	margin-right: 100px;
}
.orders-page_group-list .row-head {
	margin-bottom: 25px;
	min-height: 0;
}
.orders-page_group-list .row-head .list-col {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #000000;
	opacity: 0.8;
}
.orders-page_group-list .row-head .list-col.col-name {
	padding-left: 164px;
}
.orders-page_group-list .list-col_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 64px;
	min-width: 64px;
	margin-right: 50px;
	height: 64px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.orders-page_group-list .list-col_image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.orders-page_group-list .list-col_name {
	display: block;
	margin: 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.orders-page_group-list .list-col_name:hover {
	color: #49aca7;
}
.orders-page_group-list .list-col_count {
	display: block;
	margin: 0;
}
.orders-page_group-list .list-col_price {
	display: block;
	margin: 0;
}

.cabinet-page_articles {
	margin: 60px 0 0;
}
.cabinet-page_articles .page-titling {
	margin: 0 0 60px;
}
.cabinet-page_articles .page-titling .page-titling_text {
	font-size: 36px;
	line-height: 44px;
	color: #585858;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.check-block {
		font-size: 13px;
		line-height: 18px;
		padding-left: 30px;
	}
	.check-block i {
		top: 0px;
		width: 16px;
		height: 16px;
	}
	.check-block input:checked + i:before {
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}
	.cabinet-page .page-titling {
		margin: 40px 0 0;
	}
	.page-nav {
		margin: 32px 0 0;
	}
	.page-nav .page-nav_item {
		padding: 0 7px 8px;
		margin: 0 11px;
		font-size: 14px;
		line-height: 18px;
	}
	.cabinet-form_block {
		margin: 9px 0 65px;
	}
	.cabinet-form_fields .form-field {
		margin: 16px auto 0;
		max-width: 320px;
	}
	.cabinet-form_fields .form-field_label {
		margin: 0 0 6px;
		font-size: 13px;
		line-height: 20px;
	}
	.cabinet-form_fields .form-field_inner input {
		height: 36px;
		padding: 0 9px;
		font-size: 14px;
		line-height: 20px;
	}
	.cabinet-form_fields .form-field_inner label.error {
		margin: 4px 0 0;
		font-size: 12px;
		line-height: 14px;
	}
	.cabinet-form_fields .form-field_inner .password-visibility {
		height: 36px;
		width: 36px;
		-webkit-background-size: 14px auto;
		background-size: 14px auto;
	}
	.cabinet-form_fields.fields-cols .fields-cols_item {
		width: 320px;
	}
	.cabinet-form_bot {
		margin: 30px 0 0;
	}
	.cabinet-form_bot .b-btn {
		min-width: 150px;
		font-weight: 500;
	}
	.cabinet-form_link {
		margin: 18px 0 0;
		font-size: 13px;
		line-height: 18px;
	}
	.cabinet-form_check {
		margin: 28px 0 0;
	}
	.cabinet-form_text {
		margin: 20px 0 0;
		font-size: 15px;
		line-height: 18px;
	}
	.orders-page {
		padding: 28px 0 70px;
	}
	.orders-page .orders-page_noresult {
		font-size: 17px;
		line-height: 21px;
		margin-top: 20px;
	}
	.orders-page_group {
		margin: 24px auto 0;
		max-width: 760px;
	}
	.orders-page_group-title {
		font-size: 17px;
		line-height: 20px;
		margin: 0 0 16px;
	}
	.orders-page_group-list {
		padding: 15px 0 1px;
	}
	.orders-page_group-list .list-row {
		margin: 0 0 13px;
		min-height: 46px;
	}
	.orders-page_group-list .list-col {
		font-size: 17px;
		line-height: 20px;
	}
	.orders-page_group-list .list-col.col-name {
		padding: 0 0 0 35px;
		width: 40%;
	}
	.orders-page_group-list .list-col.col-count {
		min-width: 130px;
		margin-right: 10px;
	}
	.orders-page_group-list .list-col.col-price {
		min-width: 130px;
		margin-right: 70px;
	}
	.orders-page_group-list .row-head {
		margin-bottom: 18px;
		min-height: 0;
	}
	.orders-page_group-list .row-head .list-col {
		font-size: 13px;
		line-height: 16px;
	}
	.orders-page_group-list .row-head .list-col.col-name {
		padding-left: 116px;
	}
	.orders-page_group-list .list-col_image {
		width: 46px;
		min-width: 46px;
		margin-right: 35px;
		height: 46px;
	}
	.cabinet-page_articles {
		margin: 45px 0 0;
	}
	.cabinet-page_articles .page-titling {
		margin: 0 0 45px;
	}
	.cabinet-page_articles .page-titling .page-titling_text {
		font-size: 25px;
		line-height: 31px;
	}
}

@media (max-width: 767px) {
	.check-block {
		font-size: 13px;
		line-height: 20px;
		padding-left: 30px;
	}
	.check-block i {
		top: 0px;
		width: 18px;
		height: 18px;
	}
	.check-block input:checked + i:before {
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}
	.cabinet-page .page-titling {
		margin: 40px 0 0;
	}
	.page-nav {
		margin: 22px 0 15px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-nav .page-nav_item {
		padding: 0 5px 6px;
		margin: 13px 10px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.cabinet-form_block {
		margin: 10px 0 50px;
	}
	.cabinet-form_fields .form-field {
		margin: 16px auto 0;
		max-width: none;
	}
	.cabinet-form_fields .form-field_label {
		margin: 0 0 7px;
		font-size: 14px;
		line-height: 20px;
	}
	.cabinet-form_fields .form-field_inner input {
		height: 40px;
		padding: 0 10px;
		font-size: 15px;
	}
	.cabinet-form_fields .form-field_inner label.error {
		margin: 6px 0 0;
		font-size: 13px;
		line-height: 15px;
	}
	.cabinet-form_fields .form-field_inner .password-visibility {
		height: 40px;
		width: 40px;
		-webkit-background-size: 16px auto;
		background-size: 16px auto;
	}
	.cabinet-form_fields.fields-cols {
		display: block;
	}
	.cabinet-form_fields.fields-cols .fields-cols_item {
		margin: 0;
		width: 100%;
	}
	.cabinet-form_fields.fields-cols .fields-cols_item:first-of-type {
		margin: 0;
	}
	.cabinet-form_bot {
		margin: 35px 0 0;
	}
	.cabinet-form_bot .b-btn {
		min-width: 180px;
		font-weight: 500;
		font-size: 16px;
		height: 48px;
		line-height: 48px;
	}
	.cabinet-form_link {
		margin: 25px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.cabinet-form_check {
		margin: 35px 0 0;
	}
	.cabinet-form_text {
		margin: 25px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.orders-page {
		padding: 1px 0 50px;
	}
	.orders-page .orders-page_noresult {
		font-size: 18px;
		line-height: 22px;
		margin-top: 35px;
	}
	.orders-page_group {
		margin: 30px auto 0;
	}
	.orders-page_group-title {
		display: block;
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 12px;
	}
	.orders-page_group-title p {
		margin-bottom: 3px;
	}
	.orders-page_group-list {
		padding: 15px 0 1px;
		margin-left: -25px;
		margin-right: -25px;
	}
	.orders-page_group-list .list-row {
		margin: 0 0 13px;
		min-height: 30px;
	}
	.orders-page_group-list .list-col {
		font-size: 13px;
		line-height: 16px;
	}
	.orders-page_group-list .list-col.col-name {
		padding: 0 0 0 25px;
		width: 40%;
	}
	.orders-page_group-list .list-col.col-count {
		min-width: 62px;
		margin-right: 0;
	}
	.orders-page_group-list .list-col.col-price {
		min-width: 80px;
		margin-right: 25px;
	}
	.orders-page_group-list .row-head {
		margin-bottom: 20px;
		min-height: 0;
	}
	.orders-page_group-list .row-head .list-col {
		font-size: 11px;
		line-height: 14px;
	}
	.orders-page_group-list .row-head .list-col.col-name {
		padding-left: 25px;
	}
	.orders-page_group-list .list-col_image {
		display: none;
	}
	.cabinet-page_articles {
		margin: 40px 0 0;
	}
	.cabinet-page_articles .page-titling {
		margin: 0 0 30px;
	}
	.cabinet-page_articles .page-titling .page-titling_text {
		font-size: 24px;
		line-height: 34px;
	}
}

.info-page_wrap {
	margin: 38px 0 80px;
}

.info-page_text {
	display: block;
	margin: 38px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	color: #4c5356;
	max-width: 1100px;
	text-align: justify;
}

.info-page_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px -10px 60px;
}
.info-page_list .list-item {
	width: 20%;
	margin-top: 40px;
	padding: 0 10px;
}
.info-page_list .item-inner {
	margin: 0 auto;
	max-width: 215px;
}
.info-page_list .item-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 96px;
}
.info-page_list .item-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto auto 0;
}
.info-page_list .item-text {
	display: block;
	margin: 30px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #1f1f1f;
}

.img-blocks_grid {
	display: block;
	margin: 100px calc(-1vw - 60px) 0;
}
.img-blocks_grid .grid-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.img-blocks_grid .grid-item .item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
	min-height: 500px;
	padding: 50px calc(1vw + 60px);
}
.img-blocks_grid .grid-item .item-title {
	display: block;
	margin: 0;
	font-family: "Merriweather", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #585858;
}
.img-blocks_grid .grid-item .item-title a {
	color: #585858;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.img-blocks_grid .grid-item .item-title a:hover {
	color: #49aca7;
}
.img-blocks_grid .grid-item .item-text {
	display: block;
	margin: 30px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #1f1f1f;
	max-width: 740px;
}
.img-blocks_grid .grid-item .b-btn {
	margin: 45px 0 0;
	padding: 0 26px;
}
.img-blocks_grid .grid-item .item-img {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
}
.img-blocks_grid .grid-item .item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.img-blocks_grid .grid-item:nth-child(2n + 2) .item-inner {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}
.img-blocks_grid .grid-item:nth-child(2n + 2) .item-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.transport-company_wrap {
	display: block;
	margin: 0 calc(-1vw - 60px) 0;
	padding: 60px calc(1vw + 60px) 100px;
	background: #fff;
}
.transport-company_wrap .transport-company_text {
	display: block;
	margin: 32px 0 0;
	max-width: 740px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #1f1f1f;
}
.transport-company_wrap .transport-company_list {
	display: table;
	width: calc(100% + 30px);
	margin-top: 25px;
	margin-left: -30px;
}
.transport-company_wrap .transport-company_list .list-row {
	display: table-row;
}
.transport-company_wrap .transport-company_list .list-col {
	display: table-cell;
	padding: 25px 0;
	vertical-align: middle;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	padding: 25px 0 25px 30px;
}
.transport-company_wrap .transport-company_list .list-col a {
	display: block;
}
.transport-company_wrap .transport-company_list .list-col p {
	margin: 0;
}
.transport-company_wrap .transport-company_list .col-contact p {
	max-width: 360px;
}
.transport-company_wrap .transport-company_list .col-contact a {
	color: #000000;
}
.transport-company_wrap .transport-company_list .col-contact a:hover {
	color: #49aca7;
}
.transport-company_wrap .transport-company_list .company-logo img {
	display: block;
	max-width: 100%;
}
.transport-company_wrap .transport-company_list .col-link a {
	color: #49aca7;
	text-decoration: underline;
}
.transport-company_wrap .transport-company_list .col-link a:hover {
	text-decoration: none;
}

.page-404 {
	position: relative;
}
.page-404 .page-404_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.page-404 .page-404_title {
	display: block;
	margin: 0;
	font-weight: 400;
	font-size: 144px;
	line-height: 144px;
	text-align: center;
	color: #ffffff;
}
.page-404 .page-404_text {
	display: block;
	margin: 20px 0 0;
	font-weight: 600;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	max-width: 1000px;
	color: #ffffff;
}
.page-404 .b-btn {
	display: block;
	margin: 70px 0 0;
	padding: 0 65px;
}
.page-404 .page-404_image img {
	display: block;
	width: 100%;
	height: auto;
}

.documents-list_block {
	margin: 0 0 100px;
}
.documents-list_block .documents-list_group {
	margin: 60px 0 0;
}
.documents-list_block .documents-list_title {
	display: block;
	margin: 0;
	font-family: "Merriweather";
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #585858;
}
.documents-list_block .documents-list_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 12px 0 0 -40px;
}
.documents-list_block .documents-list_item {
	position: relative;
	display: block;
	width: calc(100% / 3 - 40px);
	padding: 10px 0 10px 44px;
	margin: 15px 0 0 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #1f1f1f;
	text-decoration: underline;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-docs.svg) left top no-repeat;
}
.documents-list_block .documents-list_item:hover {
	text-decoration: none;
}

.faq-list_block {
	margin: 60px 0 0;
}

.faq-list_item {
	margin: 35px 0 0;
}
.faq-list_item .faq-list_item-title {
	position: relative;
	display: block;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
	padding: 25px 145px 25px 35px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.faq-list_item .faq-list_item-title:before {
	content: "+";
	position: absolute;
	right: 65px;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
}
.faq-list_item .faq-list_item-title:hover {
	color: #49aca7;
}
.faq-list_item .faq-list_item-title p {
	margin: 0;
}
.faq-list_item .faq-list_item-inner {
	display: none;
	padding: 20px 0 25px;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	max-width: 1100px;
}
.faq-list_item .faq-list_item-inner p {
	margin: 20px 0 0;
}
.faq-list_item.open .faq-list_item-title:before {
	content: "-";
}

.page-free-slider {
	margin: 75px 0 80px;
	padding: 0 0 75px;
}
.page-free-slider .swiper-container {
	overflow: visible;
}
.page-free-slider .swiper-container .swiper-wrapper {
	overflow: visible;
}
.page-free-slider .swiper-pagination {
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 5;
}
.page-free-slider .swiper-pagination:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 6px;
	background: #c4c4c4;
}
.page-free-slider .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background: transparent;
	border-radius: 0;
	height: 18px;
	width: 92px;
	z-index: 5;
}
.page-free-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #49aca7;
}

.document-slider_item {
	height: 400px;
	width: auto;
}
.document-slider_item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.review-slider_item {
	display: block;
	width: 575px;
	background: #fff;
	padding: 40px 40px 55px;
	text-align: center;
}
.review-slider_item .item-name {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #1f1f1f;
}
.review-slider_item .item-pos {
	margin: 25px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #4c5356;
}
.review-slider_item .item-text {
	margin: 25px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #1f1f1f;
}

.basket-block_wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 110px 0 100px;
}
.basket-block_wrap .basket-block_list {
	display: block;
	width: 61%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 61%;
	flex: 1 0 61%;
}
.basket-block_wrap .basket-block_aside {
	display: block;
	width: 35.3%;
	margin-left: 3.7%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 35.3%;
	flex: 1 0 35.3%;
}
.basket-block_wrap .basket-total {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 70px 0 0;
}
.basket-block_wrap .basket-total p {
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
}
.basket-block_wrap .basket-total span {
	display: block;
	margin: 12px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #9f9d9d;
}
.basket-block_wrap .basket-total_label {
	text-align: right;
}
.basket-block_wrap .basket-total_value {
	min-width: 275px;
	margin-left: 50px;
}

.basket-list_block {
	position: relative;
}

.basket-list_labels {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	opacity: 0.8;
}
.basket-list_labels .item-info {
	text-align: left;
	margin-left: 19.5%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.basket-list_labels .item-count {
	width: 178px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 178px;
	flex: 1 0 178px;
}
.basket-list_labels .item-price {
	width: 35%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 35%;
	flex: 1 0 35%;
	padding: 0 0 0 10px;
}

.basket-list_item {
	padding: 30px 0 28px;
	margin: 0 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #ffffff;
}
.basket-list_item .basket-item_img {
	width: 19.5%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 19.5%;
	flex: 1 0 19.5%;
	padding-left: 4%;
	padding-right: 4%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.basket-list_item .basket-item_img img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.basket-list_item .basket-item_info {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 0 6.4% 0 0;
}
.basket-list_item .basket-item_info .item-title {
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.basket-list_item .basket-item_info .item-title:hover {
	color: #49aca7;
}
.basket-list_item .basket-item_info .item-price {
	display: block;
	margin: 15px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #777777;
}
.basket-list_item .basket-item_info .item-price-old {
	display: block;
	margin: 10px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #aeaeae;
	text-decoration: line-through;
}
.basket-list_item .basket-item_info .item-delete {
	position: relative;
	display: block;
	margin: 20px 0 0;
	padding: 0 0 0 35px;
	height: 21px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #4c5356;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-delete-red.svg) left center no-repeat;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.basket-list_item .basket-item_info .item-delete:hover {
	color: #fb222f;
}
.basket-list_item .basket-item_count {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 178px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 178px;
	flex: 1 0 178px;
	height: 65px;
	line-height: 59px;
	font-weight: 600;
	font-size: 24px;
	color: #a1a1a1;
	border: 3px solid #49aca7;
	border-radius: 2px;
}
.basket-list_item .basket-item_count a {
	display: block;
	padding: 0 20px;
	width: 60px;
	min-width: 60px;
	text-align: center;
	font-size: 36px;
	color: #49aca7;
	cursor: pointer;
}
.basket-list_item .basket-item_count .count-val {
	display: block;
	width: 52px;
	background: transparent;
	border: none;
	padding: 0;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin: 0;
	text-align: center;
	opacity: 0.8;
}
.basket-list_item .basket-item_price {
	display: block;
	width: 35%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 35%;
	flex: 1 0 35%;
	padding: 0 30px 0 50px;
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
	text-align: center;
}

.basket-block_aside .request-form_block {
	padding: 10px 40px 40px;
}
.basket-block_aside .request-form_block .request-form_btn {
	margin-left: -40px;
	margin-right: -40px;
	padding: 0;
}
.basket-block_aside .request-form_block .request-form_btn .big-btn {
	padding: 30px 40px;
	font-size: 24px;
	line-height: 28px;
	min-height: 0;
	text-align: center;
}
.basket-block_aside .request-form_block .request-form_agreement {
	margin: 40px 0 0;
}
.basket-block_aside .request-form_block .request-form_agreement .check-block {
	font-size: 14px;
	line-height: 17px;
}
.basket-block_aside .request-form_block .request-form_agreement .check-block span {
	display: block;
	margin-left: 4px;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.info-page_wrap {
		margin-top: 28px;
		margin-bottom: 55px;
	}
	.info-page_text {
		margin: 28px 0 0;
		font-size: 13px;
		line-height: 19px;
		max-width: 770px;
	}
	.info-page_list {
		margin: 10px -10px 40px;
	}
	.info-page_list .list-item {
		margin-top: 30px;
	}
	.info-page_list .item-inner {
		max-width: 150px;
	}
	.info-page_list .item-img {
		height: 64px;
	}
	.info-page_list .item-img img {
		max-width: 80px;
	}
	.info-page_list .item-text {
		margin: 20px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.img-blocks_grid {
		margin: 70px -60px 0;
	}
	.img-blocks_grid .grid-item .item-inner {
		min-height: 360px;
		padding: 35px 60px;
	}
	.img-blocks_grid .grid-item .item-title {
		font-size: 25px;
		line-height: 31px;
	}
	.img-blocks_grid .grid-item .item-text {
		margin: 20px 0 0;
		font-size: 13px;
		line-height: 20px;
		max-width: 520px;
	}
	.img-blocks_grid .grid-item .b-btn {
		margin: 30px 0 0;
		padding: 0 20px;
	}
	.transport-company_wrap {
		margin: 0 -60px 0;
		padding: 40px 60px 70px;
	}
	.transport-company_wrap .transport-company_text {
		margin: 22px 0 0;
		max-width: 520px;
		font-size: 13px;
		line-height: 20px;
	}
	.transport-company_wrap .transport-company_list {
		width: calc(100% + 20px);
		margin-top: 20px;
		margin-left: -20px;
	}
	.transport-company_wrap .transport-company_list .list-col {
		padding: 20px 0;
		font-size: 17px;
		line-height: 20px;
		padding: 20px 0 20px 20px;
	}
	.transport-company_wrap .transport-company_list .company-logo img {
		max-width: 260px;
		max-height: 100px;
	}
	.transport-company_wrap .transport-company_list .col-contact p {
		max-width: 250px;
	}
	.page-404 .page-404_title {
		font-size: 100px;
		line-height: 100px;
	}
	.page-404 .page-404_text {
		margin: 15px 0 0;
		font-size: 33px;
		line-height: 36px;
		max-width: 700px;
	}
	.page-404 .b-btn {
		margin: 50px 0 0;
		padding: 0 45px;
	}
	.documents-list_block {
		margin: 0 0 70px;
	}
	.documents-list_block .documents-list_group {
		margin: 40px 0 0;
	}
	.documents-list_block .documents-list_title {
		font-size: 25px;
		line-height: 31px;
	}
	.documents-list_block .documents-list_inner {
		margin: 12px 0 0 -30px;
	}
	.documents-list_block .documents-list_item {
		width: calc(100% / 3 - 30px);
		padding: 7px 0 7px 39px;
		margin: 11px 0 0 30px;
		font-size: 13px;
		line-height: 16px;
		-webkit-background-size: auto 28px;
		background-size: auto 28px;
	}
	.faq-list_block {
		margin: 40px 0 0;
	}
	.faq-list_item {
		margin: 25px 0 0;
	}
	.faq-list_item .faq-list_item-title {
		-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
		font-size: 25px;
		line-height: 30px;
		padding: 18px 100px 18px 25px;
	}
	.faq-list_item .faq-list_item-title:before {
		right: 45px;
		width: 22px;
		font-size: 34px;
	}
	.faq-list_item .faq-list_item-inner {
		padding: 15px 0 18px;
		font-size: 14px;
		line-height: 18px;
		max-width: 770px;
	}
	.faq-list_item .faq-list_item-inner p {
		margin: 15px 0 0;
	}
	.page-free-slider {
		margin: 50px 0 55px;
		padding: 0 0 50px;
	}
	.page-free-slider .swiper-pagination {
		bottom: -50px;
	}
	.page-free-slider .swiper-pagination:before {
		bottom: 5px;
		height: 5px;
	}
	.page-free-slider .swiper-pagination .swiper-pagination-bullet {
		height: 14px;
		width: 65px;
	}
	.document-slider_item {
		height: 280px;
	}
	.review-slider_item {
		width: 400px;
		padding: 28px 28px 38px;
	}
	.review-slider_item .item-name {
		font-size: 17px;
		line-height: 20px;
	}
	.review-slider_item .item-pos {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.review-slider_item .item-text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.basket-block_wrap {
		margin: 80px 0 70px;
	}
	.basket-block_wrap .basket-total {
		margin: 50px 0 0;
	}
	.basket-block_wrap .basket-total p {
		font-size: 25px;
		line-height: 30px;
	}
	.basket-block_wrap .basket-total span {
		margin: 7px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.basket-block_wrap .basket-total_value {
		min-width: 200px;
		margin-left: 35px;
	}
	.basket-list_labels {
		position: absolute;
		top: -35px;
		font-size: 13px;
		line-height: 16px;
	}
	.basket-list_labels .item-count {
		width: 120px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 120px;
		flex: 1 0 120px;
	}
	.basket-list_labels .item-price {
		width: 32%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 32%;
		flex: 1 0 32%;
	}
	.basket-list_item {
		padding: 20px 0 20px;
		margin: 0 0 15px;
	}
	.basket-list_item .basket-item_info {
		padding-right: 5%;
	}
	.basket-list_item .basket-item_info .item-title {
		font-size: 17px;
		line-height: 21px;
	}
	.basket-list_item .basket-item_info .item-price {
		margin: 12px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.basket-list_item .basket-item_info .item-price-old {
		margin: 7px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.basket-list_item .basket-item_info .item-delete {
		margin: 14px 0 0;
		padding: 0 0 0 25px;
		height: 16px;
		font-size: 12px;
		line-height: 16px;
		-webkit-background-size: auto 16px;
		background-size: auto 16px;
	}
	.basket-list_item .basket-item_count {
		width: 120px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 120px;
		flex: 1 0 120px;
		height: 46px;
		line-height: 42px;
		font-size: 17px;
		border-width: 2px;
	}
	.basket-list_item .basket-item_count a {
		padding: 0 14px;
		width: 40px;
		min-width: 40px;
		font-size: 25px;
	}
	.basket-list_item .basket-item_count .count-val {
		width: 36px;
		font-size: 17px;
	}
	.basket-list_item .basket-item_price {
		width: 32%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 32%;
		flex: 1 0 32%;
		padding: 0 20px 0 30px;
		font-size: 24px;
		line-height: 30px;
	}
	.basket-block_aside .request-form_block {
		padding: 7px 30px 30px;
	}
	.basket-block_aside .request-form_block .request-form_btn {
		margin-left: -30px;
		margin-right: -30px;
	}
	.basket-block_aside .request-form_block .request-form_btn .big-btn {
		padding: 20px 20px;
		font-size: 17px;
		line-height: 20px;
	}
	.basket-block_aside .request-form_block .request-form_agreement {
		margin: 30px 0 0;
	}
	.basket-block_aside .request-form_block .request-form_agreement .check-block {
		font-size: 12px;
		line-height: 14px;
	}
	.basket-block_aside .request-form_block .request-form_agreement .check-block span {
		margin-left: 3px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.info-page_list .item-img {
		height: 48px;
	}
	.info-page_list .item-img img {
		max-width: 60px;
	}
	.img-blocks_grid {
		margin: 70px -40px 0;
	}
	.img-blocks_grid .grid-item .item-inner {
		min-height: 360px;
		padding: 35px 40px;
	}
	.img-blocks_grid .grid-item .item-title {
		font-size: 22px;
		line-height: 28px;
	}
	.img-blocks_grid .grid-item .item-text {
		font-size: 13px;
		line-height: 19px;
	}
	.transport-company_wrap {
		margin-left: -40px;
		margin-right: -40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.transport-company_wrap .transport-company_list .company-logo img {
		max-width: 220px;
	}
	.basket-block_wrap {
		display: block;
	}
	.basket-block_wrap .basket-total {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.basket-block_wrap .basket-total .basket-total_label {
		width: 50%;
		margin: 0 15px;
	}
	.basket-block_wrap .basket-total .basket-total_value {
		min-width: 0;
		width: 50%;
		margin: 0 15px;
	}
	.basket-block_wrap .basket-block_list {
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.basket-block_wrap .basket-block_aside {
		width: 100%;
		max-width: 460px;
		margin: 50px auto 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.transport-company_wrap .transport-company_list .list-col {
		font-size: 16px;
		line-height: 18px;
	}
	.transport-company_wrap .transport-company_list .company-logo img {
		max-width: 150px;
		max-height: 50px;
	}
	.page-404 .page-404_title {
		font-size: 80px;
		line-height: 80px;
	}
	.page-404 .page-404_text {
		margin: 12px 0 0;
		font-size: 24px;
		line-height: 26px;
		max-width: 500px;
	}
	.page-404 .b-btn {
		margin: 30px 0 0;
		padding: 0 45px;
	}
	.documents-list_block .documents-list_item {
		width: calc(100% / 2 - 30px);
	}
	.faq-list_item .faq-list_item-title {
		font-size: 22px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.info-page_wrap {
		margin-top: 25px;
		margin-bottom: 40px;
	}
	.info-page_text {
		margin: 25px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.info-page_list {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 10px -10px 40px;
	}
	.info-page_list .list-item {
		width: 50%;
		margin-top: 30px;
		padding: 0 10px;
	}
	.info-page_list .item-img {
		height: 48px;
	}
	.info-page_list .item-img img {
		max-width: 64px;
	}
	.info-page_list .item-text {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.img-blocks_grid {
		display: block;
		margin: 50px -25px 0;
	}
	.img-blocks_grid .grid-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.img-blocks_grid .grid-item .item-inner {
		display: block;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		min-height: 0;
		padding: 30px 25px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.img-blocks_grid .grid-item .item-title {
		font-size: 24px;
		line-height: 30px;
		color: #585858;
	}
	.img-blocks_grid .grid-item .item-title a {
		color: #585858;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.img-blocks_grid .grid-item .item-title a:hover {
		color: #49aca7;
	}
	.img-blocks_grid .grid-item .item-text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.img-blocks_grid .grid-item .b-btn {
		margin: 25px 0 0;
		padding: 0 26px;
	}
	.img-blocks_grid .grid-item .item-img {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		padding-top: 50%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.img-blocks_grid .grid-item .item-img img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.img-blocks_grid .grid-item:nth-child(2n + 2) .item-inner {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.img-blocks_grid .grid-item:nth-child(2n + 2) .item-img {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.transport-company_wrap {
		margin: 0 -25px 0;
		padding: 40px 25px 40px;
	}
	.transport-company_wrap .transport-company_text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 20px;
		color: #1f1f1f;
	}
	.transport-company_wrap .transport-company_list {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-left: 0px;
	}
	.transport-company_wrap .transport-company_list .list-row {
		display: block;
		margin: 50px 0 0;
	}
	.transport-company_wrap .transport-company_list .list-col {
		display: block;
		font-size: 18px;
		line-height: 20px;
		padding: 0;
		margin: 10px 0 0;
		text-align: center;
	}
	.transport-company_wrap .transport-company_list .col-name {
		font-weight: 600;
	}
	.transport-company_wrap .transport-company_list .col-contact p {
		max-width: none;
	}
	.transport-company_wrap .transport-company_list .company-logo {
		margin: 0 0 15px;
	}
	.transport-company_wrap .transport-company_list .company-logo img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		max-height: 80px;
	}
	.page-404 {
		position: relative;
	}
	.page-404 .page-404_inner {
		position: relative;
		padding: 50px 25px;
		z-index: 5;
	}
	.page-404 .page-404_title {
		display: block;
		margin: 0;
		font-weight: 400;
		font-size: 80px;
		line-height: 80px;
		text-align: center;
		color: #ffffff;
	}
	.page-404 .page-404_text {
		margin: 15px 0 0;
		font-size: 20px;
		line-height: 24px;
	}
	.page-404 .b-btn {
		display: block;
		margin: 35px 0 0;
		padding: 0 40px;
	}
	.page-404 .page-404_image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.page-404 .page-404_image img {
		display: block;
		width: 100%;
		height: 100%;
		object-position: center;
		object-fit: cover;
	}
	.documents-list_block {
		margin: 0 0 50px;
	}
	.documents-list_block .documents-list_group {
		margin: 30px 0 0;
	}
	.documents-list_block .documents-list_title {
		font-size: 20px;
		line-height: 24px;
	}
	.documents-list_block .documents-list_inner {
		margin: 10px 0 0 0;
	}
	.documents-list_block .documents-list_item {
		width: 100%;
		margin: 11px 0 0;
		font-size: 14px;
		line-height: 18px;
		padding: 6px 0 6px 36px;
		-webkit-background-size: auto 30px;
		background-size: auto 30px;
	}
	.faq-list_block {
		margin: 30px 0 0;
	}
	.faq-list_item {
		margin: 15px -25px 0;
	}
	.faq-list_item .faq-list_item-title {
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
		border-radius: 0;
		font-size: 16px;
		line-height: 21px;
		padding: 15px 60px 15px 25px;
	}
	.faq-list_item .faq-list_item-title:hover {
		color: #000;
	}
	.faq-list_item .faq-list_item-title:before {
		right: 25px;
		width: 16px;
		font-size: 28px;
	}
	.faq-list_item .faq-list_item-inner {
		padding: 10px 25px 15px;
		font-size: 13px;
		line-height: 16px;
		max-width: 770px;
	}
	.faq-list_item .faq-list_item-inner p {
		margin: 15px 0 0;
	}
	.page-free-slider {
		margin: 40px 0 45px;
		padding: 0;
	}
	.page-free-slider .swiper-pagination {
		display: none;
	}
	.document-slider_item {
		height: 320px;
	}
	.review-slider_item {
		width: 100%;
		padding: 30px 25px 35px;
	}
	.review-slider_item .item-name {
		font-size: 18px;
		line-height: 22px;
	}
	.review-slider_item .item-pos {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.review-slider_item .item-text {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.basket-block_wrap {
		position: relative;
		display: block;
		margin: 30px 0 0;
	}
	.basket-block_wrap .basket-block_list {
		display: block;
		width: 100%;
	}
	.basket-block_wrap .basket-block_aside {
		margin: 40px -25px 0;
		display: block;
		width: auto;
	}
	.basket-block_wrap .basket-total {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 40px -10px 0;
	}
	.basket-block_wrap .basket-total p {
		font-size: 24px;
		line-height: 28px;
	}
	.basket-block_wrap .basket-total span {
		margin: 10px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.basket-block_wrap .basket-total_label {
		margin: 0 10px;
	}
	.basket-block_wrap .basket-total_label p {
		font-size: 18px;
	}
	.basket-block_wrap .basket-total_label span {
		font-size: 14px;
	}
	.basket-block_wrap .basket-total_value {
		min-width: 0;
		margin: 0 10px;
	}
	.basket-list_labels {
		display: none;
	}
	.basket-list_item {
		padding: 25px 25px 25px;
		margin: 0 -25px 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.basket-list_item .basket-item_img {
		width: 100px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100px;
		flex: 1 0 100px;
		padding-left: 0;
		padding-right: 0;
	}
	.basket-list_item .basket-item_info {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 calc(100% - 100px);
		flex: 0 1 calc(100% - 100px);
		padding: 0 0 0 20px;
	}
	.basket-list_item .basket-item_info .item-title {
		font-size: 18px;
		line-height: 22px;
	}
	.basket-list_item .basket-item_info .item-price {
		margin: 10px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
	.basket-list_item .basket-item_info .item-price-old {
		margin: 6px 0 0;
		font-size: 13px;
		line-height: 16px;
	}
	.basket-list_item .basket-item_info .item-delete {
		position: relative;
		display: block;
		margin: 20px 0 0;
		padding: 0 0 0 35px;
		height: 21px;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		color: #4c5356;
		background: url(/local/templates/iteraciya/styles/../assets/icons/icon-delete-red.svg) left center no-repeat;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	.basket-list_item .basket-item_info .item-delete:hover {
		color: #fb222f;
	}
	.basket-list_item .basket-item_count {
		margin-top: 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 100px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100px;
		flex: 1 0 100px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		border: 1px solid #49aca7;
	}
	.basket-list_item .basket-item_count a {
		padding: 0;
		width: 35px;
		min-width: 35px;
		font-size: 24px;
	}
	.basket-list_item .basket-item_count .count-val {
		width: 28px;
		font-size: 16px;
	}
	.basket-list_item .basket-item_price {
		margin-top: 25px;
		width: calc(100% - 100px);
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 calc(100% - 100px);
		flex: 1 0 calc(100% - 100px);
		padding: 0 0 0 20px;
		font-size: 24px;
		line-height: 30px;
		text-align: left;
	}
	.basket-block_aside .request-form_block {
		padding: 1px 25px 40px;
	}
	.basket-block_aside .request-form_block .request-form_btn {
		margin-left: -25px;
		margin-right: -25px;
		padding: 0;
	}
	.basket-block_aside .request-form_block .request-form_btn .big-btn {
		padding: 25px 25px;
		font-size: 20px;
		line-height: 26px;
	}
	.basket-block_aside .request-form_block .request-form_agreement {
		margin: 30px 0 0;
	}
	.basket-block_aside .request-form_block .request-form_agreement .check-block {
		font-size: 13px;
		line-height: 16px;
	}
	.basket-block_aside .request-form_block .request-form_agreement .check-block span {
		margin-left: 2px;
	}
}

.overlay__wrap {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
}
.overlay__wrap .overlay__block {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	left: 0px;
	top: 0px;
	padding: 25px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.overlay__wrap .overlay__close-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1005;
}
.overlay__wrap .overlay__inner {
	position: relative;
	margin: auto;
	width: 800px;
	padding: 70px 80px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	z-index: 1010;
}
.overlay__wrap .overlay__inner .overlay_close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	background: url(/local/templates/iteraciya/styles/../assets/icons/icon-overlay-close.svg) center no-repeat;
	z-index: 1020;
}
.overlay__wrap .overlay__inner .overlay-block_title {
	display: block;
	margin: 0;
	font-family: "Merriweather";
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	color: #000000;
}
.overlay__wrap .overlay__inner .overlay-block_text {
	display: block;
	margin: 48px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
}
.overlay__wrap .overlay__inner .overlay-block_btn {
	margin: 40px 0 0;
}
.overlay__wrap .overlay__inner .overlay-block_btn .b-btn {
	min-width: 280px;
}
.overlay__wrap .overlay__inner .overlay-block_form-title {
	display: block;
	margin: 35px 0 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
}
.overlay__wrap .check-block {
	margin: 40px 0 0;
}
.overlay__wrap .overlay-block_form-field {
	margin: 52px 0 0;
}
.overlay__wrap .overlay-block_form .field-label {
	display: block;
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
}
.overlay__wrap .overlay-block_form-field input:not(.styling) {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	height: 54px;
	border: none;
	border-bottom: 2px solid rgba(62, 62, 62, 0.8);
	font-weight: 600;
	font-size: 24px;
	color: #303030;
}
.overlay__wrap .overlay-block_form-field input:not(.styling)::-webkit-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.overlay__wrap .overlay-block_form-field input:not(.styling)::-moz-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.overlay__wrap .overlay-block_form-field input:not(.styling):-ms-input-placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
.overlay__wrap .overlay-block_form-field input:not(.styling)::placeholder {
	color: #a2a2a2;
	opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 1699px) {
	.overlay__wrap .overlay__inner {
		width: 560px;
		padding: 50px 55px;
	}
	.overlay__wrap .overlay__inner .overlay_close {
		width: 70px;
		height: 70px;
		-webkit-background-size: 23px auto;
		background-size: 23px auto;
	}
	.overlay__wrap .overlay__inner .overlay-block_title {
		font-size: 25px;
		line-height: 31px;
	}
	.overlay__wrap .overlay__inner .overlay-block_text {
		margin: 34px 0 0;
		font-size: 17px;
		line-height: 20px;
	}
	.overlay__wrap .overlay__inner .overlay-block_form-title {
		margin: 25px 0 0;
		font-size: 17px;
		line-height: 21px;
	}
	.overlay__wrap .overlay-block_form-field {
		margin: 38px 0 0;
	}
	.overlay__wrap .overlay-block_form-field .field-label {
		margin: 0 0 6px;
		font-size: 13px;
		line-height: 17px;
	}
	.overlay__wrap .overlay-block_form-field input:not(.styling) {
		height: 38px;
		font-size: 17px;
	}
	.overlay__wrap .check-block {
		margin: 30px 0 0;
	}
	.overlay__wrap .overlay__inner .overlay-block_btn {
		margin: 30px 0 0;
	}
	.overlay__wrap .overlay__inner .overlay-block_btn .b-btn {
		min-width: 200px;
	}
}
@media (max-width: 767px) {
	.overlay__wrap .overlay__inner {
		width: 100%;
		padding: 35px 25px 35px;
	}
	.overlay__wrap .overlay__inner .overlay_close {
		width: 70px;
		height: 70px;
		-webkit-background-size: 23px auto;
		background-size: 23px auto;
	}
	.overlay__wrap .overlay__inner .overlay-block_title {
		font-size: 22px;
		line-height: 26px;
	}
	.overlay__wrap .overlay__inner .overlay-block_text {
		margin: 30px 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.overlay__wrap .overlay__inner .overlay-block_form-title {
		margin: 24px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.overlay__wrap .overlay-block_form-field {
		margin: 31px 0 0;
	}
	.overlay__wrap .overlay-block_form-field .field-label {
		margin: 0px;
		font-size: 14px;
		line-height: 17px;
	}
	.overlay__wrap .overlay-block_form-field input:not(.styling) {
		height: 54px;
		font-size: 17px;
	}
	.overlay__wrap .check-block {
		margin: 25px 0 0;
		font-size: 12px;
		line-height: 16px;
	}
	.overlay__wrap .overlay__inner .overlay-block_btn {
		margin: 25px 0 0;
	}
	.overlay__wrap .overlay__inner .overlay-block_btn .b-btn {
		min-width: 0;
		padding: 0 40px;
	}
}

.service-page_heading-visual {
	position: relative;
	height: 630px;
}
.service-page_heading-visual .heading-visual_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-page_heading-visual .heading-visual_bg img {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-position: center;
	object-fit: cover;
}
.service-page_heading-visual .page__inner {
	position: relative;
	z-index: 5;
	height: 100%;
}
.service-page_heading-visual .heading-visual_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	height: 100%;
	padding: 0 0 30px;
}
.service-page_heading-visual .heading-visual_title {
	margin: 0;
	max-width: 1100px;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	font-family: "Merriweather";
	color: #ffffff;
}
.service-page_heading-visual .heading-visual_text {
	display: block;
	max-width: 780px;
	margin: 22px 0 0;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}
.service-page_heading-visual .heading-visual_text p {
	margin: 0;
}
.service-page_heading-visual .heading-visual_btn {
	margin: 52px 0 0;
}
.service-page_heading-visual .heading-visual_btn .b-btn {
	width: 280px;
	box-shadow: none;
}
.service-page_heading-visual .heading-visual_country {
	position: absolute;
	right: 0;
	top: 0;
	width: 370px;
	padding: 26px 38px 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	background: #49aca7;
	color: #ffffff;
	z-index: 3;
}
.service-page_heading-visual .heading-visual_country .country-img {
	margin: 0 35px 0 0;
}
.service-page_heading-visual .heading-visual_country img {
	display: block;
	max-width: 100%;
}
.service-page_heading-visual .heading-visual_country p {
	display: block;
	margin: 2px 0 0;
}

.service-page_ico-list-block {
	padding: 80px 0 80px;
	background: #49aca7;
}
.service-page_ico-list-block .page__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.service-page_ico-list-block .ico-list_titling {
	display: block;
	margin: 0;
	flex: 1 0 36.4%;
	padding-right: 3.5%;
	color: #fff;
	font: 600 30px/38px "Merriweather";
}
.service-page_ico-list-block .ico-list_inner {
	flex: 0 1 100%;
	margin: 0 0 0 -20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.service-page_ico-list-block .ico-list_item {
	flex: 1 0 25%;
	max-width: 220px;
	padding: 0 0 0 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}
.service-page_ico-list-block .ico-list_item .item-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 76px;
	margin: 0 0 35px;
}
.service-page_ico-list-block .ico-list_item img {
	display: block;
	margin: auto 0;
	max-height: 100%;
}
.service-page_ico-list-block .ico-list_item p {
	display: block;
	margin: 0;
}

.service-page_d-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.service-page_d-grid .d-grid_small {
	display: block;
	flex: 1 0 40%;
}
.service-page_d-grid .d-grid_small.white-block {
	background: #fff;
}
.service-page_d-grid .d-grid_big {
	display: block;
	flex: 1 0 60%;
	background: #f4f2f2;
}
.service-page_d-grid .d-grid_inner {
	width: 100%;
	height: 100%;
	padding: 75px calc((1vw + 60px) * 1.25) 75px calc(1vw + 60px);
}
.d-grid_inner {
	font-size: 18px;
	line-height: 22px;
	color: #545454;
}
.d-grid_inner p {
	margin: 45px 0 0;
	max-width: 560px;
}
.d-grid_inner p b {
	color: #000;
}
.d-grid_inner ul {
	margin: 35px 0 0;
	padding: 0;
	max-width: 560px;
}
.d-grid_inner li {
	display: block;
	position: relative;
	margin: 14px 0 0;
	padding-left: 30px;
}
.d-grid_inner li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	background: #49aca7;
	border-radius: 50%;
}
.d-grid_inner ul.list-upper {
	margin-top: 75px;
}
.d-grid_inner ul.list-upper li {
	margin-top: 30px;
}
.d-grid_inner .head-titling {
	margin-bottom: 60px;
}
.d-grid_inner .txt-upper {
	font-size: 24px;
	line-height: 29px;
}
.d-grid_inner .txt-lower {
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.d-grid_inner table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.d-grid_inner table td {
	padding: 15px 30px;
	font-size: 24px;
	line-height: 25px;
	font-weight: 600;
	color: #545454;
}
.d-grid_inner table td p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 50px;
	margin: 0;
}
.d-grid_inner table tr:nth-child(odd) td {
	background: #f4f2f2;
}
.d-grid_inner .text-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -60px 0 0 -12%;
}
.d-grid_inner .text-list_item {
	position: relative;
	display: block;
	padding: 25px 0 0 0;
	margin: 60px 0 0 11%;
	flex: 1 0 calc(50% - 11%);
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
}
.d-grid_inner .text-list_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 5px;
	background: #49aca7;
}
.d-grid_inner .text-list_item p {
	margin: 0;
}
.d-grid_inner .text-list_item.single-item {
	margin-right: 50%;
}

.media_full-block {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.media_full-block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.media_full-block .video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: #fff url(/local/templates/iteraciya/styles/../assets/icons/icon-play-sm.svg) center no-repeat;
	border-radius: 50%;
}

.txt-btn-block.small-txt .block-text {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.txt-btn-block.small-txt .page__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.txt-btn-block.small-txt .block-text p {
	margin: 24px 0 0;
}
.txt-btn-block.small-txt .block-text p:first-of-type {
	margin-top: 0;
}

.service-page_catalog-item {
	padding: 75px 0 100px;
}

.service-page_lists-grid {
	padding: 85px 0 0;
	background: #fff;
}
.service-page_lists-grid .lists-grid_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px 0 0 -5%;
}
.service-page_lists-grid .lists-grid_item {
	display: block;
	width: calc(100% / 3 - 5%);
	margin: 0 0 110px 5%;
}
.service-page_lists-grid .lists-grid_item .item-title {
	display: block;
	margin: 0;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #000000;
	min-height: 86px;
}
.service-page_lists-grid .lists-grid_item ul {
	margin: 40px 0 0;
	padding: 0;
}
.service-page_lists-grid .lists-grid_item li {
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	color: #545454;
	position: relative;
	padding-left: 30px;
	list-style: none;
}
.service-page_lists-grid .lists-grid_item li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
}

.service-page_advantages-block {
	position: relative;
	padding: 75px 0;
	background: #49aca7;
}
.service-page_advantages-block .head-titling .head-titling-text {
	color: #fff;
}
.service-page_advantages-block .advantages-block_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 75px 0 0 -3.4%;
}
.service-page_advantages-block .advantages-block_item {
	color: #fff;
	flex: 1 0 calc(100% / 6);
	padding: 0 0 0 3.2%;
}
.service-page_advantages-block .advantages-block_item.small-item {
	flex: 1 0 14%;
}
.service-page_advantages-block .advantages-block_item .item-img {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
	margin: 0 0 25px;
}
.service-page_advantages-block .advantages-block_item .item-img img {
	display: block;
	max-height: 100%;
	margin: auto auto auto 0;
}
.service-page_advantages-block .advantages-block_item .item-title {
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	min-height: 66px;
}
.service-page_advantages-block .advantages-block_item .item-text {
	display: block;
	margin: 18px 0 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.d-grid_btn-block {
	height: 100%;
}
.d-grid_btn-block .d-grid_inner {
	height: calc(100% - 180px);
}
.d-grid_btn-block .btn-item {
	display: block;
	height: 180px;
}
.d-grid_btn-block .btn-item .big-btn {
	display: block;
	padding: 47px 0 47px calc(1vw + 60px);
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	background: #49aca7;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.d-grid_btn-block .btn-item .big-btn img {
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.d-grid_btn-block .btn-item .big-btn:hover {
	background: #439c98;
}

.service-page_certificates-block {
	background: #fff;
	padding: 85px 0;
}
.certificates-block_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 0 -2.8%;
}
.certificates-block_item {
	display: flex;
	flex: 1 0 auto;
	margin: 80px 0 0 2.8%;
	max-width: 275px;
}
.certificates-block_item img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.service-page_payment-block {
	padding: 75px 0;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
}
.service-page_payment-block .page__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
}
.payment-block_col {
	width: 810px;
}
.payment-block_col + .payment-block_col {
	width: 680px;
}
.payment-block_text {
	display: block;
	margin: 45px 0 0;
}
.payment-block_ways {
	margin: 51px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
.payment-block_ways .ways-item {
	display: block;
	margin: 0;
	width: calc(100% / 3);
	padding: 0 9% 0 0;
	font-weight: 600;
}
.payment-block_ways .ways-item div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 60px;
	justify-content: flex-start;
	align-items: center;
}
.payment-block_ways .ways-item img {
	display: block;
	max-height: 100%;
	margin: auto auto auto 0;
}
.payment-block_ways .ways-item p {
	display: block;
	margin: 30px 0 0;
}
.payment-block_regions {
	margin: 85px 0 0 -40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.payment-block_regions .regions-item {
	display: block;
	width: calc(50% - 40px);
	margin: 40px 0 0 40px;
}
.payment-block_regions .regions-item .item-inner {
	position: relative;
	padding: 42% 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.payment-block_regions .regions-item p {
	margin: 0;
	position: absolute;
	left: 50px;
	right: 40px;
	bottom: 25px;
	font-weight: 600;
	color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1699px) {
	.service-page_heading-visual {
		height: 500px;
	}

	.service-page_heading-visual .heading-visual_inner {
		padding: 0 0 25px;
	}
	.service-page_heading-visual .heading-visual_title {
		max-width: 880px;
		font-size: 36px;
		line-height: 46px;
	}
	.service-page_heading-visual .heading-visual_text {
		max-width: 625px;
		margin: 18px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.service-page_heading-visual .heading-visual_btn {
		margin: 42px 0 0;
	}
	.service-page_heading-visual .heading-visual_btn .b-btn {
		width: 230px;
		font-size: 16px;
	}
	.service-page_heading-visual .heading-visual_country {
		width: 300px;
		padding: 20px 32px 18px;
		font-size: 15px;
		line-height: 18px;
	}
	.service-page_heading-visual .heading-visual_country .country-img {
		margin: 0 30px 0 0;
	}

	.service-page_ico-list-block {
		padding: 65px 0 65px;
	}
	.service-page_ico-list-block .ico-list_titling {
		flex: 1 0 36.4%;
		padding-right: 3.5%;
		font: 600 24px/30px "Merriweather";
	}
	.service-page_ico-list-block .ico-list_inner {
		margin: 0 0 0 -20px;
	}
	.service-page_ico-list-block .ico-list_item {
		flex: 1 0 25%;
		max-width: 180px;
		padding: 0 0 0 20px;
		font-size: 15px;
		line-height: 18px;
	}
	.service-page_ico-list-block .ico-list_item .item-img {
		height: 62px;
		margin: 0 0 28px;
	}

	.service-page_d-grid .d-grid_inner {
		padding: 55px 60px 55px 60px;
	}
	.d-grid_inner {
		font-size: 15px;
		line-height: 18px;
	}
	.d-grid_inner p {
		margin: 35px 0 0;
		max-width: 450px;
	}
	.d-grid_inner ul {
		margin: 28px 0 0;
		max-width: 450px;
	}
	.d-grid_inner li {
		margin: 12px 0 0;
		padding-left: 25px;
	}
	.d-grid_inner li:before {
		top: 6px;
		width: 6px;
		height: 6px;
	}
	.d-grid_inner ul.list-upper {
		margin-top: 55px;
	}
	.d-grid_inner ul.list-upper li {
		margin-top: 22px;
	}
	.d-grid_inner .head-titling {
		margin-bottom: 40px;
	}
	.d-grid_inner .txt-upper {
		font-size: 20px;
		line-height: 24px;
	}
	.d-grid_inner .txt-lower {
		font-size: 12px;
		line-height: 15px;
	}
	.d-grid_inner table td {
		padding: 12px 15px 12px 25px;
		font-size: 18px;
		line-height: 20px;
	}
	.d-grid_inner table td p {
		min-height: 40px;
	}
	.d-grid_inner .text-list {
		margin: -50px 0 0 -11%;
	}
	.d-grid_inner .text-list_item {
		padding: 20px 0 0 0;
		margin: 50px 0 0 10%;
		flex: 1 0 calc(50% - 11%);
		font-size: 18px;
		line-height: 22px;
	}
	.d-grid_inner .text-list_item:before {
		width: 44px;
		height: 4px;
	}
	.d-grid_inner .text-list_item.single-item {
		flex: 1 0 calc(100% - 11%);
		margin-right: 0;
	}

	.media_full-block .video-icon {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}

	.txt-btn-block.small-txt .block-text {
		font-size: 18px;
		line-height: 21px;
	}
	.txt-btn-block.small-txt .block-text p {
		margin: 21px 0 0;
	}
	.txt-btn-block.small-txt .block-btn .b-btn {
		font-size: 15px;
	}

	.service-page_catalog-item {
		padding: 60px 0 80px;
	}

	.service-page_lists-grid {
		padding: 65px 0 0;
	}
	.service-page_lists-grid .lists-grid_inner {
		margin: 50px 0 0 -5%;
	}
	.service-page_lists-grid .lists-grid_item {
		width: calc(100% / 3 - 5%);
		margin: 0 0 80px 5%;
	}
	.service-page_lists-grid .lists-grid_item .item-title {
		font-size: 25px;
		line-height: 31px;
		min-height: 62px;
	}
	.service-page_lists-grid .lists-grid_item ul {
		margin: 30px 0 0;
	}
	.service-page_lists-grid .lists-grid_item li {
		font-size: 20px;
		line-height: 28px;
		padding-left: 25px;
	}
	.service-page_lists-grid .lists-grid_item li:before {
		top: 11px;
		width: 6px;
		height: 6px;
	}

	.service-page_advantages-block {
		padding: 60px 0;
	}
	.service-page_advantages-block .advantages-block_list {
		margin: 60px 0 0 -3%;
	}
	.service-page_advantages-block .advantages-block_item {
		flex: 1 0 calc(100% / 6);
		padding: 0 0 0 2.8%;
	}
	.service-page_advantages-block .advantages-block_item.small-item {
		flex: 1 0 14%;
	}
	.service-page_advantages-block .advantages-block_item .item-img {
		height: 56px;
		margin: 0 0 22px;
	}
	.service-page_advantages-block .advantages-block_item .item-title {
		font-size: 15px;
		line-height: 18px;
		min-height: 54px;
	}
	.service-page_advantages-block .advantages-block_item .item-text {
		margin: 10px 0 0;
		font-size: 15px;
		line-height: 18px;
	}

	.d-grid_btn-block .d-grid_inner {
		height: calc(100% - 120px);
	}
	.d-grid_btn-block .btn-item {
		height: 120px;
	}
	.d-grid_btn-block .btn-item .big-btn {
		padding: 30px 0 30px 60px;
		font-size: 25px;
		line-height: 30px;
	}
	.d-grid_btn-block .btn-item .big-btn img {
		margin: 0 0 0 20px;
		max-width: 72px;
	}

	.service-page_certificates-block {
		padding: 70px 0;
	}
	.certificates-block_list {
		margin: 0 0 0 -2%;
	}
	.certificates-block_item {
		margin: 60px 0 0 2%;
		max-width: 220px;
	}

	.service-page_payment-block {
		padding: 60px 0;
		font-size: 20px;
		line-height: 24px;
	}
	.payment-block_col {
		width: 650px;
	}
	.payment-block_col + .payment-block_col {
		width: 550px;
	}
	.payment-block_text {
		margin: 35px 0 0;
	}
	.payment-block_ways {
		margin: 40px 0 0;
	}
	.payment-block_ways .ways-item {
		width: calc(100% / 3);
		padding: 0 9% 0 0;
	}
	.payment-block_ways .ways-item div {
		height: 48px;
	}
	.payment-block_ways .ways-item p {
		margin: 25px 0 0;
	}
	.payment-block_regions {
		margin: 65px 0 0 -30px;
	}
	.payment-block_regions .regions-item {
		width: calc(50% - 30px);
		margin: 30px 0 0 30px;
	}
	.payment-block_regions .regions-item p {
		left: 40px;
		right: 30px;
		bottom: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.service-page_heading-visual .heading-visual_country {
		right: 0;
		bottom: 0;
		top: auto;
		padding: 18px 28px 16px;
		font-size: 14px;
		line-height: 18px;
		width: 260px;
	}
	.service-page_heading-visual .heading-visual_country .country-img {
		margin-right: 22px;
		width: 46px;
	}
	.service-page_heading-visual .heading-visual_inner {
		padding-bottom: 40px;
	}
	.service-page_heading-visual .heading-visual_title {
		font-size: 34px;
		line-height: 42px;
	}

	.service-page_ico-list-block {
		padding: 50px 0;
	}
	.service-page_ico-list-block .page__inner {
		display: block;
	}

	.service-page_ico-list-block .ico-list_inner {
		margin: 35px 0 0 -20px;
	}

	.service-page_d-grid .d-grid_small {
		flex: 1 0 50%;
	}
	.service-page_d-grid .d-grid_big {
		flex: 1 0 50%;
	}

	.service-page_d-grid .d-grid_inner {
		padding: 50px 40px 50px 40px;
	}

	.d-grid_inner .txt-upper {
		font-size: 18px;
		line-height: 22px;
	}

	.d-grid_inner .head-titling {
		margin-bottom: 35px;
	}
	.d-grid_inner p {
		margin-top: 25px;
	}
	.d-grid_inner ul {
		margin: 20px 0 0;
	}
	.d-grid_inner li {
		margin-top: 10px;
	}
	.d-grid_inner ul.list-upper {
		margin-top: 35px;
	}
	.d-grid_inner ul.list-upper li {
		margin-top: 15px;
	}

	.txt-btn-block.small-txt .block-text {
		max-width: 70%;
		font-size: 16px;
		line-height: 20px;
	}
	.txt-btn-block.small-txt .block-btn .b-btn {
		min-width: 180px;
	}

	.catalog-item_view .d-grid_inner p,
	.catalog-item_view .d-grid_inner ul {
		max-width: none;
	}

	.service-page_lists-grid .lists-grid_item {
		width: calc(100% / 2 - 5%);
		margin-bottom: 40px;
	}
	.service-page_lists-grid .lists-grid_item .item-title {
		font-size: 22px;
		line-height: 28px;
		min-height: 56px;
	}
	.service-page_lists-grid .lists-grid_item li {
		font-size: 16px;
		line-height: 24px;
	}
	.service-page_lists-grid .lists-grid_item li:before {
		top: 9px;
	}

	.service-page_advantages-block .advantages-block_list {
		flex-wrap: wrap;
		margin-top: 10px;
		margin-left: -40px;
	}
	.service-page_advantages-block .advantages-block_item {
		flex: 1 0 calc(100% / 3);
		width: calc(100% / 3);
		margin-top: 40px;
		padding-left: 40px;
	}
	.service-page_advantages-block .advantages-block_item.small-item {
		flex: 1 0 calc(100% / 3);
	}
	.service-page_advantages-block .advantages-block_item .item-title {
		min-height: 36px;
	}
	.service-page_advantages-block .advantages-block_item .item-text {
		font-size: 14px;
		line-height: 17px;
	}

	.d-grid_inner table td {
		font-size: 15px;
		line-height: 18px;
		padding: 12px 20px 12px 20px;
	}
	.d-grid_inner table td + td {
		padding-left: 0;
	}

	.d-grid_btn-block .btn-item .big-btn {
		padding-left: 40px;
		font-size: 24px;
	}
	.d-grid_btn-block .btn-item .big-btn img {
		max-width: 60px;
		margin-left: 15px;
	}

	.d-grid_inner .text-list {
		margin-top: -35px;
	}
	.d-grid_inner .text-list_item {
		margin-top: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	.d-grid_inner .txt-upper {
		font-size: 17px;
		line-height: 20px;
	}

	.service-page_certificates-block {
		padding: 60px 0;
	}
	.certificates-block_list {
		margin-left: -20px;
		margin-top: 20px;
	}
	.certificates-block_item {
		margin: 20px 0 0 20px;
		max-width: 150px;
	}

	.service-page_payment-block {
		font-size: 18px;
		line-height: 22px;
	}
	.service-page_payment-block .page__inner {
		display: block;
	}
	.payment-block_text {
		margin-top: 20px;
	}
	.payment-block_ways {
		margin-top: 25px;
	}
	.payment-block_ways .ways-item {
		padding-right: 5%;
	}
	.payment-block_col {
		width: 100%;
	}
	.payment-block_col + .payment-block_col {
		margin-top: 60px;
	}
	.payment-block_regions {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.service-page_heading-visual {
		height: calc(100vh - 70px);
	}
	.service-page_heading-visual .heading-visual_inner {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		padding-bottom: 90px;
	}
	.service-page_heading-visual .heading-visual_title {
		font-size: 24px;
		line-height: 28px;
	}
	.service-page_heading-visual .heading-visual_text {
		font-size: 15px;
		line-height: 19px;
		margin-top: 20px;
	}
	.service-page_heading-visual .heading-visual_btn {
		width: 100%;
		margin: 35px 0 0;
	}
	.service-page_heading-visual .heading-visual_btn .b-btn {
		width: 100%;
	}
	.service-page_heading-visual .heading-visual_country {
		bottom: -1px;
		left: 0;
		right: 0;
		width: auto;
		top: auto;
		height: 60px;
		padding: 12px 25px 12px;
		font-size: 14px;
		line-height: 16px;
		border-bottom: 1px solid #fff;
	}
	.service-page_heading-visual .heading-visual_country br {
		display: none;
	}
	.service-page_heading-visual .heading-visual_country .country-img {
		width: 42px;
		margin-right: 20px;
	}
	.service-page_heading-visual .heading-visual_bg {
		bottom: 59px;
		height: auto;
	}

	.service-page_ico-list-block {
		padding: 40px 0;
	}
	.service-page_ico-list-block .page__inner {
		display: block;
	}
	.service-page_ico-list-block .ico-list_titling {
		flex: 1 0 100%;
		margin: 0;
		padding: 0;
		font: 600 19px/24px "Merriweather";
	}
	.service-page_ico-list-block .ico-list_inner {
		flex-wrap: wrap;
	}
	.service-page_ico-list-block .ico-list_item {
		flex: 1 0 50%;
		font-size: 15px;
		line-height: 18px;
		margin: 30px 0 0;
	}
	.service-page_ico-list-block .ico-list_item .item-img {
		height: 56px;
		margin: 0 0 15px;
	}

	.service-page_d-grid {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.service-page_d-grid .d-grid_small,
	.service-page_d-grid .d-grid_big {
		flex: 1 0 100%;
	}
	.service-page_d-grid .mob-order-last {
		order: 2;
	}
	.service-page_d-grid .d-grid_inner {
		padding: 40px 25px;
	}
	.d-grid_inner {
		font-size: 15px;
		line-height: 19px;
	}
	.d-grid_inner .head-titling {
		margin: 0 0 30px;
	}
	.d-grid_inner p {
		margin: 25px 0 0;
	}
	.d-grid_inner .txt-upper {
		font-size: 18px;
		line-height: 22px;
	}
	.d-grid_inner ul {
		margin-top: 20px;
	}
	.d-grid_inner li {
		margin: 10px 0 0;
		padding-left: 24px;
	}
	.d-grid_inner li:before {
		width: 6px;
		height: 6px;
		top: 6px;
	}
	.media_full-block .video-icon {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
		background-size: 10px auto;
	}
	.d-grid_inner ul.list-upper {
		margin-top: 20px;
	}
	.d-grid_inner ul.list-upper li {
		margin-top: 15px;
	}
	.d-grid_inner .txt-lower {
		font-size: 12px;
		line-height: 15px;
	}

	.txt-btn-block.small-txt {
		padding: 40px 25px;
	}
	.txt-btn-block.small-txt .block-text {
		font-size: 16px;
		line-height: 20px;
	}
	.txt-btn-block.small-txt .block-text p {
		margin-top: 20px;
	}
	.txt-btn-block.small-txt .block-btn {
		margin: 30px 0 0;
	}
	.service-page_catalog-item {
		padding: 45px 0;
	}

	.service-page_lists-grid {
		padding: 40px 0;
	}
	.service-page_lists-grid .lists-grid_inner {
		margin: 0 0 0;
		display: block;
	}
	.service-page_lists-grid .lists-grid_item {
		width: 100%;
		margin: 30px 0 0;
	}
	.service-page_lists-grid .lists-grid_item .item-title {
		font-size: 18px;
		line-height: 22px;
		min-height: 0;
	}
	.service-page_lists-grid .lists-grid_item .item-title br {
		display: none;
	}
	.service-page_lists-grid .lists-grid_item ul {
		margin: 15px 0 0;
	}
	.service-page_lists-grid .lists-grid_item li {
		font-size: 14px;
		line-height: 18px;
		padding-left: 24px;
		font-weight: 500;
	}
	.service-page_lists-grid .lists-grid_item li:before {
		width: 5px;
		height: 5px;
		top: 6px;
		background: #444;
	}

	.service-page_advantages-block {
		padding: 40px 0;
	}
	.service-page_advantages-block .advantages-block_list {
		margin: 0;
		display: block;
	}
	.service-page_advantages-block .advantages-block_item {
		display: block;
		padding-left: 0;
		margin: 30px 0 0;
	}
	.service-page_advantages-block .advantages-block_item .item-img {
		height: 48px;
		margin: 0 0 15px;
	}
	.service-page_advantages-block .advantages-block_item .item-title {
		font-size: 16px;
		line-height: 20px;
		min-height: 0;
	}
	.service-page_advantages-block .advantages-block_item .item-text {
		font-size: 14px;
		line-height: 18px;
		margin: 10px 0 0;
	}
	.d-grid_inner table {
		margin: 0 -25px;
		width: calc(100% + 50px);
	}
	.d-grid_inner table td {
		padding: 15px 25px;
		font-size: 16px;
		line-height: 20px;
	}
	.d-grid_inner table td p {
		min-height: 40px;
	}
	.d-grid_inner table td + td {
		padding-left: 0;
	}
	.d-grid_btn-block .btn-item {
		height: auto;
	}
	.d-grid_btn-block .d-grid_inner {
		height: auto;
	}
	.d-grid_btn-block .btn-item .big-btn {
		font-size: 22px;
		line-height: 28px;
		padding: 25px 25px;
	}
	.d-grid_btn-block .btn-item .big-btn img {
		max-width: 58px;
		margin-left: 15px;
	}

	.d-grid_inner .text-list {
		display: block;
		margin: 0 0 0;
	}
	.d-grid_inner .text-list_item {
		margin: 30px 0 0;
		padding: 20px 0 0;
		font-size: 18px;
		line-height: 22px;
	}
	.d-grid_inner .text-list_item:before {
		width: 50px;
		height: 4px;
	}
	.d-grid_inner .text-list_item.single-item {
		margin-right: 0;
	}

	.service-page_certificates-block {
		padding: 45px 0;
	}
	.certificates-block_list {
		margin-left: -15px;
		margin-top: 15px;
	}
	.certificates-block_item {
		margin: 15px 0 0 15px;
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}

	.service-page_payment-block {
		padding: 50px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.service-page_payment-block .page__inner {
		display: block;
	}
	.payment-block_text {
		margin-top: 25px;
	}
	.payment-block_ways {
		margin-top: 30px;
		display: block;
	}
	.payment-block_ways .ways-item {
		padding: 0;
		width: 100%;
		margin: 20px 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.payment-block_ways .ways-item div {
		width: 50px;
		height: 40px;
		flex: 1 0 auto;
	}
	.payment-block_ways .ways-item div img {
		max-width: 100%;
		margin: auto;
	}
	.payment-block_ways .ways-item p {
		flex: 0 1 100%;
		margin: 0 0 0 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.payment-block_col {
		width: 100%;
	}
	.payment-block_col + .payment-block_col {
		margin-top: 55px;
	}
	.payment-block_col + .payment-block_col {
		width: 100%;
	}
	.payment-block_regions {
		margin-top: 0;
		display: block;
		margin: 30px 0 0;
	}
	.payment-block_regions .regions-item {
		width: 100%;
		margin: 25px 0 0;
	}
	.payment-block_regions .regions-item p {
		left: 30px;
	}
}

@media (max-width: 359px) {
	.service-page_heading-visual .heading-visual_title {
		font-size: 20px;
		line-height: 24px;
	}
	.service-page_heading-visual .heading-visual_text {
		font-size: 14px;
		line-height: 16px;
	}
}

.up {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 20px;
	left: 20px;
	transition: 1000ms;
	transform: translateX(-100px);
	z-index: 999;
	will-change: transform;
	backface-visibility: hidden;
	cursor: pointer;
	text-align: center;
}

.up:hover .up-icon {
	transform: translateY(-3px);
}

.up-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #49aca7 url(/local/templates/iteraciya/assets/icons/up-arrow.svg) center center/20px no-repeat;
	position: relative;
	transition: 250ms;
	backface-visibility: hidden;
	will-change: transform;
}

@media screen and (min-width: 1199px) {
	.up--active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}

.field-label-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
	margin-right: 20px;
}

.field-label-name ~ .price_rent {
	display: inline-block !important;
}
@media (max-width: 1699px) {
	.field-label-name {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.field-label-name {
		margin-right: 20px;
	}
	.field-label-name ~ .price_rent {
		display: block !important;
	}
	.field-label-name ~ .sum_rent {
		display: block !important;
	}
}

/* End */


/* Start:/local/templates/iteraciya/styles/bitrixproger.css?1602484362603*/
#overlayer {
    opacity: 0.8;
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

.error {
	color:#ff0000!important;
	border-color:#ff0000!important;
}

.checkbox_wrap > .error{
	display: none;
}

.success {
	color:green!important;
}

.error_div{
	color:#ff0000!important;
}

.success_div{
	color:green!important;
	display: none;
}

.action_active{
	color:red!important;
}

.thank_link{
	display: none;
}

.subscribe_error_link{
	display: none;
}
/* End */
/* /local/templates/iteraciya/styles/common.css?1618091857419032 */
/* /local/templates/iteraciya/styles/bitrixproger.css?1602484362603 */
