/*! 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;
}

#nav > ul,
.subnav .sub-drop .nav,
.slick-dots,
.footer .logo-block,
.footer-nav,
.social-networks,
.lang-select .lang-drop ul,
.feature-section .tabset,
.feature-accordion .accordion,
.review-panel-section .panel .star-rating,
.app-block .tab-holder .tabset,
.app-block .tab-holder .tab-foot .logo-block,
.product-area .star-rating,
.product-area .description ul,
.better-block .tabset-hold,
.better-block .tab-content-hold ul,
.specs-block .accordion,
.app-block.app-v2 .tab-foot .logo-block {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.footer .nav-area:after,
.footer .bottom-area:after,
.review-panel-section .panel .low-hold:after,
.blue-section .item:after,
.feature-block .extra:after,
.specs-block .inner: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: #6b6b6b;
	background: #fff;
	font: 13px/1.38 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: #282b31;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #00a5e2;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #0080af;
}

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 {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

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 {
	color: #999;
}

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;
	color: #999;
}

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 {
	color: #999;
}

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 {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-fullscreen:before {
	content: "\e91d";
}

.icon-mute:before {
	content: "\e91b";
}

.icon-speaker:before {
	content: "\e91c";
}

.icon-antennas:before {
	content: "\e918";
}

.icon-heat:before {
	content: "\e919";
}

.icon-red-dot:before {
	content: "\e91a";
}

.icon-basement:before {
	content: "\e913";
}

.icon-garden:before {
	content: "\e914";
}

.icon-house:before {
	content: "\e915";
}

.icon-outdoor:before {
	content: "\e916";
}

.icon-pool:before {
	content: "\e917";
}

.icon-arrow-down:before {
	content: "\e912";
}

.icon-redo:before {
	content: "\e911";
}

.icon-undo:before {
	content: "\e904";
}

.icon-guest:before {
	content: "\e900";
}

.icon-parent:before {
	content: "\e901";
}

.icon-speed:before {
	content: "\e902";
}

.icon-devices:before {
	content: "\e903";
}

.icon-star-outline:before {
	content: "\e90f";
}

.icon-star:before {
	content: "\e910";
}

.icon-arrow-right-2:before {
	content: "\e905";
}

.icon-expandable:before {
	content: "\e906";
}

.icon-setup:before {
	content: "\e907";
}

.icon-speedometer:before {
	content: "\e908";
}

.icon-thumbs:before {
	content: "\e909";
}

.icon-use:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\e90b";
}

.icon-data:before {
	content: "\e90c";
}

.icon-arrow-left:before {
	content: "\e90d";
}

.icon-arrow-right:before {
	content: "\e90e";
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNextLTPro-Light.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

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

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

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

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .5;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
}

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

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

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

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

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

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

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

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

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #bebebe;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

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

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

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	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%);
	pointer-events: none;
}

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

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

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

/* Loading indicator */

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

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

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

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

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

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-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;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: 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 */

/* 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%;
}

.sticky-wrap.fixed-position .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	-webkit-animation: showBar ease .5s;
	animation: showBar ease .5s;
}

.header {
	border-bottom: 2px solid #d3d3d3;
	padding: 11px 0;
	position: relative;
	background: #fff;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.header.initial .netgear-logo {
	display: none;
	-webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out, height .3s ease-in-out;
	transition: transform .3s ease-in-out, margin .3s ease-in-out, height .3s ease-in-out;
}

.header .netgear-logo-add {
	display: none;
}

.header.custom-state {
	-webkit-transform: translateY(-52px);
	-ms-transform: translateY(-52px);
	transform: translateY(-52px);
}

.header .container {
	max-width: 1390px;
	padding: 0 17px;
	margin: 0 auto;
}

.header .logo {
	float: left;
	margin: 0 10px 0 36px;
}

.header .rt-hold {
	float: right;
}

.header .netgear-logo {
	display: none;
	line-height: 0;
}

.header .rt-more {
	font-size: 0;
	text-align: right;
}

.header .rt-more .search-opener {
	display: none;
}

.header .rt-more .btn {
	/*width: 141px;*/
	vertical-align: middle;
}

.header .rt-more .btn-primary {
	min-width: 80px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.header .rt-more #wtbContainer,
.header .rt-more #wtbContainer-a {
	display: inline-block;
	vertical-align: middle;
}

.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	min-width: 80px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 6px 10px 5px;
	font-size: 11px;
	color: #fff;
	background: #00a5e2;
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
	letter-spacing: .8px;
	font-weight: 400;
}

.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
	display: none;
}

.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover,
.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus {
	color: #fff;
}

.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
	display: none;
}

.header .search-opener {
	display: none;
	font-size: 18px;
}

.header .search-opener .ico-search {
	width: 16px;
	height: 16px;
	line-height: 1;
}

.header .search-opener:hover {
	opacity: .75;
}

.header .search-form {
	position: relative;
	margin: 0 20px 22px;
}

.header .search-form input[type="search"] {
	display: block;
	width: 100%;
	background: none;
	border: solid #d3d3d3;
	border-width: 0 0 1px;
	color: #262626;
	font-size: 14px;
	line-height: 20px;
	height: 36px;
	outline: 0;
	padding: 8px 18px 8px 47px;
	border-radius: 0;
	margin: 0;
}

.header .search-form button[type="submit"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	background: none;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #888a8d;
	border: 0;
	font-size: 18px;
	line-height: 1;
	padding: 0;
}

.header .search-form button[type="submit"]:hover {
	color: #00a5e2;
}

.header .search-form button[type="submit"]:focus {
	outline: none;
}

.header .search-form button[type="submit"] .icon-search {
	line-height: 1.1;
}

.header .search-form .close {
	display: none;
	color: #000;
	font-size: 15px;
	line-height: 1;
}

.header .search-form .close:hover {
	color: #00a5e2;
	opacity: 1;
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.nav-drop .drop-logo {
	padding: 0 0 7px 27px;
}

#nav {
	margin-bottom: 25px;
}

#nav > ul {
	font-size: 12px;
	line-height: 1.42;
	text-transform: uppercase;
}

#nav > ul > li {
	margin-bottom: 13px;
	padding: 0 28px;
}

#nav > ul > li.active > a:after {
	width: 100%;
}

#nav > ul > li > a {
	color: #959296;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}

#nav > ul > li > a:hover:after {
	width: 100%;
}

.nav-opener {
	position: absolute;
	top: 18px;
	left: 19px;
	width: 18px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	background: #6b6b6b;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	top: 0;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 5px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 6px;
}

.nav-opener:after {
	top: 10px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .74;
}

.block-sticky .subnav {
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	width: 100%;
	z-index: 999;
	top: 0 !important;
}

.block-sticky .subnav .btn-primary {
	display: block;
}

.subnav {
	background: #fafafa;
	position: relative;
}

.subnav .container {
	padding-top: 6px;
	padding-bottom: 8px;
	max-width: 1390px;
}

.subnav .page-title {
	font-size: 12px;
	line-height: 1.5;
	float: left;
	width: 118px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 4px;
	color: #282b31;
}

.subnav .r-holder {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 51.9%;
}

.subnav-active .subnav .r-holder {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subnav .btn-primary {
	width: 105px;
	padding: 7px 5px 5px;
	margin-left: 25px;
	display: none;
}

.subnav .sub-opener {
	display: inline-block;
	padding: 0 3px;
	margin-top: 6px;
	color: #888a8d;
	outline: none;
}

.subnav .sub-opener .icon-arrow-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	font-size: 15px;
	line-height: 1;
}

