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

.specification-list,
.tabset,
.graph,
.social-network {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.fixed-holder:after,
[class*=" container"]:after,
[class^="container"]: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: #000;
	background: #fff;
	font: 14px/1.4285714286 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #00aae7;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

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

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0084b4;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?bqos18");
	src: url("../fonts/icomoon.eot?bqos18#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bqos18") format("truetype"), url("../fonts/icomoon.woff?bqos18") format("woff"), url("../fonts/icomoon.svg?bqos18#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 !important;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none !important;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e905";
}

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

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

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

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

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

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

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: border-box;
	position: relative;
	height: auto !important;
}

.jcf-scrollable {
	height: auto !important;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: static !important;
	background: none;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 0 !important;
	height: 0 !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	position: relative;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 26px;
	background: #b9b9b9;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec:before,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec.jcf-inactive,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc.jcf-inactive {
	opacity: 0;
	visibility: hidden;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec:hover,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc:hover {
	background: #e2e2e2;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec:before {
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	border-top: 8px solid transparent;
	margin: 0 0 0 -4px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	margin: 0 0 0 -3px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 0;
	display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 0;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

#header {
	position: relative;
	z-index: 100;
}

#header .top-panel {
	max-width: 990px;
	margin: 0 auto;
	padding: 18px 15px;
}

.netgear-logo {
	width: 173px;
}

.netgear-logo a {
	display: block;
	max-width: 100%;
}

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

.fixed-holder {
	position: relative;
	min-height: 50px;
}

.fixed-panel {
	padding: 10px 0;
	background: #00aae7;
	width: 100%;
	min-width: 320px;
}

.logo {
	width: 80px;
}

.logo a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

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

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	-ms-overflow-style: scrollbar;
}

iframe {
	display: block;
	width: 100%;
}

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

[class*=" container"],
[class^="container"] {
	max-width: 670px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font: 700 13px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-radius: 3px;
	box-shadow: inset 0 3px rgba(0, 0, 0, .15);
	min-width: 177px;
	padding: 12px 10px;
	border: none;
	outline: none;
	background: #00aae7;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.7px;
}

.btn.btn-white {
	background: none;
	border: 2px solid #fff;
	box-shadow: none;
	padding: 10px 12px;
}

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

.btn:hover {
	box-shadow: none;
	color: #fff;
	box-shadow: inset 0 3px rgba(255, 255, 255, .35), inset 0 -3px rgba(255, 255, 255, .15);
}

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

h1 {
	color: #fff;
	font-size: 30px;
	line-height: 33px;
	font-weight: 300;
	margin: 0 0 10px;
}

h2 {
	color: #3b3b3b;
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 10px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px;
}

.intro-titile {
	display: block;
	color: #00aae7;
	text-transform: uppercase;
	font: 700 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 5px;
	letter-spacing: 1.5px;
}

.banner {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	margin: 0 0 100px;
	padding: 50px 0 0;
}

.banner p {
	margin: 0 0 10px;
}

.banner .text-holder {
	margin: 0 0 30px;
}

.banner .visual {
	max-width: 300px;
	margin: 0 auto;
}

.banner .visual img {
	margin: 0 0 -88px;
}

.default-header {
	text-align: center;
	margin-bottom: 40px;
}

.default-header h2 {
	margin: 0;
}

.info-block {
	position: relative;
}

.info-block .footer {
	text-align: center;
	color: #b9b9b9;
	font-size: 15px;
	line-height: 18px;
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 0;
	background: none;
}

.info-block .footer:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #f3f6f7;
	z-index: -1;
}

.info-block .footer p {
	margin: 0;
}

.twocolumns {
	position: relative;
	color: #fff;
	position: relative;
}

.twocolumns:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: 50%;
	right: auto;
}

.twocolumns:before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
	display: none;
	z-index: 2;
	pointer-events: none;
}

.twocolumns .visual-world {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
	width: 290px;
}

.twocolumns .visual-world img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.twocolumns h3 {
	text-align: center;
}

.twocolumns .col {
	background: #ae1100;
	position: relative;
	z-index: 1;
	padding: 150px 0 70px;
	font-size: 14px;
	line-height: 18px;
}

