@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i,800,800i");/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?nfyhc2") format("truetype"), url("../fonts/icomoon.woff?nfyhc2") format("woff"), url("../fonts/icomoon.svg?nfyhc2#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.info-list li:before,
.product-gallery .pagination li:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-gamepad:before {
	content: "";
}

.icon-left:before {
	content: "";
}

.icon-right:before {
	content: "";
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.socials,
.menu ul,
.product-nav ul,
.info-list,
.tabset,
.details-tabset,
.gallery .pagination ul,
.product-gallery .pagination,
.section-accordion ul,
.specs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.posts-group:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #2c262d;
	font: 16px/1.88 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

body {
	font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 .48em;
	color: inherit;
}

h1,
.h1 {
	font-size: 35px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #ff2906;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	background: none;
	border: 1px solid #6b6b6b;
	border-width: 0 0 1px;
	padding: .7em 0;
	font-size: 16px;
	margin: 0 0 26px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border-color: #fff;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #fff;
	font-weight: 600;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-weight: 600;
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: #fff;
	font-weight: 600;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: #fff;
	font-weight: 600;
}

input[type="text"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="password"]:focus.placeholder,
textarea:focus.placeholder {
	color: #fff;
	font-weight: 600;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #6b6b6b;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	transition: all .3s ease;
	color: #6b6b6b;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	transition: all .3s ease;
	color: #6b6b6b;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	transition: all .3s ease;
	color: #6b6b6b;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #6b6b6b;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: none;
	border: none;
	margin: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle.ps_LinkStyle,
.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	background: none !important;
	font-size: 13px !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle.ps_LinkStyle .ps_RightArrowStyle,
.ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
	display: none !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle {
	letter-spacing: 1px !important;
	font-weight: 600 !important;
	line-height: 1.85 !important;
	padding: 4px 10px 5px !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:before {
	background: #ff2906 !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover {
	color: #ff2906 !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover:before {
	background: none !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle,
#wrapper .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
.btn {
	display: inline-block;
	vertical-align: top;
	padding: 8px 28px;
	position: relative;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.85;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	letter-spacing: 2.5px;
	margin: 0 10px;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:before,
#wrapper .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before,
.btn:before {
	border: 2px solid #ff2906;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: skewX(-31deg);
	-ms-transform: skewX(-31deg);
	transform: skewX(-31deg);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(255, 41, 6, .8);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: none;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:focus,
#wrapper .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus,
.btn:focus {
	outline: none;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover,
#wrapper .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover,
.btn:hover {
	text-decoration: none;
	color: #fff;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover:before,
#wrapper .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover:before,
.btn:hover:before {
	background: #ff2906;
}

.jcf-range {
	display: block;
}

.jcf-range .jcf-range-track {
	margin: 0 34px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	background: #a5a5a5;
	display: block;
	margin: 16px 0;
	height: 2px;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	left: 0;
	top: 0;
	background: #d9dce0;
	border: 2px solid #a5a5a5;
	margin-top: -17px;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	cursor: e-resize;
}

.jcf-range .jcf-range-handle:after,
.jcf-range .jcf-range-handle:before {
	position: absolute;
	top: 50%;
	content: "";
	margin-top: -4px;
}

.jcf-range .jcf-range-handle:before {
	left: 8px;
	height: 0;
	width: 0;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #a5a5a5;
	border-top: 4px solid transparent;
}

.jcf-range .jcf-range-handle:after {
	right: 8px;
	height: 0;
	width: 0;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a5a5a5;
	border-top: 4px solid transparent;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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;
}

#wrapper {
	overflow: hidden;
	min-height: 100vh;
	position: relative;
}

.container {
	width: 100%;
	padding: 0 20px;
}

.content {
	position: relative;
	z-index: 15;
}

.bg-stretch {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 100%;
}

.bg-parallax {
	background-position: 15% 0;
	background-size: cover;
}

.tech-specs-table {
	width: 100%;
	text-align: center;
	max-width: 804px;
	margin: 40px auto 0;
}

.tech-specs-row {
	border-bottom: 1px solid #fff;
}

.tech-specs-cat {
	width: 33%;
	padding-top: 20px;
}

.tech-specs-val {
	width: 66%;
	padding-top: 20px;
}

.link-more {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

.opened .link-more a .plus:after {
	display: none;
}

.link-more a {
	display: inline-block;
}

.link-more a .plus {
	display: block;
	margin: 0 auto 15px;
	border: 2px solid #ff2906;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.link-more a .plus:after,
.link-more a .plus:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background: #ff2906;
	width: 11px;
	height: 3px;
	margin: -1px 0 0 -5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.link-more a .plus:after {
	width: 3px;
	height: 11px;
	margin: -5px 0 0 -1px;
}

.link-more a:hover {
	text-decoration: none;
	color: #fff;
}

.link-more a:hover .plus {
	border-color: #fff;
}

.link-more a:hover .plus:after,
.link-more a:hover .plus:before {
	background: #fff;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
}

.socials li {
	margin: 0 19px;
}

.socials a {
	color: inherit;
}

.socials a.icon-twitter {
	font-size: 13px;
	margin: 0 2px;
}

.socials a:hover {
	opacity: .7;
	text-decoration: none;
	text-shadow: 0 0 5px rgba(255, 41, 6, .9);
}

.link {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2.5px;
}

.link:after {
	background: #ff2906;
	content: "";
	display: block;
	margin: 3px 5px;
	height: 3px;
	box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	-webkit-transform: skewX(-55deg);
	-ms-transform: skewX(-55deg);
	transform: skewX(-55deg);
}

.fake-header,
#header {
	background: rgba(0, 0, 0, .5);
	padding: 14px 0 11px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#wrapper .fake-header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
#wrapper
  #header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	float: right;
	color: #fff;
	padding: 5px 15px;
	margin-top: 2px;
}

#wrapper .fake-header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before,
#wrapper
    #header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
	background: #ff2906;
}

#wrapper .fake-header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover:before,
#wrapper
    #header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover:before {
	background: none;
}

.fake-header .btn,
#header .btn {
	float: right;
	color: #fff;
	padding: 5px 10px;
	margin-top: 2px;
}

.fake-header .btn:before,
#header .btn:before {
	background: #ff2906;
}

.fake-header .btn:hover:before,
#header .btn:hover:before {
	background: none;
}

.logo {
	float: left;
	width: 80px;
}

.logo img {
	vertical-align: top;
}

.btn-menu {
	float: right;
	width: 30px;
	height: 23px;
	position: relative;
	margin: 7px 0 0 10px;
}

.btn-menu:hover {
	opacity: .9;
}

.menu-opened .btn-menu span {
	opacity: 0;
}

.menu-opened .btn-menu:before,
.menu-opened .btn-menu:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
	margin-top: 0;
}

.menu-opened .btn-menu:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-menu span {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.btn-menu span,
.btn-menu:before,
.btn-menu:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: skewX(-60deg);
	-ms-transform: skewX(-60deg);
	transform: skewX(-60deg);
	box-shadow: 0 0 6px rgba(255, 255, 255, .9);
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	top: 0;
	margin-top: 0;
}

.btn-menu:after {
	top: 100%;
	margin-top: -3px;
}

.menu {
	text-align: center;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.menu-opened .menu {
	max-height: 1000px;
}

.menu-opened .menu ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.menu ul {
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.menu li {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.menu li.active a {
	background: #ff2906;
}

.menu a {
	color: #fff;
	display: block;
	padding: 10px;
	font-weight: normal;
	letter-spacing: 3px;
}

.menu a:hover {
	text-decoration: none;
	background: #ff2906;
}

.fake-header {
	background: #000;
	padding: 14px 0;
	position: relative;
}

.fake-header .logo {
	float: left;
}

.fake-header .page-title {
	display: none;
	text-align: center;
	text-transform: uppercase;
	margin: 0 200px;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 2.5px;
	padding: 18px 0 0;
}

.product-nav {
	background: rgba(0, 0, 0, .7);
	font-weight: normal;
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	text-align: center;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.menu-opened .product-nav {
	max-height: 1000px;
}

.menu-opened .product-nav .container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product-nav .container {
	max-width: 591px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-top: 29px;
	padding-bottom: 15px;
}

.product-nav .page-title {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 2.5px;
	margin: 0 0 10px;
	padding-top: 0;
}

.product-nav .img-holder {
	line-height: 80px;
	width: 138px;
	margin: 0 auto 3px;
}

.product-nav .img-holder img {
	vertical-align: middle;
}

.product-nav .descr {
	padding: 10px 0 0;
	overflow: hidden;
}

.product-nav .descr strong {
	font-size: 18px;
	font-weight: 300;
	display: block;
	color: #fff;
	margin: 0 0 2px;
}

.product-nav a:hover {
	text-decoration: none;
}

.product-nav ul li {
	overflow: hidden;
	margin: 0 0 11px;
}

.product-nav ul li:hover .actions {
	visibility: visible;
	opacity: 1;
}

.product-nav .actions {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 13px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	letter-spacing: 2.5px;
}

.product-nav .actions li {
	margin: 0 10px;
}

.product-nav .actions a {
	color: #ff2906;
}

.product-nav .actions a:hover {
	color: #fff;
}

.product-nav .actions .ps_WtbButtonStyle {
	padding: 0 !important;
	margin: 0 !important;
	color: #ff2906 !important;
	min-width: 0 !important;
	font-weight: normal !important;
}

.product-nav .actions .ps_WtbButtonStyle:before {
	display: none;
}

.product-nav .actions .ps_WtbButtonStyle:hover {
	color: #fff !important;
}

.section-visual {
	background-position: 50% 100%;
	background-size: cover;
	text-align: center;
	padding: 120px 0 174px;
}

.section-visual .content {
	z-index: 25;
	position: relative;
	opacity: 0;
}

.section-visual h1 {
	line-height: 1;
	font-size: 40px;
	margin: 0 0 41px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.section-visual .btn {
	color: #fff;
	min-width: 190px;
}

.section-visual .btn:before {
	border-color: #fff;
	box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}

.section-visual .img-area {
	position: relative;
	z-index: 20;
	margin: -80px -20px -200px;
	border: 1px solid rgba(181, 181, 181, .1);
	max-width: 1320px;
	padding: 5% 4.50% 6.2% 5.70%;
}

.section-visual .img-area .router {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	opacity: 0;
}

.section-visual .img-area .shuter {
	z-index: 1;
	position: absolute;
	bottom: 32%;
	left: -2.9%;
	max-width: none;
	width: 107.55%;
	opacity: 0;
}

.section-visual.in-viewport .content {
	-webkit-animation: fadeIn 1.3s forwards 1s;
	animation: fadeIn 1.3s forwards 1s;
}

.section-visual.in-viewport .shuter {
	-webkit-animation: bottomFadeIn 1.3s forwards .3s;
	animation: bottomFadeIn 1.3s forwards .3s;
}

.section-visual.in-viewport .router {
	-webkit-animation: topFadeIn 1.3s forwards;
	animation: topFadeIn 1.3s forwards;
}

.section-promo {
	position: relative;
	z-index: 3;
	padding: 65px 0 222px;
	background-color: #2c262d;
	background-position: 50% 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.section-promo:after,
.section-promo:before {
	z-index: -1;
	position: absolute;
	right: 50%;
	top: 0;
	background: #2c262d;
	-webkit-transform: rotate(7.5deg);
	-ms-transform: rotate(7.5deg);
	transform: rotate(7.5deg);
	content: "";
	width: 65%;
	height: 250px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.section-promo:after {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	right: auto;
	left: 50%;
	-webkit-transform: rotate(-7.5deg);
	-ms-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg);
}

.section-promo h1 {
	margin: 0 0 18px;
	font-size: 35px;
}

.section-promo p {
	margin: 0 0 31px;
}

.section-promo .intro-content {
	opacity: 0;
	margin-bottom: 50px;
}

.section-promo .content {
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}

.section-promo h2 {
	font-size: 30px;
}

.section-promo .img-area {
	position: absolute;
	bottom: -56px;
	right: 10.7%;
	width: 78%;
	z-index: 1;
	max-width: 400px;
}

.section-promo .img-area .glow {
	position: absolute;
	bottom: 20%;
	left: -8%;
	width: 90%;
	z-index: 1;
	opacity: .9;
	max-width: none;
	opacity: 0;
}

.section-promo .img-area .girl {
	position: absolute;
	bottom: 32.65%;
	left: 26.8%;
	width: 32.2%;
	z-index: 3;
	opacity: 0;
}

.section-promo .img-area .antenna {
	position: absolute;
	bottom: 47.6%;
	left: 53.6%;
	width: 4.8%;
	z-index: 2;
	opacity: 0;
}

.section-promo .img-area .router {
	display: block;
	width: 100%;
	position: relative;
	z-index: 4;
	opacity: 0;
}

.section-promo.in-viewport .intro-content {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.section-promo .anim-set.in-viewport .content {
	-webkit-animation: leftFadeIn 1.3s forwards;
	animation: leftFadeIn 1.3s forwards;
}

.section-promo .anim-set.in-viewport .img-area .glow,
.section-promo .anim-set.in-viewport .img-area .girl {
	-webkit-animation: bottomFadeIn 1.3s forwards .5s;
	animation: bottomFadeIn 1.3s forwards .5s;
}

.section-promo .anim-set.in-viewport .img-area .router,
.section-promo .anim-set.in-viewport .img-area .antenna {
	-webkit-animation: leftFadeInRouter 1.3s forwards .3s;
	animation: leftFadeInRouter 1.3s forwards .3s;
}

.intro-content {
	margin: 0 auto;
	text-align: center;
}

.section-info {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #322b33;
	padding-bottom: 137px;
}

.section-info.in-viewport .img-area {
	-webkit-animation: fadeIn 1.6s forwards;
	animation: fadeIn 1.6s forwards;
}

.section-info .img-area {
	padding: 100px 0 130px;
	background-position: 50% 100%;
	background-size: cover;
	opacity: 0;
}

.section-info .img-area .desktop {
	display: block;
	width: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
	border-radius: 10px;
}

.section-info .img-area .router {
	position: absolute;
	bottom: -6.5%;
	right: 8.6%;
	width: 37.9%;
	z-index: 3;
}

.section-info .img-area .glow {
	position: absolute;
	bottom: -24%;
	right: -8%;
	width: 70%;
	z-index: 2;
}

.section-info .img-area .holder {
	position: relative;
}

.tabs-area {
	position: relative;
	z-index: 8;
	margin: -68px 0 0;
}

.tabs-area h2 {
	font-size: 30px;
}

.tabs-area .text {
	padding: 0 0 18px;
}

.tabs-area .two-columns {
	margin: 0 0 28px;
}

.tabs-area.in-viewport .tabset {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.tabs-area.in-viewport .tabs-content {
	-webkit-animation: bottomFadeIn 1.3s forwards .5s;
	animation: bottomFadeIn 1.3s forwards .5s;
}

.tabs-area .tabs-content {
	opacity: 0;
	margin: 0 -10px 50px;
}

.tabs-area .tabs-content > * {
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	visibility: hidden;
	padding: 0 10px;
}

.tabs-area .tabs-content > *.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.tabs-area .tabs-content .js-tab-hidden {
	height: 0;
}

.info-list {
	border-top: 1px solid #6b6b6b;
	margin: 31px 0 0;
	padding: 22px 0 43px;
	font-size: 15px;
	line-height: 1.67;
}

.info-list li {
	position: relative;
	padding: 0 0 22px 46px;
}

.info-list li:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 21px;
}

.tabset {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 34px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabset .active a {
	margin: 0 5px;
	background: #ff2906;
	box-shadow: 0 0 0 5px rgba(255, 41, 6, .2), 0 0 5px 10px rgba(255, 41, 6, .25);
}

.tabset li {
	margin: 0 10px;
}

.tabset a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 10px;
	height: 10px;
	background: #4c474c;
	border-radius: 50%;
}

.testimonials-slider {
	background: #2c262d;
	border-radius: 10px;
	padding: 30px 30px 33px;
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}

.testimonials-slider .mask {
	overflow: hidden;
}

.testimonials-slider .slideset {
	white-space: nowrap;
	letter-spacing: -4px;
	width: 100% !important;
}

.testimonials-slider .slide {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	white-space: normal;
}

.testimonials-slider blockquote {
	margin: 0;
	padding: 0;
}

.testimonials-slider q {
	display: block;
	margin: 0 0 12px;
}

.testimonials-slider cite {
	display: block;
	color: #ff2906;
	font-style: normal;
	font-weight: 600;
}

.testimonials-slider .btn-prev,
.testimonials-slider .btn-next {
	position: absolute;
	top: 41%;
	left: 5px;
	width: 24px;
	height: 40px;
	line-height: 40px;
	color: #4b464c;
	font-size: 23px;
}

.testimonials-slider .btn-prev:hover,
.testimonials-slider .btn-next:hover {
	text-decoration: none;
	color: #fff;
}

.testimonials-slider .btn-next {
	left: auto;
	right: 5px;
}

.post {
	text-align: center;
	margin: 0 auto;
	max-width: 490px;
}

.post picture {
	margin: 0 0 34px;
	display: block;
	opacity: 0;
}

.post.in-viewport picture {
	-webkit-animation: leftFadeIn 1.3s forwards;
	animation: leftFadeIn 1.3s forwards;
}

.post h3 {
	font-size: 30px;
}

.post p {
	margin: 0 0 19px;
}

.post .btn {
	color: #fff;
}

.post .btn:before {
	background: #ff2906;
	box-shadow: none;
}

.post .btn:hover {
	color: #ff2906;
}

.post .btn:hover:before {
	background: none;
}

.post .text {
	opacity: 0;
}

.post.in-viewport .text {
	-webkit-animation: rightFadeIn 1.3s forwards;
	animation: rightFadeIn 1.3s forwards;
}

.section-details {
	position: relative;
	z-index: 10;
	padding: 0 0 50px;
}

.section-details:after,
.section-details:before {
	z-index: -1;
	position: absolute;
	right: 50%;
	top: 0;
	background: #2c262d;
	-webkit-transform: rotate(7.5deg);
	-ms-transform: rotate(7.5deg);
	transform: rotate(7.5deg);
	content: "";
	width: 65%;
	height: 250px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.section-details:after {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	right: auto;
	left: 50%;
	-webkit-transform: rotate(-7.5deg);
	-ms-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg);
}

.section-details .intro-content {
	opacity: 0;
}

.section-details .intro-content h2 {
	font-size: 30px;
	line-height: 1;
	margin: 0 0 16px;
}

.section-details .intro-content.in-viewport {
	-webkit-animation: bottomFadeIn 1.3s forwards 1s;
	animation: bottomFadeIn 1.3s forwards 1s;
}

.details-content {
	margin: 0 0 41px;
	font-size: 15px;
	line-height: 1.67;
	text-align: center;
}

.details-content .col {
	width: 100%;
	margin: 0 auto;
	max-width: 510px;
}

.details-content .col > div {
	padding: 0 0 30px;
}

.details-content .col .js-tab-hidden {
	display: none;
}

.details-content .img-area {
	width: 100%;
	position: relative;
	margin: 0 auto -35px;
	max-width: 688px;
	opacity: 0;
}

.details-content .img-area img {
	width: 100%;
	display: block;
}

.in-viewport .details-content .img-area {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.details-content .img-area .holder {
	position: relative;
}

.details-content .img-area img {
	width: 100%;
}

.details-content .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.details-content .title:after {
	background: #ff2906;
	content: "";
	display: block;
	margin: 13px auto 12px;
	width: 100px;
	height: 3px;
	box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	-webkit-transform: skewX(-55deg);
	-ms-transform: skewX(-55deg);
	transform: skewX(-55deg);
}

.details-content p {
	margin: 0;
}

.details-tabset {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.details-tabset li {
	position: absolute;
}

.details-tabset li:nth-child(1) {
	top: 26.5%;
	left: 29.6%;
}

.details-tabset li:nth-child(2) {
	top: 16.8%;
	left: 47.8%;
}

.details-tabset li:nth-child(3) {
	top: 45.1%;
	left: 47%;
}

.details-tabset li:nth-child(4) {
	top: 70.6%;
	left: 36.8%;
}

.details-tabset li:nth-child(5) {
	top: 26.3%;
	left: 58.2%;
}

.details-tabset li:nth-child(6) {
	top: 18%;
	left: 72.2%;
}

.details-tabset .active a:before {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.details-tabset a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #ff2906;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 800;
	position: relative;
	z-index: 1;
	box-shadow: none;
}

.details-tabset a:before {
	box-shadow: 0 0 15px 2px rgba(255, 41, 6, .8);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
	background: rgba(255, 41, 6, .2);
}

.details-tabset a:hover {
	text-decoration: none;
}

.details-tabset a:hover:before {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.gallery {
	background: #fc2706 -webkit-radial-gradient(center, ellipse, #fc2706 0%, #d40c0c 100%);
	background: #fc2706 radial-gradient(ellipse at center, #fc2706 0%, #d40c0c 100%);
	padding: 65px 0;
	text-align: center;
	position: relative;
}

.gallery .back-title {
	position: absolute;
	left: 0;
	right: 0;
	color: #000;
	opacity: .1;
	top: 35.8%;
	font-size: 14vw;
	line-height: 1;
	font-weight: bold;
	white-space: nowrap;
}

.gallery .slide {
	padding: 0 20px;
}

.gallery .slide img {
	opacity: 0;
}

.gallery.in-viewport .slide img {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.gallery .pagination {
	position: absolute;
	bottom: 54px;
	left: 20px;
	right: 20px;
	z-index: 30;
}

.gallery .pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery .pagination li {
	margin: 0 10px;
	width: 10px;
	height: 10px;
	background: #b91d14;
	border-radius: 50%;
}

.gallery .pagination li:hover,
.gallery .pagination li.active {
	background: #fff;
}

.gallery .pagination li.active {
	margin: 0 15px;
	box-shadow: 0 0 3px 10px rgba(255, 255, 255, .2), 0 0 0 5px rgba(255, 255, 255, .3);
}

.gallery .pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 100%;
}

.section-stat {
	position: relative;
	z-index: 10;
	padding: 75px 0 102px;
	background: #322b33;
}

.section-stat:after,
.section-stat:before {
	z-index: -1;
	position: absolute;
	right: 50%;
	top: 0;
	background: #322b33;
	-webkit-transform: rotate(7.9deg);
	-ms-transform: rotate(7.9deg);
	transform: rotate(7.9deg);
	content: "";
	width: 65%;
	height: 250px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.section-stat:after {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	right: auto;
	left: 50%;
	-webkit-transform: rotate(-7.9deg);
	-ms-transform: rotate(-7.9deg);
	transform: rotate(-7.9deg);
}

.section-stat .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-stat .container > * {
	width: 100%;
}

.section-stat .img-area {
	position: absolute;
	left: -20px;
	right: -20px;
	top: -13px;
	right: 16px;
	text-align: center;
}

.section-stat .img-area img {
	vertical-align: top;
}

.section-stat.in-viewport .intro-content {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.section-stat.in-viewport .testimonials-slider {
	-webkit-animation: bottomFadeIn 1.3s forwards 1s;
	animation: bottomFadeIn 1.3s forwards 1s;
}

.section-stat .intro-content {
	position: relative;
	z-index: 2;
	opacity: 0;
}

.section-stat .intro-content h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: -3px 0 15px;
}

.section-stat .testimonials-slider {
	margin: 0 0 50px;
	opacity: 0;
}

.stat-info {
	text-align: center;
	font-size: 15px;
	padding: 0 0 26px;
	position: relative;
	z-index: 3;
}

.stat-info .item {
	margin: 26px 0 0;
	opacity: 0;
}

.in-viewport .stat-info .item {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.in-viewport .stat-info .item:nth-child(1) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.in-viewport .stat-info .item:nth-child(2) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.in-viewport .stat-info .item:nth-child(3) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.stat-info .value {
	color: #ff2906;
	font-weight: 600;
	font-size: 49px;
	line-height: 1;
	display: block;
	margin: 0 0 7px;
}

.stat-info .value span {
	font-size: 35px;
}

.stat-info p {
	margin: 0;
}

.post-block {
	background: #2c262d;
	position: relative;
	z-index: 3;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
}

.post-block.in-viewport {
	-webkit-animation: fadeIn 1s forwards;
	animation: fadeIn 1s forwards;
}

.post-block.in-viewport .text {
	-webkit-animation: rightFadeIn 1s forwards .3s;
	animation: rightFadeIn 1s forwards .3s;
}

.post-block .image {
	height: 291px;
	position: relative;
}

.post-block h3 {
	font-size: 30px;
}

.post-block .text {
	opacity: 0;
	padding: 30px 30px 15px;
}

.post-block .text .holder {
	width: 100%;
}

.section-intro {
	background-color: #d3d6db;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 100%;
	color: #322b33;
	padding: 20px 0;
}

.section-intro .img-area {
	margin-top: 21.4%;
	margin-bottom: -20px;
	position: relative;
}

.section-intro .img-area .router {
	position: absolute;
	left: 8.9%;
	bottom: 32%;
	width: 84%;
	opacity: 0;
}

.section-intro .img-area .mountain {
	display: block;
	width: 100%;
	position: relative;
	z-index: 3;
}

.section-intro .img-area .mountain img {
	display: block;
	width: 100%;
}

.section-intro .img-area.in-viewport .router {
	-webkit-animation: bottomFadeIn 1.6s forwards;
	animation: bottomFadeIn 1.6s forwards;
}

.section-intro .rotate-carousel {
	margin: 0 0 45px;
	text-align: center;
}

.section-intro .text {
	opacity: 0;
}

.section-intro h2 {
	font-size: 30px;
	margin: 0 0 6px;
}

.section-intro h2 small {
	display: block;
	font-size: 20px;
	margin: 10px 0 0;
}

.section-intro .model {
	padding-top: 6px;
	font-size: 15px;
}

#wrapper .section-intro .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	color: #fff;
	min-width: 168px;
}

#wrapper .section-intro .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
	background: #ff2906;
}

#wrapper .section-intro .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
	color: #ff2906;
}

#wrapper .section-intro .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover:before {
	background: none;
}

.section-intro .btn {
	color: #fff;
	min-width: 168px;
}

.section-intro .btn:before {
	background: #ff2906;
}

.section-intro .btn:hover {
	color: #ff2906;
}

.section-intro .btn:hover:before {
	background: none;
}

.section-intro.in-viewport .text {
	-webkit-animation: rightFadeIn 1.3s forwards .2s;
	animation: rightFadeIn 1.3s forwards .2s;
}

.rotate-carousel {
	z-index: 1;
	position: relative;
}

.rotate-carousel:before {
	width: 150%;
	padding-top: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #000;
	z-index: -1;
	border-radius: 50%;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 70%);
}

.rotate-carousel .mask img {
	width: auto !important;
	vertical-align: top;
}

.runner {
	padding: 0 0 12px;
}

.note {
	display: block;
	text-align: center;
	color: #a5a5a5;
	font-size: 15px;
	font-weight: 600;
}

.section-community {
	background-size: cover;
	background-position: 50% 50%;
	background-color: #262026;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 50px 0;
}

.section-community .text {
	margin: 0 auto;
}

.section-community h2 {
	font-size: 30px;
	margin: 0 0 14px;
}

.section-community .btn {
	margin-bottom: 10px;
}

/* RESET */

.elq-form * {
	margin: 0;
	padding: 0;
}

.elq-form input,
textarea {
	box-sizing: content-box;
}

.elq-form button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	box-sizing: border-box;
}

/* GENERIC */

.elq-form input {
	height: 16px;
	line-height: 16px;
}

.elq-form .item-padding {
	padding: 6px 5px 9px 9px;
}

.elq-form .pp-group {
	padding: 0 5px 0 9px;
}

.elq-form .pp-field {
	padding: 6px 0 9px 0;
}

.elq-form .field-wrapper.individual {
	float: left;
	width: 100%;
	clear: both;
}

.elq-form .field-p {
	position: relative;
	margin: 0;
	padding: 0;
}

.elq-form .zIndex-fix {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.elq-form .field-design {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.elq-form .no-fields-prompt {
	float: left;
	width: 100%;
	height: 150px;
	padding-top: 50px;
	clear: both;
}

/* SECTION BREAKS */

.elq-form .section-break {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 1%;
	padding-bottom: 6px;
}

.elq-form .section-break .heading {
	width: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* LABEL */

.elq-form .required {
	color: red !important;
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0 0 0;
	padding: 0 0 0;
}

/* FIELD GROUP */

.elq-form .field-group {
	float: left;
	clear: both;
}

.elq-form .field-group.large {
	width: 100%;
}

.elq-form .field-group.medium {
	width: 51%;
}

.elq-form .field-group.small {
	width: 31%;
}

.elq-form .field-group .label {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 1%;
	padding-bottom: 6px;
	font-weight: bold;
}

.elq-form .field-group .field-style {
	float: left;
}

.elq-form .progressive-profile .pp-inner {
	float: left;
	clear: both;
}

.elq-form .progressive-profile .pp-inner.large {
	width: 100%;
}

.elq-form .progressive-profile .pp-inner.medium {
	width: 51%;
}

.elq-form .progressive-profile .pp-inner.small {
	width: 31%;
}

/* RADIO */

.elq-form .radio-option {
	display: inline-block;
}

.elq-form .radio-option .label {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 22px;
	text-indent: -22px;
}

.elq-form .radio-option .input {
	vertical-align: middle;
	margin-right: 7px;
}

.elq-form .radio-option .inner {
	vertical-align: middle;
}

/* CHECKBOX */

.elq-form .checkbox-span {
	display: inline-block;
}

.elq-form .checkbox-label {
	margin-left: 4px;
}

/* INPUT */

.elq-form .accept-default {
	width: 100%;
}

/* SIZING */

.elq-form .field-style {
	margin-right: 2%;
	margin-left: 2%;
}

.elq-form .field-style._25 {
	width: 21%;
}

.elq-form .field-style._50 {
	width: 46%;
}

.elq-form .field-style._50_left {
	clear: left;
	width: 46%;
}

.elq-form .field-style._75 {
	width: 71%;
}

.elq-form .field-style._100 {
	width: 96%;
}

.elq-form .field-size-top-small {
	width: 30%;
}

.elq-form .field-size-top-medium {
	width: 75%;
}

.elq-form .field-size-top-large {
	width: 100%;
}

.elq-form .field-size-left-small {
	width: 21%;
}

.elq-form .field-size-left-medium {
	width: 46%;
}

.elq-form .field-size-left-large {
	width: 60%;
}

/* INSTRUCTIONS */

.elq-form .instructions.default {
	color: #444;
	display: block;
	font-size: 10px;
	padding: 6px 0 3px;
}

.elq-form .instructions.group {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 2%;
	padding: 6px 0 3px;
	color: #444;
	display: block;
	font-size: 10px;
}

.elq-form .instructions.left-single {
	margin: 0 0 0 33%;
}

.elq-form .instructions-other {
	margin: 0;
}

/* POSITIONING */

.elq-form .label-position.left {
	display: block;
	line-height: 150%;
	padding: 1px 0 3px;
	float: left;
	width: 31%;
	margin: 0 15px 0 0;
	word-wrap: break-word;
}

.elq-form .label-position.top {
	display: block;
	line-height: 150%;
	padding: 1px 0 3px;
	white-space: nowrap;
}

.elq-form .label-position.alignment-left {
	text-align: left;
}

.elq-form .label-position.alignment-right {
	text-align: right;
}

/* LIST ORDER */

.elq-form .list-order {
	display: block;
}

.elq-form .list-order.oneColumn {
	margin: 0 7px 0 0;
	width: 100%;
	clear: both;
}

.elq-form .list-order.twoColumn {
	float: left;
	margin: 0 7px 0 0;
	width: 38%;
}

.elq-form .list-order.threeColumn {
	float: left;
	margin: 0 7px 0 0;
	width: 30%;
}

.elq-form .list-order.oneColumnLeft {
	float: left;
	margin: 0 7px 0 0;
	width: 100%;
}

.elq-form .list-order.twoColumnLeft {
	float: left;
	margin: 0 7px 0 0;
	width: 38%;
}

.elq-form .list-order.threeColumnLeft {
	float: left;
	margin: 0 7px 0 0;
	width: 30%;
}

/* GRID STYLE */

.elq-form .grid-style {
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

.elq-form .grid-style._25 {
	width: 21%;
}

.elq-form .grid-style._50 {
	width: 46%;
}

.elq-form .grid-style._75 {
	width: 71%;
}

.elq-form .grid-style._100 {
	width: 96%;
}

.LV_validation_message {
	font-weight: bold;
	margin: 0 0 0 5px;
}

.LV_valid {
	color: #0c0;
	display: none;
}

.LV_invalid {
	color: #c00;
	font-size: 10px;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
	outline: 1px solid #0c0;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
	outline: 1px solid #c00;
}

.main-form {
	line-height: 1.2;
}

.main-form .elq-form .label-position.top {
	display: none;
}

.main-form .elq-form .field-style._100 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.main-form .elq-form .item-padding {
	padding: 0;
}

.main-form .elq-form input {
	height: auto;
	margin: 0;
	line-height: 1.28;
}

.main-form .elq-form .btn {
	padding: 8px 28px;
	margin: 0 10px;
}

.main-form .elq-form .field-wrapper.individual {
	margin-bottom: 25px;
}

.main-form .LV_invalid_field,
.main-form input.LV_invalid_field:hover,
.main-form input.LV_invalid_field:active,
.main-form textarea.LV_invalid_field:hover,
.main-form textarea.LV_invalid_field:active {
	outline: none;
	border-color: #ff2906;
	color: #ff2906;
}

.main-form .LV_invalid_field::-webkit-input-placeholder,
.main-form input.LV_invalid_field:hover::-webkit-input-placeholder,
.main-form input.LV_invalid_field:active::-webkit-input-placeholder,
.main-form textarea.LV_invalid_field:hover::-webkit-input-placeholder,
.main-form textarea.LV_invalid_field:active::-webkit-input-placeholder {
	color: #ff2906;
}

.main-form .LV_invalid_field::-moz-placeholder,
.main-form input.LV_invalid_field:hover::-moz-placeholder,
.main-form input.LV_invalid_field:active::-moz-placeholder,
.main-form textarea.LV_invalid_field:hover::-moz-placeholder,
.main-form textarea.LV_invalid_field:active::-moz-placeholder {
	opacity: 1;
	color: #ff2906;
}

.main-form .LV_invalid_field:-moz-placeholder,
.main-form input.LV_invalid_field:hover:-moz-placeholder,
.main-form input.LV_invalid_field:active:-moz-placeholder,
.main-form textarea.LV_invalid_field:hover:-moz-placeholder,
.main-form textarea.LV_invalid_field:active:-moz-placeholder {
	color: #ff2906;
}

.main-form .LV_invalid_field:-ms-input-placeholder,
.main-form input.LV_invalid_field:hover:-ms-input-placeholder,
.main-form input.LV_invalid_field:active:-ms-input-placeholder,
.main-form textarea.LV_invalid_field:hover:-ms-input-placeholder,
.main-form textarea.LV_invalid_field:active:-ms-input-placeholder {
	color: #ff2906;
}

.main-form .LV_invalid_field.placeholder,
.main-form input.LV_invalid_field:hover.placeholder,
.main-form input.LV_invalid_field:active.placeholder,
.main-form textarea.LV_invalid_field:hover.placeholder,
.main-form textarea.LV_invalid_field:active.placeholder {
	color: #ff2906;
}

.main-form .LV_valid_field,
.main-form input.LV_valid_field:hover,
.main-form input.LV_valid_field:active,
.main-form textarea.LV_valid_field:hover,
.main-form textarea.LV_valid_field:active {
	font-weight: 600;
	outline: none;
	color: #fff;
	border-color: #fff;
}

div.ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle {
	max-width: 136px;
	margin-top: 0;
}

.ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle table.ps_NestedSellerContainerStyle td.ps_GroupStyle {
	padding: 0 5px;
}

.ps_FooterStyle td.ps_FooterCellStyle.ps_Copywright {
	min-width: 300px !important;
	width: 300px !important;
}

.ps_TabContainerStyle.ps_SingleTabStyle {
	padding: 13px 0 !important;
}

.ps_ResponsiveContainerStyle .ps_LightboxStyle .ps_FooterStyle {
	padding-top: 6px !important;
}

.ps_ResponsiveContainerStyle .ps_LightboxStyle {
	background: #2c262d !important;
	color: #fff !important;
}

.ps_FooterStyle td.ps_FooterCellStyle.ps_Copywright {
	color: #fff !important;
}

.ps_FooterStyle td.ps_FooterCellStyle.ps_Copywright a {
	color: inherit !important;
}

.ps_OnlineStoresStyle .ps_ElementStyle.ps_SellerNameStyle {
	background: #fff;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-box {
	padding: 30px;
	width: 300px;
}

.ps_ResponsiveContainerStyle a.ps_CloseStyle,
.fancybox-close-small {
	border-radius: 50%;
	background: #000;
	padding: 0;
	width: 28px;
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	height: 28px;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	border: solid 2px #fff;
	box-shadow: none;
	z-index: 40000 !important;
}

.ps_ResponsiveContainerStyle a.ps_CloseStyle:hover,
.fancybox-close-small:hover {
	font-size: 18px;
	background: #000;
	color: #ff2906;
	border-color: #ff2906;
}

.ps_ResponsiveContainerStyle a.ps_CloseStyle {
	margin: 0 !important;
	right: 5px !important;
	font-size: 0 !important;
	line-height: 20px !important;
}

.ps_ResponsiveContainerStyle a.ps_CloseStyle:before {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	font-size: 18px;
	content: "×";
}

.fancybox-slide > * {
	background: #2c262d !important;
	border-radius: 5px;
}

.fancybox-slide > * h2 {
	font-size: 30px;
}

.page-technology #header {
	background: none;
}

.page-technology #header .logo {
	float: none;
	margin: 0 auto;
	display: block;
}

.page-technology .section-visual {
	padding: 141px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-technology .section-visual .container {
	width: 100%;
}

.page-technology .section-visual.in-viewport .content {
	-webkit-animation: fadeIn 1.3s forwards .5s;
	animation: fadeIn 1.3s forwards .5s;
}

.page-technology .section-info {
	background-color: #322b33;
	background-size: 100% auto;
	background-position: 50% 100%;
	position: relative;
	z-index: 1;
	padding: 0;
	-webkit-transition: background-position .3s ease;
	transition: background-position .3s ease;
}

.page-technology .section-info .holder {
	padding: 0 0 28.5%;
}

.page-technology .section-info .fake-header {
	margin-bottom: 50px;
}

.page-technology .section-info .intro-content {
	max-width: none;
	margin-bottom: 30px;
}

.page-technology .section-info .content {
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
	opacity: 0;
}

.page-technology .section-info .content p {
	margin-bottom: 8px;
}

.page-technology .section-info.in-viewport .intro-content {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.page-technology .section-info.in-viewport .content {
	-webkit-animation: bottomFadeIn 1.3s forwards .2s;
	animation: bottomFadeIn 1.3s forwards .2s;
}

.page-technology .section-info.in-viewport .img-area {
	-webkit-animation: none;
	animation: none;
}

.page-technology .section-info.in-viewport .img-area .router-left {
	-webkit-animation: leftFadeIn 1.3s forwards .4s;
	animation: leftFadeIn 1.3s forwards .4s;
}

.page-technology .section-info.in-viewport .img-area .router-right {
	-webkit-animation: rightFadeIn 1s forwards .6s;
	animation: rightFadeIn 1s forwards .6s;
}

.page-technology .section-info .img-area {
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	text-align: right;
	padding: 0;
}

.page-technology .section-info .img-area .mountain {
	vertical-align: top;
	position: relative;
	z-index: 5;
	width: 57.6%;
}

.page-technology .section-info .img-area .spaceman {
	z-index: 6;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34.2%;
}

.page-technology .section-info .img-area .router-left {
	position: absolute;
	left: 5.7%;
	bottom: 76%;
	width: 43.5%;
	opacity: 0;
}

.page-technology .section-info .img-area .router-right {
	opacity: 0;
	position: absolute;
	right: 5.7%;
	bottom: 76%;
	width: 43.5%;
}

.page-technology .section-info .intro-content {
	opacity: 0;
}

.page-technology .section-info .socials {
	margin: 42px 0 0;
}

.page-technology .section-stat {
	background-position: 50% 100%;
	background-size: 135% auto;
	background-repeat: no-repeat;
	background-color: #322b33;
	padding: 0;
}

.page-technology .section-stat .frame {
	padding-bottom: 27.4%;
}

.page-technology .section-stat:after,
.page-technology .section-stat:before {
	background-color: #552c2a;
	height: 180px;
}

.page-technology .section-stat .container:after,
.page-technology .section-stat .container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: -webkit-linear-gradient(top, #552c2a 0%, #322b33 100%);
	background: linear-gradient(to bottom, #552c2a 0%, #322b33 100%);
}

.page-technology .section-stat .container:before {
	background: #322b33;
	height: 300px;
}

.page-technology .section-stat .stat-holder {
	position: relative;
	z-index: 2;
	text-align: center;
	border-bottom: 1px solid #403b41;
	padding: 0 0 97px;
	margin: 0 0 97px;
	opacity: 0;
}

.page-technology .section-stat .stat-holder .stat-title {
	max-width: 480px;
	margin: 0 auto;
}

.page-technology .section-stat .stat-holder .stat-info {
	width: auto !important;
	padding: 20px 0 0;
	margin: 0;
}

.page-technology .section-stat .stat-holder .item {
	line-height: 1.2;
}

.page-technology .section-stat .stat-holder .item .value {
	margin: 0 0 11px;
}

.page-technology .section-stat.in-viewport .stat-holder {
	-webkit-animation: bottomFadeIn .8s forwards;
	animation: bottomFadeIn .8s forwards;
}

.page-technology .section-stat.in-viewport .intro-content {
	-webkit-animation: none;
	animation: none;
}

.page-technology .section-stat.in-viewport .intro-content.in-viewport {
	-webkit-animation: bottomFadeIn .8s forwards;
	animation: bottomFadeIn .8s forwards;
}

.page-technology .section-intro {
	color: #fff;
	background-color: #322b33;
	background-position: 50% 0;
	padding: 0;
}

.page-technology .section-intro .holder {
	padding: 67.4% 0 51px;
}

.page-technology .section-intro.in-viewport .text {
	-webkit-animation: leftFadeIn 1.3s forwards;
	animation: leftFadeIn 1.3s forwards;
}

.page-technology .section-intro.in-viewport .main-form {
	-webkit-animation: rightFadeIn 1.3s forwards;
	animation: rightFadeIn 1.3s forwards;
}

.page-technology .section-intro .text {
	padding: 0 0 24px;
	float: none;
	margin: 0 auto;
	max-width: none;
	overflow: visible;
	max-width: 508px;
}

.page-technology .section-intro h2:after {
	background: #ff2906;
	content: "";
	display: block;
	margin: 22px 0;
	width: 100px;
	height: 3px;
	box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	-webkit-transform: skewX(-55deg);
	-ms-transform: skewX(-55deg);
	transform: skewX(-55deg);
}

.page-technology .section-intro .main-form {
	opacity: 0;
	margin: 0 auto;
	max-width: 508px;
}

.page-technology .section-intro .main-form .btn {
	margin-top: 3px;
}

.page-technology .section-promo {
	padding: 52px 0;
	background-size: cover;
	background-position: 50% 0;
}

.page-technology .section-promo.in-viewport .text {
	-webkit-animation: leftFadeIn 1.3s forwards;
	animation: leftFadeIn 1.3s forwards;
}

.page-technology .section-promo.in-viewport .quote-carosel {
	-webkit-animation: rightFadeIn 1.3s forwards;
	animation: rightFadeIn 1.3s forwards;
}

.page-technology .section-promo:after,
.page-technology .section-promo:before {
	display: none;
}

.page-technology .section-promo .text {
	opacity: 0;
	padding: 0;
	margin: 0 auto 62px;
	max-width: 508px;
	overflow: visible;
	line-height: 2;
}

.page-technology .section-promo h2:after {
	background: #ff2906;
	content: "";
	display: block;
	margin: 22px 0;
	width: 100px;
	height: 3px;
	box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	-webkit-transform: skewX(-55deg);
	-ms-transform: skewX(-55deg);
	transform: skewX(-55deg);
}

.page-technology .section-promo p {
	margin: 0 0 21px;
}

.page-technology .section-promo .btn {
	min-width: 170px;
}

.product-gallery {
	position: relative;
	z-index: 1;
	padding: 51px 0 0;
}

.product-gallery .slide {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.product-gallery .slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.product-gallery .text {
	font-size: 15px;
	line-height: 1.67;
	text-align: center;
	margin: 0 auto 31px;
	max-width: 510px;
	opacity: 0;
}

.product-gallery.in-viewport .text {
	-webkit-animation: leftFadeIn 1.3s forwards .3s;
	animation: leftFadeIn 1.3s forwards .3s;
}

.product-gallery.in-viewport .slide.active .image {
	-webkit-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	-webkit-animation: rightFadeInCenter 1s forwards;
	animation: rightFadeInCenter 1s forwards;
}

.product-gallery.in-viewport .image {
	opacity: 1;
}

.product-gallery.in-viewport .pagination {
	-webkit-animation: rightFadeIn 1.3s forwards .3s;
	animation: rightFadeIn 1.3s forwards .3s;
}

.product-gallery:not(.in-viewport) .image {
	-webkit-transform: scale(.3) translate(100%, 50%);
	-ms-transform: scale(.3) translate(100%, 50%);
	transform: scale(.3) translate(100%, 50%);
	opacity: 0;
}

.product-gallery .image {
	position: relative;
	text-align: center;
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.product-gallery .image img {
	vertical-align: top;
}

.product-gallery .image:before {
	z-index: -1;
	width: 110%;
	padding-top: 110%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #000;
	z-index: -1;
	border-radius: 50%;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 41, 6, .5) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, rgba(255, 41, 6, .5) 0%, rgba(255, 255, 255, 0) 70%);
}

.product-gallery .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.39;
}

.product-gallery .title:after {
	background: #ff2906;
	content: "";
	display: block;
	margin: 18px auto 17px;
	width: 100px;
	height: 3px;
	box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	-webkit-transform: skewX(-55deg);
	-ms-transform: skewX(-55deg);
	transform: skewX(-55deg);
}

.product-gallery .btn {
	margin-top: 9px;
	color: #fff;
}

.product-gallery .btn:before {
	background: #ff2906;
}

.product-gallery .btn:hover {
	color: #ff2906;
}

.product-gallery .btn:hover:before {
	background: none;
}

.product-gallery .num {
	font-weight: 600;
	font-size: 15px;
	color: #4b464c;
	margin: 0 0 19px;
}

.product-gallery .num span {
	color: #a5a5a5;
	cursor: pointer;
}

.product-gallery .num span:last-child:after {
	display: none;
}

.product-gallery .num span:after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	color: #4b464c;
}

.product-gallery .num span:not(.current-active) {
	cursor: pointer;
	color: #4b464c;
}

.product-gallery .num span:not(.current-active):hover {
	color: #fff;
}

.product-gallery .pagination {
	opacity: 0;
	z-index: 3;
	position: absolute;
	right: -109px;
	bottom: 74px;
	text-align: center;
	width: 154px;
	height: 120px;
}

.product-gallery .pagination.events-none {
	z-index: 1;
}

.product-gallery .pagination li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 0;
	line-height: 0;
}

.product-gallery .pagination li:hover img {
	opacity: 1;
}

.product-gallery .pagination li.next-slide-link {
	opacity: 1;
	visibility: visible;
}

.product-gallery .pagination li img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .5;
	display: block;
}

.product-gallery .pagination li:before {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ff2906;
	content: "";
	z-index: 2;
	width: 30px;
	font-size: 22px;
	line-height: 30px;
	margin: -12px 0 0 -40px;
}

.section-accordion {
	background: #322b33;
}

.section-accordion ul {
	border: 1px solid #6b6b6b;
	border-width: 0 0 1px;
	opacity: 0;
}

.section-accordion.in-viewport ul {
	-webkit-animation: fadeIn 1.3s forwards .3s;
	animation: fadeIn 1.3s forwards .3s;
}

.section-accordion li {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	border: 1px solid #6b6b6b;
	border-width: 1px 0 0;
}

.section-accordion li:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: -webkit-linear-gradient(top, rgba(50, 43, 51, .8) 0%, rgba(50, 43, 51, .8) 100%);
	background: linear-gradient(to bottom, rgba(50, 43, 51, .8) 0%, rgba(50, 43, 51, .8) 100%);
	content: "";
}

.section-accordion .active .heading {
	opacity: 0 !important;
}

.section-accordion .active .heading .opener {
	visibility: hidden;
	opacity: 0;
}

.section-accordion .active .opener-cross:after,
.section-accordion .active .opener-cross:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.section-accordion .heading {
	background-size: cover;
	background-position: 50% 50%;
	padding: 49px 5.3% 51px;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-repeat: no-repeat;
}

.section-accordion .opener {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.section-accordion .opener:hover {
	text-decoration: none;
	text-shadow: 0 0 10px rgba(255, 41, 6, .8);
}

.section-accordion .opener-cross {
	position: absolute;
	top: 54px;
	right: 3.2%;
	font-size: 0;
	width: 30px;
	height: 30px;
	z-index: 10;
}

.section-accordion .opener-cross:after,
.section-accordion .opener-cross:before {
	position: absolute;
	top: 50%;
	right: 50%;
	content: "";
	background: #ff2906;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.section-accordion .opener-cross:after {
	width: 2px;
	height: 16px;
	margin: -8px 7px 0 0;
}

.section-accordion .opener-cross:hover:after,
.section-accordion .opener-cross:hover:before {
	background: #fff;
}

.section-accordion .slide {
	padding: 0 0 30px;
	text-align: center;
	line-height: 2;
}

.section-accordion .image {
	display: block;
	margin-bottom: -119px;
}

.section-accordion h2 {
	font-size: 24px;
	margin: 0 0 22px;
}

.photo-gallery {
	padding: 50px 35px 87px;
	position: relative;
	z-index: 3;
	margin-bottom: -60px;
}

.photo-gallery .mask {
	opacity: 0;
	z-index: 2;
	position: relative;
	margin: 0 0 20px;
}

.photo-gallery img {
	display: block;
	width: 100%;
	border-radius: 7px;
}

.photo-gallery .slick-prev,
.photo-gallery .slick-next {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	left: -32px;
	font-size: 21px;
	line-height: 30px;
	margin-top: -21px;
	width: 20px;
	text-align: center;
}

.photo-gallery .slick-prev:focus,
.photo-gallery .slick-next:focus {
	outline: none;
}

.photo-gallery .slick-prev:hover,
.photo-gallery .slick-next:hover {
	color: #ff2906;
}

.photo-gallery .slick-next {
	left: auto !important;
	right: -28px;
}

.photo-gallery .pagination {
	opacity: 0;
	z-index: 2;
	margin: 0 auto;
	max-width: 530px;
}

.photo-gallery .pagination .slide {
	padding: 0 10px;
}

.photo-gallery .pagination img {
	border-radius: 5px;
}

.photo-gallery:after,
.photo-gallery:before {
	z-index: -1;
	position: absolute;
	right: 50%;
	top: 0;
	background: #502726;
	-webkit-transform: rotate(7.5deg);
	-ms-transform: rotate(7.5deg);
	transform: rotate(7.5deg);
	content: "";
	width: 65%;
	height: 250px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.photo-gallery:after {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	right: auto;
	left: 50%;
	-webkit-transform: rotate(-7.5deg);
	-ms-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg);
}

.photo-gallery:after,
.photo-gallery:before {
	top: auto;
	bottom: 0;
}

.photo-gallery.in-viewport .pagination,
.photo-gallery.in-viewport .mask {
	-webkit-animation: fadeIn 1.3s forwards .3s;
	animation: fadeIn 1.3s forwards .3s;
}

.photo-gallery .holder:before {
	position: absolute;
	bottom: 150px;
	left: 0;
	content: "";
	z-index: 1;
	width: 100%;
	height: 200px;
	background: -webkit-linear-gradient(top, #2c262d 0%, #502726 100%);
	background: linear-gradient(to bottom, #2c262d 0%, #502726 100%);
}

.quote-carosel {
	padding: 0 5px;
	opacity: 0;
}

.quote-carosel .item {
	width: 300px;
	background-size: cover;
	border-radius: 10px;
	height: 325px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.quote-carosel .slick-slide > div {
	opacity: .15;
	width: 310px;
	padding: 0 15px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.quote-carosel .slick-slide.slick-current > div {
	opacity: 1;
}

.quote-carosel blockquote {
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 38px;
}

.quote-carosel blockquote cite {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 15px;
	color: #ff2906;
	font-weight: 600;
	display: block;
	margin: 5px 0 11px;
	font-style: normal;
}

.quote-carosel blockquote q {
	font-weight: 300;
	width: 100%;
	display: block;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 25px;
	line-height: 1.6;
}

.quote-carosel .slick-next,
.quote-carosel .slick-prev {
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 30px;
	width: 30px;
	text-align: center;
	margin-top: -15px;
	z-index: 10;
}

.quote-carosel .slick-next:focus,
.quote-carosel .slick-prev:focus {
	outline: none;
}

.quote-carosel .slick-next:hover,
.quote-carosel .slick-prev:hover {
	color: #ff2906;
}

.quote-carosel .slick-prev {
	right: auto;
	left: 20px;
}

.page-features .section-visual {
	padding-bottom: 50px;
}

.page-features .section-visual .img-area {
	padding: 0;
	border: none;
	margin: 44px -15px 0;
}

.page-features .section-visual.in-viewport .content {
	-webkit-animation: topFadeIn 1.3s forwards .5s;
	animation: topFadeIn 1.3s forwards .5s;
}

.page-features .section-visual.in-viewport .router {
	-webkit-animation: bottomFadeIn 1.3s forwards 1s;
	animation: bottomFadeIn 1.3s forwards 1s;
}

.page-features .section-promo {
	padding: 0;
}

.page-features .section-promo:after,
.page-features .section-promo:before {
	background: #2c262d;
}

.page-features .section-promo .back-title {
	color: #000;
	opacity: .3;
	position: absolute;
	top: 28.3%;
	left: 3%;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14.5vw;
	font-weight: bold;
	line-height: .87;
}

.page-features .section-promo p {
	margin: 0 0 22px;
}

.page-features .section-promo .container {
	padding-top: 40px;
}

.page-features .section-promo .container:before {
	background: -webkit-linear-gradient(top, #2c262d 0%, rgba(44, 38, 45, 0) 80%);
	background: linear-gradient(to bottom, #2c262d 0%, rgba(44, 38, 45, 0) 80%);
	height: 50px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
}

.page-features .section-info {
	position: relative;
	z-index: 3;
	background: #2c262d;
	overflow: hidden;
	padding: 50px 0 30%;
}

.page-features .section-info:before {
	background: url(../images/bg-section-info.png);
	background-position: 50% 0;
	background-size: 7px 7px;
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	content: "";
}

.page-features .section-info.in-viewport .img-area {
	-webkit-animation: leftFadeIn 1.3s forwards;
	animation: leftFadeIn 1.3s forwards;
}

.page-features .section-info.in-viewport .text {
	-webkit-animation: rightFadeIn 1.3s forwards;
	animation: rightFadeIn 1.3s forwards;
}

.page-features .section-info .img-area {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	z-index: -1;
	width: 100%;
}

.page-features .section-info .img-area img {
	vertical-align: top;
}

.page-features .section-info h2 {
	margin: 0 0 24px;
}

.page-features .section-info .text {
	opacity: 0;
	position: relative;
	z-index: 2;
	text-align: center;
}

.page-features .section-details {
	z-index: 3;
	padding: 150px 0 48px;
	margin-top: -80px;
	background-size: cover;
	background-position: 50% 0;
}

.page-features .section-details:after,
.page-features .section-details:before {
	display: none;
}

.page-features .section-details .intro-content h2 {
	margin: 0 0 37px;
}

.page-features .details-tabset li:nth-child(1) {
	top: 75%;
	left: 14%;
}

.page-features .details-tabset li:nth-child(2) {
	top: 51%;
	left: 20.2%;
}

.page-features .details-tabset li:nth-child(3) {
	top: 36%;
	left: 72%;
}

.page-features .details-tabset li:nth-child(4) {
	top: 66%;
	left: 81.8%;
}

.page-features .details-content {
	margin: 0 0 40px;
}

.page-features .details-content .title:after {
	margin: 20px auto 23px;
}

.page-features .details-content .img-area {
	margin: 0 0 54px;
	max-width: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.page-features .details-content .row .js-tab-hidden {
	display: none;
}

.page-features .details-content .row > div {
	padding: 0 0 30px;
}

.page-features .gallery .back-title {
	top: 18.3%;
}

.page-features .gallery .slide img {
	max-width: 98%;
}

.page-features .section-stat h2 {
	margin-bottom: 24px;
}

.page-features .section-stat .img-area {
	top: 10%;
	right: 0;
	left: 0;
}

.page-features .section-intro {
	background-color: #d1d4d9;
}

.page-features .section-intro .img-area {
	margin-top: 35.4%;
}

.page-features .section-intro .img-area .router {
	position: absolute;
	bottom: 15%;
	left: 9%;
	width: 83.5%;
}

.page-features .section-intro .img-area.in-viewport .router {
	-webkit-animation: leftFadeIn 2s forwards .5s;
	animation: leftFadeIn 2s forwards .5s;
}

.page-features .section-intro .img-area .shuter {
	display: block;
	margin-bottom: 5%;
	width: 20.6%;
	position: relative;
	z-index: 3;
	vertical-align: top;
}

.page-features .section-intro .rotate-carousel .runner {
	padding-top: 8px;
}

.page-features .section-intro .text h2 small {
	margin: 6px 0 0;
}

.page-features .section-intro .text .price {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
	display: block;
	padding: 30px 0 6px;
}

.page-features .section-intro .text .stock-info {
	font-size: 15px;
	margin: 0 0 41px;
}

.posts-group {
	margin: 0 auto;
	max-width: 530px;
}

.posts-group .item:first-child .post-thmb {
	margin-top: 0;
}

.post-thmb {
	background: #362b32;
	color: #fff;
	border-radius: 7px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.67;
	margin-bottom: 30px;
}

.post-thmb img {
	display: block;
	width: 100%;
}

.post-thmb .descr {
	padding: 30px 30px 15px;
}

.post-thmb .title {
	display: block;
	font-size: 18px;
	line-height: 1.39;
	font-weight: 600;
}

.post-thmb .title:after {
	background: #ff2906;
	content: "";
	display: block;
	margin: 24px 0 22px;
	width: 100px;
	height: 3px;
	box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	-webkit-transform: skewX(-55deg);
	-ms-transform: skewX(-55deg);
	transform: skewX(-55deg);
}

.post-thmb.marked {
	margin-bottom: 0;
	border-radius: 7px 7px 0 0;
}

.section-view {
	padding: 52px 0 0;
	background: #2c262d;
	position: relative;
	z-index: 4;
	text-align: center;
}

.color-view {
	border-bottom: 1px solid #3c373d;
	padding: 0 0 41px;
	margin: 0 0 46px;
}

.color-view h2 {
	margin-bottom: 24px;
}

.color-view .text {
	padding: 0 0 64px;
	opacity: 0;
}

.color-view.in-viewport .text {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.color-gallery {
	position: relative;
	margin: 0 auto;
	max-width: 532px;
}

.color-gallery .slideset {
	position: relative;
	margin: 0 0 38px;
}

.color-gallery img {
	width: 100%;
	display: block;
}

.color-gallery .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.color-gallery .jcf-range .jcf-range-wrapper {
	background: #f00 -webkit-linear-gradient(left, red, #ffbf00 12.5%, #80ff00 25%, #00ff40 37.5%, cyan 50%, #0040ff 62.5%, #8000ff 75%, #ff00bf 87.5%, red 100%);
	background: #f00 linear-gradient(to right, red, #ffbf00 12.5%, #80ff00 25%, #00ff40 37.5%, cyan 50%, #0040ff 62.5%, #8000ff 75%, #ff00bf 87.5%, red 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 3px;
}

.color-gallery .jcf-range .jcf-range-handle {
	background: #2c262d;
	margin-top: -11px;
	width: 24px;
	height: 24px;
}

.color-gallery .jcf-range .jcf-range-handle:before {
	left: 4px;
}

.color-gallery .jcf-range .jcf-range-handle:after {
	right: 4px;
}

.interface-view .intro-content {
	margin-bottom: 70px;
}

.interface-view .image {
	position: relative;
	z-index: 2;
	text-align: center;
	opacity: 0;
}

.interface-view .image img {
	vertical-align: top;
}

.interface-view .image:before {
	pointer-events: none;
	z-index: -1;
	width: 120%;
	padding-top: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #000;
	z-index: -1;
	border-radius: 50%;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 41, 6, .5) 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, rgba(255, 41, 6, .5) 0%, rgba(255, 255, 255, 0) 70%);
}

.interface-view .intro-content {
	opacity: 0;
}

.interface-view.in-viewport .intro-content {
	-webkit-animation: topFadeIn 1.3s forwards;
	animation: topFadeIn 1.3s forwards;
}

.interface-view.in-viewport .image {
	-webkit-animation: fadeIn 1.3s forwards .8s;
	animation: fadeIn 1.3s forwards .8s;
}

.stand {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -20px;
}

.stand img {
	display: block;
	width: 100%;
}

.section-note {
	overflow: hidden;
	position: relative;
	background: #322b33;
}

.section-note .holder {
	padding: 45% 0 330px;
}

.section-note .image {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	max-width: 250px;
	opacity: 0;
}

.section-note .image img {
	max-width: none;
	display: block;
	width: 100%;
}

.section-note .text {
	opacity: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-note h2 {
	line-height: 1.5;
	margin-bottom: 11px;
}

.section-note.in-viewport .text {
	-webkit-animation: rightFadeIn 1.3s forwards;
	animation: rightFadeIn 1.3s forwards;
}

.section-note.in-viewport .image {
	-webkit-animation: leftFadeIn 1.3s forwards;
	animation: leftFadeIn 1.3s forwards;
}

.specs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	position: relative;
	z-index: 3;
	padding: 0 0 23px;
}

.specs-list .icon {
	text-align: center;
	line-height: 50px;
	margin: 0 0 11px;
}

.specs-list .icon img {
	vertical-align: middle;
}

.specs-list.in-viewport li {
	-webkit-animation: fadeIn 1.3s forwards;
	animation: fadeIn 1.3s forwards;
}

.specs-list li {
	opacity: 0;
	width: 220px;
	margin: 28px 24px 22px;
}

.specs-list li:nth-child(1) {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.specs-list li:nth-child(2) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.specs-list li:nth-child(3) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.specs-list strong {
	font-weight: 300;
}

@media (min-width: 480px) {
	.section-visual {
		padding: 150px 0 200px;
	}

	.section-visual .img-area {
		margin: -100px 3% -230px;
	}

	.section-promo {
		padding-bottom: 262px;
	}

	.section-promo .intro-content {
		margin-bottom: 95px;
	}

	.testimonials-slider {
		padding: 30px 65px 33px;
	}

	.testimonials-slider .btn-prev,
	.testimonials-slider .btn-next {
		left: 13px;
	}

	.testimonials-slider .btn-next {
		left: auto;
		right: 13px;
	}
}

@media (min-width: 768px) {
	.container {
		padding: 0 40px;
	}

	#wrapper .fake-header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
	#wrapper
	#header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		padding: 8px 20px;
		margin: 6px 10px 0;
		min-width: 170px;
	}

	.fake-header .btn,
	#header .btn {
		padding: 8px 20px;
		margin: 6px 10px 0;
		min-width: 170px;
	}

	.logo {
		width: 109px;
	}

	.btn-menu {
		width: 38px;
		height: 33px;
		margin: 8px 1px 0 40px;
	}

	.fake-header .logo {
		width: 110px;
	}

	.product-nav {
		text-align: left;
	}

	.product-nav .container {
		padding-top: 49px;
		padding-bottom: 34px;
	}

	.product-nav .page-title {
		margin: 0 0 31px;
		text-align: left;
	}

	.product-nav .img-holder {
		float: left;
		margin: 0 30px 0 7px;
	}

	.product-nav ul li {
		margin: 0 0 31px;
	}

	.product-nav .actions {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.product-nav .actions li {
		margin: 0 29px 0 0;
	}

	.section-visual {
		padding: 163px 0 174px;
	}

	.section-visual h1 {
		font-size: 70px;
	}

	.section-visual .img-area {
		margin: -215px 3% -251px;
	}

	.section-promo {
		padding: 105px 0 502px;
	}

	.section-promo h1 {
		font-size: 55px;
	}

	.section-promo .content {
		max-width: 76%;
	}

	.section-promo .img-area {
		max-width: 600px;
	}

	.intro-content {
		max-width: 76%;
	}

	.section-info .img-area {
		padding: 135px 0 130px;
	}

	.tabs-area {
		margin: -68px 13% 0;
	}

	.tabs-area .tabs-content {
		margin: 0 -10px 100px;
	}

	.section-details {
		padding: 0 0 97px;
	}

	.details-content .img-area {
		margin: -33px auto -165px;
	}

	.gallery {
		padding: 115px 0 133px;
	}

	.gallery .back-title {
		text-indent: -1.2vw;
		font-size: 13vw;
	}

	.gallery .slide img {
		max-width: 70.8%;
	}

	.section-stat .testimonials-slider {
		margin: 0 13% 100px;
	}

	.stat-info {
		margin: 0 -53px;
		width: calc(100% + 106px) !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.stat-info .item {
		margin: 26px 53px;
	}

	.post-block {
		margin: 0 13%;
	}

	.post-block .text {
		padding: 33px 17% 15px;
	}

	.section-intro {
		padding: 28px 0 100px;
	}

	.section-intro .img-area {
		margin-bottom: -100px;
	}

	.section-intro .rotate-carousel {
		margin: 0 13.5% 45px;
	}

	.section-intro .text {
		margin: 0 13%;
	}

	.section-community {
		padding: 94px 0 73px;
	}

	.section-community .text {
		max-width: 76%;
	}

	.lightbox-box .main-form {
		padding-top: 30px;
	}

	.page-technology #header {
		padding: 43px 0;
	}

	.page-technology .section-visual {
		padding: 141px 0 91px;
		height: 100vh;
		min-height: 500px;
	}

	.page-technology .section-info .holder {
		padding: 0 0 8.5%;
	}

	.page-technology .section-info .fake-header {
		margin-bottom: 167px;
	}

	.page-technology .section-info .intro-content {
		margin-bottom: 73px;
	}

	.page-technology .section-info h1 {
		font-size: 70px;
	}

	.page-technology .section-stat .frame {
		background-size: 100% auto;
		padding: 93px 0 27.4%;
	}

	.page-technology .section-stat .stat-holder .item {
		max-width: 130px;
		width: 33.33%;
		margin: 0 24px;
	}

	.page-technology .section-promo {
		padding: 152px 0 100px;
	}

	.photo-gallery {
		margin-bottom: -80px;
		padding: 100px 40px 137px;
	}

	.quote-carosel {
		padding: 0;
		overflow: hidden;
		position: relative;
		left: 13.8%;
		width: 86.2%;
	}

	.quote-carosel .slideset {
		padding-left: 22px;
	}

	.quote-carosel .item {
		width: 326px;
	}

	.quote-carosel .slick-slide > div {
		width: 355px;
	}

	.quote-carosel .slick-prev {
		left: 0;
	}

	.page-features .section-visual {
		padding: 194px 0 139px;
	}

	.page-features .section-visual .img-area {
		margin: 124px -15px 0 -25px;
	}

	.page-features .section-promo h1 {
		font-size: 50px;
		margin: 0 0 29px;
	}

	.page-features .section-promo .container {
		padding-top: 99px;
	}

	.page-features .section-promo .intro-content {
		max-width: 75%;
		margin-bottom: 167px;
	}

	.page-features .section-info {
		padding: 124px 0 843px;
	}

	.page-features .section-info .img-area {
		width: 134%;
		max-width: 1029px;
	}

	.page-features .section-details {
		padding: 230px 0 88px;
		margin-top: -159px;
	}

	.page-features .details-content {
		margin: 0 -15px 60px;
	}

	.page-features .gallery {
		padding: 216px 0 163px;
	}

	.page-features .gallery .back-title {
		font-size: 13.5vw;
	}

	.page-features .section-stat {
		padding: 124px 0 111px;
	}

	.page-features .section-stat .img-area {
		top: 249px;
	}

	.page-features .section-intro .rotate-carousel {
		margin: 0 11.5% 89px;
	}

	.page-features .section-intro .text {
		margin: 0 11.5%;
	}

	.page-features .section-intro .text h2 {
		font-size: 40px;
		margin: 0 0 26px;
	}

	.post-thmb {
		margin-bottom: 65px;
	}

	.post-thmb .descr {
		padding: 47px 50px 22px;
	}

	.section-view {
		padding: 102px 0 0;
	}

	.color-view {
		padding: 0 0 101px;
		margin: 0 0 106px;
	}

	.interface-view .image {
		margin: 0 -14px;
	}

	.stand {
		margin-top: -60px;
	}

	.section-note .holder {
		padding: 440px 0 220px;
	}

	.section-note .image {
		width: 55%;
		max-width: none;
	}

	.section-note .image img {
		float: right;
		width: 147%;
	}

	.section-note .text {
		width: 50%;
		margin-left: auto;
		text-align: right;
		margin-right: -15px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 18.08px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 18px;
		padding: .6em 0;
		margin: 0 0 35px;
	}

	.container {
		margin: 0 auto;
		padding: 0 80px;
	}

	main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link:after {
		margin-top: 7px;
	}

	.fake-header,
	#header {
		padding: 20px 0 18px;
	}

	#wrapper .fake-header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
	#wrapper
	#header .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		margin-top: 10px;
	}

	.fake-header .btn,
	#header .btn {
		margin-top: 10px;
	}

	.logo {
		width: 123px;
	}

	.btn-menu {
		display: none;
	}

	.menu {
		position: static;
		margin: 0 175px 0 195px;
		width: auto;
		max-height: none;
		overflow: visible;
		padding-top: 17px;
	}

	.menu ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.menu li {
		border: none;
		margin: 0 24px;
	}

	.menu li.active a {
		color: #ff2906;
		background: none;
	}

	.menu a {
		padding: 0;
	}

	.menu a:hover {
		color: #ff2906;
		background: none;
	}

	.fake-header {
		padding: 19px 0;
	}

	.fake-header .logo {
		width: 124px;
	}

	.fake-header .page-title {
		display: block;
	}

	.fake-header .menu {
		display: none;
	}

	.product-nav {
		max-height: none;
		overflow: visible;
		text-align: center;
		background: rgba(0, 0, 0, .7);
	}

	.product-nav .container {
		max-width: none;
		padding-top: 30px;
	}

	.product-nav .container {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.product-nav .page-title {
		display: none;
	}

	.product-nav .img-holder {
		float: none;
		line-height: 150px;
		margin: 0 0 3px;
		width: auto;
	}

	.product-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-nav ul li {
		margin: 0 52px 30px;
		width: 270px;
	}

	.product-nav .actions {
		opacity: 0;
		visibility: hidden;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-nav .actions li {
		margin: 0 14px;
		width: auto;
	}

	.section-visual {
		padding: 235px 0;
	}

	.section-visual h1 {
		font-size: 80px;
		margin-bottom: 39px;
	}

	.section-visual .img-area {
		margin: -262px .5% -337px;
	}

	.section-promo {
		padding: 126px 0 133px;
	}

	.section-promo h1 {
		font-size: 65px;
		margin: 0 0 13px;
	}

	.section-promo .intro-content {
		margin-bottom: 164px;
		line-height: 2;
	}

	.section-promo .content {
		text-align: left;
		max-width: 418px;
		width: 50%;
		margin: 0;
		line-height: 2;
	}

	.section-promo h2 {
		font-size: 40px;
	}

	.section-promo .img-area {
		max-width: 778px;
		right: -200px;
	}

	.intro-content {
		max-width: 710px;
	}

	.section-info {
		padding-bottom: 164px;
	}

	.section-info .img-area {
		padding: 206px 0 182px;
	}

	.tabs-area {
		margin: -117px 0 0;
	}

	.tabs-area h2 {
		font-size: 40px;
	}

	.tabs-area .text {
		width: 64%;
		padding: 0 0 52px;
	}

	.tabs-area .two-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -20px;
	}

	.tabs-area .two-columns .col {
		width: 58.8%;
		padding: 0 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.tabs-area .two-columns .col:first-child {
		width: 34.5%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: -90px;
	}

	.tabs-area .tabs-content {
		margin: 0 -10px 158px;
	}

	.info-list {
		margin: 41px 0 0;
		padding: 32px 0;
	}

	.info-list li {
		padding: 0 0 16px 51px;
	}

	.info-list li:before {
		left: 4px;
	}

	.tabset {
		font-weight: 600;
		font-size: 16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 81px;
	}

	.tabset .active a {
		color: #ff2906;
		background: none;
		box-shadow: none;
		margin: 0;
	}

	.tabset .active a:before {
		opacity: 1;
	}

	.tabset a {
		position: relative;
		color: #6b6b6b;
		text-indent: 0;
		width: auto;
		height: auto;
		background: none;
		box-shadow: none;
		overflow: visible;
	}

	.tabset a:hover {
		color: #fff;
		text-decoration: none;
	}

	.tabset a:before {
		opacity: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		pointer-events: none;
		content: "";
		position: absolute;
		left: 5px;
		right: 5px;
		top: 100%;
		margin-top: 5px;
		background: #ff2906;
		height: 3px;
		-webkit-transform: skewX(-45deg);
		-ms-transform: skewX(-45deg);
		transform: skewX(-45deg);
		box-shadow: 0 0 10px 1px rgba(255, 41, 6, .8);
	}

	.testimonials-slider {
		padding: 40px 65px 33px;
	}

	.post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		text-align: left;
		max-width: none;
	}

	.post picture {
		margin: 8px 105px 0 0;
		min-width: 193px;
		max-width: 193px;
	}

	.post h3 {
		font-size: 40px;
	}

	.post p {
		margin: 0 0 26px;
	}

	.post .text {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		line-height: 2;
	}

	.section-details {
		padding: 100px 0 147px;
	}

	.section-details .intro-content {
		max-width: none;
	}

	.section-details .intro-content h2 {
		font-size: 40px;
		margin-bottom: 26px;
	}

	.details-content {
		margin-bottom: 60px;
	}

	.details-content .col .js-tab-hidden {
		opacity: .35;
	}

	.details-content .img-area {
		max-width: none;
		margin: -62px -40px -155px;
		width: auto;
	}

	.details-content .title:after {
		margin: 22px auto 22px;
	}

	.details-tabset li:nth-child(1) {
		top: 27.7%;
		left: 29%;
	}

	.details-tabset li:nth-child(2) {
		top: 13.7%;
		left: 48.2%;
	}

	.details-tabset li:nth-child(3) {
		top: 45.7%;
		left: 47.5%;
	}

	.details-tabset li:nth-child(4) {
		top: 71.5%;
		left: 37.8%;
	}

	.details-tabset li:nth-child(5) {
		top: 26.5%;
		left: 59%;
	}

	.details-tabset li:nth-child(6) {
		top: 18.7%;
		left: 75.8%;
	}

	.gallery {
		padding: 171px 0 157px;
	}

	.gallery .back-title {
		top: 38%;
		font-size: 12.4vw;
	}

	.section-stat {
		padding: 142px 0 151px;
	}

	.section-stat .img-area {
		top: -41px;
	}

	.section-stat .img-area picture {
		max-width: 909px;
		margin: 0 auto;
		display: block;
		position: relative;
		left: 9px;
	}

	.section-stat .intro-content {
		max-width: 96%;
		line-height: 2;
	}

	.section-stat .intro-content h2 {
		font-size: 40px;
		margin-bottom: 19px;
	}

	.section-stat .testimonials-slider {
		margin: 0 0 166px;
	}

	.stat-info {
		padding: 42px 0 46px;
		width: auto !important;
		margin: 0 auto;
	}

	.post-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 600px;
		margin: 0;
	}

	.post-block > * {
		position: relative;
		width: 50%;
	}

	.post-block .image {
		height: auto;
	}

	.post-block h3 {
		font-size: 40px;
	}

	.post-block .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 35px 6.8% 15px;
		line-height: 2;
	}

	.section-intro {
		padding: 30px 0 123px;
	}

	.section-intro .img-area {
		margin-top: 19.5%;
		margin-bottom: -123px;
	}

	.section-intro .img-area .router {
		bottom: 33%;
	}

	.section-intro .rotate-carousel {
		margin: 0 10.5% 66px;
	}

	.section-intro .text {
		margin: 0 8.5%;
		line-height: 2;
	}

	.section-intro h2 {
		font-size: 40px;
		margin-bottom: 4px;
	}

	.section-intro h2 small {
		font-size: 24px;
		margin: 16px 0 1px;
	}

	.section-intro .model {
		padding-top: 10px;
	}

	.section-community {
		padding: 140px 0 123px;
		line-height: 2;
	}

	.section-community .text {
		max-width: none;
	}

	.section-community h2 {
		font-size: 40px;
		margin: 0 0 28px;
	}

	.main-form .elq-form input {
		line-height: 1.2;
	}

	.main-form .elq-form .field-wrapper.individual {
		margin-bottom: 36px;
	}

	.page-technology .section-info .holder {
		padding: 0 0 12.5%;
	}

	.page-technology .section-info .fake-header {
		margin-bottom: 320px;
	}

	.page-technology .section-info .intro-content {
		margin-bottom: 111px;
	}

	.page-technology .section-info h1 {
		font-size: 80px;
	}

	.page-technology .section-info .content {
		text-align: left;
		margin: 0 0 0 auto;
		width: 51.8%;
		line-height: 2;
	}

	.page-technology .section-info .content p {
		margin-bottom: 14px;
	}

	.page-technology .section-info .socials {
		z-index: 11;
		position: absolute;
		bottom: 129px;
		left: 2%;
		width: 288px;
	}

	.page-technology .section-stat .frame {
		padding: 139px 0 18.6%;
	}

	.page-technology .section-stat .stat-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
		padding: 0 0 121px;
		margin: 0 0 141px;
	}

	.page-technology .section-stat .stat-holder .stat-title {
		width: 360px;
	}

	.page-technology .section-stat .stat-holder .stat-title h2 {
		font-size: 40px;
	}

	.page-technology .section-stat .stat-holder .stat-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 33px 0 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.page-technology .section-stat .stat-holder .item {
		text-align: left;
		margin-right: 0;
		max-width: 123px;
	}

	.page-technology .section-stat .stat-holder .item .value {
		margin: 0 0 21px;
	}

	.page-technology .section-intro .holder {
		padding: 63.5% 0 83px;
	}

	.page-technology .section-intro .text {
		float: left;
		width: 45%;
		padding-top: 6px;
	}

	.page-technology .section-intro h2:after {
		margin: 30px 0;
	}

	.page-technology .section-intro .main-form {
		float: right;
		width: 40%;
	}

	.page-technology .section-promo {
		padding: 219px 0 90px;
	}

	.page-technology .section-promo .text {
		float: left;
		width: 40%;
	}

	.page-technology .section-promo h2:after {
		margin: 30px 0;
	}

	.page-technology .section-promo .btn {
		margin-top: 9px;
	}

	.product-gallery .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 198px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-gallery .text {
		width: 198px;
		text-align: left;
		padding: 33px 0 0;
	}

	.product-gallery .image {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.product-gallery .title:after {
		margin: 19px 0 17px;
	}

	.product-gallery .btn {
		margin-top: 19px;
	}

	.product-gallery .num {
		margin-bottom: 18px;
	}

	.product-gallery .pagination {
		right: -12px;
		bottom: 96px;
	}

	.product-gallery .pagination li:before {
		margin: -14px 0 0 -15px;
	}

	.section-accordion ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 581px;
		border-width: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.section-accordion li {
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		width: 80px;
		border-width: 0 0 0 1px;
	}

	.section-accordion .active {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.section-accordion .active .heading {
		height: auto;
	}

	.section-accordion .active .heading .opener {
		display: none;
	}

	.section-accordion .active .image {
		opacity: 1;
		-webkit-transition: all .3s linear .4s;
		transition: all .3s linear .4s;
	}

	.section-accordion .active .slide {
		position: static !important;
	}

	.section-accordion .active .slide .container {
		opacity: 1;
		visibility: visible;
	}

	.section-accordion .heading {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #322b33 !important;
		padding: 0;
	}

	.section-accordion .opener {
		font-size: 24px;
	}

	.section-accordion .opener span {
		display: block;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		white-space: nowrap;
		width: 250px;
		position: absolute;
		left: 50%;
		top: 180px;
		margin-left: -128px;
		text-align: right;
	}

	.section-accordion .opener-cross {
		top: 39px;
		right: 15px;
	}

	.section-accordion .slide {
		padding: 43px 0 30px !important;
		width: 710px;
		margin: 0 auto;
		position: absolute !important;
		width: 100% !important;
		display: block !important;
		height: auto !important;
		top: 0 !important;
	}

	.section-accordion .slide .container {
		padding: 0;
		opacity: 0;
		visibility: hidden;
		width: 710px;
		-webkit-transition: all .3s linear .4s;
		transition: all .3s linear .4s;
	}

	.section-accordion .image {
		opacity: 0;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		width: 710px;
		margin: 0 auto;
	}

	.photo-gallery {
		padding: 151px 80px 212px;
	}

	.photo-gallery .mask {
		margin: 0 0 30px;
	}

	.photo-gallery .slick-prev,
	.photo-gallery .slick-next {
		left: -55px;
	}

	.photo-gallery .slick-next {
		right: -52px;
	}

	.photo-gallery .pagination {
		max-width: 718px;
	}

	.photo-gallery .pagination .slide {
		padding: 0 15px;
	}

	.quote-carosel {
		position: absolute;
		left: 49%;
		top: 245px;
		width: 51%;
	}

	.quote-carosel .slideset {
		margin-left: 0;
		padding-left: 22px;
	}

	.page-features .section-visual {
		padding: 247px 0 130px;
	}

	.page-features .section-visual .img-area {
		margin: 93px -35px 0 -46px;
	}

	.page-features .section-visual h1 {
		font-size: 100px;
	}

	.page-features .section-promo .back-title {
		top: 45.8%;
		line-height: 1.05;
		left: 0;
	}

	.page-features .section-promo h1 {
		font-size: 65px;
		margin: 0 0 13px;
	}

	.page-features .section-promo .btn {
		margin-top: 14px;
	}

	.page-features .section-promo .container {
		padding-top: 86px;
	}

	.page-features .section-promo .intro-content {
		max-width: 750px;
		margin-bottom: 133px;
	}

	.page-features .section-info {
		padding: 141px 0 843px;
	}

	.page-features .section-info:before {
		top: 30px;
	}

	.page-features .section-info .img-area {
		width: 114%;
		max-width: 1167px;
	}

	.page-features .section-info h2 {
		margin-bottom: 20px;
	}

	.page-features .section-details {
		margin-top: -97px;
		padding: 217px 0 84px;
	}

	.page-features .section-details .intro-content {
		max-width: 700px;
	}

	.page-features .details-tabset li:nth-child(1) {
		top: 77%;
		left: 15%;
	}

	.page-features .details-tabset li:nth-child(2) {
		top: 52%;
		left: 20.8%;
	}

	.page-features .details-tabset li:nth-child(3) {
		top: 37%;
		left: 73%;
	}

	.page-features .details-tabset li:nth-child(4) {
		top: 67%;
		left: 82.5%;
	}

	.page-features .details-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -30px 69px;
	}

	.page-features .details-content .img-area {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 34px 0 63px;
	}

	.page-features .details-content .img-area + .row {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.page-features .details-content .img-area + .row + .row {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.page-features .details-content .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 686px;
		margin: 0 auto;
	}

	.page-features .details-content .row .js-tab-hidden {
		opacity: .35;
		display: block;
	}

	.page-features .details-content .row > div {
		width: 48%;
	}

	.page-features .details-content .row > div:nth-child(2) {
		text-align: right;
	}

	.page-features .details-content .row > div:nth-child(2) .title:after {
		margin-left: auto;
		margin-right: 0;
	}

	.page-features .details-content .row > div:first-child {
		text-align: left;
	}

	.page-features .details-content .row > div:first-child .title:after {
		margin-left: 0;
	}

	.page-features .gallery {
		padding: 340px 0 259px;
	}

	.page-features .gallery .back-title {
		top: 25.3%;
	}

	.page-features .gallery .slide img {
		max-width: 75.5%;
	}

	.page-features .section-stat {
		padding: 198px 0 192px;
	}

	.page-features .section-stat h2 {
		margin-bottom: 20px;
	}

	.page-features .section-stat .intro-content {
		max-width: 660px;
		margin-bottom: 46px;
	}

	.page-features .section-stat .img-area {
		top: 120px;
	}

	.page-features .section-intro {
		padding: 126px 0 123px;
	}

	.page-features .section-intro .img-area {
		margin-top: 34.1%;
	}

	.page-features .section-intro .img-area .router {
		width: 85.4%;
		left: 8.8%;
		bottom: 14%;
	}

	.page-features .section-intro .img-area .shuter {
		width: 20.8%;
	}

	.page-features .section-intro .rotate-carousel {
		margin: 0 10.5% 89px;
	}

	.page-features .section-intro .rotate-carousel .runner {
		padding: 14px 0 22px;
	}

	.page-features .section-intro .text {
		font-size: 20px;
		line-height: 2;
		padding-top: 1px;
		margin: 0 10.5%;
	}

	.page-features .section-intro .text h2 {
		font-size: 50px;
		margin: 0 0 30px;
	}

	.page-features .section-intro .text h2 small {
		font-size: 30px;
		margin: 8px 0 0;
	}

	.page-features .section-intro .text .price {
		padding: 34px 0 3px;
		font-size: 30px;
	}

	.posts-group {
		margin: 0 -80px;
		max-width: none;
	}

	.posts-group .item {
		width: 50%;
		padding: 0 50px;
		float: left;
	}

	.posts-group .item:nth-child(2) {
		padding-top: 61px;
	}

	.posts-group .item:nth-child(even) {
		float: right;
	}

	.post-thmb {
		border-radius: 10px;
		margin: 151px 0 0;
	}

	.post-thmb .title:after {
		margin: 22px 0 22px;
	}

	.section-view {
		padding: 202px 0 0;
	}

	.color-view {
		padding: 0 0 195px;
		margin: 0 0 194px;
	}

	.color-view h2 {
		margin-bottom: 20px;
	}

	.color-view .text {
		padding: 0 0 71px;
	}

	.color-gallery {
		max-width: 802px;
	}

	.color-gallery .slideset {
		margin: 0 0 57px;
	}

	.color-gallery .jcf-range .jcf-range-wrapper {
		height: 5px;
	}

	.color-gallery .jcf-range .jcf-range-handle {
		width: 34px;
		height: 34px;
		margin-top: -16px;
	}

	.color-gallery .jcf-range .jcf-range-handle:before {
		left: 8px;
	}

	.color-gallery .jcf-range .jcf-range-handle:after {
		right: 8px;
	}

	.interface-view .intro-content {
		max-width: 760px;
		margin-bottom: 89px;
	}

	.stand {
		margin-top: -85px;
	}

	.section-note .holder {
		padding: 459px 0 274px;
	}

	.section-note .image img {
		width: 138%;
	}

	.section-note .text {
		max-width: 360px;
		margin-right: -26px;
		width: 43%;
	}

	.section-note h2 {
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.specs-list {
		margin: 0 -50px;
		width: calc(100% + 100px) !important;
		padding: 0 0 71px;
	}

	.specs-list li {
		margin: 28px 10px 22px;
	}
}

@media (min-width: 1280px) {
	body {
		font-size: 20px;
	}

	h2,
	.h2 {
		font-size: 50px;
	}

	.container {
		max-width: 1560px;
	}

	.product-nav ul li {
		margin: 0 123px 30px;
	}

	.section-visual {
		padding: 368px 0;
	}

	.section-visual h1 {
		font-size: 100px;
		margin-bottom: 37px;
	}

	.section-visual .img-area {
		margin: -423px 2.3% -547px;
		padding: 5% 4.8% 5.8% 6%;
	}

	.section-visual .img-area .shuter {
		bottom: 31.1%;
		width: 108.3%;
	}

	.section-promo {
		padding: 217px 0 313px;
	}

	.section-promo h1 {
		font-size: 75px;
		margin-bottom: 20px;
	}

	.section-promo p {
		margin: 0 0 36px;
	}

	.section-promo .intro-content {
		max-width: 910px;
		margin-bottom: 272px;
	}

	.section-promo .content {
		margin: 0 8.5%;
		max-width: 528px;
	}

	.section-promo h2 {
		font-size: 50px;
	}

	.section-promo .img-area {
		max-width: 1190px;
		right: -296px;
		bottom: -85px;
	}

	.section-info {
		padding-bottom: 228px;
	}

	.section-info .img-area {
		padding: 299px 0 271px;
	}

	.tabs-area {
		max-width: 1162px;
		margin: -180px auto 0;
	}

	.tabs-area h2 {
		font-size: 50px;
		margin-bottom: 26px;
	}

	.tabs-area .text {
		padding: 0 0 68px;
	}

	.tabs-area .two-columns .col {
		width: 60.4%;
	}

	.tabs-area .two-columns .col:first-child {
		width: 30.6%;
		margin-top: -116px;
	}

	.tabs-area .tabs-content {
		margin: 0 -10px 215px;
	}

	.info-list {
		margin: 51px 0 0;
		padding: 42px 0;
	}

	.info-list li {
		padding: 0 0 26px 47px;
	}

	.info-list li:before {
		left: 0;
	}

	.tabset {
		font-size: 18px;
		margin: 0 5px 103px;
	}

	.tabset a:before {
		margin-top: 9px;
	}

	.testimonials-slider {
		padding: 61px 75px 57px;
	}

	.testimonials-slider .btn-prev,
	.testimonials-slider .btn-next {
		left: 34px;
		top: 34%;
	}

	.testimonials-slider .btn-next {
		left: auto;
		right: 34px;
	}

	.post {
		max-width: 1166px;
		margin: 0 auto;
	}

	.post picture {
		min-width: 261px;
		max-width: 261px;
		margin: 11px 98px 0 0;
	}

	.post h3 {
		font-size: 50px;
	}

	.post p {
		margin: 0 0 58px;
	}

	.section-details {
		padding: 99px 0 167px;
	}

	.section-details .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-details .container > * {
		width: 100%;
	}

	.section-details .intro-content {
		max-width: 70%;
	}

	.section-details .intro-content h2 {
		font-size: 50px;
		margin-bottom: 33px;
	}

	.details-content {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: -46px;
	}

	.details-content .col {
		width: 200px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-top: 89px;
		opacity: 0;
	}

	.in-viewport .details-content .col {
		-webkit-animation: leftFadeIn 1.3s forwards .5s;
		animation: leftFadeIn 1.3s forwards .5s;
	}

	.details-content .col > div {
		padding: 26px 0;
	}

	.details-content .col .js-tab-hidden {
		display: block;
	}

	.details-content .img-area {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: -3px 29px -3px;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.details-content .img-area + .col + .col {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}

	.in-viewport .details-content .img-area + .col + .col {
		-webkit-animation: rightFadeIn 1.3s forwards .5s;
		animation: rightFadeIn 1.3s forwards .5s;
	}

	.details-content .img-area + .col + .col .title:after {
		margin-left: auto;
		margin-right: 0;
	}

	.details-content .title {
		line-height: 1.39;
	}

	.details-content .title:after {
		margin-left: 0;
		margin-top: 24px;
	}

	.details-content p {
		max-height: 100px;
		overflow: hidden;
	}

	.gallery {
		padding: 185px 0 164px;
	}

	.section-stat {
		padding: 209px 0 250px;
	}

	.section-stat .img-area {
		top: -75px;
	}

	.section-stat .img-area picture {
		max-width: 1115px;
	}

	.section-stat .intro-content {
		max-width: 60%;
	}

	.section-stat .intro-content h2 {
		font-size: 50px;
		margin-bottom: 25px;
	}

	.section-stat .testimonials-slider {
		margin: 0 auto 242px;
		max-width: 921px;
	}

	.stat-info {
		padding: 32px 0 76px;
	}

	.post-block {
		min-height: 767px;
	}

	.post-block h3 {
		font-size: 50px;
	}

	.post-block .text {
		padding: 43px 7.5% 25px 9.6%;
	}

	.section-intro {
		padding: 158px 0 123px;
	}

	.section-intro .img-area {
		margin-top: 15.95%;
	}

	.section-intro .img-area .router {
		bottom: 32.55%;
	}

	.section-intro .rotate-carousel {
		float: left;
		width: 50%;
		margin: 0 9% 0 0;
	}

	.section-intro .text {
		overflow: hidden;
		padding: 81px 7px 10px;
	}

	.section-intro h2 {
		font-size: 50px;
		margin-bottom: 12px;
	}

	.section-intro h2 small {
		font-size: 30px;
		margin: 11px 0 0;
	}

	.section-intro .model {
		padding-top: 38px;
		margin-bottom: 12px;
	}

	.runner {
		margin: 0 auto;
		max-width: 685px;
	}

	.section-community {
		padding: 188px 0 175px;
	}

	.section-community .text {
		max-width: 920px;
	}

	.section-community h2 {
		font-size: 50px;
		margin: 0 0 16px;
	}

	.lightbox-box {
		width: 500px;
	}

	.page-technology #header {
		padding: 52px 0;
	}

	.page-technology #header .logo {
		width: 172px;
	}

	.page-technology .section-info .holder {
		padding: 0 0 14.5%;
	}

	.page-technology .section-info .fake-header {
		margin-bottom: 474px;
	}

	.page-technology .section-info .intro-content {
		margin-bottom: 249px;
	}

	.page-technology .section-info h1 {
		font-size: 100px;
	}

	.page-technology .section-info .content {
		margin-right: 5%;
		width: 50%;
		max-width: 495px;
	}

	.page-technology .section-info .content p {
		margin-bottom: 20px;
	}

	.page-technology .section-info .img-area .mountain {
		width: 57.4%;
	}

	.page-technology .section-info .img-area .spaceman {
		width: 33.88%;
	}

	.page-technology .section-info .img-area .router-left {
		left: 5.8%;
		bottom: 76.5%;
		width: 43.3%;
	}

	.page-technology .section-info h2 {
		margin-bottom: 29px;
	}

	.page-technology .section-info .socials {
		left: 10%;
		bottom: 227px;
	}

	.page-technology .section-stat .frame {
		padding: 189px 0 20.5%;
	}

	.page-technology .section-stat .stat-holder {
		padding: 0 0 155px;
		margin: 0 0 201px;
	}

	.page-technology .section-stat .stat-holder .stat-title {
		max-width: 580px;
		width: 42%;
	}

	.page-technology .section-stat .stat-holder .stat-title h2 {
		font-size: 50px;
	}

	.page-technology .section-stat .stat-holder .stat-info {
		padding: 35px 0 0 126px;
	}

	.page-technology .section-stat .stat-holder .item {
		max-width: none;
		margin-left: 0;
		padding: 0 10px;
	}

	.page-technology .section-intro .holder {
		padding-bottom: 81px;
	}

	.page-technology .section-intro .container {
		max-width: 1320px;
	}

	.page-technology .section-intro .text {
		max-width: none;
		width: 49%;
	}

	.page-technology .section-intro h2:after {
		margin: 35px 0 38px;
	}

	.page-technology .section-intro .main-form {
		width: 38.5%;
	}

	.page-technology .section-intro .main-form .btn {
		margin-top: 14px;
	}

	.page-technology .section-promo {
		padding: 385px 0 138px;
	}

	.page-technology .section-promo .container {
		max-width: 1320px;
	}

	.page-technology .section-promo .text {
		max-width: none;
	}

	.page-technology .section-promo h2:after {
		margin: 37px 0;
	}

	.page-technology .section-promo .btn {
		margin-top: 37px;
	}

	.product-gallery {
		padding: 60px 0 0;
	}

	.product-gallery .holder {
		padding-right: 320px;
	}

	.product-gallery .text {
		padding: 141px 0 0;
		width: 320px;
	}

	.product-gallery .title:after {
		margin: 23px 0;
	}

	.product-gallery .btn {
		margin-top: 28px;
	}

	.product-gallery .pagination {
		width: auto;
		right: 8px;
		bottom: 117px;
		width: 239px;
		height: 185px;
	}

	.section-accordion ul {
		min-height: 899px;
	}

	.section-accordion li {
		width: 100px;
	}

	.section-accordion .opener {
		font-size: 30px;
	}

	.section-accordion .opener span {
		width: 350px;
		margin-left: -178px;
		top: 225px;
	}

	.section-accordion .opener-cross {
		right: 25px;
		top: 41px;
	}

	.section-accordion .slide {
		width: 940px;
		padding-top: 63px;
	}

	.section-accordion .slide .container {
		width: 940px;
	}

	.section-accordion .image {
		width: 940px;
		margin-bottom: -122px;
	}

	.section-accordion h2 {
		font-size: 30px;
		margin-bottom: 31px;
	}

	.photo-gallery {
		padding: 201px 100px 263px;
		margin-bottom: -100px;
	}

	.photo-gallery .mask {
		margin: 0 0 38px;
	}

	.photo-gallery img {
		border-radius: 10px;
	}

	.photo-gallery .slick-prev,
	.photo-gallery .slick-next {
		left: -66px;
	}

	.photo-gallery .slick-next {
		right: -62px;
	}

	.photo-gallery .pagination {
		max-width: 954px;
	}

	.quote-carosel {
		top: 431px;
	}

	.quote-carosel .slick-next,
	.quote-carosel .slick-prev {
		right: 32px;
	}

	.page-features .section-visual {
		padding: 247px 0 155px;
	}

	.page-features .section-visual .img-area {
		margin: 133px 29px 0;
	}

	.page-features .section-promo .back-title {
		font-size: 220px;
		top: 46.8%;
		line-height: .87;
	}

	.page-features .section-promo h1 {
		font-size: 75px;
	}

	.page-features .section-promo .container {
		padding-top: 92px;
	}

	.page-features .section-promo .intro-content {
		max-width: 900px;
		margin-bottom: 183px;
	}

	.page-features .section-promo .intro-content h1 {
		margin-bottom: 20px;
	}

	.page-features .section-info {
		padding: 275px 0 335px;
	}

	.page-features .section-info .img-area {
		width: auto;
		max-width: none;
		top: -210px;
	}

	.page-features .section-info h2 {
		margin-bottom: 25px;
	}

	.page-features .section-info .text {
		text-align: right;
		max-width: 550px;
		margin: 0 8.5% 0 auto;
		line-height: 2;
	}

	.page-features .section-details {
		padding: 182px 0 127px;
	}

	.page-features .section-details .intro-content {
		max-width: 940px;
	}

	.page-features .details-tabset li:nth-child(1) {
		top: 74.5%;
		left: 15.5%;
	}

	.page-features .details-tabset li:nth-child(2) {
		top: 54%;
		left: 21.2%;
	}

	.page-features .details-tabset li:nth-child(3) {
		top: 41%;
		left: 73.7%;
	}

	.page-features .details-tabset li:nth-child(4) {
		top: 70%;
		left: 82.8%;
	}

	.page-features .details-content {
		margin: 0 10px 69px;
	}

	.page-features .details-content .img-area {
		margin: 28px 0 29px;
	}

	.page-features .details-content .row {
		max-width: 925px;
	}

	.page-features .details-content .row > div {
		padding: 26px 0;
		width: 36%;
	}

	.page-features .gallery {
		padding: 347px 0 169px;
	}

	.page-features .gallery .back-title {
		top: 20.3%;
		font-size: 200px;
	}

	.page-features .section-stat {
		padding: 205px 0 190px;
	}

	.page-features .section-stat h2 {
		margin-bottom: 25px;
	}

	.page-features .section-stat .intro-content {
		max-width: 810px;
		margin-bottom: 31px;
	}

	.page-features .section-stat .img-area {
		top: 85px;
	}

	.page-features .section-intro {
		padding: 238px 0 123px;
	}

	.page-features .section-intro .img-area {
		margin-top: 26.9%;
	}

	.page-features .section-intro .img-area .router {
		width: 83.5%;
		bottom: 15%;
		left: 9%;
	}

	.page-features .section-intro .img-area .shuter {
		width: 20.6%;
	}

	.page-features .section-intro .rotate-carousel {
		margin: 0 9.8% 0 0;
		padding: 67px 0 0;
		width: 49.2%;
	}

	.page-features .section-intro .rotate-carousel .runner {
		padding: 14px 0 12px;
	}

	.page-features .section-intro .text {
		margin: 0;
	}

	.page-features .section-intro .text h2 small {
		margin-top: 10px;
	}

	.posts-group {
		margin: 0 -50px;
	}

	.posts-group .item {
		max-width: 667px;
	}

	.post-thmb .title:after {
		margin-left: 0;
		margin-top: 24px;
	}

	.section-view {
		text-align: left;
		padding: 187px 0 0;
	}

	.color-view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0 187px;
		margin: 0 0 190px;
	}

	.color-view h2 {
		margin-bottom: 30px;
	}

	.color-view .text {
		padding: 134px 0 0 0;
		margin: 0 0 0 8.5%;
		width: 33%;
	}

	.color-view .color-gallery {
		margin-left: 1%;
		width: 57.5%;
	}

	.color-gallery .runner {
		max-width: none;
	}

	.interface-view .intro-content {
		max-width: 900px;
		margin-bottom: 84px;
	}

	.interface-view .image {
		margin: 0;
	}

	.stand {
		margin-top: -148px;
	}

	.section-note .holder {
		padding: 34.9% 0 253px;
	}

	.section-note .image {
		width: auto;
	}

	.section-note .image img {
		width: auto;
	}

	.section-note .text {
		max-width: 560px;
		margin-right: 8.5%;
	}
}

@media (min-width: 1600px) {
	.gallery .back-title {
		font-size: 200px;
	}

	.section-stat .img-area {
		top: -94px;
	}

	.section-stat .img-area picture {
		max-width: 1415px;
	}
}

@media (min-width: 2000px) {
	.photo-gallery {
		margin-bottom: -200px;
	}

	.photo-gallery:after,
	.photo-gallery:before {
		height: 500px;
	}

	.photo-gallery .holder:before {
		height: 600px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes leftFadeIn {
	from {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes leftFadeIn {
	from {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes rightFadeIn {
	from {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes rightFadeIn {
	from {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes rightFadeInCenter {
	from {
		-webkit-transform: scale(.3) translate(100%, 50%);
		transform: scale(.3) translate(100%, 50%);
	}

	to {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
	}
}

@keyframes rightFadeInCenter {
	from {
		-webkit-transform: scale(.3) translate(100%, 50%);
		transform: scale(.3) translate(100%, 50%);
	}

	to {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
	}
}

@-webkit-keyframes topFadeIn {
	from {
		-webkit-transform: translate(0, -20%);
		transform: translate(0, -20%);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes topFadeIn {
	from {
		-webkit-transform: translate(0, -20%);
		transform: translate(0, -20%);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes bottomFadeIn {
	from {
		-webkit-transform: translate(0, 20%);
		transform: translate(0, 20%);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes bottomFadeIn {
	from {
		-webkit-transform: translate(0, 20%);
		transform: translate(0, 20%);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		visibility: hidden;
		opacity: 0;
	}

	to {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		visibility: hidden;
		opacity: 0;
	}

	to {
		visibility: visible;
		opacity: 1;
	}
}

@-webkit-keyframes leftFadeInRouter {
	from {
		-webkit-transform: translate(-200px, 0);
		transform: translate(-200px, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes leftFadeInRouter {
	from {
		-webkit-transform: translate(-200px, 0);
		transform: translate(-200px, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
}

.disclaimerLinks {
    display: inline;
    color: white;
    padding-left: 20px;
}

.disclaimerLinks a {
    color:white;
	padding-left:10px;
}
.disclaimerLinks a:hover {
    color:#ff2906;
}