.subnav-active .subnav .sub-opener .icon-arrow-right {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.subnav .sub-opener:hover {
	color: #00a5e2;
}

.subnav .sub-drop .in-title {
	padding: 9px 20px 0;
	display: block;
	background: #fafafa;
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

.subnav .sub-drop .nav {
	background: #fafafa;
	padding: 10px 20px;
}

.subnav .sub-drop .nav li {
	font-size: 12px;
	line-height: 1.5;
	padding: 12px 16px;
}

.subnav .sub-drop .nav li + li {
	border-top: 1px solid #d3d3d3;
}

.subnav .sub-drop .nav li a {
	color: #282b31;
	position: relative;
}

body.nav-active {
	overflow: hidden;
	position: fixed;
}

sup {
	font-size: 65%;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

.btn {
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #00a5e2;
	color: #00a5e2;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 5px 5px 3px;
	font-size: 12px;
	letter-spacing: .8px;
}

.btn:hover {
	background: #00a5e2;
	color: #fff;
}

.btn-white {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 5px 5px 3px;
	font-size: 11px;
	color: #6b6b6b;
	background: #fff;
	letter-spacing: .8px;
}

.btn-white:hover {
	background: #00a5e2;
	color: #fff;
}

.btn-primary {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 7px 5px 6px;
	font-size: 11px;
	color: #fff;
	background: #00a5e2;
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
	letter-spacing: .8px;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
}

.bg-image {
	background-size: cover;
	background-position: 50% 50%;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.slick-dots {
	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;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.slick-dots li {
	line-height: 0;
	margin: 0 3px;
}

.slick-dots li button {
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #00a5e2;
	padding: 0;
	background: none;
}

.slick-dots li.slick-active button {
	background: #00a5e2;
}

.main {
	position: relative;
}

.nav-active .main:before {
	content: "";
	background: rgba(40, 43, 49, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

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

.lightbox {
	padding: 5px;
	width: 300px;
}

.fancybox-container {
	font-family: "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.fancybox-close-small {
	outline: none;
}

.hide {
	display: none !important;
}

.limited-open-close.js-active .btn-opener .icon-arrow-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.limited-open-close.js-active .txtmore {
	display: none;
}

.limited-open-close .btn-opener.js-hidden {
	display: none;
}

.open-close-frame {
	overflow: hidden;
}

.jcf-select {
	width: 100%;
	border-color: #e7e8ea;
	border-radius: 6px;
	height: 48px;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 46px;
	color: #b9bdc3;
	margin-left: 20px;
}

.jcf-select .jcf-select-opener {
	background: none;
}

.jcf-select .jcf-select-opener:after {
	content: "\e912";
	font-family: "icomoon";
	font-size: 6px;
	line-height: 1;
	color: #888a8d;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.checkbox-span input[type="checkbox"] {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 7px;
}

.checkbox-span .checkbox-label {
	display: inline-block;
	vertical-align: top;
	max-width: 90%;
}

.video-holder .video-frame {
	position: relative;
}

.video-holder .video-frame .btn-fullscreen {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	visibility: hidden;
	z-index: 500;
}

.video-holder .video-frame .btn-fullscreen .icon-fullscreen {
	font-size: 18px;
	line-height: 1;
}

.ios-device .video-holder .video-frame .btn-fullscreen {
	display: none;
}

.video-holder .video-frame.is-playing .btn-fullscreen {
	visibility: visible;
}

.footer {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 16px;
	padding: 30px 0 0;
}

.footer .container {
	max-width: 1422px;
	padding: 0 20px;
}

.footer .logo-block {
	margin: 0 -8px 25px;
}

.footer .logo-block li {
	display: inline-block;
	vertical-align: top;
}

.footer .logo-block li:first-child {
	display: block;
}

.footer .logo-block li:first-child a {
	margin: 0 8px 31px;
}

.footer .logo-block a {
	display: block;
	margin: 0 8px 10px;
}

.footer .footer-logo {
	width: 135px;
}

.footer .app-store {
	width: 110px;
}

.android-device .footer .app-store {
	display: none;
}

.footer .google-play {
	width: 110px;
}

.ios-device .footer .google-play {
	display: none;
}

.footer a:hover {
	opacity: .75;
}

.footer .nav-area {
	padding: 0 0 7px;
}

.footer .bottom-area {
	padding: 0 0 20px;
}

.footer .copyright {
	display: block;
	border-top: 1px solid #f1f0f0;
	padding-top: 17px;
}

.footer .copyright a {
	color: #a5a5a5;
}

.footer .copyright a:hover {
	text-decoration: underline;
}

.footer .copyright .ft-logo {
	width: 164px;
	display: none;
}

.footer-nav {
	font-weight: 500;
}

.footer-nav li {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.footer-nav a {
	color: #a5a5a5;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

.social-networks li + li {
	margin-left: 16px;
}

.social-networks a img {
	width: 24px;
	height: 24px;
}

.lang-select {
	display: none;
}

.lang-select.lang-active .lang-drop {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.lang-select.lang-active .lang-opener .ico img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.lang-select .lang-opener {
	position: relative;
	z-index: 100;
}

.lang-select .lang-opener .ico {
	display: inline-block;
	vertical-align: top;
	margin: 3px 3px 0 0;
}

.lang-select .lang-opener .ico img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	width: 10px;
	height: 5px;
}

.lang-select .lang-opener .flag-hold {
	display: inline-block;
	vertical-align: top;
	width: 14px;
}

.lang-select .lang-drop {
	border: 1px solid #e2e2e2;
	padding: 30px 30px 50px;
	background: #fff;
	position: absolute;
	right: -10px;
	bottom: 0;
	width: 310px;
	z-index: 99;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: opacity 300ms ease, visibility 300ms linear, -webkit-transform 300ms ease;
	transition: opacity 300ms ease, visibility 300ms linear, transform 300ms ease;
}

.lang-select .lang-drop ul {
	border-top: 1px solid #e2e2e2;
	max-height: 511px;
	overflow: auto;
}

.lang-select .lang-drop ul li {
	border-bottom: 1px solid #e2e2e2;
}

.lang-select .lang-drop ul a {
	color: #9e9e9e;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}

.lang-select .lang-drop ul a:hover {
	color: #000;
}

.benefit-section {
	margin-bottom: 46px;
}

.benefit-section h1 {
	text-align: center;
	margin-bottom: 15px;
}

.benefit-section .row {
	margin-bottom: 36px;
}

.benefit-section .img-holder {
	margin: 0 0 15px;
	position: relative;
}

.benefit-section .img-holder img {
	width: 100%;
}

.benefit-section .desc-holder {
	position: relative;
	z-index: 2;
}

.benefit-section .desc-holder h2 {
	color: #00a5e2;
	margin-bottom: 6px;
}

.benefit-section.sliding {
	padding-top: 35px;
}

.benefit-section.sliding .img-holder {
	padding-top: 50%;
	background-position: 100% 50%;
	margin-bottom: -3px;
}

.benefit-section.sliding .img-holder:before {
	content: "";
	background: #fff;
	height: 60px;
	position: absolute;
	bottom: -40px;
	left: -20px;
	right: -20px;
	-webkit-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	transform: skewY(6deg);
	z-index: 0;
}

.benefit-section.sliding .img-holder img {
	display: none;
}

.benefit-section.circle .row {
	text-align: center;
	margin-bottom: 36px;
	padding: 0 10px;
}

.benefit-section.circle .row:nth-child(2n) .desc-holder {
	padding: 0;
}

.benefit-section.circle .img-holder {
	margin: 0 0 8px;
	width: 180px;
	height: 180px;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}

.benefit-section.circle .desc-holder {
	padding: 0 10px;
}

.benefit-section.circle .desc-holder h2 {
	font-size: 18px;
}

.strip {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3000px;
}

.strip:before,
.strip:after {
	content: "";
	width: 2px;
	background: #6b6b6b;
	position: absolute;
	top: 0;
	left: 7%;
	height: 4.5%;
	z-index: 99;
}

.strip:after {
	bottom: 0;
	top: auto;
	height: 92%;
}

.feature-section {
	position: relative;
	overflow: hidden;
}

.feature-section.new-add .hold .ico-hold {
	border: none;
}

.feature-section .slide {
	position: relative;
}

.feature-section .slide.white-text .slide-inner {
	color: #fff;
}

.feature-section .slide.white-text .slide-inner h2 {
	color: #fff;
}

.feature-section .slide.white-text .slide-inner p {
	text-shadow: 1px 1px 0 #000;
}

.feature-section .slide.white-text .strip:before,
.feature-section .slide.white-text .strip:after {
	background: #fff;
}

.feature-section .slide .bg-visual {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
	background-size: cover;
	background-position: 50% 50%;
}

.feature-section .slide .bg-visual:before {
	content: "";
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.feature-section .slide .bg-visual .container {
	position: relative;
}

.feature-section .slide .bg-visual h1 {
	color: #fff;
	text-shadow: 1px 1px 0 #282b31;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
}

.feature-section .slide.js-hidden .bg-visual {
	opacity: 0;
}

.feature-section .hold .ico-hold {
	display: none;
}

.feature-section .slide-inner {
	height: 400px;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	padding: 77px 0 31px;
	line-height: 1.35;
	position: relative;
	font-size: 16px;
	z-index: 2;
}

.feature-section .slide-inner .tag {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	background: #00a5e2;
	border-radius: 2px;
	min-width: 82px;
	max-width: 300px;
	padding: 8px 12px;
	text-align: center;
	color: #fff;
}

.feature-section .slide-inner h2 {
	color: #6b6b6b;
	padding: 0 55px;
}

.feature-section .slide-inner p {
	text-shadow: 1px 1px 0 #fff;
}

.feature-section .slick-arrow {
	position: absolute;
	top: 84px;
	left: 55px;
	font-size: 16px;
	line-height: 1;
	z-index: 99;
}

.feature-section .slick-arrow.slick-next {
	left: auto;
	right: 57px;
}

.feature-section .tabset {
	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;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
	display: none;
}

.feature-section .tabset li {
	line-height: 0;
	margin: 0 3px;
	position: relative;
	z-index: 999;
}

.feature-section .tabset li a {
	display: block;
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #fff;
	padding: 0;
	background: none;
	cursor: pointer;
}

.feature-accordion {
	padding-top: 45px;
	padding-bottom: 30px;
}

.feature-accordion h2 {
	text-align: center;
	margin-bottom: 13px;
}

.feature-accordion .accordion {
	margin: 0 -20px;
}

.feature-accordion .accordion li {
	border-bottom: 2px solid #d3d3d3;
	padding: 0 20px;
}

.feature-accordion .accordion li:first-child {
	border-top: 2px solid #d3d3d3;
}

.feature-accordion .accordion li.active .ico {
	color: #00a5e2;
}

.feature-accordion .accordion li.active .opener {
	color: #00a5e2;
}

.feature-accordion .accordion li.active .opener .plus:before {
	opacity: 0;
}

.feature-accordion .accordion .opener-holder {
	position: relative;
	padding: 16px 38px 13px;
}

.feature-accordion .accordion .opener {
	font-size: 14px;
	color: #6b6b6b;
}

.feature-accordion .accordion .opener .plus {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-accordion .accordion .opener .plus:before,
.feature-accordion .accordion .opener .plus:after {
	content: "";
	width: 2px;
	height: 16px;
	background: #d3d3d3;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.feature-accordion .accordion .opener .plus:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.feature-accordion .accordion .ico {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}

.feature-accordion .accordion .icon-use {
	font-size: 18px;
}

.feature-accordion .accordion .icon-setup {
	font-size: 22px;
}

.feature-accordion .accordion .icon-speedometer {
	font-size: 15px;
}

.feature-accordion .accordion .icon-expandable {
	font-size: 25px;
}

.feature-accordion .accordion .text {
	font-size: 12px;
	line-height: 1.33;
	margin-top: -3px;
	margin-bottom: 35px;
}

.feature-accordion .accordion .img-holder {
	width: 240px;
	margin: 0 auto;
	padding-bottom: 26px;
}

.feature-accordion .image-holder {
	display: none;
}

.video-section {
	padding-top: 15px;
	padding-bottom: 15px;
}

.video-section .video {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 0;
	visibility: hidden;
}

.video-section .video .btn-play {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.video-section .video.is-playing .btn-play {
	opacity: 0;
	visibility: hidden;
}

.video-section .video video {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.video-section h1 {
	text-align: center;
	margin-bottom: 13px;
}

.video-section .container .video-panel .img-holder {
	height: 156px;
}

.video-section .panel-slider {
	margin: 0 -10px 33px;
}

.video-section .panel-slider .video-panel {
	padding: 0 10px;
}

.video-section .panel-slider .video-panel .panel-inner {
	border-radius: 6px;
	overflow: hidden;
	background: #00a5e2;
	box-shadow: inset 0 -14px 0 #4bb6e6;
	height: 100%;
}

.video-section .panel-slider .video-panel.gray .panel-inner {
	background: #6b6b6b;
	box-shadow: inset 0 -14px 0 #8b8888;
}

.video-section .panel-slider .video-panel.gray .desc {
	background: none;
	box-shadow: none;
}

.video-section .panel-slider .video-panel.sky .panel-inner {
	background: #4bb6e6;
	box-shadow: inset 0 -14px 0 #86cff1;
}

.video-section .panel-slider .video-panel.sky .desc {
	background: none;
	box-shadow: none;
}

.video-section .panel-slider .video-panel.video-playing-state .img-holder .icon-play .pause {
	display: block;
}

.video-section .panel-slider .video-panel.video-playing-state .img-holder .icon-play .play {
	display: none;
}

.video-section .panel-slider .video-panel .img-holder .icon-play .pause {
	display: none;
}

.video-section .panel-slider .video-panel .desc {
	background: none;
	box-shadow: none;
}

.video-section .panel-slider .video-panel .desc .h3:after {
	display: none;
}

.video-section .panel-slider .slick-dots li {
	margin: 0 2px;
}

.video-section .panel-slider .slick-dots button {
	width: 5px;
	height: 5px;
}

.video-section.full {
	padding-bottom: 13px;
}

.video-section.full .video-panel {
	overflow: hidden;
}

.video-section.full .video-panel.video-playing-state .icon-play {
	display: none;
}

.video-section.full .video-panel.video-playing-state .video .icon-play {
	display: block;
}

.video-section.contained {
	padding-bottom: 7px;
}

.video-section.contained .video-panel.video-playing-state .icon-play {
	display: none;
}

.video-section.contained .video-panel.video-playing-state .video .icon-play {
	display: block;
}

.video-section.full-width-video .video-frame .img-holder {
	position: relative;
	-webkit-transition: background .2s linear .6s;
	transition: background .2s linear .6s;
	overflow: hidden;
}

.video-section.full-width-video .video-frame .img-holder .image-for-bg {
	position: absolute;
}

.video-section.full-width-video .video-frame .img-holder {
	-webkit-transition: width .4s linear .4s;
	transition: width .4s linear .4s;
}

.video-section.full-width-video .video-frame.video-playing-state {
	position: relative;
}

.video-section.full-width-video .video-frame.video-playing-state .img-holder {
	width: 100% !important;
	height: auto !important;
}

.video-section.full-width-video .video-frame.video-def-state .img-holder {
	height: auto;
}

.video-section.full-width-video .video-frame.is-playing .video {
	opacity: 1;
}

.video-section.full-width-video .video-frame.is-playing .img-holder {
	background: #fff !important;
}

.video-section.inside-video .video-frame .img-holder {
	position: relative;
	-webkit-transition: background .2s linear .6s;
	transition: background .2s linear .6s;
}

.video-section.inside-video .video-frame .img-holder .image-for-bg {
	position: absolute;
}

.video-section.inside-video .video-frame .img-holder .btn-play:hover {
	opacity: .8;
}

.video-section.inside-video .video-frame.is-playing .video {
	opacity: 1;
	visibility: visible;
}

.video-section.inside-video .video-frame.is-playing .img-holder {
	background-image: none !important;
}

.video-section .full-wrap {
	margin-bottom: -6px;
}

.video-section .full-wrap .video-panel.video-playing-state .img-holder .icon-play .play {
	display: none;
}

.video-section .video-panel {
	margin-bottom: 20px;
}

.video-section .video-panel .img-holder {
	height: 180px;
	position: relative;
}

.video-section .video-panel .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.video-section .video-panel .icon-play img {
	visibility: visible !important;
	opacity: 1 !important;
}

.video-section .video-panel .icon-play .btn-play:hover {
	opacity: .8;
}

.video-section .video-panel .desc {
	background: #00a5e2;
	color: #fff;
	padding: 23px 20px 29px;
	box-shadow: inset 0 -14px 0 #4bb6e6;
}

.video-section .video-panel .desc .icon-play {
	display: none;
}

.video-section .video-panel .tag {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.video-section .video-panel .h3 {
	color: #fff;
	display: block;
}

.video-section .video-panel .h3 a {
	color: #fff;
}

.video-section .video-panel .h3 a:hover {
	opacity: .8;
}

.video-section .video-panel.gray .desc {
	background: #6b6b6b;
	box-shadow: inset 0 -14px 0 #8b8888;
}

.video-section .video-panel.sky .desc {
	background: #4bb6e6;
	box-shadow: inset 0 -14px 0 #86cff1;
}

.video-section .wrap {
	margin-bottom: -8px;
}

.video-section .wrap .video-panel.video-playing-state .img-holder .icon-play .play {
	display: none;
}

.video-section .pro-slider {
	margin-bottom: 34px;
}

.video-section .pro-slider .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 26px;
}

.video-section .pro-slider .desc {
	width: 54.3%;
	background: #00a5e2;
	color: #fff;
	padding: 42px 20px 33px;
	box-shadow: inset 0 -14px 0 #4bb6e6;
}

.video-section .pro-slider .col {
	outline: none;
}

.video-section .pro-slider .col.gray .desc {
	background: #6b6b6b;
	box-shadow: inset 0 -14px 0 #8b8888;
}

.video-section .pro-slider .col.sky .desc {
	background: #4bb6e6;
	box-shadow: inset 0 -14px 0 #86cff1;
}

.video-section .pro-slider .h3 {
	color: #fff;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 34px;
	display: block;
}

.video-section .pro-slider .h3 a {
	color: #fff;
}

.video-section .pro-slider .h3 a:hover {
	opacity: .8;
}

.video-section .pro-slider .h3:after {
	content: "";
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
}

.video-section .pro-slider .icon-play {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.video-section .pro-slider .icon-play:hover {
	opacity: .8;
}

.video-section .pro-slider .icon-play img {
	display: inline-block;
}

.video-section .pro-slider .img-holder {
	width: 45.7%;
	min-height: 234px;
}

.video-section .pro-slider .slick-dots li {
	margin: 0 2px;
}

.video-section .pro-slider .slick-dots button {
	width: 5px;
	height: 5px;
}

.award-section {
	min-height: 220px;
}

.award-section img {
	display: none;
}

.award-section.align-left .holder {
	max-width: 175px;
	text-align: left;
}

.award-section.align-right .holder {
	float: right;
	max-width: 140px;
	text-align: left;
}

.award-section.white-text .h1 {
	color: #fff;
}

.award-section.blue-text .h1 {
	color: #00a5e2;
}

.award-section.gray-text .h1 {
	color: #6b6b6b;
}

.award-section .container {
	padding-top: 24px;
	padding-bottom: 24px;
}

.award-section .holder {
	text-align: center;
}

.award-section .h1 {
	display: block;
	margin-bottom: 11px;
}

.award-section .more {
	color: #6b6b6b;
	font-size: 11px;
	line-height: 1;
}

.award-section .more:hover {
	color: #00a5e2;
}

.award-section .more .ico {
	font-size: 9px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	margin-top: 5px;
}

.award-slider-holder {
	padding: 45px 0;
}

.award-slider-holder h1 {
	text-align: center;
	margin-bottom: 14px;
	padding: 0 20px;
}

.award-slider-holder .slick-list {
	padding: 0 28px;
}

.award-slider-holder .box {
	position: relative;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	text-align: center;
}

.award-slider-holder .box a {
	display: block;
	padding: 2px 0;
}

.award-slider-holder .box .item-hold img {
	border-radius: 3px;
}

.award-slider-holder .slide {
	padding: 0 7px;
}

.award-slider-holder .slick-dots {
	bottom: -25px;
}

.award-slider-holder .slick-dots li {
	margin: 0 2px;
}

.award-slider-holder .slick-dots button {
	width: 5px;
	height: 5px;
}

.review-section {
	padding-top: 23px;
	padding-bottom: 20px;
}

.review-section h1 {
	text-align: center;
	margin-bottom: 26px;
}

.review-section .review-slider {
	padding-bottom: 20px;
}

.review-section .review-slider .logo-hold {
	width: 112px;
	margin-bottom: 8px;
}

.review-section .review-slider .more-hold {
	text-align: right;
}

.review-section blockquote {
	margin: 0;
}

.review-section blockquote q {
	display: block;
	margin-bottom: 6px;
}

.review-section .slick-dots li {
	margin: 0 3px;
}

.review-section .slick-dots button {
	width: 7px;
	height: 7px;
}

.review-section .more {
	font-size: 11px;
	line-height: 1;
}

.review-section .more:hover {
	color: #4bb6e6;
}

.review-section .more .ico {
	font-size: 9px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

.review-panel-section {
	padding: 23px 0;
}

.review-panel-section h1 {
	text-align: center;
	margin-bottom: 14px;
	padding: 0 20px;
}

.review-panel-section .slick-list {
	padding: 0 27px 24px;
}

.review-panel-section .slide {
	padding: 0 6px;
}

.review-panel-section .slide.dark .panel .head {
	background: #282b31;
}

.review-panel-section .slide.dark .panel .head:after {
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #282b31;
}

.review-panel-section .slide.mid .panel .head {
	background: #6b6b6b;
}

.review-panel-section .slide.mid .panel .head:after {
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #6b6b6b;
}

.review-panel-section .slide.light .panel .head {
	background: #898a8e;
}

.review-panel-section .slide.light .panel .head:after {
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #898a8e;
}

.review-panel-section .panel {
	border-radius: 4px;
	overflow: hidden;
}

.review-panel-section .panel .head {
	background: #282b31;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px 10px 31px;
	height: 44px;
	position: relative;
}

.review-panel-section .panel .head.with-arrow:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid #282b31;
	position: absolute;
	left: 23px;
	bottom: -11px;
}

.review-panel-section .panel .head .logo-hold {
	width: 61px;
}

.review-panel-section .panel .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.review-panel-section .panel .star-rating li {
	margin: 0 .5px;
}

.review-panel-section .panel .star-rating li .icon-star {
	font-size: 13px;
	line-height: 1;
	color: #f7d629;
}

.review-panel-section .panel .rating-hold {
	width: 60px;
	color: #fff;
	text-align: right;
}

.review-panel-section .panel .rating-hold .icon-star {
	font-size: 13px;
	line-height: 1;
	color: #f7d629;
}

.review-panel-section .panel .rating-hold .digits {
	font-size: 12px;
	margin-left: 3px;
}

.review-panel-section .panel .area {
	padding: 19px 24px;
	border: solid #d3d3d3;
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
}

.review-panel-section .panel blockquote {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 8px;
	border-bottom: 1px solid #e7e8ea;
}

.review-panel-section .panel .low-hold {
	height: 33.33px;
}

.review-panel-section .panel .low-hold .video {
	width: 60px;
	position: relative;
	float: left;
}

.review-panel-section .panel .low-hold .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
}

.review-panel-section .panel .low-hold .more {
	margin-top: 11px;
	font-size: 11px;
	float: right;
	max-width: 100px;
}

.review-panel-section .panel .low-hold .more .ico {
	font-size: 8px;
	line-height: 1;
	display: inline-block;
	margin-left: 3px;
}

.review-panel-section .panel .low-hold .more:hover {
	color: #4bb6e6;
}

.review-panel-section .slick-dots li {
	margin: 0 3px;
}

.review-panel-section .slick-dots button {
	width: 7px;
	height: 7px;
}

.product-section {
	padding-top: 11px;
	padding-bottom: 33px;
}

.product-section h1 {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 13px;
}

.product-section .item-hold {
	font-size: 11px;
	line-height: 1.36;
}

.product-section .item-hold a {
	display: block;
	color: #fff;
	padding: 27px 20px;
	position: relative;
}

.product-section .item-hold a:hover .item-image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-section .item-hold a:hover:after {
	opacity: 1;
}

.product-section .item-hold a:after {
	content: "";
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.product-section .item-hold p {
	margin-bottom: 15px;
}

.product-section .h4 {
	display: block;
	color: #fff;
	margin-bottom: 8px;
}

.product-section .btn-white {
	width: 120px;
	padding: 8px 10px 5px;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.product-section .desc-wrap {
	position: relative;
	z-index: 5;
}

.product-section .item-image {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.product-section .lg-hold {
	position: relative;
	overflow: hidden;
}

.product-section .lg-hold a {
	min-height: 250px;
}

.product-section .lg-hold .desc-wrap {
	padding-right: 110px;
}

.product-section .lg-hold .item-image {
	position: absolute;
	bottom: -2px;
	right: 20px;
	width: 172px;
}

.product-section .sm-hold {
	position: relative;
	overflow: hidden;
}

.product-section .sm-hold a {
	min-height: 170px;
	padding: 26px 20px;
}

.product-section .sm-hold.right .desc-wrap {
	padding-right: 55px;
}

.product-section .sm-hold.right .item-image {
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 100px;
}

.product-section .sm-hold.left .desc-wrap {
	padding-left: 112px;
}

.product-section .sm-hold.left .item-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 112px;
}

.product-section .brownish a {
	background: #979392;
}

.product-section .mid a {
	background: #818489;
}

.product-section .dark a {
	background: #636569;
}

.product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	width: 120px;
	padding: 8px 10px 5px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	font-size: 11px;
	color: #6b6b6b;
	background: #fff;
	letter-spacing: .8px;
	font-weight: 400;
}

.product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
	display: none;
}

.product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover,
.product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus {
	color: #fff;
	background: #00a5e2;
}

.product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
	display: none;
}

.product-slider .slick-list {
	padding: 0 37px 24px;
}

.product-slider .slide {
	padding: 0 10px;
}

.product-slider .hold {
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	padding: 28px 29px 21px;
	height: 100%;
}

.product-slider .item-image {
	width: 93px;
	margin: 0 auto 9px;
}

.product-slider .h4 {
	color: #2c262d;
	margin-bottom: 5px;
}

.product-slider .text-hold {
	font-size: 11px;
	line-height: 1.36;
	margin-right: -12px;
	margin-bottom: 17px;
}

.product-slider .text-hold p {
	margin-bottom: 6px;
}

.product-slider .text-hold .show:hover {
	color: #4bb6e6;
}

.product-slider .text-hold .icon-arrow-right {
	font-size: 8px;
	line-height: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.product-slider .low-hold {
	text-align: center;
}

.product-slider .low-hold .btn-primary {
	width: 120px;
	display: block;
	margin: 0 auto 12px;
}

.product-slider .low-hold .more {
	font-size: 11px;
	line-height: 1.36;
}

.product-slider .low-hold .more .icon-arrow-right-2 {
	font-size: 8px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}

.product-slider .low-hold .more:hover {
	color: #4bb6e6;
}

.product-slider .slick-dots li {
	margin: 0 3px;
}

.product-slider .slick-dots button {
	width: 7px;
	height: 7px;
}

.product-hold {
	font-size: 11px;
	line-height: 1.36;
	position: relative;
	overflow: hidden;
}

.product-hold > a {
	display: block;
	color: #fff;
	height: 100%;
}

.product-hold > a:hover .item-image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-hold > a:hover:after {
	opacity: 1;
}

.product-hold > a:after {
	content: "";
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.product-hold .item-image {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.product-hold.dark > a {
	background: #6b6b6b;
	padding: 28px 20px 74px;
}

.product-hold.dark .desc-wrap {
	padding-right: 112px;
}

.product-hold.dark .item-image {
	position: absolute;
	bottom: 22px;
	right: 12px;
	left: auto;
	top: auto;
	width: 125px;
}

.product-hold.light > a {
	background: #898a8e;
	padding: 58px 10px 44px 20px;
}

.product-hold.light .desc-wrap {
	padding-left: 120px;
}

.product-hold.light .item-image {
	position: absolute;
	top: 27px;
	left: -10px;
	width: 140px;
}

.product-hold .desc-wrap {
	position: relative;
	z-index: 5;
}

.product-hold .desc-wrap .sub {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.product-hold .desc-wrap p {
	margin-bottom: 14px;
}

.more-section {
	padding-top: 12px;
	padding-bottom: 13px;
}

.more-section h1 {
	text-align: center;
	margin-bottom: 15px;
}

.more-section .col {
	margin-bottom: 10px;
}

.more-section .image-wrap {
	overflow: hidden;
	position: relative;
}

.more-section .image-wrap a {
	-webkit-transition: left .3s ease-in-out, right .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
	transition: left .3s ease-in-out, right .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.more-section .image-wrap a:hover {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.more-section .image-wrap a:hover:after {
	opacity: 1;
}

.more-section .image-wrap a:after {
	content: "";
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.more-section .image-wrap.lg-add {
	height: 290px;
}

.more-section .image-wrap.sm-add {
	height: 220px;
}

.more-section .extra {
	margin-bottom: 10px;
	background: #00a5e2;
	color: #fff;
	padding: 21px 55px 17px 13px;
	font-size: 11px;
	line-height: 1.36;
	position: relative;
	overflow: hidden;
}

.more-section .extra:after {
	content: "";
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.more-section .extra:hover .img-holder {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.more-section .extra:hover:after {
	opacity: 1;
}

.more-section .extra .desc-wrap {
	position: relative;
	z-index: 5;
}

.more-section .extra .sub {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 1px;
}

.more-section .extra .h3 {
	display: block;
	color: #fff;
	margin-bottom: 10px;
}

.more-section .extra p {
	margin-bottom: 15px;
}

.more-section .extra .btn-white {
	width: 120px;
	padding: 7px 5px 4px;
	color: #00a5e2;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 13px;
}

.more-section .extra .btn-white:hover {
	color: #fff;
}

.more-section .extra .link {
	color: #fff;
	text-transform: uppercase;
}

.more-section .extra .link .icon-arrow-right-2 {
	margin-left: 2px;
	font-size: 10px;
	line-height: 1;
}

.more-section .extra .link:hover {
	color: #d3d3d3;
}

.more-section .extra .img-holder {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 99px;
}

.scroll-content-fixed-container {
	position: relative;
}

.scroll-content-fixed-container .scroll-content-fixed-frame {
	position: absolute;
	left: 0;
	width: 100%;
}

.scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .bg-visual {
	position: fixed;
}

.scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .tabset {
	position: fixed;
}

.scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame {
	bottom: 0;
	top: auto;
}

.scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame .tabset {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.video-block {
	padding: 20px 0;
}

.video-block h1 {
	text-align: center;
	margin-bottom: 12px;
}

.video-block .video-area {
	background-size: cover;
	background-position: 50% 50%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.video-block .btn-mute {
	position: absolute;
	left: 10px;
	width: 40px;
	height: 40px;
	bottom: 10px;
	visibility: hidden;
	text-indent: -9999px;
}

.video-block .btn-mute:after {
	content: "\e91c";
	font-family: "icomoon";
	font-size: 40px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	color: #00a5e2;
}

.video-block .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-block .icon-play a:hover {
	opacity: .8;
}

.video-block .icon-play .pause {
	display: none;
}

.video-block .video {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.video-block .video .btn-play {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.video-block .video.is-playing .icon-play {
	opacity: 0;
	visibility: hidden;
}

.video-block .video video {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.video-block .video .mobile {
	display: block;
}

.video-block .video .desktop {
	display: none;
}

.video-block .video-frame.video-playing-state .icon-play .pause {
	display: block;
}

.video-block .video-frame.video-playing-state .icon-play .play {
	display: none;
}

.video-block .video-frame.video-playing-state .btn-mute {
	visibility: visible;
}

.video-block .video-frame.js-muted .btn-mute:after {
	content: "\e91b";
}

.video-block .video-frame.is-playing .video {
	opacity: 1;
	visibility: visible;
}

.video-block .video-frame.is-playing .img-holder {
	background-image: none !important;
}

.video-swimlane {
	padding: 24px 0 32px;
}

.video-swimlane .desc {
	text-align: center;
	margin-bottom: 43px;
	color: #282b31;
}

.video-swimlane .desc .h1 {
	display: block;
	margin-bottom: 10px;
}

.video-swimlane .video-hold {
	text-align: center;
}

.video-swimlane .video-hold video {
	width: 100%;
	height: auto;
}

.animation-block {
	padding-top: 20px;
	padding-bottom: 30px;
}

.animation-block h1 {
	text-align: center;
	margin-bottom: 14px;
}

.animation-block .desc-holder {
	background: #00a5e2;
	box-shadow: inset 0 -14px 0 #4bb6e6;
	padding: 23px 20px;
	color: #fff;
}

.animation-block .desc-holder .desc a {
	text-decoration: underline;
	color: #fff;
}

.animation-block .desc-holder .desc a:hover {
	text-decoration: none;
}

.animation-block .title {
	display: block;
	margin-bottom: 14px;
	padding-bottom: 21px;
	font-size: 16px;
	line-height: 1.31;
	position: relative;
}

.animation-block .title:after {
	content: "";
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
}

.animation-block .animation-holder {
	min-height: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f2f2f2;
	position: relative;
	overflow: hidden;
}

.animation-block .animation-holder img,
.animation-block .animation-holder video {
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.app-block {
	padding-top: 41px;
	padding-bottom: 36px;
}

.app-block .head-area {
	margin-bottom: 17px;
	text-align: center;
}

.app-block .head-area p {
	margin: 0;
}

.app-block h1 {
	text-align: center;
	margin: 0;
}

.app-block .phone-holder {
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 155px;
	height: auto;
	margin: 0 auto 28px;
	position: relative;
	z-index: 1;
}

.app-block .phone-holder:before {
	content: "";
	background: url(../images/mobile.png) no-repeat 0 0;
	background-size: 170px 327px;
	width: 170px;
	height: 327px;
	position: absolute;
	top: -5px;
	left: -7px;
	right: 0;
	bottom: 0;
}

.app-block .device-slider {
	padding: 6px 10px 33px;
}

.app-block .device-slider .img-holder img {
	width: 100%;
}

.app-block .slick-arrow {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	line-height: 1;
	background: #fff;
	box-shadow: 0 6px 12px 0 rgba(32, 33, 39, .08);
	border-radius: 6px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
}

.app-block .slick-arrow:hover {
	box-shadow: 0 6px 12px 0 rgba(32, 33, 39, .2);
}

.app-block .slick-arrow.slick-prev {
	left: -75px;
}

.app-block .slick-arrow.slick-next {
	right: -75px;
}

.app-block .slick-list {
	border-radius: 20px/21px;
	overflow: hidden;
	position: relative;
}

.app-block .slick-list:after {
	content: "";
	background: #fff;
	border-radius: 0 0 10px 10px;
	width: 60px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.app-block .tab-holder .tabset {
	margin-bottom: 10px;
}

.app-block .tab-holder .tabset:after {
	content: "";
	border-bottom: 1px solid #d3d3d3;
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
}

.app-block .tab-holder .tabset.no-icon li a {
	padding-bottom: 15px;
}

.app-block .tab-holder .tabset li {
	font-size: 18px;
	text-align: center;
}

.app-block .tab-holder .tabset li a:after {
	content: "";
	height: 2px;
	background: #00a5e2;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
	transition: transform .3s ease-in-out, width .3s ease-in-out;
	z-index: 2;
}

.app-block .tab-holder .tabset li a:hover:after {
	width: 100%;
}

.app-block .tab-holder .tabset li .ico {
	color: #00a5e2;
}

.app-block .tab-holder .tab-content {
	text-align: center;
	margin-bottom: 23px;
}

.app-block .tab-holder .tab-content .h4 {
	font-size: 13px;
	line-height: 1.38;
	display: block;
	margin-bottom: 10px;
}

.app-block .tab-holder .tab-content p a {
	color: #6b6b6b;
	text-decoration: underline;
}

.app-block .tab-holder .tab-content p a:hover {
	text-decoration: none;
}

.app-block .tab-holder .tab-foot .logo-block {
	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;
	margin: 0 -12px;
}

.app-block .tab-holder .tab-foot .logo-block li {
	margin-bottom: 10px;
}

.app-block .tab-holder .tab-foot .logo-block li a {
	margin: 0 12px;
	opacity: .7;
}

.app-block .tab-holder .tab-foot .logo-block li a:hover {
	opacity: .6;
}

.app-block .tab-holder .tab-foot .logo-block li img {
	width: 96px;
}

.android-device .app-block .tab-holder .tab-foot .logo-block .app-store {
	display: none;
}

.ios-device .app-block .tab-holder .tab-foot .logo-block .google-play {
	display: none;
}

.app-block .tab-holder .tab-foot .logo-block .google-play img {
	width: 108px;
}

.app-block .tab-holder .tab-foot .note {
	display: none;
}

.blue-container {
	background: #00a5e2;
	color: #fff;
}

.blue-container.js-bottom-position .strip .ico-hold {
	top: 208px;
}

.blue-container.js-bottom-position .strip:before {
	height: 180px;
	top: 16px;
}

.blue-container.js-bottom-position .strip:after {
	height: calc(100% - 298px);
}

.blue-section {
	background: #00a5e2;
	color: #fff;
	padding: 43px 0;
}

.blue-section .strip:before,
.blue-section .strip:after {
	width: 6px;
	background: #fff;
	left: 56px;
}

.blue-section .strip:before {
	top: -43px;
	height: 180px;
}

.blue-section .strip:after {
	height: 92%;
}

.blue-section .strip .ico-hold {
	display: none;
}

.blue-section .item-holder {
	padding: 20px 0 0;
}

.blue-section .item-holder.js-content {
	min-height: 40vh;
	display: inline-block;
	width: 100%;
}

.blue-section .item-holder.js-hidden .strip .ico-hold {
	display: none;
}

.blue-section .item-holder.js-fixed-content {
	padding: 0 20px;
}

.blue-section .item-holder.js-fixed-content .img-box {
	position: relative;
	z-index: 1;
}

.blue-section .item-holder.js-fixed-content .img-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: 27px;
	bottom: 220px;
	width: 100%;
	background: #00a5e2;
	z-index: -1;
}

.blue-section .scroll-tabset {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.blue-section .item {
	position: relative;
	display: block;
}

.blue-section .item.flip-item {
	position: relative;
	z-index: 100;
}

.blue-section .item.flip-item .title {
	display: block;
	overflow: hidden;
	text-align: left;
}

.blue-section .item .img-box {
	float: right;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 120px;
	margin: 0 0 25px;
	padding: 0 10px;
}

.blue-section .item .img-box img {
	vertical-align: top;
	max-width: none;
	width: 100%;
}

.blue-section .item .flip-buttons {
	overflow: hidden;
	position: relative;
	z-index: 1000;
	text-align: center;
	padding: 20px 20px;
}

.blue-section .item .flip-buttons > a {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #fff;
	font-size: 8px;
	line-height: 1;
	text-align: center;
}

.blue-section .item .flip-buttons > a.disabled {
	color: #b9b9b9;
	pointer-events: none;
}

.blue-section .item .flip-buttons > a:not(.disabled) {
	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite;
}

.blue-section .item .flip-buttons .flip-front,
.blue-section .item .flip-buttons .flip-back {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
}

.blue-section .item .flip-buttons .flip-front {
	position: absolute;
	left: auto;
	right: 0;
}

.blue-section .item .flip-buttons .text {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 2px;
	width: 54px;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 9px;
}

.blue-section .in-viewport .text-box {
	opacity: 1;
	visibility: visible;
}

.blue-section .text-box {
	font-size: 13px;
	line-height: 1.38;
	text-align: left;
	-webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
	transition: opacity 1s, visibility 1s, transform 1s;
	min-width: 165px;
	margin: 0 0 10px;
	max-width: 59%;
	visibility: hidden;
	opacity: 0;
}

.blue-section .text-box.in-viewport {
	opacity: 1;
	visibility: visible;
}

.blue-section .text-box .btn-tag {
	font-size: 12px;
	background: #282b31;
	border-radius: 2px;
	text-align: center;
	padding: 4px;
	width: 82px;
	display: block;
	margin-bottom: 10px;
}

.blue-section .text-box .title {
	display: block;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 400;
	margin-bottom: 7px;
}

.blue-section .text-box p {
	margin-bottom: 8px;
}

.in-viewport .blue-section .text-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.blue-section .scroll-fixed-bottom-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
	margin: 0 auto;
	pointer-events: none;
}

.blue-section .scroll-fixed-bottom-section.js-fixed {
	position: fixed;
	top: auto;
	bottom: -23px;
}

.blue-section .scroll-fixed-bottom-section.js-bottom-position {
	position: absolute;
	top: auto;
	bottom: -23px;
}

.blue-section .scroll-fixed-bottom-section .js-fixed-content {
	margin: 0 auto;
}

.blue-section .scroll-fixed-bottom-section .js-fixed-content .img-box {
	margin-bottom: -20px;
	padding: 0;
}

.scroll-content-fixed-container h1 {
	text-align: center;
}

.scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .fixed-item {
	position: fixed;
	top: 43px;
}

.scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame .fixed-item {
	position: absolute;
	top: auto;
	bottom: -43px;
	height: 100vh;
}

.flip {
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

.flip.flip-active {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-active .front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-active .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.js-parallax-holder {
	position: relative;
}

.js-parallax-holder.js-parallax-inited.js-top-state .js-fixed-content {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.js-parallax-holder.js-parallax-inited.js-middle-state .js-fixed-content {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.js-parallax-holder.js-parallax-inited.js-bottom-state .js-fixed-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: none;
	transition: none;
}

.js-parallax-holder.js-parallax-inited.no-animate .js-fixed-content {
	-webkit-transition: none !important;
	transition: none !important;
}

.js-parallax-holder .js-parallax-fixed-block {
	height: auto !important;
}

.composite-tab-container .js-hidden {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	visibility: hidden !important;
	width: 100%;
}

.product-area {
	padding-top: 20px;
	padding-bottom: 20px;
}

.product-area .rating-hold {
	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;
}

.product-area .rating-hold .digits {
	font-size: 11px;
	color: #888a8d;
}

.product-area .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 2px;
}

.product-area .star-rating li {
	margin: 0 .5px;
}

.product-area .star-rating li .icon-star,
.product-area .star-rating li .icon-star-outline {
	font-size: 13px;
	line-height: 1;
	color: #f7d629;
}

.product-area .product-view {
	margin-bottom: 24px;
}

.product-area .main-image-hold {
	padding: 0 45px 22px;
}

.product-area .main-image-hold .vid-outer {
	padding: 27% 0 0;
	height: 172px;
}

.product-area .main-image-hold .slick-slide {
	text-align: center;
}

.product-area .main-image-hold .holder {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.product-area .main-image-hold .holder img {
	display: inline-block;
	max-height: 172px;
}

.product-area .thumb-image {
	display: none;
}

.product-area .thumb-image.no-hidden-slides .slick-track {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.product-area .thumb-image .slick-list .slick-track {
	margin: 0 auto;
}

.product-area .thumb-image .slick-slide {
	padding: 0 5px;
}

.product-area .thumb-image .holder.vid .img-holder {
	background: #d3d3d3;
}

.product-area .thumb-image .holder.vid img {
	width: 100%;
}

.product-area .thumb-image .slick-current .img-holder {
	border-color: #00a5e2;
	box-shadow: 0 1px 8px 0 rgba(134, 207, 241, .6);
}

.product-area .thumb-image .img-holder {
	height: 100px;
	border-radius: 6px;
	border: 1px solid #d3d3d3;
	overflow: hidden;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.product-area .thumb-image .img-holder img {
	width: 40%;
}

.product-area .thumb-image .img-holder .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
}

.product-area .slick-arrow {
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	line-height: 1;
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 39, .2);
	border-radius: 8px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
}

.product-area .slick-arrow:hover {
	box-shadow: 0 2px 8px 0 rgba(32, 33, 39, .3);
}

.product-area .slick-arrow.slick-prev {
	left: 0;
}

.product-area .slick-arrow.slick-next {
	right: 0;
}

.product-area .slick-dots li button {
	width: 7px;
	height: 7px;
}

.product-area .title {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
	margin-bottom: 16px;
}

.product-area .title .mid-hold .rating-hold {
	margin-bottom: 7px;
}

.product-area .title .social-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-area .title .social-area #st-1 {
	z-index: 99;
}

.product-area .title .social-area #st-1.st-hidden {
	opacity: 1;
}

.product-area .title .social-area #st-1 .st-total.st-hidden {
	display: inline-block;
	vertical-align: middle;
}

.product-area .title .social-area #st-1 .st-btn {
	height: 23px;
	padding: 0 4px;
	display: inline-block !important;
	vertical-align: middle;
}

.product-area .title .social-area #st-1 .st-btn > svg {
	width: 15px;
	height: 15px;
	top: 4px;
}

.product-area .title .share {
	font-size: 11px;
	line-height: 14px;
	color: #6b6b6b;
	text-transform: uppercase;
	margin-right: 9px;
}

.product-area .title .share strong {
	display: block;
	font-weight: 400;
	font-size: 13px;
	color: #282b31;
}

.product-area .title .social-networks {
	font-size: 0;
	margin-top: 3px;
}

.product-area .title .social-networks li + li {
	margin-left: 5px;
}

.product-area .title .social-networks li a:hover {
	opacity: .8;
}

.product-area .title .social-networks li img {
	width: 22px;
	height: 22px;
}

.product-area .h3 {
	display: block;
	margin-bottom: 9px;
}

.product-area .description .package-area {
	margin-bottom: 26px;
	color: #282b31;
}

.product-area .description .package-area .price-hold {
	margin-bottom: 22px;
}

.product-area .description .package-area .price-hold .label {
	margin-right: 6px;
}

.product-area .description .package-area .price {
	font-size: 16px;
}

.product-area .description .package-area .size-hold .label {
	display: block;
	margin-bottom: 8px;
}

.product-area .description .package-area .package-drop {
	position: relative;
}

.product-area .description .package-area .package-drop.active .drop-hold {
	display: block;
}

.product-area .description .package-area .package-drop .opener {
	display: block;
	width: 100%;
	border-color: #00a5e2;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(134, 207, 241, .6);
	border: 1px solid #00a5e2;
	padding: 5px 42px 4px 15px;
	position: relative;
	color: #282b31;
	font-size: 14px;
}

.product-area .description .package-area .package-drop .opener:after {
	content: "\e912";
	font-family: "icomoon";
	font-size: 6px;
	line-height: 1;
	color: #888a8d;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-area .description .package-area .package-drop .opener span {
	color: #00a5e2;
	float: right;
}

.product-area .description .package-area .package-drop .drop-hold {
	border: solid #00a5e2;
	border-width: 0 1px 1px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 99;
}

.product-area .description .package-area .package-drop .drop-hold ul li {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.product-area .description .package-area .package-drop .drop-hold ul li label {
	position: relative;
	display: block;
	height: 100%;
}

.product-area .description .package-area .package-drop .drop-hold ul li input[type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.product-area .description .package-area .package-drop .drop-hold ul li .fake-label {
	display: block;
	padding: 5px 15px;
}

.product-area .description .package-area .package-drop .drop-hold ul li .fake-label:hover {
	background: #e4e4e4;
}

.product-area .description .package-area .package-drop .drop-hold ul li .fake-label span {
	color: #00a5e2;
	float: right;
}

.product-area .description .package-area .package-drop .drop-hold ul li a {
	padding: 5px 15px;
	text-decoration: none;
	color: #282b31;
	display: block;
}

.product-area .description .package-area .package-drop .drop-hold ul li a span {
	color: #00a5e2;
	float: right;
}

.product-area .description .package-area .package-drop .drop-hold ul li a:hover {
	background: #e4e4e4;
}

.product-area .description .package-area .package-drop .drop-hold ul li:before {
	display: none;
}

.product-area .description .text-expandable {
	display: none;
}

.product-area .description.expand-active .text-expandable {
	display: block;
}

.product-area .description.expand-active .more .txtless {
	display: inline;
}

.product-area .description.expand-active .more .txtmore {
	display: none;
}

.product-area .description.expand-active .more .icon-arrow-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-area .description ul li {
	position: relative;
	padding-left: 15px;
	color: #282b31;
	font-size: 12px;
	line-height: 1.42;
	margin-bottom: 12px;
}

.product-area .description ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #00a5e2;
	position: absolute;
	top: 6px;
	left: 0;
}

.product-area .description ul a {
	text-decoration: underline;
}

.product-area .description ul a:hover {
	text-decoration: none;
}

.product-area .description .more {
	font-size: 12px;
	margin-left: 14px;
}

.product-area .description .more .txtless {
	display: none;
}

.product-area .description .more .icon-arrow-down {
	font-size: 6px;
	line-height: 1;
	margin-left: 4px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.product-area .description .more:hover {
	color: #282b31;
}

.product-area .description .btn-holder {
	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;
	margin: 13px -6px 15px;
}

.product-area .description .btn-holder .hold {
	padding: 0 6px 10px;
	width: auto;
}

.product-area .description .btn-holder .btn {
	width: 100%;
}

.product-area .description .btn-holder .btn-primary {
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .1);
	padding: 8px 5px 7px;
	border: none;
}

.product-area .description .btn-holder .btn-primary:hover {
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
}

.product-area .description .btn-holder .btn-gray {
	border-color: #d3d3d3;
	padding: 7px 5px 6px;
	border-radius: 3px;
	color: #888a8d;
}

.product-area .description .btn-holder .btn-gray:hover {
	color: #fff;
	background: #d3d3d3;
}

.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 8px 5px 7px;
	font-size: 11px;
	color: #fff;
	background: #00a5e2;
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
	letter-spacing: .8px;
	font-weight: 400;
}

.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
	display: none;
}

.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover,
.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus {
	color: #fff;
}

.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
	display: none;
}

.product-area .description .download-hold {
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

.product-area .description .download-hold .icon-data {
	font-size: 12px;
	line-height: 1;
	margin-right: 7px;
}

.product-area .description .download-hold a {
	color: #6b6b6b;
}

.product-area .description .download-hold a:hover {
	color: #00a5e2;
}

.feature-block {
	padding: 25px 0;
}

.feature-block .feat-head {
	margin-bottom: 16px;
	text-align: center;
	color: #282b31;
}

.feature-block h1 {
	margin-bottom: 16px;
}

.feature-block .box-wrap .image-wrap .hold {
	max-width: 245px;
}

.feature-block .bg-image {
	-webkit-transition: top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	transition: top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.feature-block .bg-image img {
	display: none;
}

.feature-block .h3 {
	display: block;
	margin-bottom: 12px;
}

.feature-block .col {
	margin-bottom: 10px;
}

.feature-block .image-wrap {
	overflow: hidden;
	padding: 26px 20px;
	position: relative;
	color: #282b31;
}

.feature-block .image-wrap.lg-add {
	height: 290px;
}

.feature-block .image-wrap.sm-add {
	height: 160px;
	padding: 17px 20px;
}

.feature-block .image-wrap.sm-add + .sm-add {
	margin-top: 10px;
}

.feature-block .image-wrap.white-text {
	color: #fff;
}

.feature-block .image-wrap.white-text .h3 {
	color: #fff;
}

.feature-block .image-wrap.white-text .hold {
	text-shadow: 1px 1px 0 #282b31;
}

.feature-block .image-wrap.right-align .hold {
	margin-left: auto;
	text-align: right;
}

.feature-block .image-wrap .hold {
	text-shadow: 1px 1px 0 #fff;
	max-width: 200px;
	position: relative;
	z-index: 5;
}

.feature-block .image-wrap:hover .bg-image {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
}

.feature-block .image-wrap:hover:after {
	background: rgba(0, 0, 0, .3);
}

.feature-block .image-wrap:after {
	content: "";
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.feature-block .extra {
	background: #00a5e2;
	color: #fff;
	padding: 27px 20px 16px 4px;
	margin-bottom: 10px;
	position: relative;
}

.feature-block .extra:hover .img-holder {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-block .extra:hover:before {
	opacity: 1;
}

.feature-block .extra:before {
	content: "";
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.feature-block .extra .img-holder {
	float: left;
	width: 95px;
	margin-right: 12px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.feature-block .extra .desc {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.feature-block .extra .desc a {
	text-decoration: underline;
	color: #fff;
}

.feature-block .extra .desc a:hover {
	text-decoration: none;
}

.feature-block .extra .h3 {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.plateform-block {
	padding: 10px 0 20px;
}

.plateform-block h1 {
	margin-bottom: 32px;
	text-align: center;
}

.plateform-block .item-hold {
	max-width: 850px;
	margin: 0 auto;
}

.plateform-block .item-hold .expandable-item,
.plateform-block .item-hold .hidden-item {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -25px;
}

.plateform-block .item-hold .holder {
	width: 50%;
	margin-bottom: 27px;
	padding: 0 25px;
	text-align: center;
}

.plateform-block .item-hold .holder a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.plateform-block .item-hold .holder a:hover {
	opacity: .8;
}

.plateform-block .item-hold.active .btn-more:after {
	opacity: 0;
}

.plateform-block .btn-more {
	width: 36px;
	height: 36px;
	border: 2px solid #cbcbcb;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 4px auto 0;
	position: relative;
}

.plateform-block .btn-more:before,
.plateform-block .btn-more:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #cbcbcb;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.plateform-block .btn-more:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 2px;
	height: 16px;
}

.plateform-block .btn-more:hover {
	border-color: #00a5e2;
}

.plateform-block .btn-more:hover:before,
.plateform-block .btn-more:hover:after {
	background: #00a5e2;
}

.plateform-block .btn-show {
	text-indent: 0;
	width: 100px;
	height: auto;
	padding: 4px 5px 3px;
	border-radius: 3px;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	color: #6b6b6b;
	text-align: center;
	border: 1px solid #d3d3d3;
}

.plateform-block .btn-show:before,
.plateform-block .btn-show:after {
	display: none;
}

.plateform-block .btn-show:hover {
	border-color: #d3d3d3;
	background: #d3d3d3;
	color: #fff;
}

.plateform-block .note {
	text-align: center;
	display: block;
	color: #282b31;
}

.detail-block {
	padding: 23px 0;
}

.detail-block .bg-image {
	height: 180px;
}

.detail-block .container {
	position: relative;
}

.detail-block .desc {
	padding-top: 25px;
	color: #282b31;
}

.detail-block h1 {
	margin-bottom: 11px;
}

.detail-block .img-holder {
	position: absolute;
	top: -91px;
	right: 12px;
	width: 95px;
}

.better-block {
	margin: 7px 0 22px;
	position: relative;
}

.better-block h1 {
	text-align: center;
	margin-bottom: 13px;
}

.better-block .smooth-tab .tab-content-hold.slick-slider {
	position: static !important;
}

.better-block .smooth-tab .tab-content-hold .slick-list,
.better-block .smooth-tab .tab-content-hold .slick-track {
	position: static !important;
}

.better-block .tabset-hold {
	display: none;
}

.better-block .tabset-hold li {
	margin: 0;
}

.better-block .tabset-hold li + li {
	margin-left: 12px;
}

.better-block .tabset-hold li a {
	color: #6b6b6b;
	position: relative;
}

.better-block .tabset-hold li a:after {
	bottom: -4px;
	content: "";
	height: 2px;
	background: #00a5e2;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.better-block .tabset-hold li a:hover {
	color: #00a5e2;
}

.better-block .tabset-hold li a:hover:after {
	width: 100%;
}

.better-block .tabset-hold li.active a {
	color: #00a5e2;
}

.better-block .tabset-hold li.active a:after {
	width: 100%;
}

.better-block .tab-content-hold {
	margin: 0 -20px;
}

.better-block .tab-content-hold .holder {
	border-bottom: 2px solid #d3d3d3;
	padding: 0 20px;
}

.better-block .tab-content-hold .holder:first-child {
	border-top: 2px solid #d3d3d3;
}

.better-block .tab-content-hold .holder.active .ico {
	color: #00a5e2;
}

.better-block .tab-content-hold .holder.active .opener {
	color: #00a5e2;
}

.better-block .tab-content-hold .holder.active .opener .plus:before {
	opacity: 0;
}

.better-block .tab-content-hold .opener-holder {
	position: relative;
	padding: 15px 25px 15px 0;
}

.better-block .tab-content-hold .opener {
	font-size: 14px;
	color: #6b6b6b;
}

.better-block .tab-content-hold .opener .plus {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.better-block .tab-content-hold .opener .plus:before,
.better-block .tab-content-hold .opener .plus:after {
	content: "";
	width: 2px;
	height: 14px;
	background: #d3d3d3;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.better-block .tab-content-hold .opener .plus:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.better-block .tab-content-hold .open-close-frame {
	margin-bottom: 9px;
}

.better-block .tab-content-hold .limited-open-close.js-active .txtless {
	display: inline-block;
}

.better-block .tab-content-hold ul li {
	position: relative;
	padding-left: 11px;
	font-size: 12px;
	line-height: 1.33;
	margin-bottom: 7px;
	color: #2c262d;
}

.better-block .tab-content-hold ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #00a5e2;
	position: absolute;
	top: 5px;
	left: 0;
}

.better-block .tab-content-hold .h4 {
	display: block;
	margin-bottom: 12px;
}

.better-block .tab-content-hold p a {
	text-decoration: underline;
	color: #6b6b6b;
}

.better-block .tab-content-hold p a:hover {
	text-decoration: none;
}

.better-block .tab-content-hold .more {
	font-size: 12px;
	line-height: 1.3;
	margin-left: 11px;
}

.better-block .tab-content-hold .more .icon-arrow-down {
	font-size: 7px;
	line-height: 1;
	margin-left: 4px;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.better-block .tab-content-hold .more .txtless {
	display: none;
}

.better-block .tab-content-hold .img-holder {
	margin-bottom: 18px;
}

.specs-block {
	background: #fafafa;
	padding: 45px 0 20px;
}

.specs-block h1 {
	text-align: center;
	margin-bottom: 12px;
}

.specs-block .holder {
	margin: 0 -20px;
}

.specs-block .holder.active .more-specs:after {
	display: none;
}

.specs-block .accordion li {
	padding: 0 20px;
	border-bottom: 2px solid #d3d3d3;
}

.specs-block .accordion li:first-child {
	border-top: 2px solid #d3d3d3;
}

.specs-block .accordion li.active .ico {
	color: #00a5e2;
}

.specs-block .accordion li.active .opener {
	color: #00a5e2;
}

.specs-block .accordion li.active .opener .plus:before {
	opacity: 0;
}

.specs-block .accordion .opener-holder {
	position: relative;
}

.specs-block .accordion .opener {
	font-size: 14px;
	color: #6b6b6b;
	display: block;
	padding: 15px 25px 14px 0;
}

.specs-block .accordion .opener:hover {
	color: #00a5e2;
}

.specs-block .accordion .opener .plus {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.specs-block .accordion .opener .plus:before,
.specs-block .accordion .opener .plus:after {
	content: "";
	width: 2px;
	height: 14px;
	background: #d3d3d3;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.specs-block .accordion .opener .plus:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.specs-block .accordion .wrap {
	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;
	padding: 7px 0 27px;
}

.specs-block .accordion .wrap .frame {
	width: 60%;
}

.specs-block .accordion .wrap .frame:last-child {
	text-align: right;
	width: 38%;
}

.specs-block .accordion .wrap .title {
	color: #282b31;
	display: block;
	margin-bottom: 3px;
}

.specs-block .accordion .wrap em.text {
	font-style: normal;
	font-size: 11px;
}

.specs-block .accordion .wrap .text {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.specs-block .accordion .wrap .text em {
	display: inline-block;
	font-style: normal;
	width: 55px;
}

.specs-block .over-limit {
	margin-top: -2px;
}

.specs-block .more-specs {
	width: 36px;
	height: 36px;
	border: 2px solid #cbcbcb;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 19px auto 0;
	position: relative;
}

.specs-block .more-specs.js-hidden-mobile {
	display: none;
}

.specs-block .more-specs:before,
.specs-block .more-specs:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #cbcbcb;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.specs-block .more-specs:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 2px;
	height: 16px;
}

.specs-block .more-specs:hover {
	border-color: #00a5e2;
}

.specs-block .more-specs:hover:before,
.specs-block .more-specs:hover:after {
	background: #00a5e2;
}

.specs-block .more-specs.hidden {
	display: none;
}

.specs-block .extra-holder {
	padding: 17px 0;
}

.specs-block .extra-holder .title {
	font-size: 14px;
	line-height: 1.14;
	display: block;
	margin-bottom: 13px;
}

.product-section.similar-block {
	padding-bottom: 50px;
}

.product-section.similar-block .head-holder {
	text-align: center;
	margin-bottom: 25px;
	color: #282b31;
	padding: 0 20px;
}

.product-section.similar-block .head-holder h1 {
	padding: 0;
	margin: 0 0 10px;
}

.product-section.similar-block .item-image {
	height: 98px;
	text-align: center;
	margin-bottom: 15px;
}

.product-section.similar-block .item-image img {
	height: 100%;
	display: inline-block;
}

.product-section.similar-block .product-slider {
	margin-bottom: 15px;
}

.product-section.similar-block .product-slider .hold {
	padding: 39px 29px 68px;
	position: relative;
}

.product-section.similar-block .product-slider .h4 {
	margin-bottom: 2px;
}

.product-section.similar-block .product-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-section.similar-block .product-slider .low-hold .btn-primary {
	margin: 0;
	position: absolute;
	bottom: 29px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	width: 120px;
	margin: 0;
	position: absolute;
	bottom: 29px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 7px 5px 6px;
	font-size: 11px;
	color: #fff;
	background: #00a5e2;
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
	letter-spacing: .8px;
	font-weight: 400;
}

.product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
	display: none;
}

.product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover,
.product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus {
	color: #fff;
}

.product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
	display: none;
}

.product-section.similar-block .more-wrap {
	text-align: center;
	margin-top: 30px;
}

.product-section.similar-block .more-wrap a {
	color: #282b31;
}

.product-section.similar-block .more-wrap a:hover {
	color: #00a5e2;
}

.product-section.similar-block .more-wrap a .icon-arrow-right-2 {
	font-size: 10px;
	line-height: 1;
}

.support-section .desc {
	box-shadow: inset 0 -14px 0 #4bb6e6;
	padding: 24px 20px 36px;
	background: #00a5e2;
	color: #fff;
}

.support-section .wrap a {
	text-decoration: underline;
	color: #fff;
}

.support-section .wrap a:hover {
	text-decoration: none;
}

.support-section .title {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1.31;
	padding-bottom: 20px;
	margin-bottom: 14px;
}

.support-section .title:after {
	content: "";
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
}

.support-section p {
	margin-bottom: 32px;
}

.support-section .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.support-section .btn-holder .btn-white,
.support-section .btn-holder .btn {
	font-size: 12px;
	letter-spacing: 0;
	width: 133px;
	border: 1px solid #fff;
	padding: 6px 10px 4px;
	margin: 0 7px;
	text-decoration: none;
}

.support-section .btn-holder .btn-white {
	color: #00a5e2;
}

.support-section .btn-holder .btn-white:hover {
	color: #fff;
}

.support-section .btn-holder .btn {
	background: none;
	color: #fff;
}

.support-section .btn-holder .btn:hover {
	background: #fff;
	color: #00a5e2;
}

.support-section .img-holder {
	height: 250px;
}

.support-section .img-holder img {
	display: none;
}

.product-section.feature-add {
	padding-top: 16px;
}

.product-section.feature-add .item-hold a {
	padding: 23px 23px;
}

.product-section.feature-add .lg-hold .desc-wrap {
	padding-right: 140px;
}

.product-section.feature-add .lg-hold .item-image {
	width: 202px;
}

.product-section.feature-add .h4 {
	margin-bottom: 10px;
}

.product-section.feature-add .sm-hold a {
	padding: 14px 23px 12px;
	min-height: 100px;
}

.product-section.feature-add .sm-hold.right .item-image {
	position: absolute;
	bottom: auto;
	right: 23px;
	top: 0;
	width: 80px;
}

.product-section.feature-add .sm-hold.right .desc-wrap {
	padding-right: 90px;
}

.product-section.feature-add .sm-hold.right .desc-wrap p {
	margin: 0;
}

.product-section.feature-add .sm-hold.left a {
	padding: 22px 22px 12px;
}

.product-section.feature-add .sm-hold.left .item-image {
	width: 106px;
	bottom: -9px;
	left: 4px;
}

.product-section.feature-add .sm-hold.left.dark .item-image {
	left: 0;
	bottom: -10px;
	width: 103px;
}

.product-section.feature-add .sm-hold.left .desc-wrap {
	text-align: right;
	padding-left: 100px;
}

.product-section.feature-add .sm-hold.left .desc-wrap p {
	margin: 0;
}

.detail-block.add {
	padding-bottom: 32px;
}

.detail-block.add .img-holder {
	width: 74px;
	right: 22px;
}

.app-block.app-v2 {
	background: #fafafa;
	padding-top: 48px;
	padding-bottom: 36px;
}

.app-block.app-v2 h1 {
	text-align: center;
}

.app-block.app-v2 .wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.app-block.app-v2 .tab-foot {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	color: #282b31;
}

.app-block.app-v2 .tab-foot .title {
	color: #00a5e2;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2;
}

.app-block.app-v2 .tab-foot p {
	margin-bottom: 23px;
}

.app-block.app-v2 .tab-foot .logo-block {
	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;
	margin: 0 -12px;
}

.app-block.app-v2 .tab-foot .logo-block li {
	margin-bottom: 10px;
}

.app-block.app-v2 .tab-foot .logo-block li a {
	margin: 0 12px;
}

.android-device .app-block.app-v2 .tab-foot .logo-block .app-store {
	display: none;
}

.ios-device .app-block.app-v2 .tab-foot .logo-block .google-play {
	display: none;
}

.blue-section-bg {
	height: 200px;
}

.blue-section-bg img {
	display: none;
}

.specs-block.v2 {
	background: #fff;
}

.specs-block.v2 .col + .col {
	margin-top: -2px;
}

.illustration-block {
	padding: 26px 0 18px;
}

.illustration-block h1 {
	text-align: center;
	max-width: 770px;
	margin: 0 auto 20px;
	line-height: 1.28;
}

.better-block.v3 .tabset-outer {
	margin-bottom: 17px;
}

.better-block.v3 .select-holder {
	position: relative;
}

.better-block.v3 .select-holder.active .select-drop {
	display: block;
}

.better-block.v3 .select-holder.no-icons .opener {
	padding-left: 14px;
}

.better-block.v3 .select-holder.no-icons .opener .ico {
	display: none;
}

.better-block.v3 .select-holder.no-icons .tabset-hold li .ico {
	display: none;
}

.better-block.v3 .select-holder.no-icons .tabset-hold li a {
	padding: 3px 14px;
}

.better-block.v3 .select-holder .opener {
	display: block;
	width: 100%;
	border-color: #00a5e2;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(134, 207, 241, .6);
	border: 1px solid #00a5e2;
	padding: 3px 42px 3px 35px;
	position: relative;
	color: #00a5e2;
	font-size: 16px;
}

.better-block.v3 .select-holder .opener:after {
	content: "\e912";
	font-family: "icomoon";
	font-size: 6px;
	line-height: 1;
	color: #888a8d;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.better-block.v3 .select-holder .opener .ico {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #00a5e2;
	font-size: 15px;
	line-height: 1;
}

.better-block.v3 .select-drop {
	border: solid #00a5e2;
	border-width: 0 1px 1px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 99;
}

.better-block.v3 .tabset-hold {
	display: block;
}

.better-block.v3 .tabset-hold li {
	margin: 0;
	font-size: 16px;
	position: relative;
}

.better-block.v3 .tabset-hold li a {
	padding: 3px 35px;
	text-decoration: none;
	color: #6b6b6b;
	display: block;
}

.better-block.v3 .tabset-hold li a:before,
.better-block.v3 .tabset-hold li a:after {
	display: none;
}

.better-block.v3 .tabset-hold li a:hover {
	background: #fafafa;
}

.better-block.v3 .tabset-hold li .ico {
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	line-height: 1;
}

.better-block.v3 .tab-content-hold .img-holder {
	position: static;
}

.better-block.v3 .tab-content-hold .img-holder img {
	display: block;
}

.better-block.v3 .tab-content-hold .holder {
	border: none;
}

.better-block.v3 .tab-content-hold .desc-area .title {
	font-size: 14px;
	line-height: 1.2;
	color: #2c262d;
	display: block;
	margin-bottom: 12px;
}

.better-block.v3 .tab-content-hold ul {
	margin: 0 0 26px;
}

.app-block.app-v3 {
	background: #fafafa;
	padding-top: 48px;
	padding-bottom: 43px;
}

.app-block.app-v3 h1 {
	margin-bottom: 23px;
}

.app-block.app-v3 .tab-holder {
	margin-bottom: 6px;
}

.app-block.app-v3 .tab-holder .tabset-outer {
	margin: 0 -13px;
}

.app-block.app-v3 .tab-holder .tabset {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 370px;
}

.app-block.app-v3 .tab-holder .tabset li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.app-block.app-v3 .tab-holder .tabset li.active a:after {
	width: 100%;
}

.app-block.app-v3 .tab-holder .tabset li .ico {
	display: block;
}

.app-block.app-v3 .tab-holder .tab-content {
	margin-bottom: 20px;
}

.app-block.app-v3 .tab-holder .tab-content .h4 {
	font-size: 16px;
	line-height: 1.31;
	margin-bottom: 12px;
}

.app-block.app-v3 .tab-holder .tab-content .wrap {
	text-align: left;
	padding-top: 28px;
}

.app-block.app-v3 .tab-holder .tab-foot .logo-block {
	margin-bottom: 24px;
}

.app-block.app-v3 .tab-holder .tab-foot .note {
	display: block;
	font-size: 11px;
	line-height: 1.27;
}

.app-block.app-v3 .phone-wrap {
	margin: 0 -10px;
}

.app-block.app-v3 .phone-wrap .phone-slider {
	width: 300px;
	margin: 0 auto;
	padding: 0 44px;
	min-height: 215px;
}

.app-block.app-v3 .phone-wrap .slick-list {
	padding: 22px 0 17px !important;
	border: none;
}

.app-block.app-v3 .phone-wrap .slick-list:after {
	display: none;
}

.app-block.app-v3 .phone-wrap .slick-list .slick-slide {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.app-block.app-v3 .phone-wrap .slick-list .slick-slide .img-holder {
	-webkit-transition: margin .3s ease-in-out;
	transition: margin .3s ease-in-out;
	margin: 0 -4px;
}

.app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-active {
	opacity: 1;
}

.app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current {
	position: relative;
	z-index: 2;
}

.app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current .img-holder {
	margin: -15px -14px 0;
}

.app-block.app-v3 .phone-wrap .slick-arrow.slick-prev {
	left: 0;
}

.app-block.app-v3 .phone-wrap .slick-arrow.slick-next {
	right: 0;
}

.lightbox {
	padding: 44px 12px 54px;
}

.lightbox .h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 16px;
	display: block;
}

.lightbox .text {
	font-size: 14px;
	line-height: 1.5;
	color: #282b31;
	text-align: center;
	margin-bottom: 28px;
}

.signup-form .form-holder {
	position: relative;
}

.signup-form .form-holder.input-error input {
	border-color: #f00;
}

.signup-form .form-holder.input-error span {
	color: #f00;
}

.signup-form .form-holder span {
	position: absolute;
	top: 5px;
	right: 6px;
	color: #b9bdc3;
	font-size: 16px;
	line-height: 1;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	width: 100%;
	border: 1px solid #e7e8ea;
	border-radius: 6px;
	padding: 14px 14px;
	color: #b9bdc3;
	font-size: 14px;
	line-height: 18px;
	height: 48px;
	margin-bottom: 20px;
}

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 {
	color: #b9bdc3;
}

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;
	color: #b9bdc3;
}

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 {
	color: #b9bdc3;
}

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 {
	color: #b9bdc3;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #b9bdc3;
}

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

input[type="submit"] {
	background: #00a5e2;
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
	border-radius: 6px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	box-shadow: none;
	height: 48px;
	margin-top: 4px;
	padding: 10px;
}

.hero-banner {
	background-size: cover;
	background-position: 50% 50%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0;
}

.hero-banner .container {
	margin: 0;
}

.hero-banner.blue-text h1 {
	color: #00a5e2;
}

.hero-banner.black-text h1 {
	color: #282b31;
	text-shadow: 1px 1px 0 #fff;
}

.hero-banner.gray-text h1 {
	color: #888a8d;
}

.hero-banner h1 {
	text-shadow: 1px 1px 0 #282b31;
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 24px;
}

.hero-banner .animate-text {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: right;
	position: relative;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.hero-banner .animate-text span {
	display: none;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle {
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	padding: 8px 5px 7px !important;
	font-size: 11px !important;
	color: #fff;
	background: #00a5e2;
	background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
	background: linear-gradient(98deg, #148bb7, #00a5e2);
	letter-spacing: .8px;
	font-weight: 400 !important;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:before {
	display: none;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover,
.ps_OnlineStoresStyle a.ps_BuyButtonStyle:focus {
	background: -webkit-linear-gradient(352deg, #00a5e2, #148bb7);
	background: linear-gradient(98deg, #00a5e2, #148bb7);
	color: #fff;
}

.ps_OnlineStoresStyle a.ps_BuyButtonStyle .ps_RightArrowStyle {
	display: none !important;
}

.video-section.full.inframe {
	padding-bottom: 10px;
}

.video-section.full.inframe .video-panel {
	margin-bottom: 0;
}

.product-section.bg-add {
	padding-top: 10px;
}

.product-section.bg-add .product-hold {
	background-size: cover;
	background-position: 50% 50%;
}

.product-section.bg-add .product-hold > a {
	background: none;
	padding-top: 58px;
}

.product-section.bg-add .product-hold > a:hover .item-image {
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.product-section.bg-add .product-hold.dark .item-image {
	width: 220px;
	bottom: auto;
	right: -30px;
}

.product-section.bg-add .product-hold.dark .desc-wrap {
	padding-right: 140px;
}

.product-section.bg-add .product-hold.light > a {
	background: #299bdc;
}

.product-section.bg-add .product-hold.light .item-image {
	width: 160px;
}

.product-section.bg-add .product-hold .item-image {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#st-1 .st-total {
	vertical-align: middle;
}

@media (min-width: 360px) {
	.benefit-section.sliding .img-holder {
		margin-bottom: -30px;
	}

	.benefit-section.sliding .img-holder:before {
		height: 120px;
		bottom: -55px;
		-webkit-transform: skewY(4deg);
		-ms-transform: skewY(4deg);
		transform: skewY(4deg);
	}
}

@media (min-width: 480px) {
	.product-section.similar-block .product-slider .h4 {
		text-align: center;
	}
}

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

	.header .logo {
		margin: 0;
	}

	.header .rt-hold {
		width: 660px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .rt-more {
		/*width: 174px;*/
		margin-left: 15px;
	}

	.header .rt-more .search-opener {
		display: inline-block;
		vertical-align: middle;
	}

	.search-active .header .rt-more {
		opacity: 0;
		visibility: hidden;
	}

	.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		padding: 6px 10px 5px;
	}

	.header .search-opener {
		display: inline-block;
		vertical-align: top;
		line-height: 0;
		margin: 2px 14px 0 0;
		color: #2c262d;
		opacity: .5;
	}

	.header .search-opener .ico-search {
		width: 13px;
		height: 13px;
	}

	.header .search-form {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		position: absolute;
		top: 6px;
		left: 50%;
		-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
		width: 400px;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
	}

	.search-active .header .search-form {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header .search-form .close {
		display: block;
		position: absolute;
		top: 10px;
		right: -35px;
		margin: 0;
		padding: 0;
	}

	.nav-drop {
		/*width: 470px;*/
		padding: 0;
	}

	.nav-drop .drop-logo {
		display: none;
	}

	#nav {
		margin: 0;
	}

	.search-active #nav {
		opacity: 0;
		visibility: hidden;
	}

	#nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#nav > ul > li {
		margin-bottom: 0;
		text-align: left;
		padding: 0;
	}

	#nav > ul > li + li {
		margin-left: 14px;
	}

	#nav > ul > li > a {
		padding: 0;
	}

	#nav > ul > li > a:after {
		bottom: -4px;
		content: "";
		height: 2px;
		background: #00a5e2;
		position: absolute;
		left: 50%;
		width: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
		transition: transform .3s ease-in-out, width .3s ease-in-out;
	}

	.nav-opener {
		display: none;
	}

	.subnav .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.subnav .page-title {
		width: 260px;
		margin-top: 6px;
	}

	.subnav .r-holder {
		width: 62.5%;
	}

	.subnav .subnav-block {
		margin-top: 5px;
	}

	.subnav .btn-primary {
		letter-spacing: 1px;
		margin-left: 10px;
	}

	.subnav .sub-opener {
		display: none;
	}

	.subnav .sub-drop .in-title {
		display: none;
	}

	.subnav .sub-drop .nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.subnav .sub-drop .nav li {
		padding: 0;
	}

	.subnav .sub-drop .nav li + li {
		border: none;
		margin-left: 20px;
	}

	.subnav .sub-drop .nav li.active a:after {
		width: 100%;
	}

	.subnav .sub-drop .nav li a:hover:after {
		width: 100%;
	}

	.subnav .sub-drop .nav li a:after {
		bottom: -7px;
		content: "";
		height: 2px;
		background: #00a5e2;
		position: absolute;
		left: 50%;
		width: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
		transition: transform .3s ease-in-out, width .3s ease-in-out;
	}

	body {
		font-size: 18px;
	}

	.btn {
		letter-spacing: 0;
	}

	.btn-white {
		letter-spacing: 0;
	}

	.btn-primary {
		letter-spacing: 0;
	}

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

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

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

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

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

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

	.lightbox {
		width: 570px;
	}

	.fancybox-close-small::after {
		top: 20px;
		right: 20px;
		font-size: 29px;
	}

	.jcf-select {
		height: 50px;
	}

	.jcf-select .jcf-select-text {
		font-size: 17px;
		line-height: 48px;
		margin-left: 14px;
	}

	.video-holder .video-frame .btn-fullscreen {
		width: 30px;
		height: 30px;
		bottom: 20px;
		right: 20px;
	}

	.video-holder .video-frame .btn-fullscreen .icon-fullscreen {
		font-size: 30px;
	}

	.footer .logo-block {
		display: none;
	}

	.footer .nav-area {
		padding: 39px 0 31px;
	}

	.footer .bottom-area {
		padding: 36px 0;
		border-top: 1px solid #f1f0f0;
	}

	.footer .bottom-area .social-networks {
		float: right;
		text-align: right;
		width: 55%;
		margin-bottom: 0;
	}

	.footer .copyright {
		float: left;
		width: 40%;
		padding: 0;
		border: none;
	}

	.footer .copyright .ft-logo {
		display: inline-block;
		vertical-align: baseline;
		margin-right: 11px;
	}

	.footer .copyright .ft-txt {
		display: none;
	}

	.footer-nav {
		float: left;
		width: calc(100% - 40px);
		text-align: center;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0 26px 8px 0;
	}

	.lang-select {
		display: block;
		float: right;
		width: 36px;
		text-align: right;
		padding: 3px 0 0;
		position: relative;
	}

	.benefit-section {
		margin-bottom: 88px;
	}

	.benefit-section h1 {
		margin-bottom: 46px;
	}

	.benefit-section .row {
		position: relative;
		margin-bottom: 30px;
	}

	.benefit-section .row:nth-child(even) .img-holder {
		left: 52.4%;
		right: 0;
	}

	.benefit-section .row:nth-child(even) .desc-holder {
		padding: 71px 51% 89px 74px;
	}

	.benefit-section .img-holder {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: 0;
		right: 51.8%;
	}

	.benefit-section .desc-holder {
		padding: 71px 0 89px 54.4%;
		font-size: 24px;
		line-height: 1.42;
	}

	.benefit-section .desc-holder h2 {
		margin-bottom: 11px;
	}

	.benefit-section.sliding {
		padding-top: 88px;
	}

	.benefit-section.sliding .row:nth-child(2n) .img-holder {
		left: 49.6%;
	}

	.benefit-section.sliding .row:nth-child(2n) .img-holder:before {
		right: auto;
		left: -120px;
		-webkit-transform: skewX(-12deg);
		-ms-transform: skewX(-12deg);
		transform: skewX(-12deg);
	}

	.benefit-section.sliding .img-holder {
		margin: 0;
		padding-top: 0;
		width: 51%;
	}

	.benefit-section.sliding .img-holder:before {
		height: auto;
		top: -2px;
		bottom: -2px;
		left: auto;
		right: -120px;
		width: 200px;
		-webkit-transform: skewX(12deg);
		-ms-transform: skewX(12deg);
		transform: skewX(12deg);
		background: #fff;
	}

	.benefit-section.circle {
		margin-bottom: 40px;
	}

	.benefit-section.circle .mask {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.benefit-section.circle .row {
		display: block;
		width: 33.33%;
	}

	.benefit-section.circle .img-holder {
		position: static;
		margin-bottom: 18px;
	}

	.benefit-section.circle .desc-holder {
		padding: 0;
		font-size: 20px;
		line-height: 1.35;
	}

	.benefit-section.circle .desc-holder h2 {
		margin-bottom: 14px;
		font-size: 20px;
	}

	.feature-section {
		margin-top: 0;
	}

	.feature-section .tab-item .slide-inner {
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.feature-section .tab-item.hidden-text .slide-inner {
		opacity: 0;
	}

	.feature-section .slide .bg-visual:before {
		background: rgba(0, 0, 0, .2);
	}

	.feature-section .slide .bg-visual h1 {
		padding: 0 90px;
		top: 90px;
	}

	.feature-section .hold {
		max-width: 600px;
		padding-left: 119px;
		position: relative;
	}

	.feature-section .hold .ico-hold {
		display: block;
		position: absolute;
		top: 147px;
		left: 3px;
		width: 80px;
		height: 80px;
		border-radius: 100%;
		border: 2px solid #6b6b6b;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #6b6b6b;
		font-size: 40px;
		line-height: 1;
	}

	.feature-section .hold .ico-hold .icon-thumbs {
		margin-top: -7px;
	}

	.feature-section .hold .ico-hold .icon-speedometer {
		font-size: 30px;
		margin-top: -5px;
	}

	.feature-section .slide-inner {
		height: 100vh;
		color: #282b31;
		text-align: left;
		font-size: 24px;
		line-height: 1.42;
		padding: 190px 0;
	}

	.feature-section .slide-inner .tag {
		font-size: 30px;
		background: #00a5e2;
		min-width: 180px;
		max-width: 480px;
		border-radius: 5px;
		padding: 12px 15px;
	}

	.feature-section .slide-inner h2 {
		color: #282b31;
		padding: 0;
		margin-bottom: 21px;
	}

	.feature-section .tabset {
		display: block;
		right: 49px;
		left: auto;
		top: 174px;
		bottom: auto;
	}

	.feature-section .tabset li {
		margin: 0 0 14px;
	}

	.feature-section .tabset li a {
		width: 16px;
		height: 16px;
		border-width: 2px;
	}

	.feature-section .tabset li a.js-active {
		background: #fff;
	}

	.feature-accordion .accordion-holder {
		width: 45%;
		float: left;
	}

	.feature-accordion h2 {
		text-align: left;
		font-size: 40px;
		margin-bottom: 26px;
	}

	.feature-accordion .accordion {
		margin: 0;
	}

	.feature-accordion .accordion li {
		padding: 0;
	}

	.feature-accordion .accordion li:first-child {
		border-top: none;
	}

	.feature-accordion .accordion .opener-holder {
		padding: 19px 38px 20px 60px;
	}

	.feature-accordion .accordion .opener {
		font-size: 20px;
	}

	.feature-accordion .accordion .opener .plus {
		width: 20px;
		height: 20px;
	}

	.feature-accordion .accordion .opener .plus:before,
	.feature-accordion .accordion .opener .plus:after {
		height: 20px;
	}

	.feature-accordion .accordion .icon-use {
		font-size: 27px;
	}

	.feature-accordion .accordion .icon-setup {
		font-size: 39px;
	}

	.feature-accordion .accordion .icon-speedometer {
		font-size: 24px;
	}

	.feature-accordion .accordion .icon-expandable {
		font-size: 41px;
	}

	.feature-accordion .accordion .text {
		font-size: 14px;
		line-height: 1.43;
		padding-left: 60px;
		padding-right: 25px;
		margin-bottom: 24px;
	}

	.feature-accordion .accordion .img-holder {
		display: none;
	}

	.feature-accordion .image-holder {
		width: 50%;
		padding-left: 20px;
		margin-top: 40px;
		display: block;
		float: right;
		text-align: center;
	}

	.video-section h1 {
		margin-bottom: 49px;
	}

	.video-section .panel-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.video-section .panel-slider .video-panel {
		width: 33.33%;
	}

	.video-section .panel-slider .video-panel .img-holder {
		height: 244px;
	}

	.video-section .panel-slider .video-panel .desc {
		padding: 26px 20px 31px;
	}

	.video-section.full .video {
		position: relative;
		height: 460px;
		overflow: hidden;
	}

	.video-section.full .video video {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}

	.is-fullscreen-state .video-section.full .video video {
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.video-section.full .video-panel {
		margin-bottom: 56px;
	}

	.video-section.full .video-panel.video-playing-state .icon-play .play {
		display: none;
	}

	.video-section.full .video-panel .img-holder {
		width: 61.81%;
		height: 460px;
	}

	.video-section.full .video-panel .img-holder .icon-play {
		display: none;
	}

	.video-section.full .video-panel .desc {
		width: 38.19%;
		padding: 72px 20px 40px;
	}

	.video-section.full .video-panel .h3 {
		font-size: 28px;
		line-height: 1.29;
		max-width: 390px;
		margin-left: auto;
		padding-bottom: 43px;
		margin-bottom: 33px;
	}

	.video-section.full .video-panel .h3:after {
		width: 180px;
		left: 3px;
	}

	.video-section.contained h1 {
		margin-bottom: 41px;
	}

	.video-section.contained .video-panel {
		margin-bottom: 61px;
	}

	.video-section.contained .video-panel.video-playing-state .icon-play .play {
		display: none;
	}

	.video-section.contained .video-panel .img-holder {
		width: 61.9%;
		min-height: 460px;
		height: auto;
	}

	.video-section.contained .video-panel .img-holder .icon-play {
		display: none;
	}

	.video-section.contained .video-panel .desc {
		width: 38.1%;
		padding: 53px 20px;
	}

	.video-section.contained .video-panel .h3 {
		font-size: 28px;
		line-height: 1.33;
		padding-bottom: 43px;
		margin-bottom: 37px;
	}

	.video-section.contained .video-panel .h3:after {
		width: 180px;
	}

	.video-section.full-width-video .video-frame .img-holder .icon-play {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .2s linear .6s,		visibility .2s linear .6s;
		transition: opacity .2s linear .6s,		visibility .2s linear .6s;
	}

	.video-section.full-width-video .video-frame.video-playing-state .icon-play {
		opacity: 1;
		visibility: visible;
		top: 40px;
		left: auto;
		right: 0;
		display: block !important;
	}

	.video-section.full-width-video .video-frame.video-playing-state .video .icon-play {
		border-radius: 50%;
		box-shadow: 0 0 5px #000;
	}

	.video-section.full-width-video .video-frame.video-def-state .video .icon-play {
		-webkit-transition: opacity .2s linear,		visibility .2s linear;
		transition: opacity .2s linear,		visibility .2s linear;
		border-radius: 50%;
		box-shadow: 0 0 5px #000;
		opacity: 0;
		top: 100%;
		left: 40px;
		margin-top: 40px;
	}

	.video-section.inside-video .video-frame .img-holder .icon-play {
		-webkit-transition: -webkit-transform .2s linear,		top .2s linear,		left .2s linear;
		transition: transform .2s linear,		top .2s linear,		left .2s linear;
	}

	.video-section.inside-video .video-frame.video-playing-state .icon-play {
		opacity: 1;
		visibility: visible;
		top: 45px;
		left: 90%;
	}

	.video-section.inframe .video-frame.video-playing-state .desc .icon-play {
		display: block;
	}

	.video-section.inframe .video-frame.video-playing-state .desc .icon-play .play {
		display: none;
	}

	.video-section.inframe .video-frame.video-playing-state .desc .icon-play .pause {
		display: block;
	}

	.video-section.inframe .desc .icon-play .pause {
		display: none;
	}

	.video-section .full-wrap .video-panel {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.video-section .full-wrap .video-panel .img-holder {
		width: 58.7%;
		min-height: 351px;
		height: auto;
	}

	.video-section .full-wrap .video-panel .img-holder .icon-play {
		display: none;
	}

	.video-section .full-wrap .video-panel .desc {
		width: 41.3%;
		padding: 58px 20px 35px;
		box-shadow: inset 0 -22px 0 #4bb6e6;
	}

	.video-section .full-wrap .video-panel.gray .desc {
		box-shadow: inset 0 -22px 0 #6b6b6b;
	}

	.video-section .full-wrap .video-panel .h3 {
		font-size: 24px;
		line-height: 1.25;
		padding-bottom: 30px;
		margin-bottom: 38px;
	}

	.video-section .video-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.video-section .video-panel .icon-play img {
		width: 54px;
		height: 54px;
	}

	.video-section .video-panel .desc {
		box-shadow: inset 0 -30px 0 #4bb6e6;
	}

	.video-section .video-panel .desc .icon-play {
		position: static;
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.video-section .video-panel .tag {
		font-size: 14px;
	}

	.video-section .video-panel .h3 {
		font-size: 18px;
		line-height: 1.67;
		position: relative;
	}

	.video-section .video-panel .h3:after {
		content: "";
		height: 2px;
		background: #fff;
		width: 110px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.video-section .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 39px;
	}

	.video-section .wrap .video-panel .img-holder {
		width: 49.5%;
		min-height: 351px;
		height: auto;
	}

	.video-section .wrap .video-panel .img-holder .icon-play {
		display: none;
	}

	.video-section .wrap .video-panel .desc {
		width: 50.5%;
		box-shadow: inset 0 -21px 0 #4bb6e6;
		padding: 57px 32px;
	}

	.video-section .wrap .video-panel .h3 {
		font-size: 24px;
		line-height: 1.25;
		padding-bottom: 33px;
		margin-bottom: 35px;
	}

	.video-section .wrap .video-panel.gray .desc {
		box-shadow: inset 0 -21px 0 #8b8888;
	}

	.video-section .pro-slider .h3 {
		font-size: 20px;
		line-height: 1.29;
	}

	.video-section .pro-slider .slick-dots li {
		margin: 0 10px;
	}

	.video-section .pro-slider .slick-dots button {
		width: 11px;
		height: 11px;
	}

	.award-section {
		min-height: 540px;
	}

	.award-section.align-left .holder {
		max-width: 407px;
	}

	.award-section.align-right .container {
		padding-top: 50px;
	}

	.award-section.align-right .holder {
		max-width: 340px;
	}

	.award-section .container {
		padding-top: 70px;
	}

	.award-section .h1 {
		margin-bottom: 32px;
	}

	.award-section .more {
		font-size: 18px;
	}

	.award-section .more .ico {
		font-size: 16px;
		margin-left: 14px;
	}

	.award-slider-holder {
		padding: 86px 0 137px;
	}

	.award-slider-holder h1 {
		padding: 0;
		margin-bottom: 41px;
	}

	.award-slider-holder .award-slider {
		padding: 0 50px;
	}

	.award-slider-holder .slick-list {
		padding: 0;
	}

	.award-slider-holder .box {
		border-radius: 6px;
	}

	.award-slider-holder .box .item-hold img {
		border-radius: 6px;
	}

	.award-slider-holder .slide {
		padding: 0 15px;
	}

	.award-slider-holder .slick-dots {
		bottom: -71px;
	}

	.award-slider-holder .slick-dots li {
		margin: 0 11px;
	}

	.award-slider-holder .slick-dots button {
		width: 11px;
		height: 11px;
	}

	.slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 16px;
		line-height: 1;
		background: #fff;
		box-shadow: 0 6px 12px 0 rgba(32, 33, 39, .08);
		border-radius: 8px;
		width: 50px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 99;
	}

	.slick-arrow:hover {
		box-shadow: 0 6px 12px 0 rgba(32, 33, 39, .2);
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.review-section {
		padding-bottom: 40px;
	}

	.review-section h1 {
		text-align: left;
		margin-bottom: 42px;
	}

	.review-section .review-slider {
		padding: 0 70px 29px;
	}

	.review-section .review-slider .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.review-section .review-slider .logo-hold {
		margin: 10px 0 0;
	}

	.review-section .review-slider blockquote {
		width: 790px;
		margin-left: 30px;
	}

	.review-section .review-slider .slick-arrow {
		top: 27%;
	}

	.review-section .slick-dots li {
		margin: 0 11px;
	}

	.review-section .slick-dots button {
		width: 11px;
		height: 11px;
	}

	.review-section .more {
		font-size: 18px;
	}

	.review-section .more .ico {
		font-size: 16px;
		margin-left: 10px;
	}

	.review-panel-section h1 {
		margin-bottom: 31px;
		padding: 0;
	}

	.review-panel-section .review-panel {
		padding: 0 50px;
	}

	.review-panel-section .slick-list {
		padding: 0 0 63px;
	}

	.review-panel-section .slide {
		padding: 0 15px;
	}

	.review-panel-section .panel {
		border-radius: 6px;
	}

	.review-panel-section .panel .area {
		border-radius: 0 0 6px 6px;
	}

	.review-panel-section .slick-dots li {
		margin: 0 11px;
	}

	.review-panel-section .slick-dots button {
		width: 11px;
		height: 11px;
	}

	.review-panel-section .slick-arrow {
		top: 42%;
	}

	.product-section {
		padding-top: 33px;
		padding-bottom: 53px;
	}

	.product-section h1 {
		padding: 0;
		margin-bottom: 45px;
	}

	.product-section .item-hold {
		font-size: 14px;
		line-height: 1.5;
	}

	.product-section .sm-mask .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-section .sm-mask .wrap .sm-hold {
		width: 50%;
	}

	.product-section .sm-hold a {
		height: 240px;
	}

	.product-section .sm-hold.right .desc-wrap {
		padding-right: 185px;
	}

	.product-section .sm-hold.right .item-image {
		right: 10px;
		width: 172px;
	}

	.product-section .product-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-slider .slick-list {
		padding: 0 0 63px;
	}

	.product-slider .slide {
		padding: 0 15px;
	}

	.product-slider .hold {
		border-radius: 6px;
	}

	.product-slider .slick-dots li {
		margin: 0 11px;
	}

	.product-slider .slick-dots button {
		width: 11px;
		height: 11px;
	}

	.product-hold {
		width: 50%;
		font-size: 14px;
		line-height: 1.5;
	}

	.product-hold .desc-wrap .sub {
		font-size: 20px;
	}

	.more-section {
		padding-top: 32px;
	}

	.more-section h1 {
		margin-bottom: 41px;
	}

	.more-section .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.more-section .col {
		width: 50%;
		padding: 0 10px;
	}

	.more-section .image-wrap.lg-add {
		height: 100%;
	}

	.more-section .image-wrap.sm-add {
		height: 300px;
	}

	.more-section .extra {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.5;
	}

	.more-section .extra .sub {
		font-size: 20px;
	}

	.video-block h1 {
		margin-bottom: 43px;
	}

	.video-block .video-area {
		height: 390px;
	}

	.video-block .icon-play img {
		width: 66px;
		height: 66px;
	}

	.video-block .video .mobile {
		display: none;
	}

	.video-block .video .desktop {
		display: block;
	}

	.video-block .video-frame.video-playing-state .icon-play {
		opacity: 1;
		visibility: visible;
		top: 20px;
		right: 50px;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.video-swimlane .wrap {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.video-swimlane .desc {
		width: 50%;
		text-align: left;
		font-size: 24px;
		line-height: 1.42;
		padding: 0 15px;
	}

	.video-swimlane .desc .h1 {
		margin-bottom: 39px;
	}

	.video-swimlane .video-hold {
		width: 50%;
		padding: 0 15px;
	}

	.video-swimlane .video-hold img {
		width: auto;
	}

	.animation-block h1 {
		margin-bottom: 49px;
	}

	.animation-block .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.animation-block .desc-holder {
		width: 38.2%;
		min-height: 416px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.animation-block .title {
		font-size: 30px;
		line-height: 1.43;
	}

	.animation-block .animation-holder {
		width: 61.8%;
		min-height: 559px;
	}

	.app-block .head-area {
		margin-bottom: 40px;
	}

	.app-block .phone-holder {
		width: 285px;
		margin-bottom: 40px;
	}

	.app-block .phone-holder:before {
		background-size: 285px 548px;
		width: 285px;
		height: 548px;
		top: 0;
		left: 0;
	}

	.app-block .device-slider {
		padding: 18px 28px 54px;
	}

	.app-block .slick-dots li {
		margin: 0 11px;
	}

	.app-block .slick-dots li button {
		width: 11px;
		height: 11px;
	}

	.app-block .slick-arrow {
		top: 46.5%;
		width: 50px;
		height: 50px;
		font-size: 16px;
		border-radius: 8px;
	}

	.app-block .slick-arrow.slick-prev {
		left: -60px;
	}

	.app-block .slick-arrow.slick-next {
		right: -60px;
	}

	.app-block .slick-list {
		border: 1px solid #e5e5e5;
		border-radius: 35px/34px;
	}

	.app-block .slick-list:after {
		width: 122px;
		height: 18px;
		border-radius: 0 0 16px 16px;
	}

	.app-block .tab-holder .tabset {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px 65px;
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.app-block .tab-holder .tabset li {
		margin: 0 24px;
	}

	.app-block .tab-holder .tabset li.active .text {
		color: #00a5e2;
	}

	.app-block .tab-holder .tabset li.active a:after {
		width: 100%;
	}

	.app-block .tab-holder .tabset li a {
		display: block;
		padding-bottom: 8px;
		position: relative;
	}

	.app-block .tab-holder .tabset li .ico {
		font-size: 34px;
		line-height: 1;
		display: block;
		min-height: 38px;
		margin-bottom: 7px;
	}

	.app-block .tab-holder .tabset li .icon-devices {
		font-size: 29px;
	}

	.app-block .tab-holder .tabset li .icon-guest {
		font-size: 38px;
	}

	.app-block .tab-holder .tabset li .text {
		display: block;
		color: #6b6b6b;
	}

	.app-block .tab-holder .tab-content {
		margin-bottom: 34px;
	}

	.app-block .tab-holder .tab-content .h4 {
		font-size: 24px;
		margin-bottom: 21px;
	}

	.app-block .tab-holder .tab-foot .logo-block {
		margin-bottom: 10px;
	}

	.app-block .tab-holder .tab-foot .note {
		display: block;
		font-size: 12px;
		line-height: 1.42;
		text-align: center;
	}

	.blue-section .strip .ico-hold {
		display: block;
		position: absolute;
		top: 148px;
		left: 20px;
		width: 80px;
		height: 80px;
		border-radius: 100%;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #00a5e2;
		font-size: 40px;
		line-height: 1;
	}

	.blue-section .strip .ico-hold .icon-thumbs {
		margin-top: -7px;
	}

	.blue-section .strip .ico-hold .icon-speedometer {
		font-size: 30px;
		margin-top: -5px;
	}

	.blue-section .item-holder.js-content {
		min-height: 70vh;
	}

	.blue-section .item-holder.js-fixed-content {
		max-width: 1240px;
	}

	.blue-section .item .pos01 {
		padding-bottom: 150px;
	}

	.blue-section .item .img-box {
		padding: 0 20px;
		width: 200px;
	}

	.blue-section .item .flip-buttons .text {
		font-size: 14px;
		border-radius: 3px;
		width: 120px;
		padding: 10px 8px;
	}

	.blue-section .text-box {
		font-size: 24px;
		line-height: 1.42;
		min-width: 355px;
	}

	.blue-section .text-box .btn-tag {
		margin-bottom: 29px;
		border-radius: 6px;
		padding: 8px 10px;
		font-size: 30px;
		width: 204px;
	}

	.blue-section .text-box .title {
		font-size: 36px;
		margin-bottom: 23px;
	}

	.blue-section .text-box p {
		margin-bottom: 22px;
	}

	.blue-section .scroll-fixed-bottom-section .js-fixed-content .img-box {
		margin-bottom: -20px;
	}

	.product-area .rating-hold .digits {
		font-size: 18px;
	}

	.product-area .star-rating li .icon-star,
	.product-area .star-rating li .icon-star-outline {
		font-size: 19px;
	}

	.product-area .main-image-hold {
		padding: 0 0 22px;
	}

	.product-area .main-image-hold .vid-outer {
		padding: 56.25% 0 0;
		height: auto;
	}

	.product-area .main-image-hold .holder img {
		max-width: 100%;
		max-height: 450px;
	}

	.product-area .thumb-image {
		display: block;
		width: 480px;
		margin: 0 auto;
		padding: 0 40px;
	}

	.product-area .slick-arrow {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}

	.product-area .title .mid-hold {
		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;
	}

	.product-area .title .mid-hold .rating-hold {
		margin-bottom: 0;
	}

	.product-area .title .mid-hold .digits {
		font-size: 14px;
	}

	.product-area .title .social-area #st-1 .st-btn {
		height: 25px;
		padding: 0 4px;
	}

	.product-area .title .social-area #st-1 .st-btn > svg {
		width: 17px;
		height: 17px;
	}

	.product-area .title .share {
		font-size: 9px;
	}

	.product-area .title .share strong {
		font-size: 14px;
	}

	.product-area .title .social-networks {
		margin-top: 0;
	}

	.product-area .title .social-networks li img {
		width: 24px;
		height: 24px;
	}

	.product-area .description .package-area {
		margin-top: -13px;
		margin-bottom: 23px;
	}

	.product-area .description .package-area .price-hold {
		margin-bottom: 35px;
	}

	.product-area .description .package-area .price-hold .label {
		font-size: 16px;
	}

	.product-area .description .package-area .price {
		font-size: 24px;
	}

	.product-area .description .package-area .size-hold .label {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.product-area .description .package-area .package-drop .opener {
		display: none;
	}

	.product-area .description .package-area .package-drop .drop-hold {
		border: none;
		position: static;
	}

	.product-area .description .package-area .package-drop .drop-hold.js-slide-hidden {
		position: static !important;
		top: 0 !important;
		left: 0 !important;
	}

	.product-area .description .package-area .package-drop .drop-hold ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -6px;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li {
		width: 25%;
		padding: 0 6px;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li input[type="radio"]:checked ~ .fake-label {
		border: 1px solid #00a5e2;
		box-shadow: 0 0 8px rgba(134, 207, 241, .6);
	}

	.product-area .description .package-area .package-drop .drop-hold ul li .fake-input {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li .fake-label {
		border: 1px solid #d3d3d3;
		border-radius: 6px;
		padding: 11px 12px;
		height: 100%;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li .fake-label:hover {
		background: #fff;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li .fake-label span {
		display: block;
		float: none;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li.active a {
		border: 1px solid #00a5e2;
		box-shadow: 0 0 8px rgba(134, 207, 241, .6);
	}

	.product-area .description .package-area .package-drop .drop-hold ul li a {
		border: 1px solid #d3d3d3;
		border-radius: 6px;
		padding: 11px 12px;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li a span {
		display: block;
		float: none;
	}

	.product-area .description .package-area .package-drop .drop-hold ul li a:hover {
		background: #fff;
		border: 1px solid #00a5e2;
		box-shadow: 0 0 8px rgba(134, 207, 241, .6);
	}

	.product-area .description ul li {
		font-size: 14px;
		line-height: 1.5;
	}

	.product-area .description ul li:before {
		width: 8px;
		height: 8px;
	}

	.product-area .description .more {
		font-size: 14px;
	}

	.product-area .description .low {
		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;
		margin-top: 20px;
	}

	.product-area .description .btn-holder {
		margin: 0 -6px;
	}

	.product-area .description .btn-holder .hold {
		width: 150px;
	}

	.product-area .description .btn-holder .btn-primary {
		padding: 9px 5px 8px;
	}

	.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		padding: 9px 5px 8px;
	}

	.product-area .description .download-hold {
		margin-left: 15px;
	}

	.feature-block .feat-head {
		margin-bottom: 42px;
		font-size: 20px;
	}

	.feature-block .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.feature-block .col {
		width: 50%;
		padding: 0 10px;
	}

	.feature-block .image-wrap.lg-add {
		height: 100%;
	}

	.feature-block .image-wrap.sm-add {
		height: 230px;
	}

	.feature-block .image-wrap.sm-add + .sm-add {
		margin-top: 20px;
	}

	.feature-block .image-wrap .hold {
		max-width: 340px;
		font-size: 18px;
		line-height: 1.38;
	}

	.feature-block .extra {
		margin-bottom: 20px;
		padding: 40px 20px 37px 7px;
	}

	.feature-block .extra .desc {
		font-size: 16px;
		line-height: 1.38;
	}

	.feature-block .extra .h3 {
		line-height: 1.06;
	}

	.plateform-block {
		padding: 59px 0;
	}

	.plateform-block h1 {
		margin-bottom: 68px;
	}

	.plateform-block .item-hold .holder {
		width: 33.33%;
		margin-bottom: 50px;
	}

	.plateform-block .item-hold .holder img {
		width: auto;
	}

	.plateform-block .btn-more {
		width: 46px;
		height: 46px;
	}

	.plateform-block .btn-more:before,
	.plateform-block .btn-more:after {
		width: 20px;
	}

	.plateform-block .btn-more:after {
		height: 20px;
		width: 2px;
	}

	.plateform-block .btn-show {
		display: none;
	}

	.plateform-block .note {
		font-size: 14px;
	}

	.detail-block {
		padding: 29px 0;
	}

	.detail-block .bg-image {
		height: 420px;
	}

	.detail-block .desc {
		text-align: center;
		padding-top: 65px;
	}

	.detail-block h1 {
		padding: 0 130px;
	}

	.detail-block .img-holder {
		width: 140px;
	}

	.better-block {
		margin-top: 57px;
		margin-bottom: 43px;
	}

	.better-block h1 {
		text-align: left;
		font-size: 32px;
		margin-bottom: 24px;
	}

	.better-block .wrap {
		width: 47%;
		min-height: 310px;
	}

	.better-block .smooth-tab .tabset-hold {
		display: block;
	}

	.better-block .tabset-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 39px;
	}

	.better-block .tabset-hold li {
		font-size: 14px;
	}

	.better-block .tab-content-hold {
		margin: 0;
	}

	.better-block .tab-content-hold .holder {
		border-bottom: none;
		padding: 0;
	}

	.better-block .tab-content-hold .holder:first-child {
		border-top: none;
	}

	.better-block .tab-content-hold .opener-holder {
		display: none;
	}

	.better-block .tab-content-hold ul {
		margin-top: 0;
		margin-bottom: 7px;
	}

	.better-block .tab-content-hold ul li {
		font-size: 20px;
		line-height: 1.8;
	}

	.better-block .tab-content-hold ul li:before {
		width: 6px;
		height: 6px;
		top: 14px;
	}

	.better-block .tab-content-hold .h4 {
		margin-bottom: 20px;
	}

	.better-block .tab-content-hold .more {
		font-size: 14px;
	}

	.better-block .tab-content-hold .img-holder {
		position: absolute;
		top: 0;
		right: 0;
		left: 50%;
		margin-bottom: 0;
		height: 310px;
	}

	.better-block .tab-content-hold .img-holder img {
		display: none;
	}

	.specs-block .holder {
		margin: 0;
	}

	.specs-block .accordion .opener {
		font-size: 20px;
	}

	.specs-block .accordion .opener .plus {
		width: 20px;
		height: 20px;
	}

	.specs-block .accordion .opener .plus:before,
	.specs-block .accordion .opener .plus:after {
		height: 18px;
	}

	.specs-block .accordion .wrap .frame {
		width: 50%;
		min-height: 98px;
	}

	.specs-block .accordion .wrap .frame:last-child {
		width: 50%;
		text-align: left;
	}

	.specs-block .accordion .wrap em.text {
		font-size: 14px;
	}

	.specs-block .accordion .wrap .text em {
		width: 70px;
		margin-right: 10px;
	}

	.specs-block .more-specs {
		width: 44px;
		height: 44px;
	}

	.specs-block .more-specs:before,
	.specs-block .more-specs:after {
		width: 20px;
	}

	.specs-block .more-specs:after {
		height: 20px;
		width: 2px;
	}

	.specs-block .extra-holder .title {
		font-size: 20px;
	}

	.product-section.similar-block .head-holder {
		margin-bottom: 45px;
		padding: 0;
	}

	.product-section.similar-block .more-wrap a .icon-arrow-right-2 {
		font-size: 13px;
	}

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

	.support-section .desc {
		width: 50%;
		padding: 40px 20px 57px;
	}

	.support-section .title {
		font-size: 20px;
	}

	.support-section .img-holder {
		width: 50%;
		height: auto;
	}

	.product-section.feature-add .sm-hold.right .item-image {
		width: 204px;
	}

	.product-section.feature-add .sm-hold.right .desc-wrap {
		padding-right: 280px;
	}

	.product-section.feature-add .sm-hold.left .item-image {
		width: 207px;
	}

	.product-section.feature-add .sm-hold.left.dark .item-image {
		width: 193px;
		left: -15px;
		bottom: -40px;
	}

	.detail-block.add .img-holder {
		width: 200px;
		top: -250px;
		right: 53px;
	}

	.app-block.app-v2 .tab-foot {
		font-size: 16px;
		line-height: 1.25;
	}

	.app-block.app-v2 .tab-foot .title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.blue-section-bg {
		height: 340px;
	}

	.illustration-block {
		padding: 57px 0 10px;
	}

	.illustration-block h1 {
		margin-bottom: 35px;
	}

	.better-block.v3 {
		margin: -53px 0 -29px;
	}

	.better-block.v3 .wrap {
		width: 100%;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.better-block.v3 .tabset-outer {
		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;
		position: relative;
		background: #fafafa;
		width: 32.5%;
		margin: 0;
	}

	.better-block.v3 .tabset-outer:before {
		content: "";
		background: #fafafa;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		left: -9999px;
	}

	.better-block.v3 h1 {
		margin-bottom: 30px;
	}

	.better-block.v3 .select-holder.no-icons .tabset-hold li {
		font-size: 24px;
		text-transform: none;
		margin-bottom: 8px;
	}

	.better-block.v3 .select-holder.no-icons .tabset-hold li a {
		padding: 0 14px;
		line-height: 44px;
	}

	.better-block.v3 .select-holder .opener {
		display: none;
	}

	.better-block.v3 .select-drop {
		position: static !important;
		border: none;
		border-radius: 0;
		background: none;
	}

	.better-block.v3 .tabset-hold {
		margin: 0;
	}

	.better-block.v3 .tabset-hold li {
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.better-block.v3 .tabset-hold li {
		margin-bottom: 11px;
	}

	.better-block.v3 .tabset-hold li.active a {
		border: 1px solid #00a5e2;
		border-radius: 6px;
		box-shadow: 0 0 8px 0 rgba(134, 207, 241, .6);
		color: #00a5e2;
	}

	.better-block.v3 .tabset-hold li a {
		border: 1px solid #fafafa;
		padding: 10px 10px 10px 60px;
		border-radius: 6px;
		width: 220px;
	}

	.better-block.v3 .tabset-hold li a:hover {
		border: 1px solid #00a5e2;
		border-radius: 6px;
		box-shadow: 0 0 8px 0 rgba(134, 207, 241, .6);
		color: #00a5e2;
	}

	.better-block.v3 .tabset-hold li .ico {
		font-size: 34px;
		left: 10px;
	}

	.better-block.v3 .tabset-hold li .ico.icon-house {
		font-size: 27px;
	}

	.better-block.v3 .tabset-hold li .ico.icon-basement {
		font-size: 32px;
	}

	.better-block.v3 .tabset-hold li .ico.icon-outdoor {
		font-size: 34px;
	}

	.better-block.v3 .tabset-hold li .ico.icon-garden {
		font-size: 28px;
	}

	.better-block.v3 .tab-content-hold {
		width: 67.5%;
		padding: 80px 0 70px 45px;
	}

	.better-block.v3 .tab-content-hold .img-holder {
		margin-bottom: 35px;
		height: auto;
	}

	.better-block.v3 .tab-content-hold .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.better-block.v3 .tab-content-hold .desc-area .title {
		font-size: 24px;
		margin-bottom: 23px;
	}

	.better-block.v3 .tab-content-hold ul {
		width: 100%;
	}

	.better-block.v3 .tab-content-hold ul li {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 8px;
	}

	.better-block.v3 .tab-content-hold ul li:before {
		top: 5px;
	}

	.app-block.app-v3 .tab-holder {
		margin-bottom: 20px;
	}

	.app-block.app-v3 .tab-holder .tabset-outer {
		margin: 0;
	}

	.app-block.app-v3 .tab-holder .tabset {
		margin-bottom: 40px;
		width: auto;
	}

	.app-block.app-v3 .tab-holder .tab-content .h4 {
		font-size: 24px;
	}

	.app-block.app-v3 .tab-holder .tab-content .wrap {
		padding-top: 0;
		text-align: center;
	}

	.app-block.app-v3 .phone-wrap .phone-slider {
		width: 490px;
		min-height: 372px;
		padding: 0 55px;
	}

	.app-block.app-v3 .phone-wrap .slick-list {
		padding: 50px 0 30px !important;
	}

	.app-block.app-v3 .phone-wrap .slick-list .slick-slide .img-holder {
		padding: 0 5px;
	}

	.app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current .img-holder {
		margin: -48px -30px 0;
	}

	.lightbox {
		padding: 53px 40px 60px;
	}

	.lightbox .h3 {
		font-size: 28px;
		margin-bottom: 22px;
	}

	.lightbox .text {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 53px;
	}

	.signup-form {
		padding: 0 29px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 50px;
		font-size: 17px;
		line-height: 20px;
		padding: 14px 20px;
	}

	input[type="submit"] {
		margin-top: 15px;
		height: 50px;
		font-size: 17px;
	}

	.hero-banner {
		height: 500px;
	}

	.hero-banner h1 {
		font-size: 44px;
	}

	.ps_OnlineStoresStyle a.ps_BuyButtonStyle {
		padding: 9px 5px 8px !important;
	}

	.product-section.bg-add .product-hold.dark .item-image {
		width: 240px;
	}

	.product-section.bg-add .product-hold.dark .desc-wrap {
		padding-right: 150px;
	}

	.product-section.bg-add .product-hold.light .item-image {
		width: 170px;
		left: -20px;
	}
}

@media (min-width: 1024px) {
	/*.header.initial .rt-hold.old-nav .rt-more {
		width: 325px;
	}*/

	/*.header.initial .rt-more {
		width: 190px;
	}*/

	.header.initial .netgear-logo {
		margin: 0 0 15px;
		display: block;
	}

	.header.custom-state {
		-webkit-transform: translateY(-84px);
		-ms-transform: translateY(-84px);
		transform: translateY(-84px);
	}

	.header.custom-state .netgear-logo {
		margin: 0;
		height: 0;
	}

	.header.custom-state .rt-more {
		width: 295px;
	}

	.header.custom-state .netgear-logo-add {
		display: inline-block;
		vertical-align: middle;
		margin-left: 14px;
	}

	.header .logo img {
		width: 74px;
		height: 30px;
	}

	.header .rt-hold {
		width: 890px;
	}

	/*.header .rt-hold.old-nav .nav-drop {
		width: 520px;
	}*/

	.header .netgear-logo {
		display: inline-block;
		vertical-align: middle;
		margin-left: 14px;
	}

	/*.header .rt-more {
		width: 295px;
	}

	.header .rt-more .btn {
		width: 154px;
	}*/

	.header .rt-more .btn-primary {
		min-width: 90px;
		padding: 6px 10px;
		margin-left: 13px;
		border-radius: 4px;
	}

	.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		min-width: 90px;
		padding: 5px 10px 6px;
		margin-left: 13px;
		border-radius: 4px;
		font-size: 14px;
	}

	.header .search-opener {
		margin: 3px 14px 0 0;
	}

	.header .search-opener .ico-search {
		width: 20px;
		height: 20px;
	}

	.header .search-form {
		margin-top: 1px;
	}

	/*.nav-drop {
		width: 580px;
	}*/

	#nav > ul {
		font-size: 14px;
	}

	#nav > ul > li + li {
		margin-left: 24px;
	}

	.subnav .page-title {
		font-size: 18px;
		margin-left: 6px;
		width: 180px;
	}

	.subnav .r-holder {
		width: 78%;
	}

	.subnav .btn-primary {
		padding: 9px 10px 7px;
		margin-left: 25px;
		width: 150px;
	}

	.subnav .sub-drop .nav li {
		font-size: 18px;
	}

	.subnav .sub-drop .nav li + li {
		margin-left: 48px;
	}

	.btn {
		font-size: 14px;
		border-width: 2px;
		padding: 5px 8px 3px;
	}

	.btn-white {
		font-size: 14px;
		border-radius: 6px;
	}

	.btn-primary {
		font-size: 14px;
		border-radius: 6px;
	}

	.footer {
		font-size: 16px;
		line-height: 20px;
		padding-top: 11px;
	}

	.lang-select {
		padding: 4px 4px 0 0;
	}

	.benefit-section.circle h1 {
		margin-bottom: 43px;
	}

	.benefit-section.circle .mask {
		margin: 0;
	}

	.benefit-section.circle .row {
		padding: 0 30px;
	}

	.benefit-section.circle .img-holder {
		width: 240px;
		height: 240px;
	}

	.benefit-section.circle .desc-holder h2 {
		font-size: 24px;
	}

	.feature-accordion {
		padding-top: 116px;
		padding-bottom: 27px;
	}

	.feature-accordion .accordion-holder {
		width: 35%;
	}

	.feature-accordion .accordion .opener-holder {
		padding-left: 73px;
	}

	.feature-accordion .accordion .text {
		padding-right: 70px;
		padding-left: 73px;
	}

	.feature-accordion .image-holder {
		width: 54.4%;
		padding-left: 0;
		padding-right: 46px;
		margin-top: -20px;
	}

	.video-section .panel-slider {
		margin: 0 -15px 40px;
	}

	.video-section .panel-slider .video-panel {
		padding: 0 15px;
	}

	.video-section .panel-slider .video-panel .img-holder .icon-play img {
		width: 54px;
		height: 54px;
	}

	.video-section.full .video {
		height: 600px;
	}

	.video-section.full .video-panel .desc {
		padding: 72px 45px 40px;
	}

	.video-section.full .video-panel .desc .icon-play {
		max-width: 390px;
		margin-left: auto;
		padding-left: 8px;
	}

	.video-section.full .video-panel .h3 {
		padding-right: 80px;
		margin-bottom: 53px;
	}

	.video-section.contained .video-panel .desc {
		padding: 53px 43px;
	}

	.video-section.contained .video-panel .desc .icon-play {
		padding-left: 5px;
	}

	.video-section.contained .video-panel .h3 {
		padding-right: 30px;
		margin-bottom: 57px;
		font-size: 36px;
	}

	.video-section .full-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	.video-section .full-wrap .video-panel {
		width: 50%;
	}

	.video-section .full-wrap .video-panel.video-playing-state .img-holder .icon-play .pause {
		width: 54px;
		height: 54px;
	}

	.video-section .full-wrap .video-panel .desc {
		padding: 58px 32px 35px;
	}

	.video-section .full-wrap .video-panel .desc .icon-play img {
		width: 54px;
		height: 54px;
	}

	.video-section .video-panel .icon-play img {
		width: 70px;
		height: 70px;
	}

	.video-section .wrap {
		margin: 0 -10px 39px;
	}

	.video-section .wrap .video-panel {
		width: 50%;
		padding: 0 10px;
	}

	.video-section .wrap .video-panel.video-playing-state .img-holder .icon-play .pause {
		width: 54px;
		height: 54px;
	}

	.video-section .wrap .video-panel .desc .icon-play img {
		width: 54px;
		height: 54px;
	}

	.video-section .pro-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 56px;
	}

	.video-section .pro-slider .desc {
		box-shadow: inset 0 -21px 0 #4bb6e6;
	}

	.video-section .pro-slider .col {
		width: 33.33%;
	}

	.video-section .pro-slider .col.gray .desc {
		box-shadow: inset 0 -21px 0 #8b8888;
	}

	.video-section .pro-slider .col.sky .desc {
		box-shadow: inset 0 -21px 0 #86cff1;
	}

	.video-section .pro-slider .h3 {
		padding-bottom: 37px;
		margin-bottom: 39px;
	}

	.video-section .pro-slider .h3:after {
		width: 100px;
	}

	.review-section .review-slider .logo-hold {
		width: 232px;
	}

	.review-section .review-slider blockquote {
		font-size: 24px;
		line-height: 1.38;
	}

	.review-panel-section {
		padding: 49px 0;
	}

	.review-panel-section .panel blockquote {
		font-size: 14px;
		line-height: 1.79;
		padding-bottom: 20px;
		margin: 0 9px 14px;
	}

	.review-panel-section .panel .low-hold .more {
		font-size: 12px;
	}

	.review-panel-section .panel .low-hold .more .ico {
		font-size: 10px;
	}

	.product-section .item-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product-section .lg-hold {
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product-section .lg-hold .item-image {
		width: 327px;
	}

	.product-section .sm-mask {
		width: 60%;
	}

	.product-section .sm-hold a {
		padding: 50px 20px;
		height: auto;
	}

	.product-section .sm-hold.left .h4 {
		font-size: 18px;
	}

	.product-slider {
		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;
		margin: 0 -15px;
	}

	.product-slider .slide {
		width: 33.33%;
	}

	.product-slider .hold {
		padding: 40px 45px 26px;
	}

	.product-slider .item-image {
		width: auto;
		text-align: center;
		padding-right: 14px;
		margin: 0 0 17px;
	}

	.product-slider .h4 {
		margin-bottom: 11px;
	}

	.product-slider .text-hold {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.product-slider .text-hold p {
		margin-bottom: 8px;
	}

	.product-slider .text-hold .icon-arrow-right {
		font-size: 12px;
		margin-left: 8px;
	}

	.product-slider .low-hold .btn-primary {
		width: 180px;
		padding: 11px 5px 10px;
		margin-bottom: 16px;
	}

	.product-slider .low-hold .more {
		font-size: 14px;
	}

	.product-slider .low-hold .more .icon-arrow-right-2 {
		font-size: 10px;
	}

	.more-section .extra {
		padding: 49px 140px 45px 30px;
	}

	.more-section .extra p {
		margin-bottom: 24px;
	}

	.more-section .extra .btn-holder {
		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;
	}

	.more-section .extra .btn-white {
		width: 132px;
		padding: 10px 5px 7px;
		margin-bottom: 0;
		margin-right: 29px;
	}

	.more-section .extra .link .icon-arrow-right-2 {
		margin-left: 5px;
	}

	.more-section .extra .img-holder {
		width: 188px;
		right: -30px;
	}

	.video-block .video-area {
		height: 484px;
	}

	.video-block .video video {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}

	.video-swimlane .desc {
		padding-top: 81px;
	}

	.animation-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.animation-block .desc-holder {
		padding: 45px 62px 50px 20px;
		box-shadow: inset 0 -30px 0 #4bb6e6;
	}

	.animation-block .desc-holder .desc {
		max-width: 380px;
		margin: 0 auto;
		font-size: 20px;
		line-height: 1.6;
	}

	.animation-block .title {
		padding-bottom: 31px;
		margin-bottom: 33px;
	}

	.animation-block .title:after {
		width: 190px;
	}

	.app-block {
		padding-top: 87px;
	}

	.app-block .head-area {
		margin-bottom: 48px;
		text-align: left;
	}

	.app-block h1 {
		text-align: left;
		max-width: 540px;
	}

	.app-block .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.app-block .phone-holder {
		width: 285px;
		margin: -100px 66px 0 0;
	}

	.app-block .tab-holder {
		width: 540px;
	}

	.app-block .tab-holder .tabset {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.app-block .tab-holder .tab-content {
		text-align: left;
		margin-bottom: 49px;
	}

	.app-block .tab-holder .tab-foot .logo-block {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 24px;
	}

	.app-block .tab-holder .tab-foot .note {
		text-align: left;
	}

	.blue-section .container {
		position: relative;
	}

	.blue-section .strip {
		left: 20px;
		max-width: 1240px;
		margin: 0 auto;
		width: 100%;
	}

	.blue-section .item-holder {
		padding-left: 119px;
	}

	.blue-section .item .img-box {
		width: 240px;
	}

	.blue-section .item .flip-buttons {
		padding: 0 22px;
		margin: 0 auto;
		max-width: 220px;
	}

	.blue-section .scroll-fixed-bottom-section.js-fixed {
		bottom: -115px;
	}

	.blue-section .scroll-fixed-bottom-section.js-bottom-position {
		bottom: -135px;
	}

	.product-area {
		padding-top: 50px;
		padding-bottom: 41px;
	}

	.product-area .star-rating {
		margin-right: 6px;
	}

	.product-area .star-rating li {
		margin: 0 1px;
	}

	.product-area .star-rating li .icon-star,
	.product-area .star-rating li .icon-star-outline {
		font-size: 21px;
	}

	.product-area .wrap {
		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-area .product-view {
		width: 490px;
	}

	.product-area .product-details {
		width: 470px;
		padding-left: 25px;
	}

	.product-area .main-image-hold {
		padding-bottom: 21px;
	}

	.product-area .title {
		padding-bottom: 18px;
		margin-bottom: 35px;
	}

	.product-area .title .mid-hold .star-rating {
		margin-right: 17px;
	}

	.product-area .h3 {
		margin-bottom: 16px;
	}

	.product-area .description ul {
		margin-bottom: 12px;
	}

	.product-area .description ul li {
		margin-bottom: 8px;
	}

	.product-area .description .more {
		margin-left: 17px;
	}

	.product-area .description .low {
		margin-top: 35px;
	}

	.product-area .description .btn-holder .btn-gray {
		border-radius: 6px;
	}

	.product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		font-size: 14px;
		border-radius: 6px;
		padding: 10px 10px 9px;
	}

	.feature-block {
		padding-top: 69px;
	}

	.feature-block .h3 {
		font-size: 36px;
		line-height: 1.06;
	}

	.feature-block .extra .img-holder {
		width: 160px;
		margin-right: 18px;
	}

	.detail-block .desc {
		padding-top: 79px;
		font-size: 20px;
		line-height: 1.4;
	}

	.detail-block h1 {
		margin-bottom: 34px;
		padding: 0 260px;
	}

	.detail-block .img-holder {
		width: 272px;
		top: -250px;
		right: 10px;
	}

	.better-block h1 {
		font-size: 44px;
		margin-bottom: 44px;
	}

	.better-block .wrap {
		padding-top: 31px;
		padding-bottom: 18px;
		min-height: 440px;
	}

	.better-block .tabset-hold {
		margin: 0 -2px 52px;
	}

	.better-block .tabset-hold li {
		font-size: 18px;
	}

	.better-block .tabset-hold li + li {
		margin-left: 15px;
	}

	.better-block .tabset-hold li a {
		padding: 0 2px;
	}

	.better-block .tabset-hold li a:after {
		bottom: -7px;
	}

	.better-block .tab-content-hold ul li {
		padding-left: 18px;
		margin-bottom: 4px;
	}

	.better-block .tab-content-hold ul li:before {
		width: 8px;
		height: 8px;
		top: 12px;
	}

	.better-block .tab-content-hold .more {
		margin-left: 18px;
	}

	.better-block .tab-content-hold .img-holder {
		height: 440px;
	}

	.specs-block {
		padding: 89px 0 83px;
	}

	.specs-block h1 {
		text-align: left;
		margin-bottom: 46px;
	}

	.specs-block .inner {
		margin: 0 -30px;
	}

	.specs-block .col {
		width: 50%;
		float: left;
		padding: 0 30px;
	}

	.specs-block .accordion li {
		padding: 0;
	}

	.specs-block .accordion .opener {
		padding: 23px 25px 22px 0;
	}

	.specs-block .accordion .opener .plus {
		top: 53%;
	}

	.specs-block .accordion .wrap {
		padding: 20px 0 11px;
	}

	.specs-block .accordion .wrap .frame {
		font-size: 16px;
		line-height: 1.25;
		padding-right: 15px;
	}

	.specs-block .accordion .wrap .title {
		margin-bottom: 12px;
	}

	.specs-block .more-specs {
		margin-top: 51px;
	}

	.specs-block .more-specs.js-hidden {
		display: none;
	}

	.specs-block .extra-holder {
		padding: 48px 0 20px;
	}

	.specs-block .extra-holder .title {
		margin-bottom: 21px;
	}

	.product-section.similar-block {
		padding-top: 44px;
	}

	.product-section.similar-block .head-holder {
		margin-bottom: 48px;
	}

	.product-section.similar-block .head-holder h1 {
		margin-bottom: 15px;
	}

	.product-section.similar-block h1 {
		margin-bottom: 48px;
	}

	.product-section.similar-block .item-image {
		padding: 0;
		height: 200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-section.similar-block .product-slider .hold {
		padding: 50px 47px 106px;
	}

	.product-section.similar-block .product-slider .h4 {
		margin-bottom: 20px;
	}

	.product-section.similar-block .product-slider .low-hold .btn-primary {
		bottom: 43px;
	}

	.product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		bottom: 43px;
		width: 180px;
		font-size: 14px;
		border-radius: 6px;
		padding: 11px 5px 10px;
	}

	.support-section {
		padding-top: 50px;
	}

	.support-section .desc {
		box-shadow: inset 0 -20px 0 #4bb6e6;
		padding: 75px 20px 98px;
	}

	.support-section .title {
		font-size: 30px;
		line-height: 1.43;
		padding-bottom: 29px;
		margin-bottom: 33px;
	}

	.support-section .title:after {
		width: 249px;
	}

	.support-section p {
		margin-bottom: 51px;
	}

	.support-section .btn-holder {
		margin: 0 -9px;
	}

	.support-section .btn-holder .btn-white,
	.support-section .btn-holder .btn {
		font-size: 14px;
		width: 182px;
		margin: 0 9px;
		border-radius: 6px;
		padding: 9px 10px 8px;
	}

	.product-section.feature-add .item-hold a {
		padding: 42px 23px;
	}

	.product-section.feature-add .lg-hold .item-image {
		width: 222px;
	}

	.product-section.feature-add .sm-hold a {
		padding: 44px 23px;
	}

	.product-section.feature-add .sm-hold.right .item-image {
		width: 154px;
	}

	.product-section.feature-add .sm-hold.left a {
		padding: 40px 23px;
	}

	.product-section.feature-add .sm-hold.left.mid .item-image {
		left: -70px;
	}

	.detail-block.add {
		padding-bottom: 65px;
	}

	.app-block.app-v2 {
		padding-top: 67px;
		padding-bottom: 190px;
	}

	.app-block.app-v2 h1 {
		margin-bottom: 30px;
		max-width: 100%;
	}

	.app-block.app-v2 .wrap {
		display: block;
		text-align: center;
	}

	.app-block.app-v2 .phone-holder {
		margin: 0 0 29px;
		display: inline-block;
	}

	.app-block.app-v2 .tab-foot p {
		margin-bottom: 35px;
	}

	.blue-section-bg {
		height: 646px;
	}

	.specs-block.v2 .col + .col {
		margin-top: 0;
	}

	.better-block.v3 .select-holder.no-icons .tabset-hold li a {
		line-height: 60px;
		padding: 0 20px;
	}

	.better-block.v3 .tabset-hold li a {
		width: 300px;
		padding: 18px 10px 18px 80px;
	}

	.better-block.v3 .tabset-hold li .ico {
		left: 20px;
	}

	.better-block.v3 .tab-content-hold {
		padding: 163px 0 140px 90px;
	}

	.app-block.app-v3 h1 {
		text-align: center;
		max-width: 100%;
	}

	.app-block.app-v3 .wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.app-block.app-v3 .tab-holder {
		width: 480px;
	}

	.app-block.app-v3 .tab-holder .tabset li {
		font-size: 16px;
	}

	.app-block.app-v3 .tab-holder .tab-content .wrap {
		text-align: left;
	}

	.app-block.app-v3 .tab-holder .tab-foot .logo-block {
		margin-bottom: 28px;
	}

	.app-block.app-v3 .tab-holder .tab-foot .note {
		font-size: 12px;
		line-height: 1.417;
	}

	.hero-banner {
		height: 720px;
	}

	.hero-banner h1 {
		font-size: 54px;
	}

	.ps_OnlineStoresStyle a.ps_BuyButtonStyle {
		font-size: 14px !important;
		border-radius: 6px;
		padding: 10px 10px 9px !important;
	}

	.video-section.full.inframe {
		padding-bottom: 25px;
	}

	.product-section.bg-add {
		padding-top: 25px;
	}

	.product-section.bg-add .product-hold.dark .item-image {
		width: 340px;
	}

	.product-section.bg-add .product-hold.dark .desc-wrap {
		padding-right: 250px;
	}

	.product-section.bg-add .product-hold.light .item-image {
		width: 250px;
	}

	.product-section.bg-add .product-hold.light .desc-wrap {
		padding-left: 200px;
	}
}

@media (min-width: 1200px) {
	.header {
		padding: 20px 0 18px;
	}

	/*.header.initial .rt-hold.old-nav .rt-more {
		width: 405px;
	}

	.header.initial .rt-more {
		width: 255px;
	}*/

	.header.initial .netgear-logo {
		margin: 0 0 18px 12px;
	}

	.header.custom-state {
		-webkit-transform: translateY(-112px);
		-ms-transform: translateY(-112px);
		transform: translateY(-112px);
	}

	.header.custom-state .netgear-logo {
		margin: 0 0 0 12px;
	}

	.header.custom-state .rt-more {
		width: 375px;
	}

	.header.custom-state .netgear-logo-add {
		margin-left: 30px;
	}

	.header .logo {
		margin: 5px 0 0 12px;
	}

	.header .rt-hold {
		width: 1050px;
	}

	/*.header .rt-hold.old-nav .nav-drop {
		width: 600px;
	}*/

	.header .netgear-logo {
		margin-left: 30px;
	}

	/*.header .rt-more {
		width: 374px;
	}

	.header .rt-more .btn {
		width: 186px;
	}*/

	.header .rt-more .btn-primary {
		min-width: 118px;
		letter-spacing: 1px;
		padding: 11px 10px 10px;
		border-radius: 6px;
	}

	.header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		min-width: 118px;
		letter-spacing: 1px;
		padding: 10px;
		font-size: 14px;
		border-radius: 6px;
	}

	.header .search-opener {
		font-size: 20px;
		margin: 0 38px 0 0;
	}

	.header .search-form {
		margin: 0;
		top: 21px;
	}

	/*.nav-drop {
		width: 660px;
	}*/

	#nav > ul > li + li {
		margin-left: 45px;
	}

	#nav > ul > li > a:after {
		bottom: -11px;
	}

	.subnav .page-title {
		width: 370px;
	}

	.subnav .r-holder {
		width: 766px;
	}

	.subnav .btn-primary {
		margin-left: 35px;
	}

	.btn {
		border-radius: 6px;
		padding: 9px 10px 8px;
		letter-spacing: 1px;
	}

	.footer-nav li {
		margin-right: 29px;
	}

	.lang-select .lang-drop {
		right: -27px;
	}

	.benefit-section.sliding .row:nth-child(2n) .img-holder:before {
		left: -84px;
		-webkit-transform: skewX(-22deg);
		-ms-transform: skewX(-22deg);
		transform: skewX(-22deg);
	}

	.benefit-section.sliding .img-holder:before {
		-webkit-transform: skewX(22deg);
		-ms-transform: skewX(22deg);
		transform: skewX(22deg);
		right: -86px;
		width: 150px;
	}

	.video-section .pro-slider .desc {
		padding: 45px 20px 33px;
	}

	.video-section .pro-slider .h3 {
		font-size: 24px;
		line-height: 1.29;
	}

	.video-section .pro-slider .icon-play img {
		width: 54px;
		height: 54px;
	}

	.review-panel-section .slide.dark .panel .head:after {
		left: 39px;
		bottom: -12px;
		border-left: 14.5px solid transparent;
		border-right: 14.5px solid transparent;
		border-top: 19px solid #282b31;
	}

	.review-panel-section .slide.mid .panel .head:after {
		left: 39px;
		bottom: -12px;
		border-left: 14.5px solid transparent;
		border-right: 14.5px solid transparent;
		border-top: 19px solid #6b6b6b;
	}

	.review-panel-section .slide.light .panel .head:after {
		left: 39px;
		bottom: -12px;
		border-left: 14.5px solid transparent;
		border-right: 14.5px solid transparent;
		border-top: 19px solid #898a8e;
	}

	.review-panel-section .panel .head {
		height: 66px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 28px 10px 42px;
	}

	.review-panel-section .panel .head.with-arrow:after {
		left: 39px;
		bottom: -12px;
		border-left: 14.5px solid transparent;
		border-right: 14.5px solid transparent;
		border-top: 19px solid #282b31;
	}

	.review-panel-section .panel .head .logo-hold {
		width: auto;
	}

	.review-panel-section .panel .star-rating li .icon-star {
		font-size: 19px;
	}

	.review-panel-section .panel .rating-hold {
		width: 95px;
		margin-right: 6px;
	}

	.review-panel-section .panel .rating-hold .icon-star {
		font-size: 19px;
	}

	.review-panel-section .panel .rating-hold .digits {
		font-size: 18px;
	}

	.review-panel-section .panel .area {
		padding: 32px 34px 16px;
	}

	.review-panel-section .panel .low-hold {
		height: 50px;
	}

	.review-panel-section .panel .low-hold .video {
		width: 90px;
		margin-left: 9px;
	}

	.review-panel-section .panel .low-hold .video .play {
		width: 24px;
		height: 24px;
	}

	.review-panel-section .panel .low-hold .more {
		margin-top: 14px;
	}

	.product-section .item-hold a {
		padding: 42px 20px 20px 118px;
	}

	.product-section .item-hold p {
		margin-bottom: 29px;
	}

	.product-section .btn-white {
		width: 132px;
		padding: 11px 10px 8px;
	}

	.product-section .lg-hold {
		width: 42.3%;
	}

	.product-section .lg-hold .desc-wrap {
		padding-right: 185px;
	}

	.product-section .lg-hold .h4 {
		margin-bottom: 16px;
	}

	.product-section .lg-hold .item-image {
		right: 44px;
		bottom: 0;
	}

	.product-section .sm-mask {
		width: 57.7%;
	}

	.product-section .sm-mask .wrap .sm-hold a {
		padding: 30px 48px;
	}

	.product-section .sm-mask .wrap .sm-hold p {
		margin-bottom: 18px;
	}

	.product-section .sm-hold a {
		padding: 43px 58px 56px;
	}

	.product-section .sm-hold.right .desc-wrap {
		padding-right: 290px;
	}

	.product-section .sm-hold.right .desc-wrap p {
		margin-bottom: 15px;
	}

	.product-section .sm-hold.right .item-image {
		width: 254px;
		right: 79px;
	}

	.product-section .sm-hold.left .item-image {
		width: 152px;
	}

	.product-section .sm-hold.left .h4 {
		font-size: 24px;
	}

	.product-section .sm-hold.left.dark .item-image {
		width: 186px;
		left: -37px;
	}

	.product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
		width: 132px;
		letter-spacing: 1px;
		padding: 11px 10px 8px;
		font-size: 14px;
		border-radius: 6px;
	}

	.product-hold.dark > a {
		padding: 53px 50px 233px 40px;
	}

	.product-hold.dark .desc-wrap {
		padding-right: 265px;
	}

	.product-hold.dark .item-image {
		width: 282px;
		right: 65px;
		bottom: 32px;
	}

	.product-hold.light > a {
		padding: 162px 40px 45px 40px;
	}

	.product-hold.light .desc-wrap {
		padding-left: 309px;
	}

	.product-hold.light .item-image {
		width: 326px;
		left: 0;
		top: 49px;
	}

	.product-hold .desc-wrap .h4 {
		margin-bottom: 15px;
	}

	.more-section .extra {
		padding-left: 61px;
	}

	.more-section .extra .img-holder {
		right: 0;
	}

	.animation-block .desc-holder {
		padding: 70px 82px 70px 82px;
	}

	.app-block .phone-holder {
		margin: -106px 122px 0 0;
	}

	.app-block .slick-arrow.slick-prev {
		left: -104px;
	}

	.app-block .slick-arrow.slick-next {
		right: -104px;
	}

	.app-block .tab-holder .tab-content {
		padding-right: 100px;
	}

	.app-block .tab-holder .tab-foot {
		padding-right: 100px;
	}

	.blue-section .strip {
		left: 0;
	}

	.blue-section .strip:before,
	.blue-section .strip:after {
		left: 5%;
	}

	.blue-section .strip .ico-hold {
		left: 24px;
	}

	.blue-section .item .img-box {
		width: 350px;
		padding: 0 55px;
	}

	.blue-section .text-box {
		padding-right: 120px;
	}

	.blue-section .text-box .title {
		padding-right: 60px;
		margin-bottom: 28px;
	}

	.blue-section .scroll-fixed-bottom-section .js-fixed-content .img-box {
		width: 350px;
	}

	.product-area .rating-hold {
		margin-bottom: 2px;
	}

	.product-area .wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-area .product-view {
		width: 540px;
		margin-top: 30px;
	}

	.product-area .product-details {
		width: 600px;
		padding: 0;
	}

	.product-area .thumb-image {
		width: 500px;
		margin: 0;
	}

	.product-area .thumb-image .slick-list {
		margin: 0 -5px;
	}

	.product-area .thumb-image .slick-list .slick-track {
		margin: 0;
	}

	.product-area .slick-arrow {
		top: 47%;
	}

	.product-area .slick-arrow.slick-prev {
		left: -5px;
	}

	.product-area .slick-arrow.slick-next {
		right: -5px;
	}

	.product-area .description .low {
		margin-left: 14px;
	}

	.product-area .description .btn-holder {
		margin: 0 -9px;
	}

	.product-area .description .btn-holder .hold {
		width: 200px;
		padding: 0 9px;
	}

	.product-area .description .btn-holder .btn {
		letter-spacing: 1px;
	}

	.product-area .description .btn-holder .btn-primary {
		padding: 10px 10px 9px;
	}

	.product-area .description .btn-holder .btn-gray {
		padding: 9px 10px 8px;
	}

	.product-area .description .download-hold {
		padding-bottom: 10px;
		margin-left: 32px;
		font-size: 14px;
	}

	.product-area .description .download-hold {
		padding-bottom: 0;
	}

	.feature-block .image-wrap {
		padding: 71px 20px 71px 119px;
	}

	.feature-block .image-wrap.sm-add {
		height: 300px;
		padding: 42px 49px;
	}

	.feature-block .extra {
		padding-bottom: 1px;
	}

	.feature-block .extra .img-holder {
		width: 210px;
		margin-right: 56px;
	}

	.feature-block .extra .desc {
		padding-right: 60px;
		padding-top: 25px;
	}

	.feature-block .extra .h3 {
		margin-bottom: 20px;
	}

	.detail-block .desc {
		padding: 79px 150px 0;
	}

	.detail-block h1 {
		padding: 0 110px;
	}

	.better-block .tabset-hold {
		margin: 0 -8px 72px;
	}

	.better-block .tabset-hold li + li {
		margin-left: 21px;
	}

	.better-block .tabset-hold li a {
		padding: 0 8px;
	}

	.better-block .tabset-hold li a:after {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}

	.specs-block .inner {
		margin: 0 -60px;
	}

	.specs-block .col {
		padding: 0 60px;
	}

	.support-section .desc {
		padding-left: 100px;
		padding-right: 100px;
	}

	.support-section .wrap {
		max-width: 480px;
		margin: 0 auto;
	}

	.product-section.feature-add .lg-hold .desc-wrap {
		padding: 0 220px 0 98px;
	}

	.product-section.feature-add .lg-hold .item-image {
		width: 387px;
		right: 12px;
	}

	.product-section.feature-add .h4 {
		font-size: 28px;
		line-height: 1.29;
		margin-bottom: 17px;
	}

	.product-section.feature-add .sm-hold a {
		min-height: 240px;
		padding: 44px 61px;
	}

	.product-section.feature-add .sm-hold.right .item-image {
		width: 204px;
		right: 94px;
	}

	.product-section.feature-add .sm-hold.right .desc-wrap {
		padding-right: 290px;
	}

	.product-section.feature-add .sm-hold.left .h4 {
		font-size: 28px;
	}

	.product-section.feature-add .sm-hold.left a {
		padding: 31px 34px;
	}

	.product-section.feature-add .sm-hold.left.mid .item-image {
		left: 15px;
		bottom: 0;
	}

	.product-section.feature-add .sm-hold.left.dark .item-image {
		width: 206px;
		left: 0;
		bottom: 0;
	}

	.product-section.feature-add .sm-hold.left .desc-wrap {
		padding-left: 160px;
	}

	.detail-block.add .img-holder {
		width: 248px;
		top: -300px;
	}

	.app-block.app-v2 .slick-arrow.slick-prev {
		left: -280px;
	}

	.app-block.app-v2 .slick-arrow.slick-next {
		right: -280px;
	}

	.app-block.app-v3 {
		padding-top: 84px;
		padding-bottom: 97px;
	}

	.app-block.app-v3 h1 {
		margin-bottom: 60px;
	}

	.app-block.app-v3 .tab-holder {
		width: 543px;
	}

	.app-block.app-v3 .tab-holder .tabset {
		margin-bottom: 76px;
	}

	.app-block.app-v3 .tab-holder .tabset li {
		font-size: 18px;
	}

	.app-block.app-v3 .tab-holder .tab-content {
		margin-bottom: 58px;
	}

	.app-block.app-v3 .tab-holder .tab-content .h4 {
		margin-bottom: 21px;
	}

	.app-block.app-v3 .phone-wrap .phone-slider {
		width: 575px;
		min-height: 434px;
	}

	.app-block.app-v3 .phone-wrap .slick-list {
		padding: 60px 8px 23px !important;
	}

	.app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current .img-holder {
		margin: -60px -35px 0;
	}

	.product-section.bg-add .product-hold > a {
		padding-top: 105px;
		padding-bottom: 135px;
	}

	.product-section.bg-add .product-hold.dark .item-image {
		width: 486px;
		right: -60px;
	}

	.product-section.bg-add .product-hold.dark .desc-wrap {
		padding-right: 300px;
	}

	.product-section.bg-add .product-hold.light > a {
		padding-top: 105px;
	}

	.product-section.bg-add .product-hold.light .item-image {
		width: 340px;
		left: -40px;
	}

	.product-section.bg-add .product-hold.light .desc-wrap {
		padding-left: 240px;
	}
}

@media (min-width: 1300px) {
	.header.custom-state .netgear-logo-add {
		margin-left: 38px;
	}

	.header .rt-hold {
		width: 1147px;
	}

	.header .netgear-logo {
		margin-left: 38px;
	}

	.header .rt-more {
		/*width: 388px;*/
		margin-left: 20px;
	}

	.header .search-opener {
		margin: 0 47px 0 0;
	}

	/*.nav-drop {
		width: 730px;
	}*/

	#nav > ul > li + li {
		margin-left: 59px;
	}

	.subnav .page-title {
		width: 460px;
	}

	.subnav .btn-primary {
		margin-left: 48px;
	}

	.video-section .pro-slider .desc {
		padding: 66px 32px 33px;
	}
}

@media (min-width: 1400px) {
	/*.header.initial .rt-hold.old-nav .rt-more {
		width: 405px;
	}*/

	.header.custom-state .rt-more {
		width: 388px;
	}

	.header .rt-hold {
		width: 1176px;
	}

	.header .rt-more {
		margin-left: 57px;
	}

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

	.product-hold.dark > a {
		padding-left: 120px;
	}

	.product-hold.dark .item-image {
		right: 95px;
	}

	.product-hold.light > a {
		padding-right: 70px;
	}

	.product-area .thumb-image {
		padding: 0;
		width: 100%;
	}

	.product-area .slick-arrow.slick-prev {
		left: -47px;
	}

	.product-area .slick-arrow.slick-next {
		right: -47px;
	}

	.app-block.app-v3 h1 {
		margin-bottom: 47px;
	}

	.app-block.app-v3 .tab-holder {
		margin-top: 25px;
	}

	.app-block.app-v3 .phone-wrap .phone-slider {
		width: 557px;
		min-height: 522px;
		padding: 0;
	}

	.app-block.app-v3 .phone-wrap .slick-list .slick-slide .img-holder {
		padding: 0 15px;
		margin: 0 -23px;
	}

	.app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current .img-holder {
		margin: -44px -50px 0;
	}

	.app-block.app-v3 .phone-wrap .slick-arrow.slick-prev {
		left: -67px;
	}

	.app-block.app-v3 .phone-wrap .slick-arrow.slick-next {
		right: -67px;
	}
}

@media (min-width: 1430px) {
	.award-slider-holder .award-slider {
		padding: 0;
	}

	.award-slider-holder .slick-list {
		margin: 0 -15px;
	}

	.slick-prev {
		left: -84px;
	}

	.slick-next {
		right: -84px;
	}

	.review-section .review-slider {
		padding: 0 0 29px;
	}

	.review-panel-section .review-panel {
		padding: 0;
	}

	.review-panel-section .slick-list {
		margin: 0 -15px;
	}
}

@media (max-width: 1023px) {
	.header .rt-hold.old-nav .rt-more .btn {
		display: none;
	}

	.video-block .video video {
		object-fit: cover;
	}

	.blue-section .strip {
		display: none;
	}

	.specs-block .col.col-slide .accordion li:first-child {
		border-top: none;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.header .search-form input[type="search"] {
		height: 40px;
	}

	.nav-drop {
		overflow: auto;
		position: absolute;
		top: 100%;
		left: -260px;
		z-index: 10000;
		padding: 0;
		/*width: 260px;*/
		margin-top: 2px;
		-webkit-transition: left .2s linear;
		transition: left .2s linear;
		padding: 21px 0 15px;
		background: #fff;
		height: calc(100vh - 51px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#nav > ul > li > a:hover {
		color: #00a5e2;
		opacity: 1;
	}

	.nav-active .nav-drop {
		left: 0;
	}

	.subnav-active .subnav .page-title {
		display: none;
	}

	.subnav .sub-drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		overflow: hidden;
	}

	.subnav .sub-drop .nav {
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
	}

	.subnav .sub-drop .nav li.active a {
		color: #00a5e2;
	}

	.subnav .sub-drop .nav li a:hover {
		color: #00a5e2;
	}

	.sub-drop {
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.subnav-active .sub-drop {
		max-height: 4000px;
		padding-bottom: 12px;
	}

	.subnav-active .sub-drop > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.sub-drop > ul {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.footer .app-store img {
		width: 110px;
		height: 33px;
	}

	.strip {
		display: none;
	}

	.feature-section .slide .bg-visual {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.feature-section .slide.js-hidden .bg-visual {
		opacity: 1;
	}

	.feature-section .slick-dots {
		bottom: 30px;
	}

	.feature-section .slick-dots li button {
		border-color: #fff;
	}

	.feature-section .slick-dots li.slick-active button {
		background: #fff;
	}

	.video-section.inframe .video-frame.video-playing-state .img-holder .btn-play .icon-play {
		display: block;
	}

	.video-section.inframe .video-frame.video-playing-state .img-holder .btn-play .icon-play .play {
		display: none;
	}

	.video-section.inframe .video-frame.video-playing-state .img-holder .btn-play .icon-play .pause {
		display: block;
	}

	.video-section.inframe .video video {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}

	.video-section.inframe .img-holder {
		overflow: hidden;
		height: 240px !important;
	}

	.video-section.inframe .img-holder .icon-play .pause {
		display: none;
	}

	.award-slider-holder .container {
		padding: 0;
	}

	.review-panel-section .container {
		padding: 0;
	}

	.product-section .container {
		padding: 0;
	}

	.scroll-content-fixed-container {
		z-index: 9888;
		height: auto !important;
	}

	.scroll-content-fixed-container .scroll-content-fixed-frame {
		position: static;
	}

	.scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .bg-visual {
		position: absolute;
	}

	.scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame {
		position: static;
	}

	.video-block .btn-mute {
		width: 30px;
		height: 30px;
	}

	.video-block .btn-mute:after {
		font-size: 30px;
	}

	.animation-block .animation-holder {
		background: none;
		padding: 0;
		min-height: 0;
	}

	.animation-block .animation-holder img,
	.animation-block .animation-holder video {
		position: static;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		min-width: 0;
		min-height: 0;
		margin: 0 -30px;
	}

	.app-block .tab-holder .tabset li {
		display: none;
	}

	.app-block .tab-holder .tabset li.active {
		display: block;
	}

	.app-block .tab-holder .tabset li .ico {
		display: none;
	}

	.product-area .main-image-hold .holder video {
		max-width: 190px;
		max-height: 150px;
	}

	.product-area .description .package-area .package-drop .drop-hold {
		display: none;
	}

	.product-area .description .btn-holder .hold {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 50%;
	}

	.product-area .description .download-hold {
		width: 100%;
	}

	.better-block .tab-content-hold .limited-open-close {
		margin-bottom: 26px;
	}

	.better-block .tab-content-hold .img-holder {
		background-image: none;
	}

	.better-block .tab-content-hold .img-holder img {
		opacity: 1;
		visibility: visible;
	}

	.app-block.app-v2 .tab-foot .logo-block li a img {
		width: 77%;
	}

	.better-block.v3 .select-drop {
		display: none;
	}

	.app-block.app-v3 .tab-holder .tabset-mask {
		position: relative;
		margin: 0 -13px;
	}

	.app-block.app-v3 .tab-holder .tabset-mask:after {
		content: "";
		height: 1px;
		background: #d3d3d3;
		position: absolute;
		bottom: 0;
		left: -10px;
		right: -10px;
	}

	.app-block.app-v3 .tab-holder .tabset-outer {
		overflow-y: hidden;
		overflow-x: auto;
	}

	.app-block.app-v3 .tab-holder .tabset {
		margin: 0 auto;
	}

	.app-block.app-v3 .tab-holder .tabset:after {
		display: none;
	}

	.app-block.app-v3 .tab-holder .tabset li {
		font-size: 13px;
		margin: 0 13px;
		padding-bottom: 7px;
	}

	.app-block.app-v3 .tab-holder .tabset li .ico {
		font-size: 22px;
		min-height: 27px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 8px;
	}

	.app-block.app-v3 .tab-holder .tabset li .icon-devices {
		font-size: 19px;
	}

	.app-block.app-v3 .tab-holder .tabset li .icon-guest {
		font-size: 25px;
	}

	.app-block.app-v3 .tab-holder .tab-foot .logo-block img {
		height: 30px;
	}

	.hero-banner .animate-text {
		width: 84px;
	}
}

@-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);
	}
}


/*Search*/
.ui-front {
	z-index: 110000;
}