.twocolumns .col:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.twocolumns .col:before {
	background: #c21500;
	background: -webkit-linear-gradient(left, #c21500 0%, #ae1100 100%);
	background: linear-gradient(to right, #c21500 0%, #ae1100 100%);
	z-index: -1;
}

.twocolumns .col.align-right {
	background: #00aae7;
	padding: 30px 0 200px;
}

.twocolumns .col.align-right:before {
	background: -webkit-linear-gradient(left, #00aae7 15%, #0cf 100%);
	background: linear-gradient(to right, #00aae7 15%, #0cf 100%);
	left: -9999px;
}

.twocolumns p {
	margin: 0 0 30px;
}

.specification-list {
	font-size: 13px;
	line-height: 15px;
}

.specification-list li {
	padding: 0 0 0 40px;
	margin: 0 0 20px;
	position: relative;
}

.specification-list li:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
}

.specification-list li:before {
	content: "\e904";
	font-size: 28px;
	color: #fff;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none !important;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.testimonial-block {
	position: relative;
	margin-bottom: 40px;
	background: #3b3b3b;
	padding: 40px 0 10px;
}

.tabset {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: -18px;
	position: relative;
	z-index: 2;
	display: none;
}

.tabset li {
	width: 25%;
	padding: 0 10px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 68px;
	position: relative;
	position: relative;
}

.tabset li:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 50%;
	right: -9999px;
}

.tabset li:after {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: -9999px;
	right: 50%;
}

.tabset li.active:before,
.tabset li.active:after {
	background: #fff;
	height: 18px;
}

.tabset li.active:before {
	margin: 0 0 0 18px;
}

.tabset li.active:after {
	margin: 0 18px 0 0;
}

.tabset li.active a:before,
.tabset li.active a:after {
	opacity: 1;
	visibility: visible;
}

.tabset li.active img {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.tabset li.active img.img-active {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.tabset a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	position: relative;
	position: relative;
	position: static;
}

.tabset a:before {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
}

.tabset a:after {
	position: absolute;
	display: block;
	content: "";
	top: auto;
	bottom: 0;
	left: 50%;
	right: auto;
}

.tabset a:before,
.tabset a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #fff transparent transparent transparent;
	margin: 0 0 0 -18px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.tabset a:after {
	border-width: 0 18px 18px 0;
	border-color: transparent #fff transparent transparent;
	margin: 0;
}

.tabset a:hover img {
	opacity: .8;
}

.tabset img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.tabset img.img-active {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.tab-content {
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
}

.tab {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.tab:first-child .container {
	border: none;
}

.tab.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.tab .container {
	border-top: 1px solid #777;
	padding: 39px 15px;
}

.graph-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.graph-block .graph-title {
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px;
}

.graph-block .graph-holder {
	width: 100%;
}

.graph {
	color: #fff;
	width: 100%;
	padding: 6px 0;
	position: relative;
}

.graph:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 100px;
	right: auto;
}

.graph:before {
	width: 1px;
	background: #bab9ba;
}

.graph li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

.graph li.orbi .amount-bar {
	background: #00aae7;
}

.graph li.eero .amount-bar {
	width: 48%;
}

.graph li.eero.small .amount-bar {
	width: 14.7%;
}

.graph li.google .amount-bar {
	width: 29.4%;
}

.graph .label-title {
	width: 100px;
	text-align: right;
	padding: 0 10px 0 0;
	font: 700 10px/12px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	color: #fff;
}

.graph .label-title.color-blue {
	color: #00aae7;
}

.graph .label-title .sub-title {
	color: #b9b9b9;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
}

.graph .bar-handel {
	width: calc(100% - 100px);
	font-size: 16px;
	line-height: 1;
}

.graph .amount-bar {
	text-align: right;
	padding: 8px 6px;
	width: 100%;
	background: #bab9ba;
	min-width: 64px;
}

blockquote {
	display: block;
	margin: 0 0 30px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #fff;
}

blockquote q {
	display: block;
	position: relative;
	padding: 39px 0 19px;
	z-index: 1;
	position: relative;
}

blockquote q:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: auto;
	left: 50%;
	right: auto;
}

blockquote q:before {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	content: "\201C";
	font-size: 150px;
	color: #474747;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1;
	z-index: -1;
}

blockquote q:after {
	display: none;
}

blockquote .logo-holder {
	margin: 0 0 15px;
}

blockquote .logo-holder a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

blockquote .logo-holder img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	display: none;
}

blockquote .logo-holder img.colored-logo {
	display: block;
}

blockquote cite {
	display: block;
	font-style: normal;
	font: 700 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #00aae7;
}

blockquote cite a {
	color: inherit;
}

blockquote cite a:hover {
	color: #ae1100;
}

.specification-block {
	margin-bottom: 40px;
	position: relative;
}

.specification-block .default-header {
	margin-bottom: 30px;
}

.table-block {
	position: relative;
}

.table-block .btn-scroll {
	position: relative;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 26px;
	background: #b9b9b9;
	z-index: 10;
}

.table-block .btn-scroll:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
}

.table-block .btn-scroll:before {
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	margin: 0 0 0 -3px;
}

.table-block .btn-scroll:hover {
	background: #e2e2e2;
}

.table-holder {
	overflow: hidden;
	overflow-x: auto;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #e2e2e2;
	width: 1020px;
}

table th {
	text-align: center;
	color: #00aae7;
	text-transform: uppercase;
	letter-spacing: 3px;
	font: 700 14px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: solid #e2e2e2;
	border-width: 0 1px;
}

table th:first-child {
	color: #3b3b3b;
	text-align: left;
}

table th:nth-child(4n+2) {
	background: #f1f4f5;
}

table th > span {
	display: block;
	padding: 20px 15px;
}

table td {
	border: solid #e2e2e2;
	border-width: 0 1px;
	color: #262626;
	font-size: 15px;
	line-height: 18px;
}

table td:first-child {
	color: #9e9e9e;
	font: 700 12px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

table td:nth-child(4n+2) {
	background: #f1f4f5;
}

table td > span {
	display: block;
	padding: 4px 15px;
	min-height: 40px;
}

table td .icon-check {
	color: #00a651;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: top;
}

.aside {
	color: #fff;
	text-align: center;
	padding: 0 0 40px;
	font-size: 16px;
	line-height: 20px;
	background: #00aae7;
	position: relative;
	z-index: 1;
	position: relative;
}

.aside:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.aside:before {
	background: -webkit-radial-gradient(center, ellipse, #0cf 14%, #00aae7 100%);
	background: radial-gradient(ellipse at center, #0cf 14%, #00aae7 100%);
	z-index: -1;
}

.aside .container {
	position: relative;
	z-index: 1;
}

.aside .icons-holder {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: 0;
	left: 50px;
	display: none;
	z-index: 1;
	min-height: 490px;
	pointer-events: none;
}

.aside .icons-holder.right {
	left: auto;
	right: 50px;
}

.aside .icons-holder img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.aside h2 {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
}

.aside .visual {
	max-width: 706px;
	margin: 0 auto 30px;
}

.aside .visual img {
	margin: 0 -100px;
}

.aside p {
	margin: 0 0 30px;
}

#footer {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-transform: uppercase;
	color: #c4c7c8;
	font: 700 13px/16px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 15px;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	color: #00a651;
}

#footer p {
	margin: 0 0 10px;
}

.social-network {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	line-height: 1;
	color: #00aae7;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 10px;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-network li {
	margin: 0 10px;
}

.social-network a {
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	color: #00aae7;
	font-size: 16px;
}

.social-network a:hover {
	color: #00a651;
}

.social-network.icon {
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 670px) {
	#header .top-panel {
		padding: 30px 15px;
	}

	[class*=" container"],
	[class^="container"] {
		max-width: 670px;
	}

	.visible-xs {
		display: none !important;
	}

	h1 {
		font-size: 45px;
		line-height: 45px;
		margin: 0 0 22px;
	}

	h2 {
		font-size: 30px;
		line-height: 34px;
	}

	h3 {
		font-size: 35px;
		line-height: 38px;
		margin: 0 0 16px;
	}

	.intro-titile {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px;
		letter-spacing: 2px;
		margin: 0 0 20px;
	}

	.banner {
		font-size: 25px;
		line-height: 25px;
		margin: 0 0 245px;
		padding: 94px 0 0;
	}

	.banner h1 {
		padding: 0 50px;
	}

	.banner p {
		margin: 0 0 51px;
	}

	.banner .text-holder {
		margin: 0 0 88px;
	}

	.banner .visual {
		max-width: 572px;
	}

	.banner .visual img {
		margin: 0 0 -166px;
	}

	.default-header {
		margin-bottom: 54px;
	}

	.info-block .footer {
		padding: 30px 0 23px;
	}

	.twocolumns .visual-world {
		width: 402px;
	}

	.twocolumns .col {
		font-size: 18px;
		line-height: 26px;
		padding: 245px 0 64px;
	}

	.twocolumns .col.align-right {
		padding: 43px 0 211px;
	}

	.twocolumns p {
		margin: 0 0 50px;
	}

	.specification-list {
		font-size: 15px;
		line-height: 20px;
	}

	.specification-list li {
		padding: 0 0 0 55px;
		margin: 0 0 35px;
	}

	.specification-list li:before {
		top: -8px;
		font-size: 38px;
	}

	.testimonial-block {
		padding: 65px 0;
		margin-bottom: 64px;
	}

	.tab .container {
		padding: 69px 15px;
	}

	.graph-block .graph-title {
		font-size: 25px;
		line-height: 25px;
		margin: 0 0 41px;
	}

	.graph {
		padding: 13px 0;
	}

	.graph:before {
		left: 127px;
	}

	.graph li {
		padding: 11px 0;
	}

	.graph .label-title {
		font-size: 13px;
		line-height: 15px;
		width: 128px;
		padding: 0 20px 0 0;
	}

	.graph .label-title .sub-title {
		font-size: 15px;
		line-height: 18px;
	}

	.graph .bar-handel {
		font-size: 19px;
		width: calc(100% - 128px);
	}

	.graph .amount-bar {
		padding: 10px 7px;
	}

	blockquote {
		margin: 0 0 58px;
		font-size: 35px;
		line-height: 42px;
	}

	blockquote .logo-holder {
		margin: 0 0 35px;
	}

	blockquote cite {
		font-size: 18px;
		letter-spacing: 1.7px;
		line-height: 22px;
	}

	.specification-block {
		margin-bottom: 82px;
	}

	.specification-block .default-header {
		margin-bottom: 44px;
	}

	table th {
		font-size: 15px;
		width: 25%;
	}

	table th > span {
		padding: 45px 35px 25px;
	}

	table td > span {
		min-height: 50px;
		padding: 4px 20px 4px 29px;
	}

	.aside {
		font-size: 18px;
		line-height: 26px;
		padding: 0 0 80px;
	}

	.aside h2 {
		font-size: 40px;
		margin: 0 0 27px;
		line-height: 44px;
	}

	.aside .visual {
		margin: 0 -39px 55px;
	}

	.aside p {
		margin: 0 0 42px;
	}

	#footer {
		padding: 43px 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#footer .social-network {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#footer p {
		margin: 0;
	}

	.social-network {
		width: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.social-network li {
		margin: 0 0 0 18px;
	}
}

@media (min-width: 670px) and (max-width: 1059px) {
	.tab:first-child blockquote {
		font-size: 25px;
		line-height: 30px;
	}
}

@media (min-width: 670px) and (max-width: 1459px) {
	table td:first-child > span {
		padding: 4px 20px 4px 35px;
	}
}

@media (min-width: 1060px) {
	body {
		font-size: 18px;
		line-height: 1.4444444444;
	}

	[class*=" container"],
	[class^="container"] {
		max-width: 1054px;
	}

	h1 {
		font-size: 55px;
		line-height: 58px;
		margin: 0 0 30px;
	}

	h2 {
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 14px;
	}

	.intro-titile {
		margin: 0 0 18px;
	}

	.banner {
		font-size: 30px;
		line-height: 33px;
		margin: 0 0 335px;
		padding: 92px 0 0;
	}

	.banner h1 {
		padding: 0;
	}

	.banner p {
		margin: 0 0 68px;
	}

	.banner .text-holder {
		margin: 0 0 80px;
	}

	.banner .visual {
		max-width: 669px;
	}

	.banner .visual img {
		margin: 0 0 -242px;
	}

	.default-header {
		margin-bottom: 106px;
	}

	.default-header h2 {
		margin: 0;
	}

	.info-block {
		margin-bottom: 95px;
	}

	.info-block .footer {
		padding: 30px 0 34px;
	}

	.twocolumns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.twocolumns:before {
		display: block;
	}

	.twocolumns .visual-world {
		margin: 17px 0 0 0;
	}

	.twocolumns h3 {
		text-align: left;
	}

	.twocolumns .col {
		width: 50%;
		padding: 159px 0 93px 230px;
	}

	.twocolumns .col:before {
		left: 0;
	}

	.twocolumns .col.align-right {
		text-align: right;
		padding: 159px 240px 93px 0;
	}

	.twocolumns .col.align-right:before {
		right: 0;
	}

	.twocolumns .col.align-right .specification-list {
		padding: 0 6px 0 0;
	}

	.twocolumns .col.align-right .specification-list li {
		padding: 0 67px 0 0;
	}

	.twocolumns .col.align-right .specification-list li:before {
		left: auto;
		right: 0;
	}

	.twocolumns .col.align-right h3 {
		text-align: right;
	}

	.twocolumns p {
		margin: 0 0 41px;
	}

	.specification-list {
		padding: 0 0 0 6px;
	}

	.specification-list li {
		margin: 0 0 23px;
		padding: 0 0 0 67px;
	}

	.specification-list li:before {
		top: 1px;
	}

	.testimonial-block {
		margin-bottom: 93px;
		padding: 0;
		background: none;
	}

	.tabset {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.tab {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 19px 0 0;
		border: none;
	}

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

	.tab .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border: none;
		padding: 90px 15px 83px;
	}

	.graph-block {
		width: calc(100% - 45.4% - 12px);
		padding: 0 0 0 40px;
	}

	.graph-block .graph-title {
		font-size: 16px;
		line-height: 16px;
		padding: 0 0 30px 135px;
		margin: 0;
	}

	.graph-block .graph-holder {
		padding: 0 0 15px;
	}

	.graph {
		padding: 9px 0;
	}

	.graph:before {
		left: 137px;
	}

	.graph li {
		padding: 8px 0;
	}

	.graph .label-title {
		font-size: 10px;
		line-height: 13px;
		width: 137px;
		padding: 0 13px 0 0;
		letter-spacing: 1px;
	}

	.graph .label-title .sub-title {
		font-size: 12px;
		line-height: 14px;
	}

	.graph .bar-handel {
		font-size: 14px;
		width: calc(100% - 137px);
	}

	.graph .amount-bar {
		padding: 7px;
	}

	blockquote {
		padding: 59px 15px 39px;
		background: rgba(0, 0, 0, .5);
		width: 45.4%;
		margin: 0 0 0 12px;
		font-size: 25px;
		line-height: 30px;
	}

	blockquote q {
		padding: 39px 0 21px;
	}

	blockquote .logo-holder {
		height: 100px;
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	blockquote .logo-holder img {
		display: block;
	}

	blockquote .logo-holder img.colored-logo {
		display: none;
	}

	.specification-block {
		margin-bottom: 117px;
	}

	.specification-block .default-header {
		margin-bottom: 70px;
	}

	.table-block .btn-scroll {
		display: none;
	}

	.table-holder {
		overflow: visible;
	}

	table {
		width: 100%;
	}

	.aside .container {
		width: 55%;
	}

	.aside .icons-holder {
		display: block;
		left: -120px;
	}

	.aside .icons-holder.right {
		right: -120px;
		left: auto;
	}

	.aside h2 {
		font-size: 55px;
		line-height: 58px;
		margin: 0 0 14px;
	}

	.aside .visual {
		margin: 0 auto 55px;
	}

	.aside .visual img {
		margin: 0;
	}

	.social-network li {
		margin: 0 0 0 24px;
	}
}

@media (min-width: 1460px) {
	[class*=" container"],
	[class^="container"] {
		max-width: 1430px;
	}

	h1 {
		font-size: 75px;
		line-height: 78px;
		margin: 0 0 14px;
	}

	h2 {
		font-size: 55px;
		line-height: 60px;
	}

	h3 {
		font-size: 45px;
		line-height: 50px;
		margin: 0 0 14px;
	}

	.intro-titile {
		margin: 0 0 16px;
	}

	.banner {
		padding: 88px 0 0;
	}

	.default-header {
		margin-bottom: 92px;
	}

	.info-block {
		margin-bottom: 95px;
	}

	.twocolumns .visual-world {
		width: 575px;
		margin: 15px 0 0 17px;
	}

	.twocolumns .col {
		padding: 149px 0 147px 347px;
	}

	.twocolumns .col.align-right {
		padding: 149px 347px 147px 0;
	}

	.twocolumns .col.align-right .specification-list {
		padding: 0 10px 0 0;
	}

	.twocolumns p {
		margin: 0 0 49px;
	}

	.specification-list {
		padding: 0 0 0 10px;
	}

	.specification-list li {
		margin: 0 0 31px;
	}

	.testimonial-block {
		margin-bottom: 91px;
	}

	.graph-block {
		width: calc(100% - 33.2%);
		padding: 0 0 0 40px;
	}

	.graph-block .graph-title {
		font-size: 30px;
		line-height: 33px;
		padding: 0 0 0 255px;
		position: absolute;
		top: -6px;
		left: 0;
		right: 0;
	}

	.graph-block .graph-holder {
		padding: 30px 0 0;
	}

	.graph {
		padding: 17px 0;
	}

	.graph:before {
		left: 215px;
	}

	.graph li {
		padding: 15px 0;
	}

	.graph .label-title {
		font-size: 18px;
		line-height: 22px;
		padding: 0 26px 0 0;
		width: 215px;
		letter-spacing: 1.6px;
	}

	.graph .label-title .sub-title {
		font-size: 20px;
		line-height: 23px;
	}

	.graph .bar-handel {
		width: calc(100% - 215px);
		font-size: 25px;
	}

	.graph .amount-bar {
		padding: 12px 10px;
	}

	blockquote {
		width: 33.2%;
		margin: 0;
	}

	.specification-block {
		margin-bottom: 117px;
	}

	.specification-block .default-header {
		margin-bottom: 56px;
	}

	table th {
		font-size: 22px;
		letter-spacing: 4.5px;
		line-height: 25px;
	}

	table th > span {
		padding: 45px 35px 10px;
	}

	table td:first-child {
		letter-spacing: 1.1px;
	}

	table td > span {
		padding: 11px 60px 10px 35px;
	}

	.aside .container {
		width: 41%;
	}

	.aside .icons-holder {
		left: 50px;
	}

	.aside .icons-holder.right {
		left: auto;
		right: 50px;
	}
}

@media (max-width: 1059px) {
	.testimonial-block h2 {
		color: #fff;
	}

	.tab {
		background: none !important;
	}

	.tab:first-child .container {
		padding-top: 8px;
	}
}

@media (max-width: 669px) {
	.hidden-xs {
		display: none !important;
	}
	.specification-block {
		max-width: 320px;
	}
}
header .btn#menu-toggle-open {
	min-width: unset;
	background: transparent;
    box-shadow: none;
}
.footer .email-signup .cta-primary-dark {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 26px 7px 27px;
    min-width: unset;
    box-shadow: none;
    background-color: #fff;
    color: #100c10;
    font-family: NunitoSans-SemiBold;
    border-radius: 100px;
    text-transform: none;
}
.info-block .footer a {
    color: #00aae7;
}
.cookie-button .acceptcookies {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-family: NunitoSans-SemiBold;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 7px 20px;
    width: auto;
    box-shadow: none;
    border-radius: 100px;
}
.cookie-button .acceptcookies:hover {
    color: #000;
    box-shadow: none;
}
