div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid red;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	border: 2px solid red;
}
div.wpcf7-spam-blocked {
	border: 2px solid orange;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	color: red;
	font-size: 1em;
	font-weight: 400;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
	content: " ";
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(../../../plugins/contact-form-7/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
div.wpcf7 input[type="file"] {
	cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	overflow-x: hidden;
}
html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%;
	font-family: sans-serif;
	line-height: 1.15;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	text-align: left;
	background-color: #fff;
	font-family: "Futurapt", Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #2d2c31;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-kerning: auto;
	font-kerning: auto;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "Amatic SC", Arial, sans-serif;
	line-height: 1.3;
}
dl, ol, p, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	text-decoration: underline dotted;
	border-bottom: 0;
	-webkit-text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote, figure {
	margin: 0 0 1rem;
}
b, strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #0056b3;
}
a:not([href]):not([tabindex]) {
	text-decoration: none;
	color: inherit;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	text-decoration: none;
	color: inherit;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
pre {
	overflow: auto;
	margin-top: 0;
	margin-bottom: 1rem;
}
img, svg {
	vertical-align: middle;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
svg {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	caption-side: bottom;
	text-align: left;
	color: #6c757d;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
select {
	word-wrap: normal;
}
[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	font-size: 1.5rem;
	line-height: inherit;
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0.5rem;
	padding: 0;
	white-space: normal;
	color: inherit;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
@font-face {
	font-family: swiper-icons;
	font-weight: 400;
	font-style: normal;
	src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	list-style: none;
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.swiper-slide, .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.swiper-container-free-mode>.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.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: -o-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: -o-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: -o-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: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	z-index: 10;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	cursor: pointer;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: initial;
	letter-spacing: 0;
	text-transform: none !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	right: auto;
	left: 10px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	z-index: 10;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align: center;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	opacity: 0.2;
	border-radius: 100%;
	background: #000;
}
button.swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	border: 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: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical>.swiper-pagination-bullets {
	top: 50%;
	right: 10px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	width: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s transform, 0.2s top;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
}
.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%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s left;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s transform, 0.2s right;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}
.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	position: relative;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	-ms-touch-action: none;
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	z-index: 50;
	bottom: 3px;
	left: 1%;
	width: 98%;
	height: 5px;
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	z-index: 50;
	top: 1%;
	right: 3px;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top-color: transparent;
	border-radius: 50%;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
.swiper-container .swiper-notification {
	position: absolute;
	z-index: -1000;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	pointer-events: none;
}
.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, .swiper-container-flip {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	z-index: 1;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.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-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	visibility: visible;
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: #000;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}
.swiper-container-flip .swiper-slide {
	z-index: 1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body.compensate-for-scrollbar {
	overflow: hidden;
}
.fancybox-active {
	height: auto;
}
.fancybox-is-hidden {
	position: absolute !important;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
	margin: 0;
}
.fancybox-container {
	position: fixed;
	z-index: 99992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	outline: 0;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
*, .fancybox-container *, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.fancybox-bg {
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	opacity: 0;
	background: #1e1e1e;
}
.fancybox-is-open .fancybox-bg {
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	opacity: 0.9;
}
.fancybox-caption {
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	-o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	direction: ltr;
}
.fancybox-caption, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	opacity: 0;
}
.fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	z-index: 99997;
	visibility: hidden;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	-o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	direction: ltr;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	visibility: visible;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	opacity: 1;
}
.fancybox-infobar {
	font-size: 13px;
	line-height: 44px;
	top: 0;
	left: 0;
	min-width: 44px;
	height: 44px;
	padding: 0 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	color: #ccc;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: difference;
	-webkit-touch-callout: none;
}
.fancybox-toolbar {
	top: 0;
	right: 0;
}
.fancybox-stage {
	z-index: 99994;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	direction: ltr;
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}
.fancybox-slide {
	position: absolute;
	z-index: 99994;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	padding: 44px;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	text-align: center;
	white-space: normal;
	outline: 0;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
	font-size: 0;
	display: inline-block;
	width: 0;
	height: 100%;
	content: "";
	vertical-align: middle;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}
.fancybox-slide--image:before {
	display: none;
}
.fancybox-slide--html {
	padding: 6px;
}
.fancybox-content {
	position: relative;
	display: inline-block;
	overflow: auto;
	max-width: 100%;
	margin: 0;
	padding: 44px;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}
.fancybox-slide--image .fancybox-content {
	position: absolute;
	z-index: 99995;
	top: 0;
	left: 0;
	overflow: visible;
	max-width: none;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0;
	background: 0 0;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	overflow: visible;
	width: 100%;
	height: 100%;
	padding: 0;
}
.fancybox-slide--video .fancybox-content {
	background: #000;
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}
.fancybox-iframe, .fancybox-video {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0;
}
.fancybox-iframe {
	position: absolute;
	top: 0;
	left: 0;
}
.fancybox-error {
	width: 100%;
	max-width: 400px;
	padding: 40px;
	cursor: default;
	background: #fff;
}
.fancybox-error p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #444;
}
.fancybox-button {
	position: relative;
	display: inline-block;
	visibility: inherit;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, 0.6);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button:focus {
	outline: 0;
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	cursor: default;
	color: #888;
	outline: 0;
}
.fancybox-button div {
	height: 100%;
}
.fancybox-button svg {
	position: relative;
	display: block;
	overflow: visible;
	width: 100%;
	height: 100%;
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none;
}
.fancybox-progress {
	position: absolute;
	z-index: 99998;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	background: #ff5268;
}
.fancybox-close-small {
	position: absolute;
	z-index: 401;
	top: -44px;
	right: -12px;
	padding: 8px;
	cursor: pointer;
	opacity: 0.8;
	color: #ccc;
	border: 0;
	border-radius: 0;
	background: 0 0;
}
.fancybox-close-small:hover {
	opacity: 1;
	color: #fff;
}
.fancybox-slide--html .fancybox-close-small {
	top: 0;
	right: 0;
	padding: 10px;
	color: currentColor;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}
.fancybox-navigation .fancybox-button {
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
	height: 100px;
	opacity: 0;
	background-clip: content-box;
}
.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 {
	right: 0;
	right: env(safe-area-inset-right);
	padding: 31px 6px 31px 26px;
}
.fancybox-caption {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	z-index: 99996;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 75px 44px 25px;
	text-align: center;
	pointer-events: none;
	color: #eee;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, 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: -o-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);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
}
@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 {
	overflow: auto;
	max-height: 50vh;
	pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	text-decoration: none;
	color: #ccc;
}
.fancybox-caption a:hover {
	text-decoration: underline;
	color: #fff;
}
.fancybox-loading {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	padding: 0;
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	opacity: 0.7;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	background: 0 0;
}
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}
.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: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}
.fancybox-share {
	max-width: 90%;
	padding: 30px;
	text-align: center;
	border-radius: 3px;
	background: #f4f4f4;
}
.fancybox-share h1 {
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
	color: #222;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
.fancybox-share__button {
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	min-width: 130px;
	margin: 0 5px 10px;
	padding: 0 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	white-space: nowrap;
	text-decoration: none;
	border: 0;
	border-radius: 3px;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	font-size: 14px;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	color: #5d5b5b;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	outline: 0;
	background: 0 0;
}
.fancybox-thumbs {
	position: absolute;
	z-index: 99995;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #ddd;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-tap-highlight-color: transparent;
}
.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;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.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 {
	border-radius: 10px;
	background: #fff;
	-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 {
	border-radius: 10px;
	background: #2a2a2a;
}
.fancybox-thumbs__list a {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100px;
	max-width: calc(50% - 4px);
	height: 75px;
	max-height: calc(100% - 8px);
	margin: 2px;
	padding: 0;
	cursor: pointer;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}
.fancybox-thumbs__list a:before {
	position: absolute;
	z-index: 99991;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-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);
	opacity: 0;
	border: 6px solid #ff5268;
}
.fancybox-thumbs__list a:focus:before {
	opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}
@font-face {
	font-family: "Axiforma";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/AxiformaRegular.woff2) format("woff2"), url(../../../themes/irontheme/fonts/AxiformaRegular.woff) format("woff");
}
@font-face {
	font-family: "Axiforma";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/AxiformaBold.woff2) format("woff2"), url(../../../themes/irontheme/fonts/AxiformaBold.woff) format("woff");
}
@font-face {
	font-family: "Axiforma";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/AxiformaMedium.woff2) format("woff2"), url(../../../themes/irontheme/fonts/AxiformaMedium.woff) format("woff");
}
@font-face {
	font-family: "Axiforma";
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/AxiformaExtraBold.woff2) format("woff2"), url(../../../themes/irontheme/fonts/AxiformaExtraBold.woff) format("woff");
}
@font-face {
	font-family: "Axiforma";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/AxiformaBlack.woff2) format("woff2"), url(../../../themes/irontheme/fonts/AxiformaBlack.woff) format("woff");
}
@font-face {
	font-family: "Amatic SC";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/AmaticSCBold.woff2) format("woff2"), url(../../../themes/irontheme/fonts/AmaticSCBold.woff) format("woff");
}
@font-face {
	font-family: "Futurapt";
	font-weight: 700;
	font-style: normal;
	src: url(../../../themes/irontheme/fonts/FUTURAPT-BOLD.TTF/index.html) format("truetype");
}
@font-face {
	font-family: "Marvin";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../../../themes/irontheme/fonts/Marvin.woff2) format("woff2"), url(../../../themes/irontheme/fonts/Marvin.woff) format("woff");
}
@font-face {
	font-family: "rub";
	font-weight: 400;
	font-style: normal;
	src: url(../../../themes/irontheme/fonts/rub_qld1wo.woff) format("woff");
	font-display: block;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
html.loading {
	overflow: hidden !important;
}
html.loading body {
	padding-right: 17px;
}
html.loading .header {
	left: -17px;
}
a:focus, a:hover {
	text-decoration: none;
	color: #004175;
	outline: 0;
}
h2 {
	font-size: 6.6rem;
}
h3 {
	font-size: 4.5rem;
	margin-bottom: 0.66em;
}
section {
	position: relative;
	z-index: 1;
	padding: 10rem 0 8rem;
}
.order__color-input, .order__size-input, .visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.rub {
	font-family: "rub";
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	text-transform: none;
	speak: none;
}
.rub:before {
	content: "\e900";
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
.section-title {
	font-family: "Amatic SC", Arial, sans-serif;
	margin-bottom: 1.2em;
	color: #004175;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.section-title {
		background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#004175), to(#03a9f4));
		background: -o-linear-gradient(0, #004175, #03a9f4);
		background: linear-gradient(0, #004175, #03a9f4);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.section-head {
	margin-bottom: 4rem;
}
.section-head .section-title {
	margin-bottom: 0;
}
.section-head p {
	font-size: 2.4rem;
	margin: 0;
}
.parallax {
	position: absolute;
	z-index: -1;
	will-change: transform;
}
.parallax-1 {
	top: -12rem;
	left: 0;
}
.parallax-2 {
	top: 35%;
	right: 0;
}
.parallax-3 {
	bottom: -10rem;
	left: 0;
}
.parallax-4 {
	top: -15rem;
	right: 92%;
}
.parallax-5 {
	bottom: 0;
	left: 88%;
}
.parallax-6 {
	top: 52%;
	right: 88%;
}
.parallax-7 {
	top: 15rem;
	left: 70%;
}
.parallax-8 {
	z-index: -2;
	bottom: 3.5rem;
	left: 88%;
}
.parallax-9 {
	top: 45%;
	right: 85%;
}
.parallax-10 {
	top: 20rem;
	left: 90%;
}
.parallax-11 {
	bottom: -2rem;
	left: 77%;
}
.parallax-12 {
	right: 85%;
	bottom: -11rem;
}
.parallax-13 {
	top: 12rem;
	right: 89%;
}
.parallax-14 {
	right: 88%;
	bottom: 20rem;
}
.parallax-15 {
	bottom: 6rem;
	left: 76%;
}
.parallax-16 {
	bottom: 0;
	left: 0;
}
.video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 51.95%;
	border-radius: 0.4rem;
	background-color: #ccc;
}
.video__link, .video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video__media {
	border: 0;
}
.video__button {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: none;
	width: 8.4rem;
	height: 8.4rem;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.9);
}
.video__button:before {
	display: block;
	width: 2.4rem;
	height: 2.8rem;
	margin-left: 0.3rem;
	content: "";
	background: -o-linear-gradient(292.9deg, #fc8908 9.69%, #fabd00 100%);
	background: linear-gradient(157.1deg, #fc8908 9.69%, #fabd00 100%);
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.video__button:hover {
	background-color: #fff;
}
.video__button:focus {
	outline: 0;
}
.btn, .video--enabled {
	cursor: pointer;
}
.video--enabled .video__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn {
	font-family: "Axiforma", Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	padding: 1.4rem 4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 4px;
	outline: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #ce0f0f), to(#f5392d));
	background: -o-linear-gradient(bottom, #ce0f0f 15%, #f5392d 100%);
	background: linear-gradient(0deg, #ce0f0f 15%, #f5392d 100%);
	background-color: #004175;
	-webkit-box-shadow: 0 10px 20px rgba(241, 53, 42, 0.3), inset 0 -5px 0 #ff2a1e;
	box-shadow: 0 10px 20px rgba(241, 53, 42, 0.3), inset 0 -5px 0 #ff2a1e;
}
.btn:hover {
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #ce0f0f), to(#f65045));
	background: -o-linear-gradient(bottom, #ce0f0f 15%, #f65045 100%);
	background: linear-gradient(0deg, #ce0f0f 15%, #f65045 100%);
	background-color: #6d14db;
}
.btn:focus {
	color: #fff;
	outline: 0;
	background-color: #5510ad;
	-webkit-box-shadow: 0 10px 20px rgba(241, 53, 42, 0.3), inset 0 0 0 #ff2a1e;
	box-shadow: 0 10px 20px rgba(241, 53, 42, 0.3), inset 0 0 0 #ff2a1e;
}
.btn[disabled] {
	cursor: not-allowed;
	color: #fff;
	background-color: #e5e5e5;
}
.nav__close {
	position: absolute;
	z-index: 1;
	top: 2rem;
	right: 2rem;
	display: none;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 0;
	background: 0 0;
}
.nav__close:after, .nav__close:before {
	position: absolute;
	left: 0.3rem;
	width: 80%;
	height: 0.2rem;
	content: "";
	background-color: #fff;
}
.nav__close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav__close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle:focus, .nav__close:focus {
	outline: 0;
}
.nav__phone {
	display: none;
}
.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav-list li {
	margin-right: 4.5rem;
}
.nav-list li:last-child {
	margin-right: 0;
}
.nav-list a {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
}
.nav-list a:focus, .nav-list a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.nav-toggle {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	display: none;
	width: 28px;
	height: 15px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
	border: 0;
	outline: 0;
	background: 0 0;
}
.nav-toggle__line, .nav-toggle__line:after, .nav-toggle__line:before {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #fff;
}
.nav-toggle__line:after, .nav-toggle__line:before {
	position: absolute;
	left: 0;
	content: "";
}
.nav-toggle__line:before {
	top: -6px;
}
.nav-toggle__line:after {
	top: 6px;
}
.nav-toggle.active .nav-toggle__line {
	background: 0 0;
}
.nav-toggle.active .nav-toggle__line:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-toggle.active .nav-toggle__line:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-group--btn {
	margin-bottom: 0;
}
.form-field {
	width: 100%;
	padding: 15px 25px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-field:focus {
	border-color: #004175;
	outline: 0;
}
.modal {
	width: 320px;
	padding: 40px 25px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	border-radius: 5px;
	background: #fff;
}
.modal__close, .modal__close:after, .modal__close:before {
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.modal__close {
	z-index: 101;
	top: 8px;
	right: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	border: 0;
	outline: 0;
	background: 0 0;
	width: 20px;
	height: 20px;
}
.modal__close:after, .modal__close:before {
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #bdbdbd;
}
.modal__close:before {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal__close:after {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal__close:focus {
	outline: 0;
}
.modal__title {
	margin-bottom: 20px;
}
.modal .btn {
	width: 100%;
}
.modal__content, .modal__title {
	text-align: center;
}
.popup_visible .modal {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.phone__tel {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
}
.slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slider-controls .swiper-button-next, .slider-controls .swiper-button-prev {
	position: static;
	top: auto;
	right: auto;
	left: auto;
	margin: 0;
}
.slider-controls .swiper-button-prev {
	margin-right: 2rem;
}
.swiper-button-next, .swiper-button-prev {
	width: 4rem;
	height: 1.6rem;
	margin-top: -0.8rem;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}
.swiper-button-next:hover svg, .swiper-button-prev:hover svg {
	fill: url(#gradient);
}
.swiper-button-next:focus, .swiper-button-prev:focus {
	outline: 0;
}
.swiper-button-next svg, .swiper-button-prev svg {
	width: 4rem;
	height: 1.6rem;
	fill: #ebebeb;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.header {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	padding: 4rem 0;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.header.fixed {
	position: fixed;
	padding: 2rem 0;
	background-color: #004a80;
}
.header .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo {
	margin-right: 6.5rem;
}
.header__phone {
	margin-left: auto;
}
.hero {
	padding-top: 16rem;
	padding-bottom: 0;
	background: url(../../../themes/irontheme/images/content/hero-bg.png), -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#004175));
	background: url(../../../themes/irontheme/images/content/hero-bg.png), -o-linear-gradient(top, #03a9f4 0%, #004175 100%);
	background: url(../../../themes/irontheme/images/content/hero-bg.png), linear-gradient(180deg, #03a9f4 0%, #004175 100%);
	background-repeat: no-repeat;
	background-position: center top;
}
.hero .container {
	position: relative;
}
.hero__title-shape {
	position: relative;
	z-index: 1;
	width: 70.5rem;
	margin: 0 0 3rem -7rem;
	padding: 8rem 6rem 8rem 7rem;
	background: url(../../../themes/irontheme/images/general/hero-title-shape.svg) no-repeat center/contain;
}
.hero__title {
	font-family: "Marvin", Arial, sans-serif;
	font-size: 6.8rem;
	line-height: 1.375;
	margin-bottom: 1rem;
	color: #004175;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.hero__title {
		background: -webkit-gradient(linear, left top, right top, from(#004175), to(#03a9f4));
		background: -o-linear-gradient(left, #004175, #03a9f4);
		background: linear-gradient(to right, #004175, #03a9f4);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.hero__subtitle {
	font-family: "Futurapt", sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.875;
	margin: 0;
	color: #004175;
}
.hero__btn-order {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	position: absolute;
	z-index: 3;
	top: 55%;
	left: 52%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 17rem;
	height: 17rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #ce0f0f), to(#f5392d));
	background: -o-linear-gradient(bottom, #ce0f0f 15%, #f5392d 100%);
	background: linear-gradient(0deg, #ce0f0f 15%, #f5392d 100%);
	-webkit-box-shadow: 0 10px 20px rgba(241, 53, 42, 0.3);
	box-shadow: 0 10px 20px rgba(241, 53, 42, 0.3);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hero__btn-order span {
	font-size: 1.8rem;
}
.hero__btn-order span .rub {
	font-size: 1.4rem;
}
.hero__btn-order:focus, .hero__btn-order:hover {
	color: rgba(255, 255, 255, 0.6);
}
.hero__benefits {
	max-width: 38.5rem;
	margin-left: 10rem;
}
.hero__benefits-item {
	line-height: 1.7;
	position: relative;
	margin-bottom: 3.2rem;
	padding-left: 7rem;
	color: #fff;
}
.hero__benefits-item:last-child, .hero__descr p:last-child {
	margin-bottom: 0;
}
.hero__benefits-item b, .hero__benefits-item strong {
	font-weight: 900;
}
.hero__benefits-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 5rem;
	height: 5rem;
	text-align: center;
}

.hero__benefits-item p span {
    font-size: 1.6em;
}
.hero__img {
	position: absolute;
	z-index: 2;
	top: 9rem;
	right: -12rem;
}
.hero__descr {
	position: relative;
	z-index: 1;
	width: 92.5rem;
	margin-top: 0;
	margin-right: -3rem;
	margin-left: auto;
	padding: 11rem 17rem 9rem 10.5rem;
	-webkit-transform: translateY(6rem);
	-ms-transform: translateY(6rem);
	transform: translateY(6rem);
}
.hero__descr:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 97rem;
	height: 32rem;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../../../themes/irontheme/images/general/hero-descr-shape.png) no-repeat center/contain;
}
.hero__descr p {
	margin-bottom: 2rem;
}
.advantages-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.advantages-list__item {
	position: relative;
	z-index: 1;
	width: 50%;
	margin-bottom: 13rem;
	padding-right: 11.5rem;
}
.advantages-list__item:after {
	position: absolute;
	z-index: -1;
	top: 4rem;
	right: -0.1rem;
	width: 0.2rem;
	height: calc(100% - 15rem);
	content: "";
	background-color: #fcd9b0;
}
.advantages-list__item:nth-child(even) {
	margin-top: 13rem;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 11.5rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.advantages-list__item:nth-child(even):after {
	top: 50%;
	right: auto;
	left: -0.1rem;
}
.advantages-list__item:nth-child(even) .advantages-list__img {
	margin-top: 0;
	margin-bottom: 3rem;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.advantages-list__item:nth-child(even) .advantages-list__point {
	top: 50%;
	right: calc(100% - 2.5rem);
	left: auto;
	margin-top: -2.5rem;
}
.advantages-list__item:nth-child(even) .advantages-list__point-letter {
	right: -2.5rem;
	bottom: 1rem;
	left: auto;
}
.advantages-list__item:last-child:after {
	display: none;
}
.advantages-list__point {
	position: absolute;
	top: 4rem;
	left: calc(100% - 2.5rem);
	width: 5rem;
	height: 5rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0.1rem solid #fcd9b0;
	background-color: #fff;
}
.advantages-list__point-dot, .advantages-list__point-dot:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.advantages-list__point-dot {
	background: -webkit-gradient(linear, left top, right top, from(#3b9eff), to(#f687ff));
	background: -o-linear-gradient(left, #3b9eff 0%, #f687ff 100%);
	background: linear-gradient(90deg, #3b9eff 0%, #f687ff 100%);
	width: 2rem;
	height: 2rem;
}
.advantages-list__point-dot:before {
	width: 1rem;
	height: 1rem;
	content: "";
	background-color: #fff;
}
.advantages-list__point-letter {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	bottom: -2.5rem;
	left: 2rem;
	-webkit-transform: rotate(-45.1deg);
	-ms-transform: rotate(-45.1deg);
	transform: rotate(-45.1deg);
	color: #f687ff;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.advantages-list__point-letter {
		background: -webkit-gradient(linear, left top, left bottom, from(#3b9eff), to(#f687ff));
		background: -o-linear-gradient(top, #3b9eff, #f687ff);
		background: linear-gradient(180deg, #3b9eff, #f687ff);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.advantages-list__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}
.advantages-list__content p:last-of-type {
	margin-bottom: 0;
	font-size: 1.7rem;
}
.advantages-list__title {
	color: #004175;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.advantages-list__title {
		background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#004175), to(#03a9f4));
		background: -o-linear-gradient(0, #004175, #03a9f4);
		background: linear-gradient(0, #004175, #03a9f4);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.advantages-list__img {
	margin-top: 3rem;
}
.review {
	z-index: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#004175));
	background-image: -o-linear-gradient(top, #03a9f4 0%, #004175 100%);
	background-image: linear-gradient(180deg, #03a9f4 0%, #004175 100%);
}
.review .container {
	position: relative;
	z-index: 1;
}
.review .section-title {
	margin-bottom: 4rem;
	color: #fff;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.review .section-title {
		background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background: -o-linear-gradient(left, #fff, #fff);
		background: linear-gradient(to right, #fff, #fff);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.review__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review__left, .review__right {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(66.66667% - 30px);
	margin-right: 15px;
	margin-left: 15px;
	word-wrap: break-word;
}
.review__right {
	width: calc(33.33333% - 30px);
}
.review__gallery {
	margin-top: 4rem;
}
.review__subtitle {
	color: #fff;
}
.review__phone {
	text-align: center;
}
.review__phone-wrap {
	-webkit-transform: translateY(-7rem);
	-ms-transform: translateY(-7rem);
	transform: translateY(-7rem);
}
.review__social {
	position: relative;
	margin-top: 6rem;
}
.review__social-title {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 0;
	margin-left: 1rem;
	color: #ebebeb;
}
.review__social-title:after {
	position: absolute;
	bottom: -5rem;
	left: 15rem;
	width: 13rem;
	height: 7rem;
	content: "";
	background: url(../../../themes/irontheme/images/general/arrow-curve.svg) no-repeat center/contain;
}
.review__social-box {
	position: absolute;
	right: 0;
	bottom: 3.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 17rem;
	height: 17rem;
	border-radius: 50%;
	background: -o-linear-gradient(292.9deg, #fc8908 9.69%, #fabd00 100%);
	background: linear-gradient(157.1deg, #fc8908 9.69%, #fabd00 100%);
	-webkit-box-shadow: 0 10px 30px rgba(50, 50, 50, 0.15);
	box-shadow: 0 10px 30px rgba(50, 50, 50, 0.15);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.review__social-box a {
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 1rem;
	text-decoration: underline;
	color: #fff;
}
.footer__phone .phone__tel:focus, .footer__phone .phone__tel:hover, .review__social-box a:focus, .review__social-box a:hover {
	color: #004175;
}
.review__social-box a:last-child {
	margin-bottom: 0;
}
.review-video-slider__name {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 0;
	color: #fd7e14;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.review-video-slider__name {
		background: -webkit-gradient(linear, left top, left bottom, from(#fc8908), to(#fabd00));
		background: -o-linear-gradient(top, #fc8908, #fabd00);
		background: linear-gradient(180deg, #fc8908, #fabd00);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.review-video-slider .slider-controls {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0.7rem;
	left: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.review-photo-slider__item img {
	width: 100%;
	border-radius: 0.4rem;
}
.review-photo-slider .slider-controls {
	margin-top: 2rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.s-order {
	padding-bottom: 9.5rem;
}
.s-order:before {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -14rem;
	width: 75rem;
	height: 144rem;
	content: "";
	pointer-events: none;
	background: url(../../../themes/irontheme/images/general/shape-4.svg) no-repeat center/contain;
}
.s-order__container {
	padding-left: 10rem;
}
.order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.order__left, .order__right {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50% - 30px);
	margin-right: 15px;
	margin-left: 15px;
	word-wrap: break-word;
}
.order__right {
	width: calc(41.66667% - 30px);
	margin-left: calc(8.33333% + 15px);
}
.order__right-btn {
	display: none;
	text-align: center;
}
.order__item {
	margin-bottom: 3.5rem;
}
.order__item:last-child {
	margin-bottom: 0;
}
.order__item--price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order__item--price .order__title {
	margin-right: 2rem;
	margin-bottom: 0;
}
.order__title {
	font-size: 2.6rem;
	margin-bottom: 5rem;
	text-align: center;
}
.order__colors, .order__sizes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order__color, .order__size {
	margin-right: 2rem;
}
.order__color:last-child, .order__size:last-child {
	margin-right: 0;
}
.order__color-input:checked~.order__color-box:before, .order__size-input:checked+.order__size-box:before, .order__size-input:checked~.order__color-box:before {
	opacity: 1;
}
.order__color-box {
	position: relative;
	z-index: 1;
	display: block;
}
.order__color-box-inner, .order__color-box:before {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.order__color-box:before {
	position: absolute;
	z-index: -1;
	top: -0.4rem;
	right: -0.4rem;
	bottom: -0.4rem;
	left: -0.4rem;
	content: "";
	pointer-events: none;
	opacity: 0;
	background-color: #a9a8a8;
	border-radius: 0.5rem;
}
.order__color-box-inner {
	display: block;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	border: 0.4rem solid transparent;
	border-radius: 0.3rem;
}
.order__size-input:checked+.order__size-box .order__size-box-inner {
	border-color: #004175;
}
.order__size-box {
	position: relative;
	z-index: 1;
	display: block;
}
.order__size-box-inner, .order__size-box:before {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.order__size-box:before {
	position: absolute;
	z-index: -1;
	top: -0.3rem;
	right: -0.3rem;
	bottom: -0.3rem;
	left: -0.3rem;
	content: "";
	pointer-events: none;
	opacity: 0;
	border-radius: 0.5rem;
	background-color: #004175;
}
.order__size-box-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 3rem;
	height: 3rem;
	padding-top: 0.2rem;
	cursor: pointer;
	border: 0.1rem solid #a9a8a8;
	border-radius: 0.3rem;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.order__price {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
}
.order__price-currency {
	font-size: 1.6rem;
}
.order__img-wrap {
	position: relative;
}
.order__img-wrap.is-enabled:before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -6rem;
	width: 47rem;
	height: 47rem;
	content: "";
	background: url(../../../themes/irontheme/images/general/hexagon.svg) no-repeat center/contain;
}
/*.order__img-wrap.is-enabled:after {
    position: absolute;
    bottom: -3rem;
    left: -9rem;
    width: 16.5rem;
    height: 26.5rem;
    content: "";
    background: url(../../../themes/irontheme/images/general/pen-2.png) no-repeat center/contain;
}*/

.footer {
	z-index: 2;
	padding: 5rem 0 3rem;
	border-top: 1px solid #004175;
}
.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__phone .phone__tel {
	color: #2d2c31;
}
.copy {
	font-size: 1.2rem;
	margin: 0;
	text-align: center;
	color: #666;
}
.header-buy {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
	font-family: "Axiforma", Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.4rem 2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 4px;
	outline: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #ce0f0f), to(#f5392d));
	background: -o-linear-gradient(bottom, #ce0f0f 15%, #f5392d 100%);
	background: linear-gradient(0deg, #ce0f0f 15%, #f5392d 100%);
	background-color: #004175;
}
.header-buy-mobile {
	display: none;
}
@media only screen and (min-width: 1921px) {
	.hero {
		background-size: cover;
	}
}
@media only screen and (max-width: 1920px) {
	.parallax-1 {
		right: 90%;
	}
	.parallax-2 {
		left: 90%;
	}
	.parallax-3 {
		right: 84%;
	}
	.parallax-16 {
		right: 89%;
	}
	.s-order:before {
		left: 61%;
	}
}
@media only screen and (max-width: 1670px) {
	.parallax-3 {
		display: none;
	}
}
@media screen and (max-width: 1230px) {
	.container {
		max-width: 960px;
	}
	.parallax-16 {
		right: 90%;
	}
	.nav-list a {
		font-size: 1.6rem;
	}
	.phone__tel {
		font-size: 2rem;
	}
	.hero__title-shape {
		width: 69rem;
	}
	.hero__title {
		font-size: 3.8rem;
	}
	.hero__btn-order {
		width: 15rem;
		height: 15rem;
	}
	.hero__benefits {
		margin-left: 5rem;
	}
	.hero__img {
		width: 50rem;
	}
	.hero__descr {
		width: 88.5rem;
		padding-right: 13rem;
	}
	.advantages-list__content p br {
		display: none;
	}
	.review__left {
		width: calc(58.33333% - 30px);
	}
	.review__right {
		width: calc(41.66667% - 30px);
	}
	.s-order__container {
		padding-left: 0;
	}
}
@media screen and (max-width: 992px) {
	.container {
		max-width: 720px;
	}
	.parallax-1, .parallax-16 {
		display: none;
	}
	.nav {
		position: fixed;
		z-index: 10;
		top: 0;
		right: 0;
		overflow-y: auto;
		width: 32rem;
		height: 100%;
		padding: 7rem 2.5rem;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-transform: translateX(120%);
		-ms-transform: translateX(120%);
		transform: translateX(120%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#004175));
		background-image: -o-linear-gradient(top, #03a9f4 0%, #004175 100%);
		background-image: linear-gradient(180deg, #03a9f4 0%, #004175 100%);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-overflow-scrolling: touch;
	}
	.header-buy {
		display: none;
	}
	.header-buy-mobile {
		display: inline-block;
	}
	.nav.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.nav-list, .nav__close, .nav__phone {
		display: block;
	}
	.nav-list {
		margin-bottom: 2rem;
	}
	.nav-list li {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.nav-list li:last-child {
		margin-bottom: 0;
	}
	.nav-toggle {
		display: block;
	}
	.nav-overlay {
		position: fixed;
		z-index: 9;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.8);
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
	}
	.nav-overlay.is-active {
		visibility: visible;
		opacity: 1;
	}
	.header__phone {
		margin-right: 5rem;
	}
	.hero__btn-order {
		top: 57%;
		left: 73%;
	}
	.hero__benefits {
		margin-left: 0;
	}
	.hero__img {
		width: 38rem;
		margin-top: 147px;
		right: -54px;
	}
	.hero__descr:before {
		width: 87rem;
		height: 29rem;
	}
	.hero__descr {
		width: auto;
		margin-right: 0;
		padding: 7rem 3rem 4rem;
		-webkit-transform: translateY(3rem);
		-ms-transform: translateY(3rem);
		transform: translateY(3rem);
	}
	.advantages-list__item {
		margin-bottom: 8rem;
		padding-right: 6rem;
	}
	.advantages-list__item:nth-child(even) {
		margin-top: 8rem;
		padding-left: 6rem;
	}
	.review__left {
		margin-bottom: 4rem;
	}
	.review__left, .review__right {
		width: calc(100% - 30px);
	}
	.review__phone-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.review__social {
		display: inline-block;
	}
	.review__social-box {
		right: auto;
		left: 100%;
	}
	.order__img-wrap.is-enabled:before {
		width: 37rem;
		height: 37rem;
	}
}
@media screen and (max-width: 767px) {
	html.loading body {
		padding-right: 0;
	}
	html.loading .header {
		left: 0;
	}
	h2 {
		font-size: 4.2rem;
	}
	section {
		padding: 4rem 0 3rem;
	}
	.container {
		max-width: 540px;
	}
	.section-title {
		margin-bottom: 0.8em;
		text-align: center;
	}
	.section-head p {
		font-size: 1.8rem;
		text-align: center;
	}
	.parallax {
		display: none;
	}
	.header {
		padding: 2rem 0;
	}
	.header__logo {
		width: 15rem;
		margin-right: 2rem;
	}
	.header__phone, .hero__descr p br {
		display: none;
	}
	.hero {
		padding-top: 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#004175));
		background-image: -o-linear-gradient(top, #03a9f4 0%, #004175 100%);
		background-image: linear-gradient(180deg, #03a9f4 0%, #004175 100%);
	}
	.hero__title-shape {
		width: auto;
		margin: 0;
		padding-left: 6rem;
		text-align: center;
	}
	.hero__title {
		font-size: 2.8rem;
	}
	.hero__btn-order {
		font-size: 1.8rem;
		top: 32%;
		left: 77%;
		width: 10rem;
		height: 10rem;
	}
	.hero__btn-order span {
		font-size: 1.4rem;
	}
	.hero__btn-order span .rub {
		font-size: 1.1rem;
	}
	.hero__img {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin: 0 auto;
	}
	.hero__descr:before {
		top: 0;
		height: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-size: auto 100%;
	}
	.hero__descr {
		margin-top: 6rem;
		padding: 7rem 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: 0 0;
	}
	.advantages-list__item {
		width: 100%;
		margin-bottom: 0;
		padding-top: 5rem;
		padding-bottom: 5rem;
		border-bottom: 0.2rem solid #fcd9b0;
	}
	.advantages-list__item:after {
		top: 0;
		height: calc(100% + 0.2rem);
	}
	.advantages-list__item:nth-child(even) {
		margin-top: 0;
		padding-top: 5rem;
	}
	.advantages-list__item:nth-child(even):after {
		top: 0;
	}
	.advantages-list__item:nth-child(even) .advantages-list__img {
		margin-top: 3rem;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.advantages-list__item:nth-child(even) .advantages-list__point {
		top: 4rem;
		margin-top: 0;
	}
	.advantages-list__item:first-child {
		padding-top: 0;
	}
	.advantages-list__item:first-child:after {
		top: 4rem;
		height: calc(100% - 3.8rem);
	}
	.advantages-list__item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.advantages-list__item:last-child:after {
		display: block;
	}
	.review__social-title:after {
		bottom: -4rem;
	}
	.review-video-slider .slider-controls {
		position: static;
		right: auto;
		bottom: auto;
		left: auto;
		margin-top: 1rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.s-order {
		padding-bottom: 3rem;
	}
	.s-order:before {
		bottom: -21rem;
		left: 5%;
	}
	.order__left, .order__right {
		width: calc(100% - 30px);
	}
	.order__left .btn {
		display: none;
	}
	.order__right {
		margin-left: 15px;
		flex-flow: column-reverse;
		display: flex;
		justify-content: flex-start;
	}
	.order__right-btn {
		display: block;
		margin-bottom: 5rem;
	}
	.order__item {
		text-align: center;
	}
	.order__colors, .order__item--price, .order__sizes {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.order__img-wrap {
		max-width: 25rem;
		margin: 0 auto;
	}
	.order__img-wrap.is-enabled:after {
		left: -4rem;
		width: 11rem;
		height: 21rem;
	}
	.footer__top {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}
	.footer__top>* {
		margin-bottom: 2rem;
	}
}
@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}
@media screen and (max-width: 576px) {
	h3 {
		margin-bottom: 0.3em;
	}
	.container {
		max-width: none;
	}
	.hero__title-shape {
		margin: 0 -15px;
		padding-right: 15px;
		padding-left: 15px;
		background-size: auto 100%;
	}
	.advantages-list__item {
		margin-bottom: 5rem;
		padding: 0;
		text-align: center;
		border: 0;
	}
	.advantages-list__item:after, .advantages-list__point, .review__social-title:after {
		display: none;
	}
	.advantages-list__item:nth-child(even) {
		margin-bottom: 5rem;
		padding: 0;
	}
	.advantages-list__item:nth-child(even) .advantages-list__img {
		margin-top: 1.5rem;
	}
	.advantages-list__item:last-child {
		margin-bottom: 0;
	}
	.advantages-list__item:last-child:after {
		display: none;
	}
	.advantages-list__img {
		width: 100%;
		margin-top: 1.5rem;
	}
	.review__social {
		display: block;
	}
	.review__social-box {
		right: 0;
		bottom: 5rem;
		left: auto;
	}
}
@media only screen and (max-width: 576px) {
	.video__button {
		width: 50px;
		height: 50px;
		border-width: 2px;
	}
	.video__button:before {
		border-width: 9px 0 9px 16px;
	}
}
@media (max-height: 576px) {
	.fancybox-slide {
		padding-right: 6px;
		padding-left: 6px;
	}
	.fancybox-slide--image {
		padding: 6px 0;
	}
	.fancybox-close-small {
		right: -6px;
	}
	.fancybox-slide--image .fancybox-close-small {
		top: 0;
		right: 0;
		width: 36px;
		height: 36px;
		padding: 6px;
		opacity: 1;
		color: #f2f4f6;
		background: #4e4e4e;
	}
	.fancybox-caption {
		padding-right: 12px;
		padding-left: 12px;
	}
	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-right: max(12px, env(safe-area-inset-right));
			padding-left: max(12px, env(safe-area-inset-left));
		}
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.btn {
		padding-bottom: 2rem;
	}
}
video {
	width: 100%;
	height: auto;
	max-height: 100%;
}
.footer_soc {
	margin-bottom: 35px;
	text-align: center;
}
a.soc {
	margin-right: 15px;
}
.section-zakaz {
	display: flex;
	    justify-content: center;
}
.item-zakaz img {
	max-width: 500px;
}
.section-button {
	display: flex;
	justify-content: space-between;
}
.order_btn {
	margin: 0 10px;
}
.order_price {
	font-size: 2.9rem;
	text-align: center;
	margin-top: 50px;
	margin-left: -10rem;
}
@media only screen and (max-width: 769px) {
	.item-zakaz img {
		max-width: 335px;
	}
	.order_price {
		margin-left: 3rem;
	}
}
@media only screen and (max-width: 480px) {
	.item-zakaz img {
		max-width: 150px;
	}
	.order__title {
		font-size: 1.2rem;
		margin-bottom: 3rem;
	}
	.section-button {
		display: block;
	}
	.btn {
		font-size: 1.4rem;
		width: 100%;
		margin-top: 10px;
	}
	.order_price {
		font-size: 1.8rem;
		margin-left: 0rem;
	}
}