@charset "UTF-8";
/*! 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: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.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, .app-block.app-v3.feature-add .tab-foot .logo-block, .section-accordion ul, .filter-accordion, .filter-accordion ul, .filter-lists, .selector-block .slides-switchers, .recommendation-area .btn-list, .product-info-list, .product-thumb {
  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, .product-two-columns .container:after, .product-items-holder:after, .filter-area .container:after, .js-filter .filter-bar .mobile-filter-bar:after, .js-filter .check-form .filter-head:after, .selector-block .product-frame .hold:after, .recommendation-area:after, .recommendation-area .cols: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 "avenirnextltpro", "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 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 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
          transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.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: 0.4em 0.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/Orbiv3/icomoon.eot?d5tnfw");
  src: url("../../fonts/Orbiv3/icomoon.eot?d5tnfw#iefix") format("embedded-opentype"), url("../../fonts/Orbiv3/icomoon.ttf?d5tnfw") format("truetype"), url("../../fonts/Orbiv3/icomoon.woff?d5tnfw") format("woff"), url("../../fonts/Orbiv3/icomoon.svg?d5tnfw#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-regular:before {
  content: "\e923"; }

.icon-large-estate:before {
  content: "\e924"; }

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

.icon-apartment:before {
  content: "\e926"; }

.icon-setup1:before {
  content: "\e91f"; }

.icon-grow:before {
  content: "\e920"; }

.icon-wifi:before {
  content: "\e921"; }

.icon-wire:before {
  content: "\e922"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'avenirnextltpro';
  src: url("../../fonts/Orbiv3/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../../fonts/Orbiv3/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  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: 0px;
  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; }

/* custom range input styles */
.jcf-range {
  display: block;
  margin: 0 10px;
  position: relative;
  z-index: 30;
  left: -6px;
  right: -6px; }
  .jcf-range:before, .jcf-range:after {
    content: '';
    position: absolute;
    top: -1px;
    height: 8px;
    width: 130px;
    background: #f7f7f7;
    z-index: 1;
    margin: 0 8px; }
    @media (min-width: 768px) {
      .jcf-range:before, .jcf-range:after {
        margin: 0 9px;
        top: 0; } }
  .jcf-range:before {
    right: 100%; }
  .jcf-range:after {
    left: 100%; }
  .lineslider .jcf-range {
    position: absolute;
    left: -6px;
    right: -6px;
    top: 0; }
    @media (min-width: 768px) {
      .lineslider .jcf-range {
        left: -8px;
        right: -8px; } }
    @media (min-width: 1024px) {
      .lineslider .jcf-range {
        left: -6px;
        right: -6px; } }

.jcf-range .jcf-range-track {
  position: relative;
  display: block; }

.jcf-range .jcf-range-wrapper {
  display: block;
  margin: 0 auto;
  position: relative; }

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

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

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

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

.jcf-range .jcf-range-handle {
  position: absolute;
  top: -5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid #64bbe0;
  border-radius: 50%;
  -webkit-transition: left 0.3s;
          transition: left 0.3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 768px) {
    .jcf-range .jcf-range-handle {
      top: -5px;
      height: 18px;
      width: 18px; } }
  .jcf-range .jcf-range-handle:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 100%;
    background: -webkit-linear-gradient(right, #64bbdd 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to left, #64bbdd 0%, rgba(125, 185, 232, 0) 100%);
    height: 6px;
    width: 70px;
    -webkit-animation: glow 1.5s 0.3s infinite;
            animation: glow 1.5s 0.3s infinite;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
    margin: 0 1px 0 0; }
    @media (min-width: 768px) {
      .jcf-range .jcf-range-handle:before {
        height: 8px;
        top: 2px; } }
    @media (min-width: 1024px) {
      .jcf-range .jcf-range-handle:before {
        width: 130px; } }
  .jcf-range .jcf-range-handle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    background: -webkit-linear-gradient(left, #64bbdd 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #64bbdd 0%, rgba(125, 185, 232, 0) 100%);
    height: 6px;
    width: 70px;
    -webkit-animation: glow 1.5s infinite;
            animation: glow 1.5s infinite;
    pointer-events: none;
    border-radius: 4px 0 0 4px;
    margin: 0 0 0 1px; }
    @media (min-width: 768px) {
      .jcf-range .jcf-range-handle:after {
        height: 8px;
        top: 2px; } }
    @media (min-width: 1024px) {
      .jcf-range .jcf-range-handle:after {
        width: 130px; } }

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

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

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

/* 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(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-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, 0.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: 0.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, 0.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, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.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, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.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; }

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

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

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -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(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: 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(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

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

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

/* 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, 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, 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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

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

/* Styling for Small-Screen Devices */
@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); } }

.sticky-wrap.fixed-position .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -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 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
  @media (min-width: 1200px) {
    .header {
      padding: 20px 0 18px; } }
  @media (min-width: 1024px) {
    .header.initial .rt-hold.old-nav .rt-more {
      min-width: 325px; } }
  @media (min-width: 1200px) {
    .header.initial .rt-hold.old-nav .rt-more {
      min-width: 405px; } }
  @media (min-width: 1400px) {
    .header.initial .rt-hold.old-nav .rt-more {
      min-width: 405px; } }
  @media (min-width: 1024px) {
    .header.initial .rt-more {
      min-width: 190px; } }
  @media (min-width: 1200px) {
    .header.initial .rt-more {
      min-width: 255px; } }
  .header.initial .netgear-logo {
    display: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out, height 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, height 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .header.initial .netgear-logo {
        margin: 0 0 15px;
        display: block; } }
    @media (min-width: 1200px) {
      .header.initial .netgear-logo {
        margin: 0 0 18px 12px; } }
  @media (max-width: 767px) {
    .header.clean-head .logo {
      width: 60px;
      margin: 0 auto;
      float: none; } }
  @media (min-width: 768px) {
    .header.clean-head .rt-hold {
      margin-top: 2px; } }
  @media (min-width: 1024px) {
    .header.clean-head .rt-hold {
      margin-top: 5px; } }
  @media (min-width: 1200px) {
    .header.clean-head .rt-hold {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .header.clean-head .rt-more {
      width: 50px; } }
  @media (min-width: 1024px) {
    .header.clean-head .rt-more {
      margin-left: 30px; } }
  .header.clean-head .rt-more .search-opener {
    display: block;
    color: #959296; }
    @media (max-width: 767px) {
      .header.clean-head .rt-more .search-opener {
        position: absolute;
        top: 12px;
        right: 16px; } }
    @media (min-width: 768px) {
      .header.clean-head .rt-more .search-opener {
        margin-right: 5px; } }
  .header.clean-head .rt-more .search-form {
    background: #fff;
    padding: 49px 50px 72px; }
    @media (min-width: 768px) {
      .header.clean-head .rt-more .search-form {
        display: none; } }
    .header.clean-head .rt-more .search-form input[type="search"] {
      font-size: 15px;
      border-bottom-width: 2px;
      border-color: #939393;
      text-transform: uppercase;
      text-align: center;
      padding: 8px 18px;
      color: #9c999d; }
      .header.clean-head .rt-more .search-form input[type="search"]::-webkit-input-placeholder {
        color: #9c999d; }
      .header.clean-head .rt-more .search-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #9c999d; }
      .header.clean-head .rt-more .search-form input[type="search"]:-moz-placeholder {
        color: #9c999d; }
      .header.clean-head .rt-more .search-form input[type="search"]:-ms-input-placeholder {
        color: #9c999d; }
      .header.clean-head .rt-more .search-form input[type="search"].placeholder {
        color: #9c999d; }
  @media (max-width: 767px) {
    .header.clean-head .nav-drop .search-form {
      display: none; } }
  @media (max-width: 767px) {
    .header.clean-head .search-form {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform: translateY(200%);
          -ms-transform: translateY(200%);
              transform: translateY(200%);
      width: 100%;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 10000; }
      .search-active .header.clean-head .search-form {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  .header .netgear-logo-add {
    display: none; }
  .header.custom-state {
    -webkit-transform: translateY(-52px);
        -ms-transform: translateY(-52px);
            transform: translateY(-52px); }
    @media (min-width: 1024px) {
      .header.custom-state {
        -webkit-transform: translateY(-84px);
            -ms-transform: translateY(-84px);
                transform: translateY(-84px); } }
    @media (min-width: 1200px) {
      .header.custom-state {
        -webkit-transform: translateY(-112px);
            -ms-transform: translateY(-112px);
                transform: translateY(-112px); } }
    @media (min-width: 1024px) {
      .header.custom-state .netgear-logo {
        margin: 0;
        height: 0; } }
    @media (min-width: 1200px) {
      .header.custom-state .netgear-logo {
        margin: 0 0 0 12px; } }
    @media (min-width: 1024px) {
      .header.custom-state .rt-more {
        width: 295px; } }
    @media (min-width: 1200px) {
      .header.custom-state .rt-more {
        width: 375px; } }
    @media (min-width: 1400px) {
      .header.custom-state .rt-more {
        width: 405px; } }
    @media (min-width: 1024px) {
      .header.custom-state .netgear-logo-add {
        display: inline-block;
        vertical-align: middle;
        margin-left: 14px; } }
    @media (min-width: 1200px) {
      .header.custom-state .netgear-logo-add {
        margin-left: 30px; } }
    @media (min-width: 1300px) {
      .header.custom-state .netgear-logo-add {
        margin-left: 38px; } }
  .header .container {
    max-width: 1390px;
    padding: 0 17px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .header .container {
        padding: 0 12px; } }
    @media (min-width: 1024px) {
      .header .container {
        padding: 0 15px; } }
  .header .logo {
    float: left;
    margin: 0 10px 0 36px; }
    @media (min-width: 768px) {
      .header .logo {
        margin: 0; } }
    @media (min-width: 1200px) {
      .header .logo {
        margin: 5px 0 0 12px; } }
    @media (min-width: 1024px) {
      .header .logo img {
        width: 74px;
        height: 30px; } }
  .header .rt-hold {
    float: right;
    max-width: 50%; }
    @media (min-width: 768px) {
      .header .rt-hold {
        width: 660px;
        max-width: 660px;
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .header .rt-hold {
        width: 920px;
        max-width: 920px; } }
    @media (min-width: 1200px) {
      .header .rt-hold {
        width: 1050px;
        max-width: 1050px; } }
    @media (min-width: 1300px) {
      .header .rt-hold {
        width: 1147px;
        max-width: 1147px; } }
    @media (min-width: 1400px) {
      .header .rt-hold {
        width: 1176px;
        max-width: 1176px; } }
    @media (min-width: 1024px) {
      .header .rt-hold.old-nav .nav-drop {
        width: 580px; } }
    @media (min-width: 1200px) {
      .header .rt-hold.old-nav .nav-drop {
        width: 600px; } }
    @media (max-width: 1023px) {
      .header .rt-hold.old-nav .rt-more .btn {
        display: none; } }
  @media (min-width: 1024px) {
    .header-small-text .header .rt-hold.old-nav .nav-drop {
      width: 450px; } }
  @media (min-width: 1200px) {
    .header-small-text .header .rt-hold.old-nav .nav-drop {
      width: 520px; } }
  @media (min-width: 1300px) {
    .header-small-text .header .rt-hold.old-nav .nav-drop {
      width: 600px; } }
  @media (min-width: 1024px) {
    .header-small-text .header .rt-more .btn-primary {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .header-small-text .header .rt-more .btn-primary {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    .header-small-text .header .rt-more .btn-primary {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .header-small-text .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .header-small-text .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    .header-small-text .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      font-size: 14px; } }
  .header .netgear-logo {
    display: none;
    line-height: 0; }
    @media (min-width: 1024px) {
      .header .netgear-logo {
        display: inline-block;
        vertical-align: middle;
        margin-left: 14px; } }
    @media (min-width: 1200px) {
      .header .netgear-logo {
        margin-left: 30px; } }
    @media (min-width: 1300px) {
      .header .netgear-logo {
        margin-left: 38px; } }
  .header .rt-more {
    font-size: 0;
    text-align: right; }
    @media (min-width: 768px) {
      .header .rt-more {
        min-width: 174px;
        margin-left: 15px; } }
    @media (min-width: 1024px) {
      .header .rt-more {
        min-width: 295px; } }
    @media (min-width: 1200px) {
      .header .rt-more {
        min-width: 374px; } }
    @media (min-width: 1300px) {
      .header .rt-more {
        min-width: 388px;
        margin-left: 20px; } }
    @media (min-width: 1400px) {
      .header .rt-more {
        margin-left: 57px; } }
    .header .rt-more .search-opener {
      display: none; }
      @media (min-width: 768px) {
        .header .rt-more .search-opener {
          display: inline-block;
          vertical-align: middle; } }
    .header .rt-more .btn {
      min-width: 141px;
      vertical-align: middle; }
      @media (min-width: 1024px) {
        .header .rt-more .btn {
          min-width: 154px; } }
      @media (min-width: 1200px) {
        .header .rt-more .btn {
          min-width: 186px; } }
    .header .rt-more .btn-primary {
      min-width: 105px;
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: middle; }
      @media (min-width: 1024px) {
        .header .rt-more .btn-primary {
          min-width: 105px;
          padding: 6px 10px;
          margin-left: 13px;
          border-radius: 6px; } }
      @media (min-width: 1200px) {
        .header .rt-more .btn-primary {
          min-width: 105px;
          letter-spacing: 1px;
          padding: 11px 10px 10px;
          border-radius: 6px; } }
    @media (min-width: 768px) {
      .search-active .header .rt-more {
        opacity: 0;
        visibility: hidden; } }
    .header .rt-more #wtbContainer,
    .header .rt-more #wtbContainer-a {
      display: inline-block;
      vertical-align: middle; }
    .header .rt-more [id^=wtbContainer] {
      display: inline-block;
      vertical-align: middle; }
    .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      min-width: 105px;
      width: auto;
      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: 0.8px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          padding: 6px 10px 5px; } }
      @media (min-width: 1024px) {
        .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          min-width: 90px;
          padding: 5px 10px 6px;
          margin-left: 13px;
          border-radius: 6px;
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .header .rt-more .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          min-width: 105px;
          letter-spacing: 1px;
          padding: 10px;
          font-size: 14px;
          border-radius: 6px; } }
      .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; }
    @media (min-width: 768px) {
      .header .search-opener {
        display: inline-block;
        vertical-align: top;
        line-height: 0;
        margin: 2px 8px 0 0;
        color: #2c262d;
        opacity: 0.5; } }
    @media (min-width: 1024px) {
      .header .search-opener {
        margin: 3px 14px 0 0; } }
    @media (min-width: 1200px) {
      .header .search-opener {
        font-size: 20px;
        margin: 0 38px 0 0; } }
    @media (min-width: 1300px) {
      .header .search-opener {
        margin: 0 47px 0 0; } }
    .header .search-opener .ico-search {
      width: 16px;
      height: 16px;
      line-height: 1; }
      @media (min-width: 768px) {
        .header .search-opener .ico-search {
          width: 13px;
          height: 13px; } }
      @media (min-width: 1024px) {
        .header .search-opener .ico-search {
          width: 20px;
          height: 20px; } }
    .header .search-opener:hover {
      opacity: 0.75; }
  @media (min-width: 1200px) {
    .header-small-text .header .search-opener {
      margin: 0 25px 0 0; } }
  @media (min-width: 1300px) {
    .header-small-text .header .search-opener {
      margin: 0 27px 0 0; } }
  .header .search-form {
    position: relative;
    margin: 0 20px 40px; }
    @media (min-width: 768px) {
      .header .search-form {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.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%); } }
    @media (min-width: 1024px) {
      .header .search-form {
        margin-top: 1px; } }
    @media (min-width: 1200px) {
      .header .search-form {
        margin: 0;
        top: 21px; } }
    .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; }
      @media (max-width: 767px) {
        .header .search-form input[type="search"] {
          height: 40px; } }
    .header .search-form button[type="submit"] {
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.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; }
      @media (min-width: 768px) {
        .header .search-form .close {
          display: block;
          position: absolute;
          top: 10px;
          right: -35px;
          margin: 0;
          padding: 0; } }

@media (max-width: 767px) {
  .nav-drop {
    overflow: auto;
    position: absolute;
    top: 100%;
    left: -260px;
    z-index: 10000;
    padding: 0;
    width: 260px;
    margin-top: 2px;
    -webkit-transition: left 0.2s linear;
            transition: left 0.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; } }

@media (min-width: 768px) {
  .nav-drop {
    width: 470px;
    padding: 0; } }

@media (min-width: 1024px) {
  .nav-drop {
    width: 580px; } }

@media (min-width: 1200px) {
  .nav-drop {
    width: 660px; } }

@media (min-width: 1300px) {
  .nav-drop {
    width: 730px; } }

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

.nav-drop .drop-logo {
  padding: 0 0 7px 27px; }
  @media (min-width: 768px) {
    .nav-drop .drop-logo {
      display: none; } }

@media (min-width: 1024px) {
  .header-small-text .btn {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .header-small-text .btn {
    font-size: 13px; } }

#nav {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    #nav {
      margin: 0; }
      .search-active #nav {
        opacity: 0;
        visibility: hidden; } }
  #nav > ul {
    font-size: 12px;
    line-height: 1.42;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1024px) {
      #nav > ul {
        font-size: 13px; }
        .header-small-text #nav > ul {
          font-size: 12px; } }
    @media (min-width: 1200px) {
      .header-small-text #nav > ul {
        font-size: 13px; } }
    @media (min-width: 1300px) {
      .header-small-text #nav > ul {
        font-size: 14px; } }
    #nav > ul > li {
      margin-bottom: 13px;
      padding: 0 28px; }
      @media (min-width: 768px) {
        #nav > ul > li {
          margin-bottom: 0;
          text-align: left;
          padding: 0; } }
      #nav > ul > li.visible-mobile + li {
        margin-left: 0 !important; }
      @media (min-width: 768px) {
        #nav > ul > li + li {
          margin-left: 14px; } }
      @media (min-width: 1024px) {
        #nav > ul > li + li {
          margin-left: 20px; }
          .header-small-text #nav > ul > li + li {
            margin-left: 14px; } }
      @media (min-width: 1200px) {
        #nav > ul > li + li {
          margin-left: 40px; }
          .header-small-text #nav > ul > li + li {
            margin-left: 25px; } }
      @media (min-width: 1300px) {
        .header-small-text #nav > ul > li + li {
          margin-left: 35px; } }
      #nav > ul > li.active > a:after {
        width: 100%; }
      @media (max-width: 767px) {
        #nav > ul > li.blue-style > a {
          color: #00a5e2; } }
      #nav > ul > li > a {
        color: #959296;
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 5px 0; }
        @media (min-width: 768px) {
          #nav > ul > li > a {
            padding: 0; } }
        @media (min-width: 768px) {
          #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 0.3s ease-in-out, width 0.3s ease-in-out;
                    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; } }
        @media (min-width: 1200px) {
          #nav > ul > li > a:after {
            bottom: -11px; } }
        #nav > ul > li > a:hover:after {
          width: 100%; }
        @media (max-width: 767px) {
          #nav > ul > li > a:hover {
            color: #00a5e2;
            opacity: 1; } }
      #nav > ul > li.orbi-business-mobile {
        display: none; }
        @media (max-width: 767px) {
          #nav > ul > li.orbi-business-mobile {
            display: block; } }
        #nav > ul > li.orbi-business-mobile a {
          color: #00a5e2; }

@media (max-width: 767px) {
  .nav-active .nav-drop {
    left: 0; } }

.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 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out, transform 0.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: 0.74; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.block-sticky .subnav {
  -webkit-transition: top 0.3s ease-in-out;
          transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 999;
  top: 0 !important; }
  @media (max-width: 768px) {
    .block-sticky .subnav {
      z-index: 9889; } }
  .block-sticky .subnav .btn-primary {
    display: block; }

.subnav {
  background: #fafafa;
  position: relative; }
  .subnav .container {
    padding-top: 6px;
    padding-bottom: 8px;
    max-width: 1390px; }
    @media (min-width: 768px) {
      .subnav .container {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .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; }
    @media (max-width: 767px) {
      .header-small-text .block-sticky .subnav .page-title {
        width: 108px; } }
    @media (min-width: 768px) {
      .subnav .page-title {
        width: 260px;
        margin-top: 6px; }
        .header-small-text .subnav .page-title {
          width: 180px; } }
    @media (min-width: 1024px) {
      .subnav .page-title {
        font-size: 18px;
        margin-left: 6px;
        width: 180px; } }
    @media (min-width: 1200px) {
      .subnav .page-title {
        width: 370px; } }
    @media (min-width: 1300px) {
      .subnav .page-title {
        width: 460px; } }
    @media (max-width: 767px) {
      .subnav-active .subnav .page-title {
        display: none; } }
  .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%; }
    @media (max-width: 767px) {
      .header-small-text .subnav .r-holder {
        width: auto;
        max-width: 65%; } }
    @media (min-width: 768px) {
      .subnav .r-holder {
        width: 62.5%; }
        .header-small-text .subnav .r-holder {
          width: 73%; } }
    @media (min-width: 1024px) {
      .subnav .r-holder {
        width: 78%; } }
    @media (min-width: 1200px) {
      .subnav .r-holder {
        width: 766px; } }
    @media (max-width: 767px) {
      .subnav-active .subnav .r-holder {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 768px) {
    .subnav .subnav-block {
      margin-top: 5px; } }
  .subnav .btn-primary {
    min-width: 105px;
    padding: 7px 5px 5px;
    margin-left: 25px;
    display: none; }
    @media (max-width: 767px) {
      .header-small-text .subnav .btn-primary {
        margin-left: 10px;
        font-size: 9px; } }
    @media (min-width: 768px) {
      .subnav .btn-primary {
        letter-spacing: 1px;
        margin-left: 10px; } }
    @media (min-width: 1024px) {
      .subnav .btn-primary {
        padding: 9px 10px 7px;
        margin-left: 25px;
        min-width: 150px;
        font-size: 13px; } }
    @media (min-width: 1200px) {
      .subnav .btn-primary {
        margin-left: 30px; }
        .header-small-text .subnav .btn-primary {
          margin-left: 16px; } }
  .subnav .sub-opener {
    display: inline-block;
    padding: 0 3px;
    margin-top: 6px;
    color: #888a8d;
    outline: none; }
    @media (min-width: 768px) {
      .subnav .sub-opener {
        display: 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; }
  @media (max-width: 767px) {
    .subnav .sub-drop {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 999;
      overflow: hidden; } }
  .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; }
    @media (min-width: 768px) {
      .subnav .sub-drop .in-title {
        display: none; } }
  .subnav .sub-drop .nav {
    background: #fafafa;
    padding: 10px 20px; }
    @media (max-width: 767px) {
      .subnav .sub-drop .nav {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16); } }
    @media (min-width: 768px) {
      .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 {
      font-size: 12px;
      line-height: 1.5;
      padding: 12px 16px; }
      @media (min-width: 768px) {
        .subnav .sub-drop .nav li {
          padding: 0; } }
      @media (min-width: 1024px) {
        .subnav .sub-drop .nav li {
          font-size: 18px; }
          .header-small-text .subnav .sub-drop .nav li {
            font-size: 16px; } }
      .subnav .sub-drop .nav li + li {
        border-top: 1px solid #d3d3d3; }
        @media (min-width: 768px) {
          .subnav .sub-drop .nav li + li {
            border: none;
            margin-left: 20px; } }
        @media (min-width: 1024px) {
          .subnav .sub-drop .nav li + li {
            margin-left: 48px; }
            .header-small-text .subnav .sub-drop .nav li + li {
              margin-left: 48px; } }
      @media (max-width: 767px) {
        .subnav .sub-drop .nav li.active a {
          color: #00a5e2; } }
      @media (min-width: 768px) {
        .subnav .sub-drop .nav li.active a:after {
          width: 100%; } }
      .subnav .sub-drop .nav li a {
        color: #282b31;
        position: relative; }
        @media (max-width: 767px) {
          .subnav .sub-drop .nav li a:hover {
            color: #00a5e2; } }
        @media (min-width: 768px) {
          .subnav .sub-drop .nav li a:hover:after {
            width: 100%; } }
        @media (min-width: 768px) {
          .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 0.3s ease-in-out, width 0.3s ease-in-out;
                    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; } }

@media (max-width: 767px) {
  .sub-drop {
    max-height: 0;
    -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear; } }

@media (max-width: 767px) {
  .subnav-active .sub-drop {
    max-height: 4000px;
    padding-bottom: 12px; } }

@media (max-width: 767px) {
  .subnav-active .sub-drop > ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 767px) {
  .sub-drop > ul {
    -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); } }

@media (max-width: 767px) {
  .logo .inner-logo {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .logo .inner-logo {
    max-width: 60px;
    margin: 4px 0 -7px; } }

.logo .inner-logo img {
  width: inherit !important;
  max-width: 74px !important;
  height: auto !important; }

@media (min-width: 768px) {
  .header-inner .rt-hold {
    padding-top: 10px; } }

@media (max-width: 1023px) {
  .header-inner .rt-hold {
    padding-top: 13px; } }

@media (max-width: 767px) {
  .header-inner .rt-hold {
    max-width: 73%;
    padding-top: 2px; } }

@media (max-width: 1023px) {
  .header-inner .search-form {
    top: 19px; } }

@media (max-width: 767px) {
  .header-inner .nav-opener {
    top: 20px; } }

@media (max-width: 1023px) {
  .header-inner .logo {
    width: 60px; }
    .header-inner .logo img {
      max-width: 100% !important; } }

@media (max-width: 767px) {
  .header-inner .logo {
    margin-left: 27px; } }

@media (max-width: 767px) {
  .header-inner .btn.hidden-mobile {
    margin: 0 5px 0 0; } }

.header-inner .rt-more .visible-mobile {
  display: inline-block !important; }
  .header-inner .rt-more .visible-mobile a {
    -webkit-transition: opacity 0.25s linear 0s;
            transition: opacity 0.25s linear 0s; }
    .header-inner .rt-more .visible-mobile a:hover {
      opacity: 0.8; }

@media (max-width: 767px) {
  .header-inner .rt-more .btn {
    min-width: inherit !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .header-inner .nav-drop {
    width: calc(100% - 250px); }
  .header-inner .rt-hold {
    width: inherit;
    max-width: 665px; }
  .header-inner .rt-more {
    max-width: 244px;
    margin-left: 10px; }
    .header-inner .rt-more .btn {
      min-width: 115px;
      margin-right: 5px; }
  .header-inner #nav > ul > li + li {
    margin-left: 5px; } }

.header-inner #nav {
  position: relative;
  z-index: 9; }

@media (min-width: 768px) {
  body {
    font-size: 18px; } }

body.nav-active {
  overflow: hidden;
  position: fixed;
  max-width: 100%; }

@media (max-width: 767px) {
  body.search-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: 0.8px; }
  @media (min-width: 768px) {
    .btn {
      letter-spacing: 0; } }
  @media (min-width: 1024px) {
    .btn {
      font-size: 14px;
      border-width: 2px;
      padding: 5px 8px 3px; } }
  @media (min-width: 1200px) {
    .btn {
      border-radius: 6px;
      padding: 9px 10px 8px;
      letter-spacing: 1px; } }
  .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: 0.8px; }
  @media (min-width: 768px) {
    .btn-white {
      letter-spacing: 0; } }
  @media (min-width: 1024px) {
    .btn-white {
      font-size: 14px;
      border-radius: 6px; } }
  .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: 0.8px; }
  @media (min-width: 768px) {
    .btn-primary {
      letter-spacing: 0; } }
  @media (min-width: 1024px) {
    .btn-primary {
      font-size: 14px;
      border-radius: 6px; } }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 44px; } }

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 36px; } }

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 28px; } }

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 24px; } }

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 20px; } }

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 18px; } }

.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;
      overflow: hidden; }
    .slick-dots li.slick-active button {
      background: #00a5e2; }

.main {
  position: relative; }
  .nav-active .main:before {
    content: '';
    background: rgba(40, 43, 49, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999; }
  @media (max-width: 767px) {
    .search-active .main:before {
      content: '';
      background: rgba(40, 43, 49, 0.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; }
  @media (min-width: 768px) {
    .lightbox {
      width: 570px; } }

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

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

@media (min-width: 768px) {
  .fancybox-close-small::after {
    top: 20px;
    right: 20px;
    font-size: 29px; } }

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

input.LV_invalid_field + .LV_invalid, textarea.LV_invalid_field + .LV_invalid {
  display: block;
  margin-top: -10px; }

.jcf-reset-appearance.LV_invalid_field + .LV_invalid {
  margin: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c00;
  border-radius: 6px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

.jcf-select {
  width: 100%;
  border-color: #e7e8ea;
  border-radius: 6px;
  height: 48px; }
  @media (min-width: 768px) {
    .jcf-select {
      height: 50px; } }
  .jcf-select .jcf-select-text {
    font-size: 14px;
    line-height: 46px;
    color: #b9bdc3;
    margin-left: 20px; }
    @media (min-width: 768px) {
      .jcf-select .jcf-select-text {
        font-size: 17px;
        line-height: 48px;
        margin-left: 14px; } }
  .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; }
    @media (min-width: 768px) {
      .video-holder .video-frame .btn-fullscreen {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 20px; } }
    .video-holder .video-frame .btn-fullscreen .icon-fullscreen {
      font-size: 18px;
      line-height: 1; }
      @media (min-width: 768px) {
        .video-holder .video-frame .btn-fullscreen .icon-fullscreen {
          font-size: 30px; } }
    .ios-device .video-holder .video-frame .btn-fullscreen {
      display: none; }
  .video-holder .video-frame.is-playing .btn-fullscreen {
    visibility: visible; }

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

.ui-autocomplete.ui-front {
  background: #fff;
  z-index: 999;
  padding: 5px;
  box-sizing: border-box;
  list-style: none;
  box-shadow: 0px 1px 3px 0px #a1d4ed;
  font-family: inherit; }
  .ui-autocomplete.ui-front li {
    padding: 5px;
    font-size: 13px;
    cursor: pointer; }
    .ui-autocomplete.ui-front li:hover {
      color: #00a5e2; }

.ps-product-details > h1.ps-product-name {
  font-weight: normal !important; }

@media (max-width: 767px) {
  .video-section ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .video-section ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }

#systems .product-slider .text-hold .morecontent span {
  display: none; }

#systems .product-slider .text-hold .morelink {
  display: block;
  padding-top: 7px;
  color: #00a5e2;
  font-size: 14px; }
  #systems .product-slider .text-hold .morelink::after {
    content: "\e913";
    font-size: 8px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 9px;
    display: inline-block; }

#systems .product-slider .text-hold .morelink.less::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.footer {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 16px;
  padding: 30px 0 0; }
  @media (min-width: 1024px) {
    .footer {
      font-size: 16px;
      line-height: 20px;
      padding-top: 11px; } }
  .footer .container {
    max-width: 1422px;
    padding: 0 20px; }
  .footer .logo-block {
    margin: 0 -8px 25px; }
    @media (min-width: 768px) {
      .footer .logo-block {
        display: none; } }
    .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; }
    @media (max-width: 767px) {
      .footer .app-store img {
        width: 110px;
        height: 33px; } }
  .footer .google-play {
    width: 110px; }
    .ios-device .footer .google-play {
      display: none; }
  .footer a:hover {
    opacity: 0.75; }
  .footer .nav-area {
    padding: 0 0 7px;
    position: relative; }
    @media (min-width: 768px) {
      .footer .nav-area {
        padding: 39px 0 31px; } }
  .footer .bottom-area {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .footer .bottom-area {
        padding: 36px 0;
        border-top: 1px solid #f1f0f0; } }
    @media (min-width: 768px) {
      .footer .bottom-area .social-networks {
        float: right;
        text-align: right;
        width: 55%;
        margin-bottom: 0; } }
  .footer .copyright {
    display: block;
    border-top: 1px solid #f1f0f0;
    padding-top: 17px; }
    @media (min-width: 768px) {
      .footer .copyright {
        float: left;
        width: 40%;
        padding: 0;
        border: none; } }
    .footer .copyright a {
      color: #a5a5a5; }
      .footer .copyright a:hover {
        text-decoration: underline; }
    .footer .copyright .ft-logo {
      width: 164px;
      display: none; }
      @media (min-width: 768px) {
        .footer .copyright .ft-logo {
          display: inline-block;
          vertical-align: baseline;
          margin-right: 11px; } }
    @media (min-width: 768px) {
      .footer .copyright .ft-txt {
        display: none; } }

.footer-nav {
  font-weight: 500; }
  @media (min-width: 768px) {
    .footer-nav {
      float: left;
      width: calc(100% - 40px);
      text-align: center; } }
  @media (min-width: 1400px) {
    .footer-nav {
      text-align: left; } }
  .footer-nav li {
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer-nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 26px 8px 0; } }
    @media (min-width: 1200px) {
      .footer-nav li {
        margin-right: 29px; } }
  .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 {
  position: absolute;
  top: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    .lang-select {
      position: static;
      display: block;
      float: right;
      width: 36px;
      text-align: right;
      padding: 3px 0 0;
      position: relative; } }
  @media (min-width: 1024px) {
    .lang-select {
      padding: 4px 4px 0 0; } }
  .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 0.3s ease-in-out;
                transition: transform 0.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; }
    @media (min-width: 1200px) {
      .lang-select .lang-drop {
        right: -27px; } }
    .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; }
  @media (min-width: 768px) {
    .benefit-section {
      margin-bottom: 88px; } }
  .benefit-section h1 {
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .benefit-section h1 {
        margin-bottom: 46px; } }
  .benefit-section .row {
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .benefit-section .row {
        position: relative;
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .benefit-section .row:nth-child(even) .img-holder {
        left: 52.4%;
        right: 0; } }
    @media (min-width: 768px) {
      .benefit-section .row:nth-child(even) .desc-holder {
        padding: 71px 51% 89px 74px; } }
  .benefit-section .img-holder {
    margin: 0 0 15px;
    position: relative; }
    @media (min-width: 768px) {
      .benefit-section .img-holder {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        right: 51.8%; } }
    .benefit-section .img-holder img {
      width: 100%; }
  @media (min-width: 768px) {
    .benefit-section.pro-add .desc-holder {
      padding-bottom: 52px; } }
  .benefit-section.pro-add .row:nth-child(2n) .desc-holder {
    padding-bottom: 52px; }
  .benefit-section .desc-holder {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .benefit-section .desc-holder {
        padding: 71px 0 89px 54.4%;
        font-size: 24px;
        line-height: 1.42; } }
    .benefit-section .desc-holder h2 {
      color: #00a5e2;
      margin-bottom: 6px;
      line-height: 1.22; }
      @media (min-width: 768px) {
        .benefit-section .desc-holder h2 {
          margin-bottom: 11px; } }
  .benefit-section.sliding {
    padding-top: 35px; }
    @media (min-width: 768px) {
      .benefit-section.sliding {
        padding-top: 88px; } }
    @media (min-width: 768px) {
      .benefit-section.sliding .row:nth-child(2n) .img-holder {
        left: 49.6%; } }
    @media (min-width: 768px) {
      .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); } }
    @media (min-width: 1200px) {
      .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 {
      padding-top: 50%;
      background-position: 100% 50%;
      margin-bottom: -3px; }
      @media (min-width: 360px) {
        .benefit-section.sliding .img-holder {
          margin-bottom: -30px; } }
      @media (min-width: 768px) {
        .benefit-section.sliding .img-holder {
          margin: 0;
          padding-top: 0;
          width: 51%; } }
      .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; }
        @media (min-width: 360px) {
          .benefit-section.sliding .img-holder:before {
            height: 120px;
            bottom: -55px;
            -webkit-transform: skewY(4deg);
                -ms-transform: skewY(4deg);
                    transform: skewY(4deg); } }
        @media (min-width: 768px) {
          .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; } }
        @media (min-width: 1200px) {
          .benefit-section.sliding .img-holder:before {
            -webkit-transform: skewX(22deg);
                -ms-transform: skewX(22deg);
                    transform: skewX(22deg);
            right: -86px;
            width: 150px; } }
      .benefit-section.sliding .img-holder img {
        display: none; }
  @media (min-width: 768px) {
    .benefit-section.circle {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .benefit-section.circle h1 {
      margin-bottom: 43px; } }
  @media (min-width: 768px) {
    .benefit-section.circle .mask {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .benefit-section.circle .mask {
      margin: 0; } }
  .benefit-section.circle .row {
    text-align: center;
    margin-bottom: 36px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .benefit-section.circle .row {
        display: block;
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .benefit-section.circle .row {
        padding: 0 30px; } }
    .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; }
    @media (min-width: 768px) {
      .benefit-section.circle .img-holder {
        position: static;
        margin-bottom: 18px; } }
    @media (min-width: 1024px) {
      .benefit-section.circle .img-holder {
        width: 240px;
        height: 240px; } }
  .benefit-section.circle .desc-holder {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .benefit-section.circle .desc-holder {
        padding: 0;
        font-size: 20px;
        line-height: 1.35; } }
    .benefit-section.circle .desc-holder h2 {
      font-size: 18px; }
      @media (min-width: 768px) {
        .benefit-section.circle .desc-holder h2 {
          margin-bottom: 14px;
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .benefit-section.circle .desc-holder h2 {
          font-size: 24px; } }

.strip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3000px; }
  @media (max-width: 767px) {
    .strip {
      display: none; } }
  .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; }
  @media (min-width: 768px) {
    .feature-section {
      margin-top: 0; } }
  .feature-section.new-add .hold .ico-hold {
    border: none; }
  @media (min-width: 768px) {
    .feature-section .tab-item .slide-inner {
      -webkit-transition: opacity 0.3s;
              transition: opacity 0.3s; } }
  @media (min-width: 768px) {
    .feature-section .tab-item.hidden-text .slide-inner {
      opacity: 0; } }
  .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 0.4s linear;
              transition: opacity 0.4s linear;
      background-size: cover;
      background-position: 50% 50%; }
      @media (max-width: 767px) {
        .feature-section .slide .bg-visual {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
      .feature-section .slide .bg-visual:before {
        content: '';
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        @media (min-width: 768px) {
          .feature-section .slide .bg-visual:before {
            background: rgba(0, 0, 0, 0.2); } }
      .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; }
        @media (min-width: 768px) {
          .feature-section .slide .bg-visual h1 {
            font-size: 34px;
            text-align: left;
            padding: 0 139px;
            top: 90px; } }
        @media (min-width: 1024px) {
          .feature-section .slide .bg-visual h1 {
            font-size: 44px; } }
    .feature-section .slide.js-hidden .bg-visual {
      opacity: 0; }
      @media (max-width: 767px) {
        .feature-section .slide.js-hidden .bg-visual {
          opacity: 1; } }
  @media (min-width: 768px) {
    .feature-section .hold {
      max-width: 600px;
      padding-left: 119px;
      position: relative; } }
  .feature-section .hold .ico-hold {
    display: none; }
    @media (min-width: 768px) {
      .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: 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; }
    @media (min-width: 768px) {
      .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 {
      display: inline-block;
      font-size: 12px;
      line-height: 1.2;
      background: #00a5e2;
      border-radius: 2px;
      min-width: 82px;
      max-width: 300px;
      padding: 8px 12px;
      color: #fff; }
      @media (min-width: 768px) {
        .feature-section .slide-inner .tag {
          font-size: 30px;
          background: #00a5e2;
          max-width: 480px;
          border-radius: 5px;
          padding: 12px 15px; } }
    .feature-section .slide-inner h2 {
      color: #6b6b6b;
      padding: 0 55px; }
      @media (min-width: 768px) {
        .feature-section .slide-inner h2 {
          color: #282b31;
          padding: 0;
          margin-bottom: 21px; } }
    .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 0.4s linear;
            transition: opacity 0.4s linear;
    display: none; }
    @media (min-width: 768px) {
      .feature-section .tabset {
        display: block;
        right: 49px;
        left: auto;
        top: 174px;
        bottom: auto; } }
    .feature-section .tabset li {
      line-height: 0;
      margin: 0 3px;
      position: relative;
      z-index: 999; }
      @media (min-width: 768px) {
        .feature-section .tabset li {
          margin: 0 0 14px; } }
      .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; }
        @media (min-width: 768px) {
          .feature-section .tabset li a {
            width: 16px;
            height: 16px;
            border-width: 2px; }
            .feature-section .tabset li a.js-active {
              background: #fff; } }
  @media (max-width: 767px) {
    .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; } }

.feature-accordion {
  padding-top: 45px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .feature-accordion {
      padding-top: 116px;
      padding-bottom: 27px; } }
  @media (min-width: 768px) {
    .feature-accordion .accordion-holder {
      width: 45%;
      float: left; } }
  @media (min-width: 1024px) {
    .feature-accordion .accordion-holder {
      width: 35%; } }
  .feature-accordion h2 {
    text-align: center;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .feature-accordion h2 {
        text-align: left;
        font-size: 40px;
        margin-bottom: 26px; } }
  .feature-accordion .accordion {
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .feature-accordion .accordion {
        margin: 0; } }
    .feature-accordion .accordion li {
      border-bottom: 2px solid #d3d3d3;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion li {
          padding: 0; } }
      .feature-accordion .accordion li:first-child {
        border-top: 2px solid #d3d3d3; }
        @media (min-width: 768px) {
          .feature-accordion .accordion li:first-child {
            border-top: none; } }
      .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; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .opener-holder {
          padding: 19px 38px 20px 60px; } }
      @media (min-width: 1024px) {
        .feature-accordion .accordion .opener-holder {
          padding-left: 73px; } }
    .feature-accordion .accordion .opener {
      font-size: 14px;
      color: #6b6b6b; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .opener {
          font-size: 20px; } }
      .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%); }
        @media (min-width: 768px) {
          .feature-accordion .accordion .opener .plus {
            width: 20px;
            height: 20px; } }
        .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 0.2s linear;
                  transition: opacity 0.2s linear; }
          @media (min-width: 768px) {
            .feature-accordion .accordion .opener .plus:before, .feature-accordion .accordion .opener .plus:after {
              height: 20px; } }
        .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; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-use {
          font-size: 27px; } }
    .feature-accordion .accordion .icon-setup {
      font-size: 22px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-setup {
          font-size: 39px; } }
    .feature-accordion .accordion .icon-speedometer {
      font-size: 15px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-speedometer {
          font-size: 24px; } }
    .feature-accordion .accordion .icon-expandable {
      font-size: 25px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-expandable {
          font-size: 41px; } }
    .feature-accordion .accordion .icon-wire {
      font-size: 22px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-wire {
          font-size: 38px; } }
    .feature-accordion .accordion .icon-wifi {
      font-size: 22px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-wifi {
          font-size: 35px; } }
    .feature-accordion .accordion .icon-setup1 {
      font-size: 22px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-setup1 {
          font-size: 38px; } }
    .feature-accordion .accordion .icon-grow {
      font-size: 22px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .icon-grow {
          font-size: 34px; } }
    .feature-accordion .accordion .text {
      font-size: 12px;
      line-height: 1.33;
      margin-top: -3px;
      margin-bottom: 35px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .text {
          font-size: 16px;
          line-height: 1.43;
          padding-left: 60px;
          padding-right: 25px;
          margin-bottom: 24px; } }
      @media (min-width: 1024px) {
        .feature-accordion .accordion .text {
          padding-right: 70px;
          padding-left: 73px; } }
    .feature-accordion .accordion .img-holder {
      width: 240px;
      margin: 0 auto;
      padding-bottom: 26px; }
      @media (min-width: 768px) {
        .feature-accordion .accordion .img-holder {
          display: none; } }
  .feature-accordion .image-holder {
    display: none; }
    @media (min-width: 768px) {
      .feature-accordion .image-holder {
        width: 50%;
        padding-left: 20px;
        margin-top: 40px;
        display: block;
        float: right;
        text-align: center; } }
    @media (min-width: 1024px) {
      .feature-accordion .image-holder {
        width: 54.4%;
        padding-left: 0;
        padding-right: 46px;
        margin-top: -20px; } }

.video-section {
  padding-top: 15px;
  padding-bottom: 15px; }
  .video-section .video {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
    opacity: 0;
    visibility: hidden; }
    .video-section .video .btn-play {
      -webkit-transition: opacity 0.3s linear;
              transition: opacity 0.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; }
    @media (min-width: 768px) {
      .video-section h1 {
        margin-bottom: 49px; } }
  .video-section .container .video-panel .img-holder {
    height: 156px; }
  .video-section .panel-slider {
    margin: 0 -10px 33px; }
    @media (min-width: 768px) {
      .video-section .panel-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .video-section .panel-slider {
        margin: 0 -15px 40px; } }
    .video-section .panel-slider .video-panel {
      padding: 0 10px; }
      @media (min-width: 768px) {
        .video-section .panel-slider .video-panel {
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .video-section .panel-slider .video-panel {
          padding: 0 15px; } }
      .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; }
      @media (min-width: 768px) {
        .video-section .panel-slider .video-panel .img-holder {
          height: 244px; } }
      .video-section .panel-slider .video-panel .img-holder .icon-play .pause {
        display: none; }
      @media (min-width: 1024px) {
        .video-section .panel-slider .video-panel .img-holder .icon-play img {
          width: 54px;
          height: 54px; } }
      .video-section .panel-slider .video-panel .desc {
        background: none;
        box-shadow: none; }
        @media (min-width: 768px) {
          .video-section .panel-slider .video-panel .desc {
            padding: 26px 20px 31px; } }
        .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; }
    @media (min-width: 768px) {
      .video-section.full .video {
        position: relative;
        min-height: 460px;
        height: auto;
        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); } }
    @media (min-width: 1024px) {
      .video-section.full .video {
        min-height: 460px;
        height: auto; } }
    @media (min-width: 768px) {
      .video-section.full .video-panel,
      .video-section.full .video-frame {
        margin-bottom: 56px; } }
    .video-section.full .video-panel.video-playing-state .icon-play,
    .video-section.full .video-frame.video-playing-state .icon-play {
      display: none; }
      @media (min-width: 768px) {
        .video-section.full .video-panel.video-playing-state .icon-play .play,
        .video-section.full .video-frame.video-playing-state .icon-play .play {
          display: none; } }
    .video-section.full .video-panel.video-playing-state .video .icon-play,
    .video-section.full .video-frame.video-playing-state .video .icon-play {
      display: block; }
    .video-section.full .video-panel > .slick-slider-fade,
    .video-section.full .video-frame > .slick-slider-fade {
      -webkit-transition: width 0.4s linear 0.4s;
              transition: width 0.4s linear 0.4s; }
      @media (min-width: 768px) {
        .video-section.full .video-panel > .slick-slider-fade,
        .video-section.full .video-frame > .slick-slider-fade {
          width: 61.81%; }
          .video-section.full .video-panel > .slick-slider-fade .img-holder,
          .video-section.full .video-frame > .slick-slider-fade .img-holder {
            width: auto; } }
      .video-section.full .video-panel > .slick-slider-fade .slick-list,
      .video-section.full .video-panel > .slick-slider-fade .slick-track,
      .video-section.full .video-frame > .slick-slider-fade .slick-list,
      .video-section.full .video-frame > .slick-slider-fade .slick-track {
        overflow: visible; }
        @media (min-width: 768px) {
          .video-section.full .video-panel > .slick-slider-fade .slick-list,
          .video-section.full .video-panel > .slick-slider-fade .slick-track,
          .video-section.full .video-frame > .slick-slider-fade .slick-list,
          .video-section.full .video-frame > .slick-slider-fade .slick-track {
            height: 100%; } }
      .video-section.full .video-panel > .slick-slider-fade .slide,
      .video-section.full .video-frame > .slick-slider-fade .slide {
        position: relative; }
      .video-section.full .video-panel > .slick-slider-fade .video-panel,
      .video-section.full .video-panel > .slick-slider-fade .video-frame,
      .video-section.full .video-frame > .slick-slider-fade .video-panel,
      .video-section.full .video-frame > .slick-slider-fade .video-frame {
        margin-bottom: 0; }
    @media (min-width: 768px) {
      .video-section.full .video-panel .img-holder,
      .video-section.full .video-frame .img-holder {
        width: 61.81%;
        min-height: 460px;
        height: auto; } }
    @media (min-width: 768px) {
      .video-section.full .video-panel .img-holder .icon-play,
      .video-section.full .video-frame .img-holder .icon-play {
        display: none; } }
    @media (min-width: 768px) {
      .video-section.full .video-panel .desc-holder,
      .video-section.full .video-frame .desc-holder {
        width: 38.19%; } }
    .video-section.full .video-panel .desc-holder .desc,
    .video-section.full .video-frame .desc-holder .desc {
      width: auto; }
    @media (min-width: 768px) {
      .video-section.full .video-panel .desc,
      .video-section.full .video-frame .desc {
        width: 38.19%;
        padding: 72px 20px 40px; } }
    @media (min-width: 1024px) {
      .video-section.full .video-panel .desc,
      .video-section.full .video-frame .desc {
        padding: 72px 35px 40px; } }
    @media (min-width: 1200px) {
      .video-section.full .video-panel .desc,
      .video-section.full .video-frame .desc {
        padding: 72px 45px 40px; } }
    @media (min-width: 1024px) {
      .video-section.full .video-panel .desc .icon-play,
      .video-section.full .video-frame .desc .icon-play {
        max-width: 390px;
        margin-left: 0;
        padding-left: 0; } }
    @media (min-width: 768px) {
      .video-section.full .video-panel .h3,
      .video-section.full .video-frame .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,
        .video-section.full .video-frame .h3:after {
          width: 180px;
          left: 3px; } }
    @media (min-width: 1024px) {
      .video-section.full .video-panel .h3,
      .video-section.full .video-frame .h3 {
        padding-right: 80px;
        margin-bottom: 53px;
        max-width: inherit; } }
  .video-section.contained {
    padding-bottom: 7px; }
    @media (min-width: 768px) {
      .video-section.contained h1 {
        margin-bottom: 41px; } }
    @media (min-width: 768px) {
      .video-section.contained .video-panel {
        margin-bottom: 61px; } }
    .video-section.contained .video-panel.video-playing-state .icon-play {
      display: none; }
      @media (min-width: 768px) {
        .video-section.contained .video-panel.video-playing-state .icon-play .play {
          display: none; } }
    .video-section.contained .video-panel.video-playing-state .video .icon-play {
      display: block; }
    @media (min-width: 768px) {
      .video-section.contained .video-panel .img-holder {
        width: 61.9%;
        min-height: 460px;
        height: auto; } }
    @media (min-width: 768px) {
      .video-section.contained .video-panel .img-holder .icon-play {
        display: none; } }
    @media (min-width: 768px) {
      .video-section.contained .video-panel .desc-holder {
        width: 38.1%; } }
    .video-section.contained .video-panel .desc-holder .desc {
      width: auto; }
    @media (min-width: 768px) {
      .video-section.contained .video-panel .desc {
        width: 38.1%;
        padding: 53px 20px; } }
    @media (min-width: 1024px) {
      .video-section.contained .video-panel .desc {
        padding: 53px 43px; } }
    @media (min-width: 1024px) {
      .video-section.contained .video-panel .desc .icon-play {
        padding-left: 5px; } }
    @media (min-width: 768px) {
      .video-section.contained .video-panel .h3 {
        font-size: 28px;
        line-height: 1.33;
        padding-bottom: 43px;
        margin-bottom: 37px; } }
    @media (min-width: 1024px) {
      .video-section.contained .video-panel .h3 {
        padding-right: 30px;
        margin-bottom: 57px;
        font-size: 36px; } }
    @media (min-width: 768px) {
      .video-section.contained .video-panel .h3:after {
        width: 180px; } }
  .video-section.full-width-video .video-frame .img-holder {
    position: relative;
    -webkit-transition: background 0.2s linear 0.6s;
            transition: background 0.2s linear 0.6s;
    overflow: hidden; }
    .video-section.full-width-video .video-frame .img-holder .image-for-bg {
      position: absolute; }
    @media (min-width: 768px) {
      .video-section.full-width-video .video-frame .img-holder .icon-play {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear 0.6s, visibility 0.2s linear 0.6s;
                transition: opacity 0.2s linear 0.6s, visibility 0.2s linear 0.6s; } }
  .video-section.full-width-video .video-frame .img-holder {
    -webkit-transition: width 0.4s linear 0.4s;
            transition: width 0.4s linear 0.4s; }
  .video-section.full-width-video .video-frame.video-playing-state {
    position: relative; }
    .video-section.full-width-video .video-frame.video-playing-state > .slick-slider-fade {
      width: 100% !important; }
      .video-section.full-width-video .video-frame.video-playing-state > .slick-slider-fade .video {
        width: 100%;
        height: 100%; }
    .video-section.full-width-video .video-frame.video-playing-state .img-holder {
      width: 100% !important;
      height: auto !important; }
    @media (min-width: 768px) {
      .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; } }
    @media (min-width: 768px) {
      .video-section.full-width-video .video-frame.video-playing-state .video .icon-play {
        border-radius: 50%;
        box-shadow: 0 0 5px #000; } }
  @media (min-width: 768px) {
    .video-section.full-width-video .video-frame.video-def-state .video .icon-play {
      -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
              transition: opacity 0.2s linear, visibility 0.2s linear;
      border-radius: 50%;
      box-shadow: 0 0 5px #000;
      opacity: 0;
      top: 100%;
      left: 40px;
      margin-top: 40px; } }
  .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;
    visibility: visible; }
  .video-section.full-width-video .video-frame.is-playing .img-holder {
    background-color: #fff !important; }
  .video-section.inside-video .video-frame .img-holder {
    position: relative;
    -webkit-transition: background 0.2s linear 0.6s;
            transition: background 0.2s linear 0.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: 0.8; }
    @media (min-width: 768px) {
      .video-section.inside-video .video-frame .img-holder .icon-play {
        -webkit-transition: -webkit-transform 0.2s linear, top 0.2s linear, left 0.2s linear;
                transition: transform 0.2s linear, top 0.2s linear, left 0.2s linear; } }
  @media (min-width: 768px) {
    .video-section.inside-video .video-frame.video-playing-state .icon-play {
      opacity: 1;
      visibility: visible;
      top: 45px;
      left: 90%; } }
  .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; }
  @media (max-width: 767px) {
    .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; } }
  @media (min-width: 768px) {
    .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; } }
  @media (max-width: 767px) {
    .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%; } }
  @media (max-width: 767px) {
    .video-section.inframe .img-holder {
      overflow: hidden;
      height: 240px !important; } }
  @media (max-width: 767px) {
    .video-section.inframe .img-holder .icon-play .pause {
      display: none; } }
  @media (min-width: 768px) {
    .video-section.inframe .desc .icon-play .pause {
      display: none; } }
  .video-section .full-wrap {
    margin-bottom: -6px; }
    @media (min-width: 1024px) {
      .video-section .full-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 35px; } }
    @media (min-width: 768px) {
      .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; } }
    @media (min-width: 1024px) {
      .video-section .full-wrap .video-panel {
        width: 50%; } }
    .video-section .full-wrap .video-panel.video-playing-state .img-holder .icon-play .play {
      display: none; }
    @media (min-width: 1024px) {
      .video-section .full-wrap .video-panel.video-playing-state .img-holder .icon-play .pause {
        width: 54px;
        height: 54px; } }
    @media (min-width: 768px) {
      .video-section .full-wrap .video-panel .img-holder {
        width: 58.7%;
        min-height: 351px;
        height: auto; } }
    @media (min-width: 768px) {
      .video-section .full-wrap .video-panel .img-holder .icon-play {
        display: none; } }
    @media (min-width: 768px) {
      .video-section .full-wrap .video-panel .desc-holder {
        width: 41.3%; } }
    .video-section .full-wrap .video-panel .desc-holder .desc {
      width: auto; }
    @media (min-width: 768px) {
      .video-section .full-wrap .video-panel .desc {
        width: 41.3%;
        padding: 58px 20px 35px;
        box-shadow: inset 0 -22px 0 #4bb6e6; } }
    @media (min-width: 1024px) {
      .video-section .full-wrap .video-panel .desc {
        padding: 58px 32px 35px; } }
    @media (min-width: 1024px) {
      .video-section .full-wrap .video-panel .desc .icon-play img {
        width: 54px;
        height: 54px; } }
    @media (min-width: 768px) {
      .video-section .full-wrap .video-panel.gray .desc {
        box-shadow: inset 0 -22px 0 #6b6b6b; } }
    @media (min-width: 768px) {
      .video-section .full-wrap .video-panel .h3 {
        font-size: 24px;
        line-height: 1.25;
        padding-bottom: 30px;
        margin-bottom: 38px; } }
  .video-section .video-panel {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .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 > .slick-slider-fade:not(.slick-initialized) .slide {
      position: absolute !important;
      left: 0 !important;
      top: 0 !important;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden; }
    @media (min-width: 768px) {
      .video-section .video-panel > .slick-slider-fade {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .video-section .video-panel > .slick-slider-fade .video {
      width: 100%;
      height: 100%; }
    .video-section .video-panel .img-holder {
      min-height: 180px;
      max-height: 300px;
      position: relative; }
      @media (min-width: 768px) {
        .video-section .video-panel .img-holder {
          max-height: none; } }
    .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 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
      .video-section .video-panel .icon-play img {
        visibility: visible !important;
        opacity: 1 !important; }
        @media (min-width: 768px) {
          .video-section .video-panel .icon-play img {
            width: 54px;
            height: 54px; } }
        @media (min-width: 1024px) {
          .video-section .video-panel .icon-play img {
            width: 70px;
            height: 70px; } }
      .video-section .video-panel .icon-play .btn-play:hover {
        opacity: 0.8; }
    .video-section .video-panel .desc-holder {
      background: #00a5e2;
      position: relative;
      z-index: 2;
      box-shadow: inset 0 -14px 0 #4bb6e6; }
      @media (min-width: 768px) {
        .video-section .video-panel .desc-holder {
          box-shadow: inset 0 -30px 0 #4bb6e6; } }
    .video-section .video-panel .desc {
      background: #00a5e2;
      color: #fff;
      padding: 23px 20px 29px;
      box-shadow: inset 0 -14px 0 #4bb6e6; }
      @media (min-width: 768px) {
        .video-section .video-panel .desc {
          box-shadow: inset 0 -30px 0 #4bb6e6; } }
      .video-section .video-panel .desc .icon-play {
        display: none; }
        @media (min-width: 768px) {
          .video-section .video-panel .desc .icon-play {
            position: static;
            display: block;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; } }
    .video-section .video-panel .tag {
      text-transform: uppercase;
      font-size: 12px;
      color: #fff;
      display: block;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .video-section .video-panel .tag {
          font-size: 14px; } }
    .video-section .video-panel .h3 {
      color: #fff;
      display: block; }
      @media (min-width: 768px) {
        .video-section .video-panel .h3 {
          font-size: 18px;
          line-height: 1.67;
          position: relative; } }
      .video-section .video-panel .h3 a {
        color: #fff; }
        .video-section .video-panel .h3 a:hover {
          opacity: 0.8; }
      @media (min-width: 768px) {
        .video-section .video-panel .h3:after {
          content: '';
          height: 2px;
          background: #fff;
          width: 110px;
          position: absolute;
          bottom: 0;
          left: 0; } }
    .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; }
    @media (min-width: 768px) {
      .video-section .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 39px; } }
    @media (min-width: 1024px) {
      .video-section .wrap {
        margin: 0 -10px 39px; } }
    @media (min-width: 1024px) {
      .video-section .wrap .video-panel {
        width: 50%;
        padding: 0 10px; } }
    .video-section .wrap .video-panel.video-playing-state .img-holder .icon-play .play {
      display: none; }
    @media (min-width: 1024px) {
      .video-section .wrap .video-panel.video-playing-state .img-holder .icon-play .pause {
        width: 54px;
        height: 54px; } }
    @media (min-width: 768px) {
      .video-section .wrap .video-panel .img-holder {
        width: 49.5%;
        min-height: 351px;
        height: auto; } }
    @media (min-width: 768px) {
      .video-section .wrap .video-panel .img-holder .icon-play {
        display: none; } }
    @media (min-width: 768px) {
      .video-section .wrap .video-panel .desc-holder {
        width: 50.5%; } }
    .video-section .wrap .video-panel .desc-holder .desc {
      width: auto; }
    @media (min-width: 768px) {
      .video-section .wrap .video-panel .desc {
        width: 50.5%;
        box-shadow: inset 0 -21px 0 #4bb6e6;
        padding: 57px 32px; } }
    @media (min-width: 1024px) {
      .video-section .wrap .video-panel .desc .icon-play img {
        width: 54px;
        height: 54px; } }
    @media (min-width: 768px) {
      .video-section .wrap .video-panel .h3 {
        font-size: 24px;
        line-height: 1.25;
        padding-bottom: 33px;
        margin-bottom: 35px; } }
    @media (min-width: 768px) {
      .video-section .wrap .video-panel.gray .desc {
        box-shadow: inset 0 -21px 0 #8b8888; } }
  .video-section .pro-slider {
    margin-bottom: 34px; }
    @media (min-width: 1024px) {
      .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 .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; }
      @media (min-width: 1024px) {
        .video-section .pro-slider .desc {
          box-shadow: inset 0 -21px 0 #4bb6e6; } }
      @media (min-width: 1200px) {
        .video-section .pro-slider .desc {
          padding: 45px 20px 33px; } }
      @media (min-width: 1300px) {
        .video-section .pro-slider .desc {
          padding: 66px 32px 33px; } }
    .video-section .pro-slider .col {
      outline: none; }
      @media (min-width: 1024px) {
        .video-section .pro-slider .col {
          width: 33.33%; } }
      .video-section .pro-slider .col.gray .desc {
        background: #6b6b6b;
        box-shadow: inset 0 -14px 0 #8b8888; }
        @media (min-width: 1024px) {
          .video-section .pro-slider .col.gray .desc {
            box-shadow: inset 0 -21px 0 #8b8888; } }
      .video-section .pro-slider .col.sky .desc {
        background: #4bb6e6;
        box-shadow: inset 0 -14px 0 #86cff1; }
        @media (min-width: 1024px) {
          .video-section .pro-slider .col.sky .desc {
            box-shadow: inset 0 -21px 0 #86cff1; } }
    .video-section .pro-slider .h3 {
      color: #fff;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 34px;
      display: block; }
      @media (min-width: 768px) {
        .video-section .pro-slider .h3 {
          font-size: 20px;
          line-height: 1.29; } }
      @media (min-width: 1024px) {
        .video-section .pro-slider .h3 {
          padding-bottom: 37px;
          margin-bottom: 39px; } }
      @media (min-width: 1200px) {
        .video-section .pro-slider .h3 {
          font-size: 24px;
          line-height: 1.29; } }
      .video-section .pro-slider .h3 a {
        color: #fff; }
        .video-section .pro-slider .h3 a:hover {
          opacity: 0.8; }
      .video-section .pro-slider .h3:after {
        content: '';
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 64px; }
        @media (min-width: 1024px) {
          .video-section .pro-slider .h3:after {
            width: 100px; } }
    .video-section .pro-slider .icon-play {
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
      .video-section .pro-slider .icon-play:hover {
        opacity: 0.8; }
      .video-section .pro-slider .icon-play img {
        display: inline-block; }
        @media (min-width: 1200px) {
          .video-section .pro-slider .icon-play img {
            width: 54px;
            height: 54px; } }
    .video-section .pro-slider .img-holder {
      width: 45.7%;
      min-height: 234px; }
    .video-section .pro-slider .slick-dots li {
      margin: 0 2px; }
      @media (min-width: 768px) {
        .video-section .pro-slider .slick-dots li {
          margin: 0 10px; } }
    .video-section .pro-slider .slick-dots button {
      width: 5px;
      height: 5px; }
      @media (min-width: 768px) {
        .video-section .pro-slider .slick-dots button {
          width: 11px;
          height: 11px; } }

.award-section {
  min-height: 220px; }
  @media (min-width: 768px) {
    .award-section {
      min-height: 540px; } }
  .award-section img {
    display: none; }
  .award-section.align-left .holder {
    max-width: 175px;
    text-align: left; }
    @media (min-width: 768px) {
      .award-section.align-left .holder {
        max-width: 407px; } }
  @media (min-width: 768px) {
    .award-section.align-right .container {
      padding-top: 50px; } }
  .award-section.align-right .holder {
    float: right;
    max-width: 140px;
    text-align: left; }
    @media (min-width: 768px) {
      .award-section.align-right .holder {
        max-width: 340px; } }
  .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; }
    @media (min-width: 768px) {
      .award-section .container {
        padding-top: 70px; } }
  .award-section .holder {
    text-align: center; }
  .award-section .h1 {
    display: block;
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .award-section .h1 {
        margin-bottom: 32px; } }
  .award-section .more {
    color: #6b6b6b;
    font-size: 11px;
    line-height: 1; }
    @media (min-width: 768px) {
      .award-section .more {
        font-size: 18px; } }
    .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; }
      @media (min-width: 768px) {
        .award-section .more .ico {
          font-size: 16px;
          margin-left: 14px; } }

.award-slider-holder {
  padding: 45px 0; }
  @media (min-width: 768px) {
    .award-slider-holder {
      padding: 86px 0 137px; } }
  @media (max-width: 767px) {
    .award-slider-holder .container {
      padding: 0; } }
  .award-slider-holder h1 {
    text-align: center;
    margin-bottom: 14px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .award-slider-holder h1 {
        padding: 0;
        margin-bottom: 41px; } }
  @media (min-width: 768px) {
    .award-slider-holder .award-slider {
      padding: 0 50px; } }
  @media (min-width: 1430px) {
    .award-slider-holder .award-slider {
      padding: 0; } }
  .award-slider-holder .award-slider .slick-track {
    margin: 0 auto; }
  .award-slider-holder .slick-list {
    padding: 0 28px; }
    @media (min-width: 768px) {
      .award-slider-holder .slick-list {
        padding: 0; } }
    @media (min-width: 1430px) {
      .award-slider-holder .slick-list {
        margin: 0 -15px; } }
  .award-slider-holder .box {
    position: relative;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    text-align: center; }
    @media (min-width: 768px) {
      .award-slider-holder .box {
        border-radius: 6px; } }
    .award-slider-holder .box a {
      display: block;
      padding: 2px 0; }
    .award-slider-holder .box .item-hold img {
      border-radius: 3px; }
      @media (min-width: 768px) {
        .award-slider-holder .box .item-hold img {
          border-radius: 6px; } }
  .award-slider-holder .slide {
    padding: 0 7px; }
    @media (min-width: 768px) {
      .award-slider-holder .slide {
        padding: 0 15px; } }
  .award-slider-holder .slick-dots {
    bottom: -25px; }
    @media (min-width: 768px) {
      .award-slider-holder .slick-dots {
        bottom: -71px; } }
    .award-slider-holder .slick-dots li {
      margin: 0 2px; }
      @media (min-width: 768px) {
        .award-slider-holder .slick-dots li {
          margin: 0 11px; } }
    .award-slider-holder .slick-dots button {
      width: 5px;
      height: 5px; }
      @media (min-width: 768px) {
        .award-slider-holder .slick-dots button {
          width: 11px;
          height: 11px; } }

@media (min-width: 768px) {
  .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, 0.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, 0.2); } }

@media (min-width: 768px) {
  .slick-prev {
    left: 0; } }

@media (min-width: 1430px) {
  .slick-prev {
    left: -84px; } }

@media (min-width: 768px) {
  .slick-next {
    right: 0; } }

@media (min-width: 1430px) {
  .slick-next {
    right: -84px; } }

.review-section {
  padding-top: 23px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .review-section {
      padding-bottom: 40px; } }
  .review-section h1 {
    text-align: center;
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .review-section h1 {
        text-align: center;
        margin-bottom: 42px; } }
  .review-section .review-slider {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .review-section .review-slider {
        padding: 0 70px 29px; } }
    @media (min-width: 1430px) {
      .review-section .review-slider {
        padding: 0 0 29px; } }
    @media (min-width: 768px) {
      .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 {
      width: 112px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .review-section .review-slider .logo-hold {
          margin: 10px 0 0; } }
      @media (min-width: 1024px) {
        .review-section .review-slider .logo-hold {
          width: 232px; } }
    @media (min-width: 768px) {
      .review-section .review-slider blockquote {
        width: 790px;
        margin-left: 30px; } }
    @media (min-width: 1024px) {
      .review-section .review-slider blockquote {
        font-size: 24px;
        line-height: 1.38; } }
    .review-section .review-slider .more-hold {
      text-align: right; }
    @media (min-width: 768px) {
      .review-section .review-slider .slick-arrow {
        top: 27%; } }
  .review-section blockquote {
    margin: 0; }
    .review-section blockquote q {
      display: block;
      margin-bottom: 6px; }
  .review-section .slick-dots li {
    margin: 0 3px; }
    @media (min-width: 768px) {
      .review-section .slick-dots li {
        margin: 0 11px; } }
  .review-section .slick-dots button {
    width: 7px;
    height: 7px; }
    @media (min-width: 768px) {
      .review-section .slick-dots button {
        width: 11px;
        height: 11px; } }
  .review-section .more {
    font-size: 11px;
    line-height: 1; }
    @media (min-width: 768px) {
      .review-section .more {
        font-size: 14px; } }
    .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; }
      @media (min-width: 768px) {
        .review-section .more .ico {
          font-size: 12px;
          margin-left: 10px; } }

.review-panel-section {
  padding: 23px 0; }
  @media (min-width: 1024px) {
    .review-panel-section {
      padding: 49px 0; } }
  @media (max-width: 767px) {
    .review-panel-section .container {
      padding: 0; } }
  .review-panel-section h1 {
    text-align: center;
    margin-bottom: 14px;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .review-panel-section h1 {
        margin-bottom: 31px;
        padding: 0; } }
  @media (min-width: 768px) {
    .review-panel-section .review-panel {
      padding: 0 50px; } }
  @media (min-width: 1430px) {
    .review-panel-section .review-panel {
      padding: 0; } }
  .review-panel-section .review-panel .review-name {
    font-size: 20px; }
    .review-panel-section .review-panel .review-name.black-text {
      color: #000; }
    .review-panel-section .review-panel .review-name.white-text {
      color: #fff; }
  .review-panel-section .slick-list {
    padding: 0 27px 24px; }
    @media (min-width: 768px) {
      .review-panel-section .slick-list {
        padding: 0 0 63px; } }
    @media (min-width: 1430px) {
      .review-panel-section .slick-list {
        margin: 0 -15px; } }
  .review-panel-section .slide {
    padding: 0 6px; }
    @media (min-width: 768px) {
      .review-panel-section .slide {
        padding: 0 15px; } }
    .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; }
        @media (min-width: 1200px) {
          .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 {
      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; }
        @media (min-width: 1200px) {
          .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 {
      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; }
        @media (min-width: 1200px) {
          .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 {
    border-radius: 4px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .review-panel-section .panel {
        border-radius: 6px; } }
    .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; }
      @media (min-width: 1200px) {
        .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 {
        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; }
        @media (min-width: 1200px) {
          .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: 61px; }
        @media (min-width: 1200px) {
          .review-panel-section .panel .head .logo-hold {
            width: auto; } }
    .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 0.5px; }
        .review-panel-section .panel .star-rating li .icon-star {
          font-size: 13px;
          line-height: 1;
          color: #f7d629; }
          @media (min-width: 1200px) {
            .review-panel-section .panel .star-rating li .icon-star {
              font-size: 19px; } }
    .review-panel-section .panel .rating-hold {
      width: 60px;
      color: #fff;
      text-align: right; }
      @media (min-width: 1200px) {
        .review-panel-section .panel .rating-hold {
          width: 95px;
          margin-right: 6px; } }
      .review-panel-section .panel .rating-hold .icon-star {
        font-size: 13px;
        line-height: 1;
        color: #f7d629; }
        @media (min-width: 1200px) {
          .review-panel-section .panel .rating-hold .icon-star {
            font-size: 19px; } }
      .review-panel-section .panel .rating-hold .digits {
        font-size: 12px;
        margin-left: 3px; }
        @media (min-width: 1200px) {
          .review-panel-section .panel .rating-hold .digits {
            font-size: 18px; } }
    .review-panel-section .panel .area {
      padding: 19px 24px;
      border: solid #d3d3d3;
      border-width: 0 1px 1px;
      border-radius: 0 0 4px 4px; }
      @media (min-width: 768px) {
        .review-panel-section .panel .area {
          border-radius: 0 0 6px 6px; } }
      @media (min-width: 1200px) {
        .review-panel-section .panel .area {
          padding: 32px 34px 16px; } }
    .review-panel-section .panel blockquote {
      margin: 0 0 8px;
      font-size: 12px;
      line-height: 1.5;
      padding-bottom: 8px;
      border-bottom: 1px solid #e7e8ea; }
      @media (min-width: 1024px) {
        .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 {
      height: 33.33px; }
      @media (min-width: 1200px) {
        .review-panel-section .panel .low-hold {
          height: 50px; } }
      .review-panel-section .panel .low-hold .video {
        width: 60px;
        position: relative;
        float: left; }
        @media (min-width: 1200px) {
          .review-panel-section .panel .low-hold .video {
            width: 90px;
            margin-left: 9px; } }
        .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; }
          @media (min-width: 1200px) {
            .review-panel-section .panel .low-hold .video .play {
              width: 24px;
              height: 24px; } }
      .review-panel-section .panel .low-hold .more {
        margin-top: 11px;
        font-size: 11px;
        float: right;
        max-width: 100px; }
        @media (min-width: 1024px) {
          .review-panel-section .panel .low-hold .more {
            font-size: 12px; } }
        @media (min-width: 1200px) {
          .review-panel-section .panel .low-hold .more {
            margin-top: 14px; } }
        .review-panel-section .panel .low-hold .more .ico {
          font-size: 8px;
          line-height: 1;
          display: inline-block;
          margin-left: 3px; }
          @media (min-width: 1024px) {
            .review-panel-section .panel .low-hold .more .ico {
              font-size: 10px; } }
        .review-panel-section .panel .low-hold .more:hover {
          color: #4bb6e6; }
  .review-panel-section .slick-dots li {
    margin: 0 3px; }
    @media (min-width: 768px) {
      .review-panel-section .slick-dots li {
        margin: 0 11px; } }
  .review-panel-section .slick-dots button {
    width: 7px;
    height: 7px; }
    @media (min-width: 768px) {
      .review-panel-section .slick-dots button {
        width: 11px;
        height: 11px; } }
  @media (min-width: 768px) {
    .review-panel-section .slick-arrow {
      top: 42%; } }

.product-section {
  padding-top: 11px;
  padding-bottom: 33px; }
  @media (min-width: 768px) {
    .product-section {
      padding-top: 33px;
      padding-bottom: 53px; } }
  .product-section h1 {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .product-section h1 {
        padding: 0;
        margin-bottom: 45px; } }
  .product-section .item-hold {
    font-size: 11px;
    line-height: 1.36; }
    @media (min-width: 768px) {
      .product-section .item-hold {
        font-size: 14px;
        line-height: 1.5; } }
    @media (min-width: 1024px) {
      .product-section .item-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .product-section .item-hold .anchor-replace {
      display: block;
      color: #fff;
      padding: 27px 20px;
      position: relative; }
      @media (min-width: 1200px) {
        .product-section .item-hold .anchor-replace {
          padding: 42px 20px 20px 118px; } }
      .product-section .item-hold .anchor-replace:hover .item-image {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .product-section .item-hold .anchor-replace:hover:after {
        opacity: 1; }
      .product-section .item-hold .anchor-replace:after {
        content: '';
        background: rgba(0, 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; }
      @media (min-width: 1200px) {
        .product-section .item-hold p {
          margin-bottom: 29px; } }
  .product-section .h4 {
    display: block;
    color: #fff;
    margin-bottom: 8px; }
  .product-section .btn-white {
    width: auto;
    min-width: 120px;
    padding: 8px 10px 5px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
            transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
    @media (min-width: 1200px) {
      .product-section .btn-white {
        min-width: 132px;
        padding: 11px 10px 8px; } }
  .product-section .desc-wrap {
    position: relative;
    z-index: 5; }
  .product-section .item-image {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
  .product-section .lg-hold {
    position: relative;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .product-section .lg-hold {
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1200px) {
      .product-section .lg-hold {
        width: 42.3%; } }
    .product-section .lg-hold .anchor-replace {
      min-height: 250px; }
    .product-section .lg-hold .desc-wrap {
      padding-right: 110px; }
      @media (min-width: 1200px) {
        .product-section .lg-hold .desc-wrap {
          padding-right: 185px; } }
    @media (min-width: 1200px) {
      .product-section .lg-hold .h4 {
        margin-bottom: 16px; } }
    .product-section .lg-hold .item-image {
      position: absolute;
      bottom: -2px;
      right: 20px;
      width: 172px; }
      @media (min-width: 1024px) {
        .product-section .lg-hold .item-image {
          width: 327px; } }
      @media (min-width: 1200px) {
        .product-section .lg-hold .item-image {
          right: 44px;
          bottom: 0; } }
  @media (min-width: 1024px) {
    .product-section .sm-mask {
      width: 60%; } }
  @media (min-width: 1200px) {
    .product-section .sm-mask {
      width: 57.7%; } }
  @media (min-width: 768px) {
    .product-section .sm-mask .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .product-section .sm-mask .wrap .sm-hold {
      width: 50%; } }
  @media (min-width: 1200px) {
    .product-section .sm-mask .wrap .sm-hold .anchor-replace {
      padding: 30px 48px; } }
  @media (min-width: 1200px) {
    .product-section .sm-mask .wrap .sm-hold p {
      margin-bottom: 18px; } }
  .product-section .sm-hold {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .product-section .sm-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .product-section .sm-hold .anchor-replace {
      min-height: 170px;
      padding: 26px 20px; }
      @media (min-width: 768px) {
        .product-section .sm-hold .anchor-replace {
          height: 240px; } }
      @media (min-width: 1024px) {
        .product-section .sm-hold .anchor-replace {
          padding: 50px 20px;
          height: auto; } }
      @media (min-width: 1200px) {
        .product-section .sm-hold .anchor-replace {
          padding: 43px 58px 56px; } }
    .product-section .sm-hold.right .desc-wrap {
      padding-right: 55px; }
      @media (min-width: 768px) {
        .product-section .sm-hold.right .desc-wrap {
          padding-right: 185px; } }
      @media (min-width: 1200px) {
        .product-section .sm-hold.right .desc-wrap {
          padding-right: 290px; } }
      @media (min-width: 1200px) {
        .product-section .sm-hold.right .desc-wrap p {
          margin-bottom: 15px; } }
    .product-section .sm-hold.right .item-image {
      position: absolute;
      bottom: 0;
      right: 6px;
      width: 100px; }
      @media (min-width: 768px) {
        .product-section .sm-hold.right .item-image {
          right: 10px;
          width: 172px; } }
      @media (min-width: 1200px) {
        .product-section .sm-hold.right .item-image {
          width: 254px;
          right: 79px; } }
    .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; }
      @media (min-width: 1200px) {
        .product-section .sm-hold.left .item-image {
          width: 152px; } }
    @media (min-width: 1024px) {
      .product-section .sm-hold.left .h4 {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .product-section .sm-hold.left .h4 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .product-section .sm-hold.left.dark .item-image {
        width: 186px;
        left: -37px; } }
  .product-section .brownish .anchor-replace {
    background: #979392;
    width: 100%; }
  .product-section .mid .anchor-replace {
    background: #818489; }
  .product-section .dark .anchor-replace {
    background: #636569; }
  .product-section .ps-widget.ps-enabled .ps-button-label {
    width: auto;
    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: 0.8px;
    font-weight: 400;
    min-width: 105px; }
    @media (min-width: 1200px) {
      .product-section .ps-widget.ps-enabled .ps-button-label {
        width: auto;
        letter-spacing: 1px;
        padding: 11px 10px 8px;
        font-size: 14px;
        border-radius: 6px; } }
    .product-section .ps-widget.ps-enabled .ps-button-label:before {
      display: none; }
    .product-section .ps-widget.ps-enabled .ps-button-label:hover, .product-section .ps-widget.ps-enabled .ps-button-label:focus {
      color: #fff;
      background: #00a5e2; }
  .product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle, .product-section .ps-button-label {
    min-width: 105px;
    width: auto;
    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: 0.8px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle, .product-section .ps-button-label {
        min-width: 105px;
        width: auto;
        letter-spacing: 1px;
        padding: 11px 10px 8px;
        font-size: 14px;
        border-radius: 6px; } }
    .product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before, .product-section .ps-button-label:before {
      display: none; }
    .product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover, .product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus, .product-section .ps-button-label:hover, .product-section .ps-button-label:focus {
      color: #fff;
      background: #00a5e2; }
    .product-section .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle, .product-section .ps-button-label .ps_RightArrowStyle {
      display: none; }

/*PS 3.0 button starts*/
.ps-widget.ps-enabled {
  display: inline-block !important; }
  @media (min-width: 1024px) {
    .ps-widget.ps-enabled {
      min-width: 105px;
      width: auto;
      margin-left: 13px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .ps-widget.ps-enabled {
      min-width: 105px; } }
  .ps-widget.ps-enabled .ps-button-label {
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font: 700 13px/1.38 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    cursor: pointer;
    text-align: center;
    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: 0.8px;
    font-weight: normal;
    min-width: 105px;
    width: auto; }
    .ps-widget.ps-enabled .ps-button-label:hover {
      background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
      background: linear-gradient(98deg, #148bb7, #00a5e2);
      border-color: #00a5e2;
      font: 700 13px/1.38 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      letter-spacing: 0.8px;
      color: #fff;
      padding: 7px 5px 6px;
      /*box-shadow: 0 3px 0 0 #0092c5;*/
      /*border-width: 2px;*/
      border-radius: 3px;
      font-weight: normal;
      font-size: 11px; }
    .ps-widget.ps-enabled .ps-button-label:focus {
      outline: none; }
    @media (min-width: 768px) {
      .ps-widget.ps-enabled .ps-button-label {
        padding: 6px 10px 5px; }
        .ps-widget.ps-enabled .ps-button-label:hover {
          padding: 6px 10px 5px; } }
    @media (min-width: 1024px) {
      .ps-widget.ps-enabled .ps-button-label {
        min-width: 105px;
        width: auto;
        padding: 5px 10px 6px;
        /*margin-left: 13px;*/
        border-radius: 6px;
        font-size: 14px; }
        .ps-widget.ps-enabled .ps-button-label:hover {
          padding: 5px 10px 6px;
          border-radius: 6px;
          font-size: 14px; } }
    @media (min-width: 1200px) {
      .ps-widget.ps-enabled .ps-button-label {
        min-width: 105px;
        width: auto;
        letter-spacing: 1px;
        padding: 10px;
        font-size: 14px;
        border-radius: 6px; }
        .ps-widget.ps-enabled .ps-button-label:hover {
          padding: 10px;
          border-radius: 6px;
          font-size: 14px;
          min-width: 105px;
          width: auto;
          letter-spacing: 1px; } }
  .ps-widget.ps-enabled:focus {
    outline: none; }

.header .rt-more .ps-widget.ps-enabled {
  display: inline-block !important;
  float: right;
  min-width: 105px;
  width: auto; }
  @media (min-width: 1024px) {
    .header .rt-more .ps-widget.ps-enabled {
      min-width: 105px;
      width: auto;
      margin-left: 13px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .header .rt-more .ps-widget.ps-enabled {
      min-width: 105px;
      width: auto; } }
  .header .rt-more .ps-widget.ps-enabled .ps-button-label {
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font: 700 13px/1.38 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    cursor: pointer;
    text-align: center;
    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: 0.8px;
    font-weight: normal;
    min-width: 105px;
    width: auto; }
    .header .rt-more .ps-widget.ps-enabled .ps-button-label:hover {
      background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
      background: linear-gradient(98deg, #148bb7, #00a5e2);
      border-color: #00a5e2;
      font: 700 13px/1.38 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      letter-spacing: 0.8px;
      color: #fff;
      padding: 7px 5px 6px;
      /*box-shadow: 0 3px 0 0 #0092c5;*/
      /*border-width: 2px;*/
      border-radius: 3px;
      font-weight: normal;
      font-size: 11px; }
    .header .rt-more .ps-widget.ps-enabled .ps-button-label:focus {
      outline: none; }
    @media (min-width: 768px) {
      .header .rt-more .ps-widget.ps-enabled .ps-button-label {
        padding: 6px 10px 5px; }
        .header .rt-more .ps-widget.ps-enabled .ps-button-label:hover {
          padding: 6px 10px 5px; } }
    @media (min-width: 1024px) {
      .header .rt-more .ps-widget.ps-enabled .ps-button-label {
        min-width: 105px;
        width: auto;
        padding: 5px 10px 6px;
        /*margin-left: 13px;*/
        border-radius: 6px;
        font-size: 14px; }
        .header .rt-more .ps-widget.ps-enabled .ps-button-label:hover {
          padding: 5px 10px 6px;
          border-radius: 6px;
          font-size: 14px; } }
    @media (min-width: 1200px) {
      .header .rt-more .ps-widget.ps-enabled .ps-button-label {
        min-width: 105px;
        width: auto;
        letter-spacing: 1px;
        padding: 10px;
        font-size: 14px;
        border-radius: 6px; }
        .header .rt-more .ps-widget.ps-enabled .ps-button-label:hover {
          padding: 10px;
          border-radius: 6px;
          font-size: 14px;
          min-width: 105px;
          width: auto;
          letter-spacing: 1px; } }
  .header .rt-more .ps-widget.ps-enabled:focus {
    outline: none; }

/*PS 3.0 button ends*/
@media (max-width: 767px) {
  .product-section .container {
    padding: 0; } }

@media (min-width: 768px) {
  .product-section .product-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .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 .slick-list {
  padding: 0 37px 24px; }
  @media (min-width: 768px) {
    .product-slider .slick-list {
      padding: 0 0 63px; } }

.product-slider .slide {
  padding: 0 10px; }
  @media (min-width: 768px) {
    .product-slider .slide {
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .product-slider .slide {
      width: 33.33%; } }

.product-slider .hold {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 28px 29px 21px;
  height: 100%; }
  @media (min-width: 768px) {
    .product-slider .hold {
      border-radius: 6px; } }
  @media (min-width: 1024px) {
    .product-slider .hold {
      padding: 40px 45px 26px; } }

.product-slider .item-image {
  width: 93px;
  margin: 0 auto 9px; }
  @media (min-width: 1024px) {
    .product-slider .item-image {
      width: auto;
      text-align: center;
      padding-right: 14px;
      margin: 0 0 17px; } }

.product-slider .h4 {
  color: #2c262d;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .product-slider .h4 {
      margin-bottom: 11px; } }

.product-slider .text-hold {
  font-size: 11px;
  line-height: 1.36;
  margin-right: -12px;
  margin-bottom: 17px; }
  @media (min-width: 1024px) {
    .product-slider .text-hold {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px; } }
  .product-slider .text-hold p {
    margin-bottom: 6px; }
    @media (min-width: 1024px) {
      .product-slider .text-hold p {
        margin-bottom: 8px; } }
  .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; }
    @media (min-width: 1024px) {
      .product-slider .text-hold .icon-arrow-right {
        font-size: 12px;
        margin-left: 8px; } }

.product-slider .low-hold {
  text-align: center; }
  .product-slider .low-hold .btn-primary {
    min-width: 105px;
    width: auto;
    display: block;
    margin: 0 auto 12px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .product-slider .low-hold .btn-primary {
        min-width: 105px;
        padding: 11px 5px 10px;
        margin-bottom: 16px; } }
  .product-slider .low-hold .more {
    font-size: 11px;
    line-height: 1.36;
    display: block; }
    @media (min-width: 1024px) {
      .product-slider .low-hold .more {
        font-size: 14px; } }
    .product-slider .low-hold .more .icon-arrow-right-2 {
      font-size: 8px;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      margin-left: 2px; }
      @media (min-width: 1024px) {
        .product-slider .low-hold .more .icon-arrow-right-2 {
          font-size: 10px; } }
    .product-slider .low-hold .more:hover {
      color: #4bb6e6; }

.product-slider .slick-dots li {
  margin: 0 3px; }
  @media (min-width: 768px) {
    .product-slider .slick-dots li {
      margin: 0 11px; } }

.product-slider .slick-dots button {
  width: 7px;
  height: 7px; }
  @media (min-width: 768px) {
    .product-slider .slick-dots button {
      width: 11px;
      height: 11px; } }

.product-hold {
  font-size: 11px;
  line-height: 1.36;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .product-hold {
      width: 50%;
      font-size: 14px;
      line-height: 1.5; } }
  .product-hold > a, .product-hold .anchor-replace {
    display: block;
    color: #fff;
    height: 100%; }
    .product-hold > a:hover .item-image, .product-hold .anchor-replace:hover .item-image {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .product-hold > a:hover:after, .product-hold .anchor-replace:hover:after {
      opacity: 1; }
    .product-hold > a:after, .product-hold .anchor-replace:after {
      content: '';
      background: rgba(0, 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 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
  .product-hold.dark > .anchor-replace {
    background: #6b6b6b;
    padding: 28px 20px 74px; }
    @media (min-width: 1200px) {
      .product-hold.dark > .anchor-replace {
        padding: 53px 50px 233px 40px; } }
    @media (min-width: 1400px) {
      .product-hold.dark > .anchor-replace {
        padding-left: 120px; } }
  .product-hold.dark .desc-wrap {
    padding-right: 112px; }
    @media (min-width: 1200px) {
      .product-hold.dark .desc-wrap {
        padding-right: 265px; } }
  .product-hold.dark .item-image {
    position: absolute;
    bottom: 22px;
    right: 12px;
    left: auto;
    top: auto;
    width: 125px; }
    @media (min-width: 1200px) {
      .product-hold.dark .item-image {
        width: 282px;
        right: 65px;
        bottom: 32px; } }
    @media (min-width: 1400px) {
      .product-hold.dark .item-image {
        right: 95px; } }
  .product-hold.light > .anchor-replace {
    background: #898a8e;
    padding: 58px 10px 44px 20px; }
    @media (min-width: 1200px) {
      .product-hold.light > .anchor-replace {
        padding: 162px 40px 45px 40px; } }
    @media (min-width: 1400px) {
      .product-hold.light > .anchor-replace {
        padding-right: 70px; } }
  .product-hold.light .desc-wrap {
    padding-left: 120px; }
    @media (min-width: 1200px) {
      .product-hold.light .desc-wrap {
        padding-left: 309px; } }
  .product-hold.light .item-image {
    position: absolute;
    top: 27px;
    left: -10px;
    width: 140px; }
    @media (min-width: 1200px) {
      .product-hold.light .item-image {
        width: 326px;
        left: 0;
        top: 49px; } }
  .product-hold .desc-wrap {
    position: relative;
    z-index: 5; }
    .product-hold .desc-wrap .sub {
      display: block;
      margin-bottom: 5px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .product-hold .desc-wrap .sub {
          font-size: 20px; } }
    @media (min-width: 1200px) {
      .product-hold .desc-wrap .h4 {
        margin-bottom: 15px; } }
    .product-hold .desc-wrap p {
      margin-bottom: 14px; }

.more-section {
  padding-top: 12px;
  padding-bottom: 13px; }
  @media (min-width: 768px) {
    .more-section {
      padding-top: 32px; } }
  .more-section h1 {
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .more-section h1 {
        margin-bottom: 41px; } }
  @media (min-width: 768px) {
    .more-section .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px; } }
  .more-section .col {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .more-section .col {
        width: 50%;
        padding: 0 10px; } }
  .more-section .image-wrap {
    overflow: hidden;
    position: relative; }
    .more-section .image-wrap a {
      -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
              transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.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, 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; }
      @media (min-width: 768px) {
        .more-section .image-wrap.lg-add {
          height: 100%; } }
    .more-section .image-wrap.sm-add {
      height: 220px; }
      @media (min-width: 768px) {
        .more-section .image-wrap.sm-add {
          height: 300px; } }
  .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; }
    @media (min-width: 768px) {
      .more-section .extra {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5; } }
    @media (min-width: 1024px) {
      .more-section .extra {
        padding: 49px 140px 45px 30px; } }
    @media (min-width: 1200px) {
      .more-section .extra {
        padding-left: 61px; } }
    .more-section .extra:after {
      content: '';
      background: rgba(0, 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; }
      @media (min-width: 768px) {
        .more-section .extra .sub {
          font-size: 20px; } }
    .more-section .extra .h3 {
      display: block;
      color: #fff;
      margin-bottom: 10px; }
    .more-section .extra p {
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .more-section .extra p {
          margin-bottom: 24px; } }
    @media (min-width: 1024px) {
      .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: 120px;
      padding: 7px 5px 4px;
      color: #00a5e2;
      border: 1px solid #fff;
      display: block;
      margin-bottom: 13px; }
      @media (min-width: 1024px) {
        .more-section .extra .btn-white {
          width: 132px;
          padding: 10px 5px 7px;
          margin-bottom: 0;
          margin-right: 29px; } }
      .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; }
        @media (min-width: 1024px) {
          .more-section .extra .link .icon-arrow-right-2 {
            margin-left: 5px; } }
      .more-section .extra .link:hover {
        color: #d3d3d3; }
    .more-section .extra .img-holder {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
      position: absolute;
      bottom: -1px;
      right: 0;
      width: 99px; }
      @media (min-width: 1024px) {
        .more-section .extra .img-holder {
          width: 188px;
          right: -30px; } }
      @media (min-width: 1200px) {
        .more-section .extra .img-holder {
          right: 0; } }

.scroll-content-fixed-container {
  position: relative; }
  @media (max-width: 767px) {
    .scroll-content-fixed-container {
      z-index: 9888;
      height: auto !important; } }
  .scroll-content-fixed-container .scroll-content-fixed-frame {
    position: absolute;
    left: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .scroll-content-fixed-container .scroll-content-fixed-frame {
        position: static; } }
  .scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .bg-visual {
    position: fixed; }
    @media (max-width: 767px) {
      .scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .bg-visual {
        position: absolute; } }
  .scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame .tabset {
    position: fixed; }
  @media (max-width: 767px) {
    .scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame {
      position: static; } }
  .scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame .tabset {
    position: fixed;
    opacity: 0;
    visibility: hidden; }

.banner-section {
  padding-bottom: 30px;
  position: relative; }
  .banner-section.holder-is-playing .side-item {
    visibility: hidden;
    opacity: 0; }
  .banner-section.holder-is-playing .slick-dots {
    display: none; }
  @media (min-width: 768px) {
    .banner-section .slick-slider-fade {
      min-height: 420px; } }
  @media (min-width: 1024px) {
    .banner-section .slick-slider-fade {
      min-height: 500px; } }
  @media (min-width: 768px) {
    .banner-section .slide {
      min-height: 420px; } }
  @media (min-width: 1024px) {
    .banner-section .slide {
      min-height: 500px; } }
  .banner-section .slide .desc {
    display: none; }
  @media (min-width: 768px) {
    .banner-section .slide .side-item {
      display: none; } }
  @media (min-width: 1024px) {
    .banner-section.pagination-right .video-section .slick-dots {
      bottom: 32px;
      left: auto;
      right: 22%; } }
  .banner-section .side-item {
    position: absolute;
    right: 30px;
    bottom: -30px;
    z-index: 10;
    -webkit-transition: visibility, opacity, 0.25s linear 0s;
            transition: visibility, opacity, 0.25s linear 0s;
    width: 150px; }
    @media (min-width: 768px) {
      .banner-section .side-item {
        width: 300px;
        bottom: -80px; } }
    @media (min-width: 1024px) {
      .banner-section .side-item {
        bottom: -100px; } }
    @media (min-width: 1200px) {
      .banner-section .side-item {
        bottom: -110px; } }
    .banner-section .side-item img {
      width: 100%; }
    .banner-section .side-item.horizontal-image {
      width: 200px; }
      @media (min-width: 768px) {
        .banner-section .side-item.horizontal-image {
          width: 300px; } }
      @media (min-width: 1024px) {
        .banner-section .side-item.horizontal-image {
          width: 450px; } }
    .banner-section .side-item.left-img {
      right: 20px;
      bottom: -20px;
      width: 120px; }
      @media (min-width: 768px) {
        .banner-section .side-item.left-img {
          width: 170px;
          right: 37%;
          bottom: -37px; } }
      @media (min-width: 1024px) {
        .banner-section .side-item.left-img {
          width: 200px;
          right: 40%; } }
      @media (min-width: 1200px) {
        .banner-section .side-item.left-img {
          width: 218px;
          right: 42.8%; } }
    .banner-section .side-item.right-top-img {
      right: 20px;
      bottom: -20px;
      width: 90px; }
      @media (min-width: 768px) {
        .banner-section .side-item.right-top-img {
          right: 30px;
          width: 120px;
          bottom: 20px; } }
      @media (min-width: 1024px) {
        .banner-section .side-item.right-top-img {
          right: 130px;
          bottom: 60px;
          width: 130px; } }
    .banner-section .side-item.left-mid {
      right: 10px;
      bottom: -20px; }
      @media (min-width: 768px) {
        .banner-section .side-item.left-mid {
          right: 20px;
          bottom: -23px;
          width: 250px; } }
      @media (min-width: 1024px) {
        .banner-section .side-item.left-mid {
          width: 300px;
          left: 46%;
          right: auto;
          bottom: -46px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (min-width: 1200px) {
        .banner-section .side-item.left-mid {
          width: 245px;
          left: 38%; } }
      @media (min-width: 1440px) {
        .banner-section .side-item.left-mid {
          left: 36%; } }
  @media (min-width: 1024px) {
    .banner-section.mid-item .slick-dots {
      width: 62%;
      margin-left: auto; } }
  @media (min-width: 1024px) {
    .banner-section.caps .video-section .video-panel .desc {
      padding-top: 91px; } }
  .banner-section.caps .video-section .video-panel .h3 {
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .banner-section.caps .video-section .video-panel .h3 {
        padding-right: 0;
        margin-bottom: 58px; } }
  .banner-section.caps .video-section .video-panel .btn-holder {
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .banner-section.caps .video-section .video-panel .btn-holder {
        margin-bottom: 70px; } }
  .banner-section.reverse .side-item {
    left: 20px;
    width: 120px;
    bottom: -20px; }
    @media (min-width: 768px) {
      .banner-section.reverse .side-item {
        right: auto;
        left: 30px;
        width: 300px;
        bottom: -70px; } }
    @media (min-width: 1024px) {
      .banner-section.reverse .side-item {
        left: 45px;
        bottom: -111px; } }
  @media (min-width: 768px) {
    .banner-section.left-img .slick-dots {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      bottom: 19px;
      right: 20px; } }
  @media (min-width: 1200px) {
    .banner-section.left-img .slick-dots {
      right: 106px; } }
  .banner-section .video-section {
    padding: 0; }
    .banner-section .video-section > .slick-slider-fade {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .banner-section .video-section .slick-dots {
      bottom: 25px; }
      @media (min-width: 768px) {
        .banner-section .video-section .slick-dots {
          bottom: 35px; } }
      .banner-section .video-section .slick-dots li {
        margin: 0 12px; }
        .banner-section .video-section .slick-dots li button {
          width: 10px;
          height: 10px;
          border-color: #fff; }
        .banner-section .video-section .slick-dots li.slick-active button {
          background: #fff; }
    .banner-section .video-section .video-panel {
      margin: 0; }
      .banner-section .video-section .video-panel .desc {
        padding-bottom: 52px; }
        @media (min-width: 768px) {
          .banner-section .video-section .video-panel .desc {
            padding-bottom: 42px; } }
      @media (min-width: 768px) {
        .banner-section .video-section .video-panel .inner {
          margin-left: auto;
          max-width: 456px; } }
      @media (min-width: 1024px) {
        .banner-section .video-section .video-panel .inner {
          font-size: 24px;
          line-height: 1.42; } }
      .banner-section .video-section .video-panel .h3 {
        padding-bottom: 0;
        max-width: 100%; }
        @media (min-width: 1024px) {
          .banner-section .video-section .video-panel .h3 {
            margin-bottom: 26px;
            font-size: 36px; } }
        .banner-section .video-section .video-panel .h3:after {
          display: none; }
      @media (min-width: 768px) {
        .banner-section .video-section .video-panel p {
          margin-bottom: 34px; } }
      @media (min-width: 768px) {
        .banner-section .video-section .video-panel .icon-play {
          margin-bottom: 32px; } }
      @media (min-width: 1024px) {
        .banner-section .video-section .video-panel .icon-play {
          margin-bottom: 54px; } }
      .banner-section .video-section .video-panel .icon-play img {
        width: 50px;
        height: 50px; }
    @media (min-width: 768px) {
      .banner-section .video-section.full .video-panel {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .banner-section .video-section.full .video-panel .img-holder {
        height: 100%; } }
    .banner-section .video-section.full .video-panel .desc .icon-play {
      max-width: 100%;
      padding-left: 0;
      margin-left: 0;
      width: 50px; }
    @media (min-width: 768px) {
      .banner-section .video-section.full .video-panel .h3 {
        padding-bottom: 0;
        padding-right: 0;
        margin-left: 0; } }
    .banner-section .video-section .btn-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -7px; }
      @media (min-width: 1024px) {
        .banner-section .video-section .btn-holder {
          margin: 0 -15px; } }
      .banner-section .video-section .btn-holder .btn-white,
      .banner-section .video-section .btn-holder .btn {
        font-size: 12px;
        letter-spacing: 0;
        width: 115px;
        border: 1px solid #fff;
        padding: 6px 10px 4px;
        margin: 0 7px 10px;
        text-decoration: none; }
        @media (min-width: 1024px) {
          .banner-section .video-section .btn-holder .btn-white,
          .banner-section .video-section .btn-holder .btn {
            font-size: 14px;
            width: 132px;
            margin: 0 15px 10px;
            border-radius: 6px;
            padding: 9px 10px 8px; } }
      .banner-section .video-section .btn-holder .btn-white {
        color: #00a5e2; }
        .banner-section .video-section .btn-holder .btn-white:hover {
          color: #fff; }
      .banner-section .video-section .btn-holder .btn {
        background: none;
        color: #fff; }
        .banner-section .video-section .btn-holder .btn:hover {
          background: #fff;
          color: #00a5e2; }
        .banner-section .video-section .btn-holder .btn.more {
          border: none;
          background: none;
          color: #fff;
          margin-left: 0;
          width: auto; }
      .banner-section .video-section .btn-holder .ps-widget.ps-enabled {
        font-size: 12px;
        letter-spacing: 0;
        width: auto;
        margin: 0; }
        @media (min-width: 1024px) {
          .banner-section .video-section .btn-holder .ps-widget.ps-enabled {
            font-size: 14px;
            width: auto; } }
        .banner-section .video-section .btn-holder .ps-widget.ps-enabled .ps-button-label {
          color: #00a5e2;
          background: #fff;
          font-size: 12px;
          letter-spacing: 0;
          width: 115px;
          border: 1px solid #fff;
          padding: 6px 10px 4px;
          margin: 0 7px 10px;
          text-decoration: none;
          text-align: center;
          font-weight: normal;
          text-decoration: none;
          border-radius: 3px;
          vertical-align: middle; }
          @media (min-width: 1024px) {
            .banner-section .video-section .btn-holder .ps-widget.ps-enabled .ps-button-label {
              font-size: 14px;
              width: 132px;
              margin: 0 15px 10px;
              border-radius: 6px;
              padding: 9px 10px 8px; } }
          .banner-section .video-section .btn-holder .ps-widget.ps-enabled .ps-button-label:hover {
            background: none;
            color: #fff; }
      .banner-section .video-section .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        color: #00a5e2;
        background: #fff;
        font-size: 12px;
        letter-spacing: 0;
        width: 115px;
        border: 1px solid #fff;
        padding: 6px 10px 4px;
        margin: 0 7px 10px;
        text-decoration: none;
        text-align: center;
        font-weight: normal;
        text-decoration: none;
        border-radius: 3px; }
        @media (min-width: 1024px) {
          .banner-section .video-section .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
            font-size: 14px;
            width: 132px;
            margin: 0 15px 10px;
            border-radius: 6px;
            padding: 9px 10px 8px; } }
        .banner-section .video-section .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
          background: none;
          color: #fff; }
  .banner-section .desc-holder {
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 0; }
    .banner-section .desc-holder .desc {
      min-height: 100%; }
  .banner-section .side-items-holder {
    pointer-events: none;
    z-index: 98; }
    @media (max-width: 767px) {
      .banner-section .side-items-holder {
        display: none !important; } }
  .banner-section .dots-left .slick-dots {
    left: 10%;
    right: auto; }
  @media (max-width: 767px) {
    .banner-section .slick-slider {
      z-index: 4; } }
  @media (max-width: 767px) {
    .banner-section .slide .slick-dots {
      left: 10%;
      right: auto; } }
  .banner-section .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    background: #fff;
    box-shadow: 0 6px 12px 0 rgba(32, 33, 39, 0.08);
    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; }
    @media (min-width: 768px) {
      .banner-section .slick-arrow {
        font-size: 16px;
        width: 50px;
        height: 50px; } }
    .banner-section .slick-arrow:hover {
      box-shadow: 0 6px 12px 0 rgba(32, 33, 39, 0.2); }
  .banner-section .slick-prev {
    left: 10px; }
    @media (min-width: 768px) {
      .banner-section .slick-prev {
        left: 10px; } }
    @media (min-width: 1430px) {
      .banner-section .slick-prev {
        left: 10px; } }
  .banner-section .slick-next {
    right: 10px; }
    @media (min-width: 768px) {
      .banner-section .slick-next {
        right: 10px; } }
    @media (min-width: 1430px) {
      .banner-section .slick-next {
        right: 10px; } }
  .banner-section .hide-play {
    display: none !important; }

.full-width {
  width: 100%; }

.simple-slider .desc-holder {
  background: #00a5e2;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 -14px 0 #4bb6e6; }
  @media (min-width: 768px) {
    .simple-slider .desc-holder {
      position: absolute;
      top: 10%;
      left: 10%;
      background: none;
      box-shadow: none; } }
  .simple-slider .desc-holder .desc {
    background: #00a5e2;
    color: #fff;
    padding: 23px 20px 29px;
    box-shadow: inset 0 -14px 0 #4bb6e6;
    padding-bottom: 52px;
    width: auto;
    color: #00a5e2; }
    @media (min-width: 768px) {
      .simple-slider .desc-holder .desc {
        background: rgba(0, 0, 0, 0.2);
        box-shadow: none; } }
    .simple-slider .desc-holder .desc .more {
      color: #fff;
      font-size: 11px; }
      @media (min-width: 768px) {
        .simple-slider .desc-holder .desc .more {
          font-size: 13px; } }
    @media (min-width: 768px) {
      .simple-slider .desc-holder .desc .black-text {
        color: #282b31; }
        .simple-slider .desc-holder .desc .black-text .more {
          color: #282b31; }
        .simple-slider .desc-holder .desc .black-text .h3 a {
          color: #282b31; } }
    @media (min-width: 768px) {
      .simple-slider .desc-holder .desc .white-text {
        color: #fff; }
        .simple-slider .desc-holder .desc .white-text .more {
          color: #fff; }
        .simple-slider .desc-holder .desc .white-text .h3 a {
          color: #fff; } }
    @media (min-width: 768px) {
      .simple-slider .desc-holder .desc .grey-text {
        color: #6b6b6b; }
        .simple-slider .desc-holder .desc .grey-text .more {
          color: #6b6b6b; }
        .simple-slider .desc-holder .desc .grey-text .h3 a {
          color: #6b6b6b; } }
    @media (min-width: 768px) {
      .simple-slider .desc-holder .desc .blue-text {
        color: #00a5e2; }
        .simple-slider .desc-holder .desc .blue-text .more {
          color: #00a5e2; }
        .simple-slider .desc-holder .desc .blue-text .h3 a {
          color: #00a5e2; } }
    .simple-slider .desc-holder .desc .btn-white {
      font-size: 12px;
      letter-spacing: 0;
      min-width: 105px;
      width: auto;
      border: 1px solid #fff;
      padding: 6px 10px 4px;
      margin: 0 7px 10px;
      text-decoration: none; }
    .simple-slider .desc-holder .desc .btn {
      font-size: 12px;
      letter-spacing: 0;
      min-width: 105px;
      width: auto;
      border: 1px solid #fff;
      padding: 6px 10px 4px;
      margin: 0 7px 10px;
      text-decoration: none;
      background: none;
      color: #fff; }
      .simple-slider .desc-holder .desc .btn:hover {
        background: #fff;
        color: #00a5e2; }

.video-block {
  padding: 20px 0 0; }
  .video-block h1 {
    text-align: center;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .video-block h1 {
        margin-bottom: 43px; } }
  .video-block .video-area {
    background-size: cover;
    background-position: 50% 50%;
    height: 200px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .video-block .video-area {
        height: 390px; } }
    @media (min-width: 1024px) {
      .video-block .video-area {
        height: 484px; } }
  .video-block .btn-mute {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    bottom: 10px;
    visibility: hidden;
    text-indent: -9999px; }
    @media (max-width: 767px) {
      .video-block .btn-mute {
        width: 30px;
        height: 30px; } }
    .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; }
      @media (max-width: 767px) {
        .video-block .btn-mute:after {
          font-size: 30px; } }
  .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: 0.8; }
    @media (min-width: 768px) {
      .video-block .icon-play img {
        width: 66px;
        height: 66px; } }
    .video-block .icon-play .pause {
      display: none; }
  .video-block .video {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear; }
    .video-block .video .btn-play {
      -webkit-transition: opacity 0.3s linear;
              transition: opacity 0.3s linear; }
    .video-block .video.is-playing .icon-play {
      opacity: 0;
      visibility: hidden; }
    .video-block .video video {
      width: 100%;
      height: 100%;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .video-block .video video {
          object-fit: cover; } }
      @media (min-width: 1024px) {
        .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-block .video .mobile {
      display: block; }
      @media (min-width: 768px) {
        .video-block .video .mobile {
          display: none; } }
    .video-block .video .desktop {
      display: none; }
      @media (min-width: 768px) {
        .video-block .video .desktop {
          display: block; } }
  @media (min-width: 768px) {
    .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-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; }

.extra-padding-top {
  padding-top: 80px; }

.video-swimlane {
  padding: 24px 0 32px; }
  .video-swimlane.video-image-swimlane .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .video-swimlane.custom-video video {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .video-swimlane .wrap {
      margin: 0 -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .video-swimlane .desc {
    text-align: center;
    margin-bottom: 43px;
    color: #282b31; }
    @media (min-width: 768px) {
      .video-swimlane .desc {
        width: 50%;
        text-align: left;
        font-size: 24px;
        line-height: 1.42;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .video-swimlane .desc {
        padding-top: 81px; } }
    .video-swimlane .desc .h1 {
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .video-swimlane .desc .h1 {
          margin-bottom: 39px; } }
  .video-swimlane .video-hold {
    text-align: center; }
    @media (min-width: 768px) {
      .video-swimlane .video-hold {
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 768px) {
      .video-swimlane .video-hold img {
        width: auto; } }
    .video-swimlane .video-hold video {
      width: 100%;
      height: auto; }

.is-playing .img-holder.bg-image {
  background-image: none !important; }

.animation-block {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .animation-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .animation-block h1 {
    text-align: center;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .animation-block h1 {
        margin-bottom: 49px; } }
  @media (min-width: 768px) {
    .animation-block .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .animation-block .desc-holder {
    background: #00a5e2;
    box-shadow: inset 0 -14px 0 #4bb6e6;
    padding: 23px 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .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; } }
    @media (min-width: 1024px) {
      .animation-block .desc-holder {
        padding: 45px 62px 50px 20px;
        box-shadow: inset 0 -30px 0 #4bb6e6; } }
    @media (min-width: 1200px) {
      .animation-block .desc-holder {
        padding: 70px 82px 70px 82px; } }
    @media (min-width: 1024px) {
      .animation-block .desc-holder .desc {
        max-width: 380px;
        margin: 0 auto;
        font-size: 20px;
        line-height: 1.6; } }
    .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; }
    @media (min-width: 768px) {
      .animation-block .title {
        font-size: 30px;
        line-height: 1.43; } }
    @media (min-width: 1024px) {
      .animation-block .title {
        padding-bottom: 31px;
        margin-bottom: 33px; } }
    .animation-block .title:after {
      content: '';
      height: 2px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100px; }
      @media (min-width: 1024px) {
        .animation-block .title:after {
          width: 190px; } }
  .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; }
    @media (max-width: 767px) {
      .animation-block .animation-holder {
        background: none;
        padding: 0;
        min-height: 0; } }
    @media (min-width: 768px) {
      .animation-block .animation-holder {
        width: 61.8%;
        min-height: 559px; } }
    .animation-block .animation-holder img,
    .animation-block .animation-holder video {
      width: 100%;
      height: auto;
      min-width: 100%;
      min-height: 100%; }
      @media (max-width: 767px) {
        .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 {
  padding-top: 41px;
  padding-bottom: 36px; }
  @media (min-width: 1024px) {
    .app-block {
      padding-top: 87px; } }
  .app-block .head-area {
    margin-bottom: 17px;
    text-align: center; }
    @media (min-width: 768px) {
      .app-block .head-area {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      .app-block .head-area {
        margin-bottom: 48px;
        text-align: left; } }
    .app-block .head-area p {
      margin: 0; }
  .app-block h1 {
    text-align: center;
    margin: 0; }
    @media (min-width: 1024px) {
      .app-block h1 {
        text-align: left;
        max-width: 540px; } }
  @media (min-width: 1024px) {
    .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 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 155px;
    height: auto;
    margin: 0 auto 28px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .app-block .phone-holder {
        width: 285px;
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      .app-block .phone-holder {
        width: 285px;
        margin: -100px 66px 0 0; } }
    @media (min-width: 1200px) {
      .app-block .phone-holder {
        margin: -106px 122px 0 0; } }
    .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; }
      @media (min-width: 768px) {
        .app-block .phone-holder:before {
          background-size: 285px 548px;
          width: 285px;
          height: 548px;
          top: 0;
          left: 0; } }
  .app-block .device-slider {
    padding: 6px 10px 33px; }
    @media (min-width: 768px) {
      .app-block .device-slider {
        padding: 18px 28px 54px; } }
    .app-block .device-slider .img-holder img {
      width: 100%; }
  @media (min-width: 768px) {
    .app-block .slick-dots li {
      margin: 0 11px; } }
  @media (min-width: 768px) {
    .app-block .slick-dots li button {
      width: 11px;
      height: 11px; } }
  .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, 0.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; }
    @media (min-width: 768px) {
      .app-block .slick-arrow {
        top: 46.5%;
        width: 50px;
        height: 50px;
        font-size: 16px;
        border-radius: 8px; } }
    .app-block .slick-arrow:hover {
      box-shadow: 0 6px 12px 0 rgba(32, 33, 39, 0.2); }
    .app-block .slick-arrow.slick-prev {
      left: -75px; }
      @media (min-width: 768px) {
        .app-block .slick-arrow.slick-prev {
          left: -60px; } }
      @media (min-width: 1200px) {
        .app-block .slick-arrow.slick-prev {
          left: -104px; } }
    .app-block .slick-arrow.slick-next {
      right: -75px; }
      @media (min-width: 768px) {
        .app-block .slick-arrow.slick-next {
          right: -60px; } }
      @media (min-width: 1200px) {
        .app-block .slick-arrow.slick-next {
          right: -104px; } }
  .app-block .slick-list {
    border-radius: 20px/21px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .app-block .slick-list {
        border: 1px solid #e5e5e5;
        border-radius: 35px/34px; } }
    .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%); }
      @media (min-width: 768px) {
        .app-block .slick-list:after {
          width: 122px;
          height: 18px;
          border-radius: 0 0 16px 16px; } }
  @media (min-width: 1024px) {
    .app-block .tab-holder {
      width: 540px; } }
  .app-block .tab-holder .tabset {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .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; } }
    @media (min-width: 1024px) {
      .app-block .tab-holder .tabset {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 -10px 65px; } }
    .app-block .tab-holder .tabset:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 10px;
      right: 10px; }
    .app-block .tab-holder .tabset.no-icon li a {
      padding-bottom: 15px; }
    .app-block .tab-holder .tabset li {
      font-size: 18px;
      text-align: center; }
      @media (max-width: 767px) {
        .app-block .tab-holder .tabset li {
          display: none; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li {
          margin: 0 25px;
          font-size: 17px; } }
      @media (min-width: 1024px) {
        .app-block .tab-holder .tabset li {
          margin: 0 10px 5px; } }
      @media (max-width: 767px) {
        .app-block .tab-holder .tabset li.active {
          display: block; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li.active .text {
          color: #00a5e2; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li.active a:after {
          width: 100%; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li a {
          display: block;
          padding-bottom: 8px;
          position: relative; } }
      .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 0.3s ease-in-out, width 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, width 0.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; }
        @media (max-width: 767px) {
          .app-block .tab-holder .tabset li .ico {
            display: none; } }
        @media (min-width: 768px) {
          .app-block .tab-holder .tabset li .ico {
            font-size: 34px;
            line-height: 1;
            display: block;
            min-height: 38px;
            margin-bottom: 7px; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li .icon-devices {
          font-size: 29px; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li .icon-guest {
          font-size: 38px; } }
      @media (min-width: 768px) {
        .app-block .tab-holder .tabset li .text {
          display: block;
          color: #6b6b6b; } }
  .app-block .tab-holder .tab-content {
    text-align: center;
    margin-bottom: 23px; }
    @media (min-width: 768px) {
      .app-block .tab-holder .tab-content {
        margin-bottom: 34px; } }
    @media (min-width: 1024px) {
      .app-block .tab-holder .tab-content {
        text-align: left;
        margin-bottom: 49px; } }
    @media (min-width: 1200px) {
      .app-block .tab-holder .tab-content {
        padding-right: 100px; } }
    .app-block .tab-holder .tab-content .h4 {
      font-size: 13px;
      line-height: 1.38;
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .app-block .tab-holder .tab-content .h4 {
          font-size: 24px;
          margin-bottom: 21px; } }
    .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; }
  @media (min-width: 1200px) {
    .app-block .tab-holder .tab-foot {
      padding-right: 100px; } }
  .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; }
    @media (min-width: 768px) {
      .app-block .tab-holder .tab-foot .logo-block {
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .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 .logo-block li {
      margin-bottom: 10px; }
      .app-block .tab-holder .tab-foot .logo-block li a {
        margin: 0 12px;
        opacity: 0.7; }
        .app-block .tab-holder .tab-foot .logo-block li a:hover {
          opacity: 0.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; }
    @media (min-width: 768px) {
      .app-block .tab-holder .tab-foot .note {
        display: block;
        font-size: 12px;
        line-height: 1.42;
        text-align: center; } }
    @media (min-width: 1024px) {
      .app-block .tab-holder .tab-foot .note {
        text-align: left; } }

.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; }
  @media (min-width: 1024px) {
    .blue-section .container {
      position: relative; } }
  .blue-section .strip {
    pointer-events: none; }
    @media (max-width: 1023px) {
      .blue-section .strip {
        display: none; } }
    @media (min-width: 1024px) {
      .blue-section .strip {
        left: 20px;
        max-width: 1240px;
        margin: 0 auto;
        width: 100%; } }
    @media (min-width: 1200px) {
      .blue-section .strip {
        left: 0; } }
    .blue-section .strip:before, .blue-section .strip:after {
      width: 6px;
      background: #fff;
      left: 56px; }
      @media (min-width: 1200px) {
        .blue-section .strip:before, .blue-section .strip:after {
          left: 5%; } }
    .blue-section .strip:before {
      top: -43px;
      height: 180px; }
    .blue-section .strip:after {
      height: 92%; }
    .blue-section .strip .ico-hold {
      display: none; }
      @media (min-width: 768px) {
        .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; } }
      @media (min-width: 1200px) {
        .blue-section .strip .ico-hold {
          left: 24px; } }
  .blue-section .item-holder {
    padding: 20px 0 0; }
    .blue-section .item-holder.js-content {
      min-height: 0;
      display: inline-block;
      width: 100%; }
      @media (min-width: 768px) {
        .blue-section .item-holder.js-content {
          padding-bottom: 100px; } }
    .blue-section .item-holder.js-hidden .strip .ico-hold {
      display: none; }
    @media (min-width: 1024px) {
      .blue-section .item-holder {
        padding-left: 119px; } }
    .blue-section .item-holder.js-fixed-content {
      padding: 0 20px; }
      @media (min-width: 768px) {
        .blue-section .item-holder.js-fixed-content {
          max-width: 1240px; } }
      .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; }
    @media (min-width: 768px) {
      .blue-section .item .pos01 {
        padding-bottom: 150px; } }
    .blue-section .item .img-box {
      float: right;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      width: 120px;
      margin: 0 0 25px;
      padding: 0 10px; }
      @media (min-width: 768px) {
        .blue-section .item .img-box {
          padding: 0 20px;
          width: 200px; } }
      @media (min-width: 1024px) {
        .blue-section .item .img-box {
          width: 240px; } }
      @media (min-width: 1200px) {
        .blue-section .item .img-box {
          width: 350px;
          padding: 0 55px; } }
      .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; }
      @media (min-width: 1024px) {
        .blue-section .item .flip-buttons {
          padding: 0 22px;
          margin: 0 auto;
          max-width: 220px; } }
      .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; }
        @media (min-width: 768px) {
          .blue-section .item .flip-buttons .text {
            font-size: 14px;
            border-radius: 3px;
            width: 120px;
            padding: 10px 8px; } }
  .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: 1;
    visibility: visible; }
    .blue-section .text-box.in-viewport {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 768px) {
      .blue-section .text-box {
        font-size: 24px;
        line-height: 1.42;
        min-width: 355px;
        visibility: hidden;
        opacity: 0; } }
    @media (min-width: 1200px) {
      .blue-section .text-box {
        padding-right: 120px; } }
    .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; }
      @media (min-width: 768px) {
        .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 {
      display: block;
      font-size: 18px;
      line-height: 1.28;
      font-weight: 400;
      margin-bottom: 7px; }
      @media (min-width: 768px) {
        .blue-section .text-box .title {
          font-size: 36px;
          margin-bottom: 23px; } }
      @media (min-width: 1200px) {
        .blue-section .text-box .title {
          padding-right: 60px;
          margin-bottom: 28px; } }
    .blue-section .text-box p {
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .blue-section .text-box p {
          margin-bottom: 22px; } }
    .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;
    width: 100%;
    z-index: 101;
    margin: 0 auto;
    pointer-events: none;
    bottom: -30px; }
    @media (min-width: 768px) {
      .blue-section .scroll-fixed-bottom-section {
        top: 0;
        bottom: auto; } }
    @media (min-width: 768px) {
      .blue-section .scroll-fixed-bottom-section.js-fixed {
        position: fixed;
        top: auto;
        bottom: -30px; } }
    .blue-section .scroll-fixed-bottom-section.js-bottom-position {
      position: absolute;
      top: auto;
      bottom: -30px; }
    .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; }
        @media (min-width: 768px) {
          .blue-section .scroll-fixed-bottom-section .js-fixed-content .img-box {
            margin-bottom: -20px; } }
        @media (min-width: 1200px) {
          .blue-section .scroll-fixed-bottom-section .js-fixed-content .img-box {
            width: 350px; } }

.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; }
  @media (min-width: 1024px) {
    .product-area {
      padding-top: 50px;
      padding-bottom: 41px; } }
  .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; }
    @media (min-width: 1200px) {
      .product-area .rating-hold {
        margin-bottom: 2px; } }
    .product-area .rating-hold .digits {
      font-size: 11px;
      color: #888a8d; }
      @media (min-width: 768px) {
        .product-area .rating-hold .digits {
          font-size: 18px; } }
  .product-area .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 2px; }
    @media (min-width: 1024px) {
      .product-area .star-rating {
        margin-right: 6px; } }
    .product-area .star-rating li {
      margin: 0 0.5px; }
      @media (min-width: 1024px) {
        .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: 13px;
        line-height: 1;
        color: #f7d629; }
        @media (min-width: 768px) {
          .product-area .star-rating li .icon-star,
          .product-area .star-rating li .icon-star-outline {
            font-size: 19px; } }
        @media (min-width: 1024px) {
          .product-area .star-rating li .icon-star,
          .product-area .star-rating li .icon-star-outline {
            font-size: 21px; } }
  @media (min-width: 1024px) {
    .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; } }
  @media (min-width: 1200px) {
    .product-area .wrap {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .product-area .product-view {
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .product-area .product-view {
        width: 490px; } }
    @media (min-width: 1200px) {
      .product-area .product-view {
        width: 540px;
        margin-top: 30px; } }
  @media (min-width: 1024px) {
    .product-area .product-details {
      width: 470px;
      padding-left: 25px; } }
  @media (min-width: 1200px) {
    .product-area .product-details {
      width: 600px;
      padding: 0; } }
  @media (max-width: 768px) {
    .product-area .product-details .ps-widget.ps-enabled {
      width: 100%;
      text-align: center; } }
  @media (min-width: 768px) {
    .product-area .product-details .ps-widget.ps-enabled .ps-button-label {
      min-width: 105px;
      width: auto; }
      .product-area .product-details .ps-widget.ps-enabled .ps-button-label:hover {
        min-width: 105px; } }
  @media (min-width: 1024px) {
    .product-area .product-details .ps-widget.ps-enabled .ps-button-label {
      min-width: 105px;
      width: auto; }
      .product-area .product-details .ps-widget.ps-enabled .ps-button-label:hover {
        min-width: 105px; } }
  @media (max-width: 768px) {
    .product-area .product-details .ps-widget.ps-enabled .ps-button-label {
      width: auto;
      min-width: 105px;
      float: none; } }
  .product-area .main-image-hold {
    padding: 0 45px 22px; }
    @media (min-width: 768px) {
      .product-area .main-image-hold {
        padding: 0 0 22px; } }
    @media (min-width: 1024px) {
      .product-area .main-image-hold {
        padding-bottom: 21px; } }
    .product-area .main-image-hold .vid-outer {
      padding: 27% 0 0;
      height: 172px; }
      @media (min-width: 768px) {
        .product-area .main-image-hold .vid-outer {
          padding: 56.25% 0 0;
          height: auto; } }
    .product-area .main-image-hold .slick-slide {
      text-align: center; }
    .product-area .main-image-hold:not(.slick-initialized) .holder + .holder {
      display: none !important; }
    .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; }
        @media (min-width: 768px) {
          .product-area .main-image-hold .holder img {
            max-width: 100%;
            max-height: 450px; } }
      @media (max-width: 767px) {
        .product-area .main-image-hold .holder video {
          max-width: 190px;
          max-height: 150px; } }
  .product-area .thumb-image {
    display: none; }
    @media (min-width: 768px) {
      .product-area .thumb-image {
        display: block;
        width: 480px;
        margin: 0 auto;
        padding: 0 40px; } }
    @media (min-width: 1200px) {
      .product-area .thumb-image {
        width: 500px;
        margin: 0; } }
    @media (min-width: 1400px) {
      .product-area .thumb-image {
        padding: 0;
        width: 100%; } }
    .product-area .thumb-image.no-hidden-slides .slick-track {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    @media (min-width: 1200px) {
      .product-area .thumb-image .slick-list {
        margin: 0 -5px; } }
    .product-area .thumb-image .slick-list .slick-track {
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .product-area .thumb-image .slick-list .slick-track {
          margin: 0; } }
    .product-area .thumb-image .slick-slide {
      padding: 0 5px; }
    .product-area .thumb-image .holder.vid .img-holder {
      background: none; }
    .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, 0.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, 0.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; }
    @media (min-width: 768px) {
      .product-area .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 12px; } }
    @media (min-width: 1200px) {
      .product-area .slick-arrow {
        top: 47%; } }
    .product-area .slick-arrow:hover {
      box-shadow: 0 2px 8px 0 rgba(32, 33, 39, 0.3); }
    .product-area .slick-arrow.slick-prev {
      left: 0; }
      @media (min-width: 1200px) {
        .product-area .slick-arrow.slick-prev {
          left: -5px; } }
      @media (min-width: 1400px) {
        .product-area .slick-arrow.slick-prev {
          left: -47px; } }
    .product-area .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 1200px) {
        .product-area .slick-arrow.slick-next {
          right: -5px; } }
      @media (min-width: 1400px) {
        .product-area .slick-arrow.slick-next {
          right: -47px; } }
  .product-area .slick-dots li button {
    width: 7px;
    height: 7px; }
  .product-area .title {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .product-area .title {
        padding-bottom: 18px;
        margin-bottom: 35px; } }
    @media (min-width: 768px) {
      .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: 7px; }
      @media (min-width: 768px) {
        .product-area .title .mid-hold .rating-hold {
          margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .product-area .title .mid-hold .star-rating {
        margin-right: 17px; } }
    @media (min-width: 768px) {
      .product-area .title .mid-hold .digits {
        font-size: 14px; } }
    .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; }
          @media (min-width: 768px) {
            .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: 15px;
            height: 15px;
            top: 4px; }
            @media (min-width: 768px) {
              .product-area .title .social-area #st-1 .st-btn > svg {
                width: 17px;
                height: 17px; } }
    .product-area .title .share {
      font-size: 11px;
      line-height: 14px;
      color: #6b6b6b;
      text-transform: uppercase;
      margin-right: 9px; }
      @media (min-width: 768px) {
        .product-area .title .share {
          font-size: 9px; } }
      .product-area .title .share strong {
        display: block;
        font-weight: 400;
        font-size: 13px;
        color: #282b31; }
        @media (min-width: 768px) {
          .product-area .title .share strong {
            font-size: 14px; } }
    .product-area .title .social-networks {
      font-size: 0;
      margin-top: 3px; }
      @media (min-width: 768px) {
        .product-area .title .social-networks {
          margin-top: 0; } }
      .product-area .title .social-networks li + li {
        margin-left: 5px; }
      .product-area .title .social-networks li a:hover {
        opacity: 0.8; }
      .product-area .title .social-networks li img {
        width: 22px;
        height: 22px; }
        @media (min-width: 768px) {
          .product-area .title .social-networks li img {
            width: 24px;
            height: 24px; } }
  .product-area .h3 {
    display: block;
    margin-bottom: 9px; }
    @media (min-width: 1024px) {
      .product-area .h3 {
        margin-bottom: 16px; } }
  .product-area .description .package-area {
    margin-bottom: 26px;
    color: #282b31; }
    @media (min-width: 768px) {
      .product-area .description .package-area {
        margin-top: -13px;
        margin-bottom: 23px; } }
    .product-area .description .package-area .price-hold {
      margin-bottom: 22px; }
      @media (min-width: 768px) {
        .product-area .description .package-area .price-hold {
          margin-bottom: 35px; } }
      .product-area .description .package-area .price-hold .label {
        margin-right: 6px; }
        @media (min-width: 768px) {
          .product-area .description .package-area .price-hold .label {
            font-size: 16px; } }
    .product-area .description .package-area .price {
      font-size: 16px; }
      @media (min-width: 768px) {
        .product-area .description .package-area .price {
          font-size: 24px; } }
    .product-area .description .package-area .size-hold .label {
      display: block;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .product-area .description .package-area .size-hold .label {
          font-size: 16px;
          margin-bottom: 15px; } }
    .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, 0.6);
        border: 1px solid #00a5e2;
        padding: 5px 42px 4px 15px;
        position: relative;
        color: #282b31;
        font-size: 14px; }
        @media (min-width: 768px) {
          .product-area .description .package-area .package-drop .opener {
            display: none; } }
        .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; }
        @media (max-width: 767px) {
          .product-area .description .package-area .package-drop .drop-hold {
            display: none; } }
        @media (min-width: 768px) {
          .product-area .description .package-area .package-drop .drop-hold {
            border: none;
            position: static; } }
        @media (min-width: 768px) {
          .product-area .description .package-area .package-drop .drop-hold.js-slide-hidden {
            position: static !important;
            top: 0 !important;
            left: 0 !important; } }
        @media (min-width: 768px) {
          .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 {
          font-size: 14px;
          padding: 0;
          margin: 0; }
          @media (min-width: 768px) {
            .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 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; }
            @media (min-width: 768px) {
              .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, 0.6); } }
          @media (min-width: 768px) {
            .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 {
            display: block;
            padding: 5px 15px; }
            @media (min-width: 768px) {
              .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: #e4e4e4; }
              @media (min-width: 768px) {
                .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 {
              color: #00a5e2;
              float: right; }
              @media (min-width: 768px) {
                .product-area .description .package-area .package-drop .drop-hold ul li .fake-label span {
                  display: block;
                  float: none; } }
          @media (min-width: 768px) {
            .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, 0.6); } }
          .product-area .description .package-area .package-drop .drop-hold ul li a {
            padding: 5px 15px;
            text-decoration: none;
            color: #282b31;
            display: block; }
            @media (min-width: 768px) {
              .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 {
              color: #00a5e2;
              float: right; }
              @media (min-width: 768px) {
                .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: #e4e4e4; }
              @media (min-width: 768px) {
                .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, 0.6); } }
          .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); }
  @media (min-width: 1024px) {
    .product-area .description ul {
      margin-bottom: 12px; } }
  .product-area .description ul li {
    position: relative;
    padding-left: 15px;
    color: #282b31;
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .product-area .description ul li {
        font-size: 14px;
        line-height: 1.5; } }
    @media (min-width: 1024px) {
      .product-area .description ul li {
        margin-bottom: 8px; } }
    .product-area .description ul li:before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background: #00a5e2;
      position: absolute;
      top: 6px;
      left: 0; }
      @media (min-width: 768px) {
        .product-area .description ul li:before {
          width: 8px;
          height: 8px; } }
  .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; }
    @media (min-width: 768px) {
      .product-area .description .more {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .product-area .description .more {
        margin-left: 17px; } }
    .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 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out; }
    .product-area .description .more:hover {
      color: #282b31; }
  @media (min-width: 768px) {
    .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; } }
  @media (min-width: 1024px) {
    .product-area .description .low {
      margin-top: 35px; } }
  @media (min-width: 1200px) {
    .product-area .description .low {
      margin-left: 14px; } }
  .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; }
    @media (min-width: 768px) {
      .product-area .description .btn-holder {
        margin: 0 -6px; } }
    @media (min-width: 1200px) {
      .product-area .description .btn-holder {
        margin: 0 -9px; } }
    .product-area .description .btn-holder .hold {
      padding: 0 6px 10px;
      width: auto; }
      @media (max-width: 767px) {
        .product-area .description .btn-holder .hold {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          min-width: 50%; } }
      @media (min-width: 768px) {
        .product-area .description .btn-holder .hold {
          width: 150px; } }
      @media (min-width: 1200px) {
        .product-area .description .btn-holder .hold {
          width: 200px;
          padding: 0 9px; } }
    .product-area .description .btn-holder .btn {
      width: 100%; }
      @media (min-width: 1200px) {
        .product-area .description .btn-holder .btn {
          letter-spacing: 1px; } }
    .product-area .description .btn-holder .btn-primary {
      box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.1);
      padding: 8px 5px 7px;
      border: none;
      margin: 0 auto;
      min-width: 105px;
      width: auto; }
      @media (min-width: 768px) {
        .product-area .description .btn-holder .btn-primary {
          padding: 9px 5px 8px;
          margin: 0; } }
      @media (min-width: 1200px) {
        .product-area .description .btn-holder .btn-primary {
          padding: 10px 10px 9px; } }
      .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; }
      @media (min-width: 1024px) {
        .product-area .description .btn-holder .btn-gray {
          border-radius: 6px; } }
      @media (min-width: 1200px) {
        .product-area .description .btn-holder .btn-gray {
          padding: 9px 10px 8px; } }
      .product-area .description .btn-holder .btn-gray:hover {
        color: #fff;
        background: #d3d3d3; }
    .product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      min-width: 105px;
      width: auto;
      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: 0.8px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          padding: 6px 10px 5px; } }
      @media (min-width: 1024px) {
        .product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          font-size: 14px;
          border-radius: 6px;
          padding: 5px 10px 6px; } }
      @media (min-width: 1200px) {
        .product-area .description .btn-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          padding: 10px; } }
      .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; }
    @media (max-width: 768px) {
      .product-area .description .btn-holder [id^=wtbContainer] {
        min-width: 105px;
        width: 100%;
        text-align: center;
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .product-area .description .btn-holder [id^=wtbContainer] .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        min-width: 105px;
        width: auto; } }
  .product-area .description .download-hold {
    text-align: center;
    font-size: 12px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .product-area .description .download-hold {
        width: 100%; } }
    @media (min-width: 768px) {
      .product-area .description .download-hold {
        margin-left: 15px; } }
    @media (min-width: 1200px) {
      .product-area .description .download-hold {
        padding-bottom: 10px;
        margin-left: 32px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .product-area .description .download-hold {
        padding-bottom: 0; } }
    .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; }
  @media (min-width: 1024px) {
    .feature-block {
      padding-top: 69px; } }
  .feature-block .feat-head {
    margin-bottom: 16px;
    text-align: center;
    color: #282b31; }
    @media (min-width: 768px) {
      .feature-block .feat-head {
        margin-bottom: 42px;
        font-size: 20px; } }
  .feature-block h1 {
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .feature-block .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px; } }
  .feature-block .box-wrap .image-wrap .hold {
    max-width: 245px; }
  .feature-block .bg-image {
    -webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, bottom 0.3s ease-in-out;
            transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, bottom 0.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; }
    @media (min-width: 1024px) {
      .feature-block .h3 {
        font-size: 36px;
        line-height: 1.06; } }
  .feature-block .col {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .feature-block .col {
        width: 50%;
        padding: 0 10px; } }
  .feature-block .image-wrap {
    overflow: hidden;
    padding: 26px 20px;
    position: relative;
    color: #282b31; }
    @media (min-width: 1200px) {
      .feature-block .image-wrap {
        padding: 71px 20px 71px 119px; } }
    .feature-block .image-wrap.lg-add {
      height: 290px; }
      @media (min-width: 768px) {
        .feature-block .image-wrap.lg-add {
          height: 100%; } }
    .feature-block .image-wrap.sm-add {
      height: 160px;
      padding: 17px 20px; }
      @media (min-width: 768px) {
        .feature-block .image-wrap.sm-add {
          height: 230px; } }
      @media (min-width: 1200px) {
        .feature-block .image-wrap.sm-add {
          height: 300px;
          padding: 42px 49px; } }
      .feature-block .image-wrap.sm-add + .sm-add {
        margin-top: 10px; }
        @media (min-width: 768px) {
          .feature-block .image-wrap.sm-add + .sm-add {
            margin-top: 20px; } }
    .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; }
      @media (min-width: 768px) {
        .feature-block .image-wrap .hold {
          max-width: 340px;
          font-size: 18px;
          line-height: 1.38; } }
    .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, 0.3); }
    .feature-block .image-wrap:after {
      content: '';
      background: rgba(0, 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; }
    @media (min-width: 768px) {
      .feature-block .extra {
        margin-bottom: 20px;
        padding: 40px 20px 37px 7px; } }
    @media (min-width: 1200px) {
      .feature-block .extra {
        padding-bottom: 1px; } }
    .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, 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 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .feature-block .extra .img-holder {
          width: 160px;
          margin-right: 18px; } }
      @media (min-width: 1200px) {
        .feature-block .extra .img-holder {
          width: 210px;
          margin-right: 56px; } }
    .feature-block .extra .desc {
      overflow: hidden;
      position: relative;
      z-index: 5; }
      @media (min-width: 768px) {
        .feature-block .extra .desc {
          font-size: 16px;
          line-height: 1.38; } }
      @media (min-width: 1200px) {
        .feature-block .extra .desc {
          padding-right: 60px;
          padding-top: 25px; } }
      .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; }
      @media (min-width: 768px) {
        .feature-block .extra .h3 {
          line-height: 1.06; } }
      @media (min-width: 1200px) {
        .feature-block .extra .h3 {
          margin-bottom: 20px; } }

.plateform-block {
  padding: 10px 0 20px; }
  @media (min-width: 768px) {
    .plateform-block {
      padding: 59px 0; } }
  .plateform-block h1 {
    margin-bottom: 32px;
    text-align: center; }
    @media (min-width: 768px) {
      .plateform-block h1 {
        margin-bottom: 68px; } }
  .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; }
      @media (min-width: 768px) {
        .plateform-block .item-hold .holder {
          width: 33.33%;
          margin-bottom: 50px; } }
      .plateform-block .item-hold .holder a {
        -webkit-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out; }
        .plateform-block .item-hold .holder a:hover {
          opacity: 0.8; }
      @media (min-width: 768px) {
        .plateform-block .item-hold .holder img {
          width: auto; } }
    .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; }
    @media (min-width: 768px) {
      .plateform-block .btn-more {
        width: 46px;
        height: 46px; } }
    .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 0.3s ease-in-out;
              transition: background 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .plateform-block .btn-more:before, .plateform-block .btn-more:after {
          width: 20px; } }
    .plateform-block .btn-more:after {
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
      width: 2px;
      height: 16px; }
      @media (min-width: 768px) {
        .plateform-block .btn-more:after {
          height: 20px;
          width: 2px; } }
    .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; }
    @media (min-width: 768px) {
      .plateform-block .btn-show {
        display: none; } }
    .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; }
    @media (min-width: 768px) {
      .plateform-block .note {
        font-size: 14px; } }

.detail-block {
  padding: 23px 0; }
  @media (min-width: 768px) {
    .detail-block {
      padding: 29px 0; } }
  .detail-block .bg-image {
    height: 180px; }
    @media (min-width: 768px) {
      .detail-block .bg-image {
        height: 420px; } }
  .detail-block .container {
    position: relative; }
  .detail-block .desc {
    padding-top: 25px;
    color: #282b31; }
    @media (min-width: 768px) {
      .detail-block .desc {
        text-align: center;
        padding-top: 65px; } }
    @media (min-width: 1024px) {
      .detail-block .desc {
        padding-top: 79px;
        font-size: 20px;
        line-height: 1.4; } }
    @media (min-width: 1200px) {
      .detail-block .desc {
        padding: 79px 150px 0; } }
  .detail-block h1 {
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .detail-block h1 {
        padding: 0 130px; } }
    @media (min-width: 1024px) {
      .detail-block h1 {
        margin-bottom: 34px;
        padding: 0 260px; } }
    @media (min-width: 1200px) {
      .detail-block h1 {
        padding: 0 110px; } }
  .detail-block .img-holder {
    position: absolute;
    top: -91px;
    right: 12px;
    width: 95px; }
    @media (min-width: 768px) {
      .detail-block .img-holder {
        width: 140px; } }
    @media (min-width: 1024px) {
      .detail-block .img-holder {
        width: 272px;
        top: -250px;
        right: 10px; } }

.better-block {
  margin: 7px 0 22px;
  position: relative; }
  @media (min-width: 768px) {
    .better-block {
      margin-top: 57px;
      margin-bottom: 43px; } }
  .better-block h1 {
    text-align: center;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .better-block h1 {
        text-align: left;
        font-size: 32px;
        margin-bottom: 24px; } }
    @media (min-width: 1024px) {
      .better-block h1 {
        font-size: 44px;
        margin-bottom: 44px; } }
  @media (min-width: 768px) {
    .better-block .wrap {
      width: 47%;
      min-height: 310px; } }
  @media (min-width: 1024px) {
    .better-block .wrap {
      padding-top: 31px;
      padding-bottom: 18px;
      min-height: 440px; } }
  @media (min-width: 768px) {
    .better-block .smooth-tab .tabset-hold {
      display: block; } }
  .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; }
    @media (min-width: 768px) {
      .better-block .tabset-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 31px;
        margin: 0 -5px; } }
    @media (min-width: 1024px) {
      .better-block .tabset-hold {
        margin: 0 -5px 52px; } }
    @media (min-width: 1200px) {
      .better-block .tabset-hold {
        margin: 0 -5px 72px; } }
    .better-block .tabset-hold li {
      margin: 0;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .better-block .tabset-hold li {
          font-size: 14px;
          margin: 0 5px 8px; } }
      @media (min-width: 1024px) {
        .better-block .tabset-hold li {
          font-size: 15px;
          margin: 0 5px 8px; } }
      @media (min-width: 1200px) {
        .better-block .tabset-hold li {
          font-size: 17px;
          margin: 0 5px 8px; } }
      .better-block .tabset-hold li a {
        color: #6b6b6b;
        position: relative; }
        @media (min-width: 1024px) {
          .better-block .tabset-hold li a {
            padding: 0 2px; } }
        @media (min-width: 1200px) {
          .better-block .tabset-hold li a {
            padding: 0 5px; } }
        .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%); }
          @media (min-width: 1024px) {
            .better-block .tabset-hold li a:after {
              bottom: -7px; } }
          @media (min-width: 1200px) {
            .better-block .tabset-hold li a:after {
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
                      transition: transform 0.3s ease-in-out; } }
        .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; }
    @media (min-width: 768px) {
      .better-block .tab-content-hold {
        margin: 0; } }
    .better-block .tab-content-hold .holder {
      border-bottom: 2px solid #d3d3d3;
      padding: 0 20px; }
      @media (min-width: 768px) {
        .better-block .tab-content-hold .holder {
          border-bottom: none;
          padding: 0; } }
      .better-block .tab-content-hold .holder:first-child {
        border-top: 2px solid #d3d3d3; }
        @media (min-width: 768px) {
          .better-block .tab-content-hold .holder:first-child {
            border-top: none; } }
      .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; }
      @media (min-width: 768px) {
        .better-block .tab-content-hold .opener-holder {
          display: none; } }
    .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 0.2s linear;
                  transition: opacity 0.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; }
    @media (max-width: 767px) {
      .better-block .tab-content-hold .limited-open-close {
        margin-bottom: 26px; } }
    .better-block .tab-content-hold .limited-open-close.js-active .txtless {
      display: inline-block; }
    @media (min-width: 768px) {
      .better-block .tab-content-hold ul {
        margin-top: 0;
        margin-bottom: 7px; } }
    .better-block .tab-content-hold ul li {
      position: relative;
      padding-left: 11px;
      font-size: 12px;
      line-height: 1.33;
      margin-bottom: 7px;
      color: #2c262d; }
      @media (min-width: 768px) {
        .better-block .tab-content-hold ul li {
          font-size: 20px;
          line-height: 1.8; } }
      @media (min-width: 1024px) {
        .better-block .tab-content-hold ul li {
          padding-left: 18px;
          margin-bottom: 4px; } }
      .better-block .tab-content-hold ul li:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #00a5e2;
        position: absolute;
        top: 5px;
        left: 0; }
        @media (min-width: 768px) {
          .better-block .tab-content-hold ul li:before {
            width: 6px;
            height: 6px;
            top: 14px; } }
        @media (min-width: 1024px) {
          .better-block .tab-content-hold ul li:before {
            width: 8px;
            height: 8px;
            top: 12px; } }
    .better-block .tab-content-hold .h4 {
      display: block;
      margin-bottom: 12px; }
      @media (min-width: 768px) {
        .better-block .tab-content-hold .h4 {
          margin-bottom: 20px; } }
    .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; }
      @media (min-width: 768px) {
        .better-block .tab-content-hold .more {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .better-block .tab-content-hold .more {
          margin-left: 18px; } }
      .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 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out; }
      .better-block .tab-content-hold .more .txtless {
        display: none; }
    .better-block .tab-content-hold .img-holder {
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .better-block .tab-content-hold .img-holder {
          background-image: none; } }
      @media (min-width: 768px) {
        .better-block .tab-content-hold .img-holder {
          position: absolute;
          top: 0;
          right: 0;
          left: 50%;
          margin-bottom: 0;
          height: 310px; } }
      @media (min-width: 1024px) {
        .better-block .tab-content-hold .img-holder {
          height: 440px; } }
      @media (max-width: 767px) {
        .better-block .tab-content-hold .img-holder img {
          opacity: 1;
          visibility: visible; } }
      @media (min-width: 768px) {
        .better-block .tab-content-hold .img-holder img {
          display: none; } }

.specs-block {
  background: #fafafa;
  padding: 45px 0 20px; }
  @media (min-width: 1024px) {
    .specs-block {
      padding: 89px 0 83px; } }
  .specs-block h1 {
    text-align: center;
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .specs-block h1 {
        text-align: left;
        margin-bottom: 46px; } }
  .specs-block .holder {
    margin: 0 -20px; }
    @media (min-width: 768px) {
      .specs-block .holder {
        margin: 0; } }
    .specs-block .holder.active .more-specs:after {
      display: none; }
  @media (min-width: 1024px) {
    .specs-block .inner {
      margin: 0 -30px; } }
  @media (min-width: 1200px) {
    .specs-block .inner {
      margin: 0 -60px; } }
  @media (min-width: 1024px) {
    .specs-block .col {
      width: 50%;
      float: left;
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .specs-block .col {
      padding: 0 60px; } }
  @media (max-width: 1023px) {
    .specs-block .col.col-slide .accordion li:first-child {
      border-top: none; } }
  .specs-block .accordion li {
    padding: 0 20px;
    border-bottom: 2px solid #d3d3d3; }
    @media (min-width: 1024px) {
      .specs-block .accordion li {
        padding: 0; } }
    .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; }
    @media (min-width: 1024px) {
      .specs-block .accordion .opener {
        padding: 23px 25px 22px 0; } }
    @media (min-width: 768px) {
      .specs-block .accordion .opener {
        font-size: 20px; } }
    .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%); }
      @media (min-width: 768px) {
        .specs-block .accordion .opener .plus {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1024px) {
        .specs-block .accordion .opener .plus {
          top: 53%; } }
      .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 0.2s linear;
                transition: opacity 0.2s linear; }
        @media (min-width: 768px) {
          .specs-block .accordion .opener .plus:before, .specs-block .accordion .opener .plus:after {
            height: 18px; } }
      .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; }
    @media (min-width: 1024px) {
      .specs-block .accordion .wrap {
        padding: 20px 0 11px; } }
    .specs-block .accordion .wrap .frame {
      width: 60%; }
      @media (min-width: 768px) {
        .specs-block .accordion .wrap .frame {
          width: 50%;
          min-height: 98px; } }
      @media (min-width: 1024px) {
        .specs-block .accordion .wrap .frame {
          font-size: 16px;
          line-height: 1.25;
          padding-right: 15px; } }
      .specs-block .accordion .wrap .frame:last-child {
        text-align: right;
        width: 38%; }
        @media (min-width: 768px) {
          .specs-block .accordion .wrap .frame:last-child {
            width: 50%;
            text-align: left; } }
    .specs-block .accordion .wrap .title {
      color: #282b31;
      display: block;
      margin-bottom: 3px; }
      @media (min-width: 1024px) {
        .specs-block .accordion .wrap .title {
          margin-bottom: 12px; } }
    .specs-block .accordion .wrap em.text {
      font-style: normal;
      font-size: 11px; }
      @media (min-width: 768px) {
        .specs-block .accordion .wrap em.text {
          font-size: 14px; } }
    .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; }
        @media (min-width: 768px) {
          .specs-block .accordion .wrap .text em {
            width: 70px;
            margin-right: 10px; } }
  .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; }
    @media (min-width: 768px) {
      .specs-block .more-specs {
        width: 44px;
        height: 44px; } }
    @media (min-width: 1024px) {
      .specs-block .more-specs {
        margin-top: 51px; }
        .specs-block .more-specs.js-hidden {
          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 0.2s linear;
              transition: background 0.2s linear; }
      @media (min-width: 768px) {
        .specs-block .more-specs:before, .specs-block .more-specs:after {
          width: 20px; } }
    .specs-block .more-specs:after {
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
      width: 2px;
      height: 16px; }
      @media (min-width: 768px) {
        .specs-block .more-specs:after {
          height: 20px;
          width: 2px; } }
    .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; }
    @media (min-width: 1024px) {
      .specs-block .extra-holder {
        padding: 48px 0 20px; } }
    .specs-block .extra-holder .title {
      font-size: 14px;
      line-height: 1.14;
      display: block;
      margin-bottom: 13px; }
      @media (min-width: 768px) {
        .specs-block .extra-holder .title {
          font-size: 20px; } }
      @media (min-width: 1024px) {
        .specs-block .extra-holder .title {
          margin-bottom: 21px; } }
  .specs-block.faqs-swimlane h1 {
    text-align: left; }
  @media (min-width: 1024px) {
    .specs-block.faqs-swimlane .col {
      float: none;
      margin: 0 auto;
      width: 100%; } }

.product-section.similar-block {
  padding-bottom: 50px; }
  @media (min-width: 1024px) {
    .product-section.similar-block {
      padding-top: 44px; } }
  .product-section.similar-block .head-holder {
    text-align: center;
    margin-bottom: 25px;
    color: #282b31;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .product-section.similar-block .head-holder {
        margin-bottom: 45px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .product-section.similar-block .head-holder {
        margin-bottom: 48px; } }
    .product-section.similar-block .head-holder h1 {
      padding: 0;
      margin: 0 0 10px; }
      @media (min-width: 1024px) {
        .product-section.similar-block .head-holder h1 {
          margin-bottom: 15px; } }
  @media (min-width: 1024px) {
    .product-section.similar-block h1 {
      margin-bottom: 48px; } }
  .product-section.similar-block .item-image {
    height: 98px;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .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 .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; }
      @media (min-width: 1024px) {
        .product-section.similar-block .product-slider .hold {
          padding: 50px 47px 106px; } }
    .product-section.similar-block .product-slider .h4 {
      margin-bottom: 2px;
      text-align: center; }
      @media (min-width: 1024px) {
        .product-section.similar-block .product-slider .h4 {
          margin-bottom: 20px; } }
      @media (min-width: 480px) {
        .product-section.similar-block .product-slider .h4 {
          text-align: center; } }
    .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%); }
      @media (min-width: 1024px) {
        .product-section.similar-block .product-slider .low-hold .btn-primary {
          bottom: 43px; } }
    .product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      min-width: 105px;
      width: auto;
      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: 0.8px;
      font-weight: 400;
      -webkit-transition: none;
              transition: none; }
      @media (min-width: 1024px) {
        .product-section.similar-block .product-slider .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          bottom: 43px;
          min-width: 105px;
          width: auto;
          font-size: 14px;
          border-radius: 6px;
          padding: 11px 5px 10px; } }
      .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 .product-slider .low-hold .ps-widget.ps-enabled {
      display: block !important; }
      .product-section.similar-block .product-slider .low-hold .ps-widget.ps-enabled .ps-button-label {
        width: auto;
        min-width: 105px;
        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;
        background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
        background: linear-gradient(98deg, #148bb7, #00a5e2);
        color: #fff;
        -webkit-transition: none;
                transition: none; }
        @media (min-width: 1024px) {
          .product-section.similar-block .product-slider .low-hold .ps-widget.ps-enabled .ps-button-label {
            bottom: 43px;
            width: auto;
            min-width: 105px;
            border-radius: 6px; } }
        .product-section.similar-block .product-slider .low-hold .ps-widget.ps-enabled .ps-button-label:hover {
          background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
          background: linear-gradient(98deg, #148bb7, #00a5e2); }
  .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; }
        @media (min-width: 768px) {
          .product-section.similar-block .more-wrap a .icon-arrow-right-2 {
            font-size: 13px; } }

@media (min-width: 768px) {
  .support-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .support-section {
    padding-top: 50px; } }

.support-section .desc {
  box-shadow: inset 0 -14px 0 #4bb6e6;
  padding: 24px 20px 36px;
  background: #00a5e2;
  color: #fff; }
  @media (min-width: 768px) {
    .support-section .desc {
      width: 50%;
      padding: 40px 20px 57px; } }
  @media (min-width: 1024px) {
    .support-section .desc {
      box-shadow: inset 0 -20px 0 #4bb6e6;
      padding: 75px 20px 98px; } }
  @media (min-width: 1200px) {
    .support-section .desc {
      padding-left: 100px;
      padding-right: 100px; } }

@media (min-width: 1200px) {
  .support-section .wrap {
    max-width: 480px;
    margin: 0 auto; } }

.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; }
  @media (min-width: 768px) {
    .support-section .title {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .support-section .title {
      font-size: 30px;
      line-height: 1.43;
      padding-bottom: 29px;
      margin-bottom: 33px; } }
  .support-section .title:after {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px; }
    @media (min-width: 1024px) {
      .support-section .title:after {
        width: 249px; } }

.support-section p {
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .support-section p {
      margin-bottom: 51px; } }

.support-section .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px; }
  @media (min-width: 1024px) {
    .support-section .btn-holder {
      margin: 0 -9px; } }
  .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; }
    @media (min-width: 1024px) {
      .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; } }
  .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; }
  @media (min-width: 768px) {
    .support-section .img-holder {
      width: 50%;
      height: auto; } }
  .support-section .img-holder img {
    display: none; }

.product-section.feature-add {
  padding-top: 16px; }
  .product-section.feature-add .item-hold a {
    padding: 23px 23px; }
    @media (min-width: 1024px) {
      .product-section.feature-add .item-hold a {
        padding: 42px 23px; } }
  .product-section.feature-add .lg-hold .desc-wrap {
    padding-right: 140px; }
    @media (min-width: 1200px) {
      .product-section.feature-add .lg-hold .desc-wrap {
        padding: 0 220px 0 98px; } }
  .product-section.feature-add .lg-hold .item-image {
    width: 202px; }
    @media (min-width: 1024px) {
      .product-section.feature-add .lg-hold .item-image {
        width: 222px; } }
    @media (min-width: 1200px) {
      .product-section.feature-add .lg-hold .item-image {
        width: 387px;
        right: 12px; } }
  .product-section.feature-add .h4 {
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .product-section.feature-add .h4 {
        font-size: 28px;
        line-height: 1.29;
        margin-bottom: 17px; } }
  .product-section.feature-add .sm-hold a {
    padding: 14px 23px 12px;
    min-height: 100px; }
    @media (min-width: 1024px) {
      .product-section.feature-add .sm-hold a {
        padding: 44px 23px; } }
    @media (min-width: 1200px) {
      .product-section.feature-add .sm-hold a {
        min-height: 240px;
        padding: 44px 61px; } }
  .product-section.feature-add .sm-hold.right .item-image {
    position: absolute;
    bottom: auto;
    right: 23px;
    top: 0;
    width: 80px; }
    @media (min-width: 768px) {
      .product-section.feature-add .sm-hold.right .item-image {
        width: 204px; } }
    @media (min-width: 1024px) {
      .product-section.feature-add .sm-hold.right .item-image {
        width: 154px; } }
    @media (min-width: 1200px) {
      .product-section.feature-add .sm-hold.right .item-image {
        width: 204px;
        right: 94px; } }
  .product-section.feature-add .sm-hold.right .desc-wrap {
    padding-right: 90px; }
    @media (min-width: 768px) {
      .product-section.feature-add .sm-hold.right .desc-wrap {
        padding-right: 280px; } }
    @media (min-width: 1200px) {
      .product-section.feature-add .sm-hold.right .desc-wrap {
        padding-right: 290px; } }
    .product-section.feature-add .sm-hold.right .desc-wrap p {
      margin: 0; }
  @media (min-width: 1200px) {
    .product-section.feature-add .sm-hold.left .h4 {
      font-size: 28px; } }
  .product-section.feature-add .sm-hold.left a {
    padding: 22px 22px 12px; }
    @media (min-width: 1024px) {
      .product-section.feature-add .sm-hold.left a {
        padding: 40px 23px; } }
    @media (min-width: 1200px) {
      .product-section.feature-add .sm-hold.left a {
        padding: 31px 34px; } }
  .product-section.feature-add .sm-hold.left .item-image {
    width: 106px;
    bottom: -9px;
    left: 4px; }
    @media (min-width: 768px) {
      .product-section.feature-add .sm-hold.left .item-image {
        width: 207px; } }
  @media (min-width: 1024px) {
    .product-section.feature-add .sm-hold.left.mid .item-image {
      left: -70px; } }
  @media (min-width: 1200px) {
    .product-section.feature-add .sm-hold.left.mid .item-image {
      left: 15px;
      bottom: 0; } }
  .product-section.feature-add .sm-hold.left.dark .item-image {
    left: 0;
    bottom: -10px;
    width: 103px; }
    @media (min-width: 768px) {
      .product-section.feature-add .sm-hold.left.dark .item-image {
        width: 193px;
        left: -15px;
        bottom: -40px; } }
    @media (min-width: 1200px) {
      .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 {
    text-align: right;
    padding-left: 100px; }
    @media (min-width: 1200px) {
      .product-section.feature-add .sm-hold.left .desc-wrap {
        padding-left: 160px; } }
    .product-section.feature-add .sm-hold.left .desc-wrap p {
      margin: 0; }

.detail-block.add {
  padding-bottom: 32px; }
  @media (min-width: 1024px) {
    .detail-block.add {
      padding-bottom: 65px; } }
  .detail-block.add .img-holder {
    width: 74px;
    right: 22px; }
    @media (min-width: 768px) {
      .detail-block.add .img-holder {
        width: 200px;
        top: -250px;
        right: 53px; } }
    @media (min-width: 1200px) {
      .detail-block.add .img-holder {
        width: 248px;
        top: -300px; } }

.app-block.app-v2 {
  background: #fafafa;
  padding-top: 48px;
  padding-bottom: 36px; }
  @media (min-width: 1024px) {
    .app-block.app-v2 {
      padding-top: 67px;
      padding-bottom: 190px; } }
  .app-block.app-v2 h1 {
    text-align: center; }
    @media (min-width: 1024px) {
      .app-block.app-v2 h1 {
        margin-bottom: 30px;
        max-width: 100%; } }
  .app-block.app-v2 .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .app-block.app-v2 .wrap {
        display: block;
        text-align: center; } }
  @media (min-width: 1024px) {
    .app-block.app-v2 .phone-holder {
      margin: 0 0 29px;
      display: inline-block; } }
  .app-block.app-v2 .tab-foot {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    color: #282b31; }
    @media (min-width: 768px) {
      .app-block.app-v2 .tab-foot {
        font-size: 16px;
        line-height: 1.25; } }
    .app-block.app-v2 .tab-foot .title {
      color: #00a5e2;
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .app-block.app-v2 .tab-foot .title {
          font-size: 20px;
          margin-bottom: 12px; } }
    .app-block.app-v2 .tab-foot p {
      margin-bottom: 23px; }
      @media (min-width: 1024px) {
        .app-block.app-v2 .tab-foot p {
          margin-bottom: 35px; } }
    .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; }
          @media (max-width: 767px) {
            .app-block.app-v2 .tab-foot .logo-block li a img {
              width: 77%; } }
      .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; }
  @media (min-width: 1200px) {
    .app-block.app-v2 .slick-arrow.slick-prev {
      left: -280px; } }
  @media (min-width: 1200px) {
    .app-block.app-v2 .slick-arrow.slick-next {
      right: -280px; } }

.blue-section-bg {
  height: 200px; }
  @media (min-width: 768px) {
    .blue-section-bg {
      height: 340px; } }
  @media (min-width: 1024px) {
    .blue-section-bg {
      height: 646px; } }
  .blue-section-bg img {
    display: none; }

.specs-block.v2 {
  background: #fff; }
  .specs-block.v2 .col + .col {
    margin-top: -2px; }
    @media (min-width: 1024px) {
      .specs-block.v2 .col + .col {
        margin-top: 0; } }

.illustration-block {
  padding: 26px 0 18px; }
  @media (min-width: 768px) {
    .illustration-block {
      padding: 57px 0 10px; } }
  .illustration-block h1 {
    text-align: center;
    max-width: 770px;
    margin: 0 auto 20px;
    line-height: 1.28; }
    @media (min-width: 768px) {
      .illustration-block h1 {
        margin-bottom: 35px; } }

@media (min-width: 768px) {
  .better-block.v3 {
    margin: -53px 0 -29px; } }

@media (min-width: 768px) {
  .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 {
  margin-bottom: 17px; }
  @media (min-width: 768px) {
    .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; } }
  @media (min-width: 768px) {
    .better-block.v3 .tabset-outer:before {
      content: '';
      background: #fafafa;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      left: -9999px; } }

@media (min-width: 768px) {
  .better-block.v3 h1 {
    margin-bottom: 30px; } }

.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; }
  @media (min-width: 768px) {
    .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 .ico {
    display: none; }
  .better-block.v3 .select-holder.no-icons .tabset-hold li a {
    padding: 3px 14px; }
    @media (min-width: 768px) {
      .better-block.v3 .select-holder.no-icons .tabset-hold li a {
        padding: 0 14px;
        line-height: 44px; } }
    @media (min-width: 1024px) {
      .better-block.v3 .select-holder.no-icons .tabset-hold li a {
        line-height: 60px;
        padding: 0 20px; } }
  .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, 0.6);
    border: 1px solid #00a5e2;
    padding: 3px 42px 3px 35px;
    position: relative;
    color: #00a5e2;
    font-size: 16px; }
    @media (min-width: 768px) {
      .better-block.v3 .select-holder .opener {
        display: none; } }
    .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; }
  @media (max-width: 767px) {
    .better-block.v3 .select-drop {
      display: none; } }
  @media (min-width: 768px) {
    .better-block.v3 .select-drop {
      position: static !important;
      border: none;
      border-radius: 0;
      background: none; } }

.better-block.v3 .tabset-hold {
  display: block; }
  @media (min-width: 768px) {
    .better-block.v3 .tabset-hold {
      margin: 0; } }
  .better-block.v3 .tabset-hold li {
    margin: 0;
    font-size: 16px;
    position: relative; }
    @media (min-width: 768px) {
      .better-block.v3 .tabset-hold li {
        text-transform: uppercase;
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .better-block.v3 .tabset-hold li {
        margin-bottom: 11px; } }
    @media (min-width: 768px) {
      .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, 0.6);
        color: #00a5e2; } }
    .better-block.v3 .tabset-hold li a {
      padding: 3px 35px;
      text-decoration: none;
      color: #6b6b6b;
      display: block; }
      @media (min-width: 768px) {
        .better-block.v3 .tabset-hold li a {
          border: 1px solid #fafafa;
          padding: 10px 10px 10px 60px;
          border-radius: 6px;
          width: 220px; } }
      @media (min-width: 1024px) {
        .better-block.v3 .tabset-hold li a {
          width: 300px;
          padding: 18px 10px 18px 80px; } }
      .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; }
        @media (min-width: 768px) {
          .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, 0.6);
            color: #00a5e2; } }
    .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; }
      @media (min-width: 768px) {
        .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; } }
      @media (min-width: 1024px) {
        .better-block.v3 .tabset-hold li .ico {
          left: 20px; } }

@media (min-width: 768px) {
  .better-block.v3 .tab-content-hold {
    width: 67.5%;
    padding: 80px 0 70px 45px; } }

@media (min-width: 1024px) {
  .better-block.v3 .tab-content-hold {
    padding: 163px 0 140px 90px; } }

.better-block.v3 .tab-content-hold .img-holder {
  position: static; }
  @media (min-width: 768px) {
    .better-block.v3 .tab-content-hold .img-holder {
      margin-bottom: 35px;
      height: auto; } }
  .better-block.v3 .tab-content-hold .img-holder img {
    display: block; }

.better-block.v3 .tab-content-hold .holder {
  border: none; }
  @media (min-width: 768px) {
    .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: 14px;
  line-height: 1.2;
  color: #2c262d;
  display: block;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .better-block.v3 .tab-content-hold .desc-area .title {
      font-size: 24px;
      margin-bottom: 23px; } }

.better-block.v3 .tab-content-hold ul {
  margin: 0 0 26px; }
  @media (min-width: 768px) {
    .better-block.v3 .tab-content-hold ul {
      width: 100%; } }
  @media (min-width: 768px) {
    .better-block.v3 .tab-content-hold ul li {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .better-block.v3 .tab-content-hold ul li:before {
      top: 5px; } }

.app-block.app-v3 {
  background: #fafafa;
  padding-top: 48px;
  padding-bottom: 43px; }
  @media (min-width: 1200px) {
    .app-block.app-v3 {
      padding-top: 84px;
      padding-bottom: 97px; } }
  .app-block.app-v3 h1 {
    margin-bottom: 23px; }
    @media (min-width: 1024px) {
      .app-block.app-v3 h1 {
        text-align: center;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .app-block.app-v3 h1 {
        margin-bottom: 60px; } }
    @media (min-width: 1400px) {
      .app-block.app-v3 h1 {
        margin-bottom: 47px; } }
  @media (min-width: 1024px) {
    .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 {
    margin-bottom: 6px; }
    @media (min-width: 768px) {
      .app-block.app-v3 .tab-holder {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .app-block.app-v3 .tab-holder {
        width: 480px; } }
    @media (min-width: 1200px) {
      .app-block.app-v3 .tab-holder {
        width: 543px; } }
    @media (min-width: 1400px) {
      .app-block.app-v3 .tab-holder {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .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 {
      margin: 0 -13px; }
      @media (max-width: 767px) {
        .app-block.app-v3 .tab-holder .tabset-outer {
          overflow-y: hidden;
          overflow-x: auto; } }
      @media (min-width: 768px) {
        .app-block.app-v3 .tab-holder .tabset-outer {
          margin: 0; } }
    .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; }
      @media (max-width: 767px) {
        .app-block.app-v3 .tab-holder .tabset {
          margin: 0 auto; } }
      @media (min-width: 768px) {
        .app-block.app-v3 .tab-holder .tabset {
          margin-bottom: 40px;
          width: auto; } }
      @media (min-width: 1200px) {
        .app-block.app-v3 .tab-holder .tabset {
          margin-bottom: 76px; } }
      @media (max-width: 767px) {
        .app-block.app-v3 .tab-holder .tabset:after {
          display: none; } }
      .app-block.app-v3 .tab-holder .tabset li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        @media (max-width: 767px) {
          .app-block.app-v3 .tab-holder .tabset li {
            font-size: 13px;
            margin: 0 13px;
            padding-bottom: 7px; } }
        @media (min-width: 1024px) {
          .app-block.app-v3 .tab-holder .tabset li {
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .app-block.app-v3 .tab-holder .tabset li {
            font-size: 18px; } }
        .app-block.app-v3 .tab-holder .tabset li.active a:after {
          width: 100%; }
        .app-block.app-v3 .tab-holder .tabset li .ico {
          display: block; }
          @media (max-width: 767px) {
            .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; } }
        @media (max-width: 767px) {
          .app-block.app-v3 .tab-holder .tabset li .icon-devices {
            font-size: 19px; } }
        @media (max-width: 767px) {
          .app-block.app-v3 .tab-holder .tabset li .icon-guest {
            font-size: 25px; } }
    .app-block.app-v3 .tab-holder .tab-content {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .app-block.app-v3 .tab-holder .tab-content {
          margin-bottom: 58px; } }
      .app-block.app-v3 .tab-holder .tab-content .h4 {
        font-size: 16px;
        line-height: 1.31;
        margin-bottom: 12px; }
        @media (min-width: 768px) {
          .app-block.app-v3 .tab-holder .tab-content .h4 {
            font-size: 24px; } }
        @media (min-width: 1200px) {
          .app-block.app-v3 .tab-holder .tab-content .h4 {
            margin-bottom: 21px; } }
      .app-block.app-v3 .tab-holder .tab-content .wrap {
        text-align: left;
        padding-top: 28px; }
        @media (min-width: 768px) {
          .app-block.app-v3 .tab-holder .tab-content .wrap {
            padding-top: 0;
            text-align: center; } }
        @media (min-width: 1024px) {
          .app-block.app-v3 .tab-holder .tab-content .wrap {
            text-align: left; } }
    .app-block.app-v3 .tab-holder .tab-foot .logo-block {
      margin-bottom: 24px; }
      @media (min-width: 1024px) {
        .app-block.app-v3 .tab-holder .tab-foot .logo-block {
          margin-bottom: 28px; } }
      @media (max-width: 767px) {
        .app-block.app-v3 .tab-holder .tab-foot .logo-block img {
          height: 30px; } }
    .app-block.app-v3 .tab-holder .tab-foot .note {
      display: block;
      font-size: 11px;
      line-height: 1.27; }
      @media (min-width: 1024px) {
        .app-block.app-v3 .tab-holder .tab-foot .note {
          font-size: 12px;
          line-height: 1.417; } }
  .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; }
      @media (min-width: 768px) {
        .app-block.app-v3 .phone-wrap .phone-slider {
          width: 490px;
          min-height: 372px;
          padding: 0 55px; } }
      @media (min-width: 1200px) {
        .app-block.app-v3 .phone-wrap .phone-slider {
          width: 575px;
          min-height: 434px; } }
      @media (min-width: 1400px) {
        .app-block.app-v3 .phone-wrap .phone-slider {
          width: 557px;
          min-height: 522px;
          padding: 0; } }
    .app-block.app-v3 .phone-wrap .slick-list {
      padding: 22px 0 17px !important;
      border: none; }
      @media (min-width: 768px) {
        .app-block.app-v3 .phone-wrap .slick-list {
          padding: 50px 0 30px !important; } }
      @media (min-width: 1200px) {
        .app-block.app-v3 .phone-wrap .slick-list {
          padding: 60px 8px 23px !important; } }
      .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 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out; }
        .app-block.app-v3 .phone-wrap .slick-list .slick-slide .img-holder {
          -webkit-transition: margin 0.3s ease-in-out;
                  transition: margin 0.3s ease-in-out;
          margin: 0 -4px; }
          @media (min-width: 768px) {
            .app-block.app-v3 .phone-wrap .slick-list .slick-slide .img-holder {
              padding: 0 5px; } }
          @media (min-width: 1400px) {
            .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-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; }
            @media (min-width: 768px) {
              .app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current .img-holder {
                margin: -48px -30px 0; } }
            @media (min-width: 1200px) {
              .app-block.app-v3 .phone-wrap .slick-list .slick-slide.slick-current .img-holder {
                margin: -60px -35px 0; } }
            @media (min-width: 1400px) {
              .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: 0; }
      @media (min-width: 1400px) {
        .app-block.app-v3 .phone-wrap .slick-arrow.slick-prev {
          left: -67px; } }
    .app-block.app-v3 .phone-wrap .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 1400px) {
        .app-block.app-v3 .phone-wrap .slick-arrow.slick-next {
          right: -67px; } }

.phone-wrap .phone-slider .slide .description {
  display: none; }

.lightbox {
  padding: 44px 12px 54px; }
  @media (min-width: 768px) {
    .lightbox {
      padding: 53px 40px 60px; } }
  .lightbox .h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
    display: block; }
    @media (min-width: 768px) {
      .lightbox .h3 {
        font-size: 28px;
        margin-bottom: 22px; } }
  .lightbox .text {
    font-size: 14px;
    line-height: 1.5;
    color: #282b31;
    text-align: center;
    margin-bottom: 28px; }
    @media (min-width: 768px) {
      .lightbox .text {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 53px; } }

@media (min-width: 768px) {
  .signup-form {
    padding: 0 29px; } }

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

.signup-form input[type="text"],
.signup-form input[type="tel"],
.signup-form input[type="email"],
.signup-form input[type="search"],
.signup-form input[type="password"],
.signup-form textarea,
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; }
  .signup-form input[type="text"]::-webkit-input-placeholder,
  .signup-form input[type="tel"]::-webkit-input-placeholder,
  .signup-form input[type="email"]::-webkit-input-placeholder,
  .signup-form input[type="search"]::-webkit-input-placeholder,
  .signup-form input[type="password"]::-webkit-input-placeholder,
  .signup-form textarea::-webkit-input-placeholder,
  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; }
  .signup-form input[type="text"]::-moz-placeholder,
  .signup-form input[type="tel"]::-moz-placeholder,
  .signup-form input[type="email"]::-moz-placeholder,
  .signup-form input[type="search"]::-moz-placeholder,
  .signup-form input[type="password"]::-moz-placeholder,
  .signup-form textarea::-moz-placeholder,
  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; }
  .signup-form input[type="text"]:-moz-placeholder,
  .signup-form input[type="tel"]:-moz-placeholder,
  .signup-form input[type="email"]:-moz-placeholder,
  .signup-form input[type="search"]:-moz-placeholder,
  .signup-form input[type="password"]:-moz-placeholder,
  .signup-form textarea:-moz-placeholder,
  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; }
  .signup-form input[type="text"]:-ms-input-placeholder,
  .signup-form input[type="tel"]:-ms-input-placeholder,
  .signup-form input[type="email"]:-ms-input-placeholder,
  .signup-form input[type="search"]:-ms-input-placeholder,
  .signup-form input[type="password"]:-ms-input-placeholder,
  .signup-form textarea:-ms-input-placeholder,
  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; }
  .signup-form input[type="text"].placeholder,
  .signup-form input[type="tel"].placeholder,
  .signup-form input[type="email"].placeholder,
  .signup-form input[type="search"].placeholder,
  .signup-form input[type="password"].placeholder,
  .signup-form textarea.placeholder,
  input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
    color: #b9bdc3; }
  @media (min-width: 768px) {
    .signup-form input[type="text"],
    .signup-form input[type="tel"],
    .signup-form input[type="email"],
    .signup-form input[type="search"],
    .signup-form input[type="password"],
    .signup-form textarea,
    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; } }
  .signup-form input[type="text"]:focus,
  .signup-form input[type="tel"]:focus,
  .signup-form input[type="email"]:focus,
  .signup-form input[type="search"]:focus,
  .signup-form input[type="password"]:focus,
  .signup-form textarea:focus,
  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; }
  @media (min-width: 768px) {
    input[type="submit"] {
      margin-top: 15px;
      height: 50px;
      font-size: 17px; } }

.signup-form input[type="submit"] {
  height: 48px !important;
  margin-top: 4px !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .signup-form input[type="submit"] {
      margin-top: 15px !important;
      height: 50px !important; } }

.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; }
  @media (min-width: 768px) {
    .hero-banner {
      height: 500px; } }
  @media (min-width: 1024px) {
    .hero-banner {
      height: 720px; } }
  .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; }
    @media (min-width: 768px) {
      .hero-banner h1 {
        font-size: 44px; } }
    @media (min-width: 1024px) {
      .hero-banner h1 {
        font-size: 54px; } }
  .hero-banner .animate-text {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    text-align: right;
    position: relative;
    -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear; }
    @media (max-width: 767px) {
      .hero-banner .animate-text {
        width: 84px; } }
  .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: 0.8px;
  font-weight: 400 !important; }
  @media (min-width: 768px) {
    .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
      padding: 9px 5px 8px !important; } }
  @media (min-width: 1024px) {
    .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
      font-size: 14px !important;
      border-radius: 6px;
      padding: 10px 10px 9px !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; }
  @media (min-width: 1024px) {
    .video-section.full.inframe {
      padding-bottom: 25px; } }
  .video-section.full.inframe .video-panel {
    margin-bottom: 0; }

.product-section.bg-add {
  padding-top: 10px; }
  @media (min-width: 1024px) {
    .product-section.bg-add {
      padding-top: 25px; } }
  .product-section.bg-add .product-hold {
    background-size: cover;
    background-position: 50% 50%; }
    .product-section.bg-add .product-hold > a, .product-section.bg-add .product-hold .anchor-replace {
      background: none;
      padding-top: 58px; }
      @media (min-width: 1200px) {
        .product-section.bg-add .product-hold > a, .product-section.bg-add .product-hold .anchor-replace {
          padding-top: 105px;
          padding-bottom: 135px; } }
      .product-section.bg-add .product-hold > a:hover .item-image, .product-section.bg-add .product-hold .anchor-replace: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; }
      @media (min-width: 768px) {
        .product-section.bg-add .product-hold.dark .item-image {
          width: 240px; } }
      @media (min-width: 1024px) {
        .product-section.bg-add .product-hold.dark .item-image {
          width: 340px; } }
      @media (min-width: 1200px) {
        .product-section.bg-add .product-hold.dark .item-image {
          width: 486px;
          right: -60px; } }
    .product-section.bg-add .product-hold.dark .desc-wrap {
      padding-right: 140px; }
      @media (min-width: 768px) {
        .product-section.bg-add .product-hold.dark .desc-wrap {
          padding-right: 150px; } }
      @media (min-width: 1024px) {
        .product-section.bg-add .product-hold.dark .desc-wrap {
          padding-right: 250px; } }
      @media (min-width: 1200px) {
        .product-section.bg-add .product-hold.dark .desc-wrap {
          padding-right: 300px; } }
    .product-section.bg-add .product-hold.light > a {
      background: #299bdc; }
      @media (min-width: 1200px) {
        .product-section.bg-add .product-hold.light > a {
          padding-top: 105px; } }
    .product-section.bg-add .product-hold.light .item-image {
      width: 160px; }
      @media (min-width: 768px) {
        .product-section.bg-add .product-hold.light .item-image {
          width: 170px;
          left: -20px; } }
      @media (min-width: 1024px) {
        .product-section.bg-add .product-hold.light .item-image {
          width: 250px; } }
      @media (min-width: 1200px) {
        .product-section.bg-add .product-hold.light .item-image {
          width: 340px;
          left: -40px; } }
    @media (min-width: 1024px) {
      .product-section.bg-add .product-hold.light .desc-wrap {
        padding-left: 200px; } }
    @media (min-width: 1200px) {
      .product-section.bg-add .product-hold.light .desc-wrap {
        padding-left: 240px; } }
    .product-section.bg-add .product-hold .item-image {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 768px) {
        .product-section.bg-add .product-hold .item-image img {
          max-width: 150px; } }

#st-1 .st-total {
  vertical-align: middle; }

@media (min-width: 1024px) and (max-width: 1199px) {
  .banner-section.performance-banner {
    margin-bottom: 25px; } }

.banner-section.performance-banner .video-section .video-panel .h3 {
  line-height: 1.47;
  margin-bottom: 20px;
  padding-bottom: 12px;
  padding-right: 0;
  position: relative; }
  @media (min-width: 768px) {
    .banner-section.performance-banner .video-section .video-panel .h3 {
      margin-bottom: 40px;
      padding-bottom: 31px; } }
  @media (min-width: 1024px) {
    .banner-section.performance-banner .video-section .video-panel .h3 {
      padding: 0 0 31px !important; } }
  .banner-section.performance-banner .video-section .video-panel .h3:after {
    content: '';
    height: 2px;
    display: block;
    background: #fff;
    width: 110px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 1024px) {
      .banner-section.performance-banner .video-section .video-panel .h3:after {
        width: 200px; } }

@media (min-width: 1024px) {
  .banner-section.performance-banner .video-section .video-panel .desc {
    padding-top: 98px; } }

@media (min-width: 1024px) {
  .banner-section.performance-banner .video-section .video-panel .inner {
    line-height: 1.17; } }

@media (min-width: 768px) {
  .banner-section.performance-banner .side-item {
    right: 30px;
    bottom: -40px;
    width: 300px; } }

@media (min-width: 1024px) {
  .banner-section.performance-banner .side-item {
    right: 99px;
    bottom: -59px;
    width: 382px; } }

.banner-section.performance-banner .sub {
  display: block;
  margin-bottom: 19px; }

.compare-section {
  padding-top: 16px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .compare-section {
      padding-top: 55px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .compare-section {
      padding-bottom: 94px; } }
  .compare-section h1 {
    text-align: center;
    margin-bottom: 38px; }
  @media (min-width: 480px) {
    .compare-section .diagram-holder {
      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; } }
  @media (min-width: 1200px) {
    .compare-section .diagram-holder {
      margin-bottom: -40px; } }
  .compare-section .diagram-holder .hold {
    padding: 0 10px;
    margin-bottom: 10px; }
    @media (min-width: 480px) {
      .compare-section .diagram-holder .hold {
        width: 50%; } }
    @media (min-width: 1024px) {
      .compare-section .diagram-holder .hold {
        padding: 0 26px; } }
  .compare-section .text {
    display: block;
    text-align: center;
    color: #282b31;
    font-size: 24px;
    color: #282b31; }

.tech-section {
  background: #00a5e2;
  padding-top: 30px;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .tech-section {
      padding-top: 46px; } }
  @media (min-width: 1024px) {
    .tech-section {
      padding-top: 88px; } }
  .tech-section h1 {
    color: #fff; }
    @media (min-width: 1024px) {
      .tech-section h1 {
        margin-bottom: 38px; } }
  .tech-section .text {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .tech-section .text {
        font-size: 20px;
        line-height: 1.4; } }
    @media (min-width: 1024px) {
      .tech-section .text {
        padding: 0 150px; } }
    @media (min-width: 1200px) {
      .tech-section .text {
        padding: 0 200px; } }

.illustration-block {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 31px; }
  @media (min-width: 1024px) {
    .illustration-block {
      padding-top: 90px; } }
  .illustration-block .text {
    margin-bottom: 30px;
    color: #282b31; }
    @media (min-width: 768px) {
      .illustration-block .text {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 53px; } }
    @media (min-width: 1024px) {
      .illustration-block .text {
        padding: 0 130px; } }

.feature-hero-banner {
  background-size: cover;
  background-position: 64% 50%;
  position: relative; }
  @media (min-width: 768px) {
    .feature-hero-banner {
      background-position: 50% 50%; } }
  .feature-hero-banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1; }
    @media (min-width: 768px) {
      .feature-hero-banner:before {
        display: none; } }
  .feature-hero-banner .text-block {
    color: #282b31;
    font-size: 14px;
    line-height: 18px;
    padding: 30px 0;
    max-width: 220px;
    text-shadow: 1px 1px 1px #fff; }
    @media (min-width: 768px) {
      .feature-hero-banner .text-block {
        max-width: 500px; } }
    @media (min-width: 1024px) {
      .feature-hero-banner .text-block {
        font-size: 20px;
        line-height: 28px;
        max-width: 610px;
        padding: 61px 0 111px; } }
  .feature-hero-banner h1 {
    line-height: 1.16; }
    @media (min-width: 1024px) {
      .feature-hero-banner h1 {
        margin-bottom: 31px; } }

.app-block.app-v3.feature-add .wrap {
  display: block; }

.app-block.app-v3.feature-add .phone-wrap {
  margin-bottom: 36px; }

.app-block.app-v3.feature-add .tab-foot {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  color: #282b31; }
  @media (min-width: 768px) {
    .app-block.app-v3.feature-add .tab-foot {
      font-size: 16px;
      line-height: 1.25; } }
  .app-block.app-v3.feature-add .tab-foot .title {
    color: #282b31;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .app-block.app-v3.feature-add .tab-foot .title {
        font-size: 20px;
        margin-bottom: 12px; } }
  .app-block.app-v3.feature-add .tab-foot p {
    margin-bottom: 23px; }
    @media (min-width: 1024px) {
      .app-block.app-v3.feature-add .tab-foot p {
        margin-bottom: 35px; } }
  .app-block.app-v3.feature-add .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-v3.feature-add .tab-foot .logo-block li {
      margin-bottom: 10px; }
      .app-block.app-v3.feature-add .tab-foot .logo-block li a {
        margin: 0 12px; }
        @media (max-width: 767px) {
          .app-block.app-v3.feature-add .tab-foot .logo-block li a img {
            width: 77%; } }
    .android-device .app-block.app-v3.feature-add .tab-foot .logo-block .app-store {
      display: none; }
    .ios-device .app-block.app-v3.feature-add .tab-foot .logo-block .google-play {
      display: none; }

.section-accordion {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-accordion h1 {
    text-align: center;
    margin-bottom: 20px; }
  .section-accordion ul {
    border: 2px solid #e7e7e7;
    border-width: 0 0 2px; }
    @media (min-width: 1024px) {
      .section-accordion ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 450px;
        border-width: 0; } }
    @media (min-width: 1200px) {
      .section-accordion ul {
        height: 534px; } }
    .section-accordion ul.logo-block {
      border: none;
      height: auto; }
      .section-accordion ul.logo-block li {
        margin: 0 5px 20px;
        width: auto;
        border: none; }
  .section-accordion li {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    border: 2px solid #e7e7e7;
    border-width: 2px 0 0; }
    @media (min-width: 1024px) {
      .section-accordion li {
        -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
        width: 100px;
        border-width: 0 0 0 2px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 1200px) {
      .section-accordion li {
        width: 120px; } }
  .section-accordion .link-more {
    font-size: 14px; }
    .section-accordion .link-more .icon-arrow-right-2 {
      font-size: 12px;
      display: inline-block;
      vertical-align: top;
      margin: 8px 0 0 6px; }
      @media (min-width: 768px) {
        .section-accordion .link-more .icon-arrow-right-2 {
          margin: 6px 0 0 6px; } }
  @media (min-width: 1024px) {
    .section-accordion .active {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      width: 522px; } }
  @media (min-width: 1200px) {
    .section-accordion .active {
      width: 598px; } }
  @media (min-width: 1440px) {
    .section-accordion .active {
      width: 837px; } }
  @media (min-width: 1024px) {
    .section-accordion .active .heading {
      height: auto;
      visibility: hidden !important;
      opacity: 0 !important; } }
  .section-accordion .active .open-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .section-accordion .active .open-icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  @media (min-width: 1024px) {
    .section-accordion .active .slide {
      position: static !important; } }
  @media (min-width: 1024px) {
    .section-accordion .active .slide .slide-container {
      opacity: 1;
      visibility: visible;
      width: 100%; } }
  .section-accordion .heading {
    -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
    background: #fafafa; }
    @media (min-width: 1024px) {
      .section-accordion .heading {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: center; } }
    .section-accordion .heading .opener {
      position: relative;
      padding: 10px 64px 10px 20px;
      color: #2c262d;
      display: block; }
      @media (min-width: 1024px) {
        .section-accordion .heading .opener {
          padding: 26px 10px;
          width: 100%;
          height: 100%; } }
    .section-accordion .heading .logo-hold {
      display: block;
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .section-accordion .heading .logo-hold {
          min-height: 90px;
          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;
          margin-bottom: 5px; } }
      .section-accordion .heading .logo-hold img {
        max-height: 62px; }
        @media (min-width: 1024px) {
          .section-accordion .heading .logo-hold img {
            max-height: 90px; } }
    .section-accordion .heading .text {
      display: block;
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 1024px) {
        .section-accordion .heading .text {
          margin-bottom: 41px; } }
  @media (min-width: 1024px) {
    .section-accordion .text-vertical .heading .text {
      white-space: nowrap;
      position: absolute;
      top: 120px;
      left: 50%;
      margin: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; } }
  .section-accordion .text-vertical .heading .open-icon {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .section-accordion .open-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #d3d3d3;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .section-accordion .open-icon {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .section-accordion .open-icon:after, .section-accordion .open-icon:before {
      content: '';
      width: 16px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out; }
    .section-accordion .open-icon:before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
          -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
  @media (max-width: 1023px) {
    .section-accordion .opener-cross {
      display: none; } }
  @media (min-width: 1024px) {
    .section-accordion .opener-cross {
      position: absolute;
      top: 70px;
      right: 20px;
      text-indent: -9999px;
      overflow: hidden;
      width: 32px;
      height: 32px;
      border-radius: 100%;
      background: #d3d3d3; }
      .section-accordion .opener-cross:after, .section-accordion .opener-cross:before {
        content: '';
        width: 16px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out; }
      .section-accordion .opener-cross:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); } }
  @media (min-width: 1200px) {
    .section-accordion .opener-cross {
      right: 55px; } }
  .section-accordion .slide {
    text-align: center;
    line-height: 2; }
  .section-accordion .slide-container {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding: 20px 20px 28px;
    text-align: center; }
    @media (min-width: 1024px) {
      .section-accordion .slide-container {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 50px 20px 20px;
        width: 522px;
        margin: 0 auto;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        width: 0px; } }
    @media (min-width: 1200px) {
      .section-accordion .slide-container {
        padding: 24px 100px 0 20px;
        width: 598px; } }
    @media (min-width: 1440px) {
      .section-accordion .slide-container {
        padding: 24px 87px 0 120px;
        width: 837px; } }
    .section-accordion .slide-container .img-holder {
      max-width: 250px;
      margin: 0 auto 20px; }
      @media (min-width: 1024px) {
        .section-accordion .slide-container .img-holder {
          text-align: center;
          max-width: 100%;
          width: 47.1%;
          margin: 0; } }
    @media (min-width: 768px) {
      .section-accordion .slide-container .desc-hold {
        font-size: 16px;
        line-height: 1.44; } }
    @media (min-width: 1024px) {
      .section-accordion .slide-container .desc-hold {
        width: 52.9%;
        padding-right: 20px;
        padding-top: 12px; } }
    @media (min-width: 768px) {
      .section-accordion .slide-container .desc-hold h2 {
        font-size: 24px;
        line-height: 1.44;
        margin-bottom: 26px; } }
    @media (min-width: 768px) {
      .section-accordion .slide-container .desc-hold p {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .section-accordion .slide-container .desc-hold p {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .section-accordion .slide-container .desc-hold p {
        margin-bottom: 48px; } }
    .section-accordion .slide-container .btn {
      font-size: 14px;
      line-height: 1.3;
      padding: 8px 12px;
      color: #00a5e2;
      width: 180px;
      border-width: 1px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .section-accordion .slide-container .btn {
          font-size: 17px;
          border-width: 2px; } }
      @media (min-width: 1024px) {
        .section-accordion .slide-container .btn {
          padding: 8px 12px; } }
      @media (min-width: 1200px) {
        .section-accordion .slide-container .btn {
          padding: 12px; } }
      .section-accordion .slide-container .btn:hover {
        background: #00a5e2;
        color: #fff; }
    .section-accordion .slide-container .logo-hold {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .section-accordion .slide-container .logo-hold {
          margin-bottom: 26px; } }
      .section-accordion .slide-container .logo-hold img {
        max-height: 62px; }
        @media (min-width: 1200px) {
          .section-accordion .slide-container .logo-hold img {
            max-height: 70px; } }
        @media (min-width: 1440px) {
          .section-accordion .slide-container .logo-hold img {
            max-height: 100%; } }

.support-section.support-pro {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .support-section.support-pro {
      margin-bottom: 106px; } }
  .support-section.support-pro .desc {
    background-color: #6b6b6b;
    box-shadow: none; }
  .support-section.support-pro .btn-holder .btn-white {
    color: #6b6b6b; }
    .support-section.support-pro .btn-holder .btn-white:hover {
      color: #fff;
      background: #6b6b6b; }
  .support-section.support-pro .btn-holder .btn:hover {
    color: #6b6b6b; }

.contact-section {
  position: relative;
  margin-bottom: 48px;
  background-size: cover;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 71px 0;
      margin: 0; } }
  .contact-section .bg-img {
    background-size: cover;
    padding-top: 63%;
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .contact-section .bg-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        padding: 0;
        margin: 0; } }
  @media (min-width: 768px) {
    .contact-section .submit-form {
      float: right;
      width: 320px; } }
  @media (min-width: 1024px) {
    .contact-section .submit-form {
      width: 570px; } }
  @media (min-width: 1200px) {
    .contact-section .submit-form {
      margin-right: -30px; } }

.submit-form {
  padding: 0 22px; }
  @media (min-width: 768px) {
    .submit-form {
      background: #fff;
      box-shadow: 0 20px 40px 0 rgba(40, 43, 49, 0.08);
      border: 1px solid #d3d3d3;
      padding: 24px 40px; } }
  @media (min-width: 1024px) {
    .submit-form {
      padding: 24px 69px 50px; } }
  .submit-form h2 {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .submit-form h2 {
        margin-bottom: 15px; } }
  .submit-form input[type="text"],
  .submit-form input[type="email"],
  .submit-form input[type="tel"],
  .submit-form input[type="password"],
  .submit-form textarea,
  .submit-form select {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e7e8ea;
    font-size: 14px;
    line-height: 20px;
    color: #b9bdc3;
    padding: 6px 8px; }
    @media (min-width: 1024px) {
      .submit-form input[type="text"],
      .submit-form input[type="email"],
      .submit-form input[type="tel"],
      .submit-form input[type="password"],
      .submit-form textarea,
      .submit-form select {
        height: 51px;
        font-size: 17px;
        line-height: 23px;
        padding: 14px 19px;
        border-radius: 6px; } }
    .submit-form input[type="text"]::-webkit-input-placeholder,
    .submit-form input[type="email"]::-webkit-input-placeholder,
    .submit-form input[type="tel"]::-webkit-input-placeholder,
    .submit-form input[type="password"]::-webkit-input-placeholder,
    .submit-form textarea::-webkit-input-placeholder,
    .submit-form select::-webkit-input-placeholder {
      color: #b9bdc3; }
    .submit-form input[type="text"]::-moz-placeholder,
    .submit-form input[type="email"]::-moz-placeholder,
    .submit-form input[type="tel"]::-moz-placeholder,
    .submit-form input[type="password"]::-moz-placeholder,
    .submit-form textarea::-moz-placeholder,
    .submit-form select::-moz-placeholder {
      opacity: 1;
      color: #b9bdc3; }
    .submit-form input[type="text"]:-moz-placeholder,
    .submit-form input[type="email"]:-moz-placeholder,
    .submit-form input[type="tel"]:-moz-placeholder,
    .submit-form input[type="password"]:-moz-placeholder,
    .submit-form textarea:-moz-placeholder,
    .submit-form select:-moz-placeholder {
      color: #b9bdc3; }
    .submit-form input[type="text"]:-ms-input-placeholder,
    .submit-form input[type="email"]:-ms-input-placeholder,
    .submit-form input[type="tel"]:-ms-input-placeholder,
    .submit-form input[type="password"]:-ms-input-placeholder,
    .submit-form textarea:-ms-input-placeholder,
    .submit-form select:-ms-input-placeholder {
      color: #b9bdc3; }
    .submit-form input[type="text"].placeholder,
    .submit-form input[type="email"].placeholder,
    .submit-form input[type="tel"].placeholder,
    .submit-form input[type="password"].placeholder,
    .submit-form textarea.placeholder,
    .submit-form select.placeholder {
      color: #b9bdc3; }
  .submit-form textarea {
    height: 57px;
    min-height: 57px;
    margin-bottom: 21px; }
    @media (min-width: 1024px) {
      .submit-form textarea {
        min-height: 102px;
        height: 102px;
        padding: 14px 19px;
        margin-bottom: 20px; } }
  .submit-form input.submit-button,
  .submit-form input[type="submit"] {
    display: block;
    width: 100%; }
  .submit-form .field-style {
    position: relative; }
    .submit-form .field-style .required {
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: 9px;
      line-height: 1;
      color: #b9bdc3; }
      @media (min-width: 1024px) {
        .submit-form .field-style .required {
          font-size: 18px;
          top: 3px;
          right: 5px; } }
  .submit-form .field-p {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .submit-form .field-p {
        margin-bottom: 20px; } }
  .submit-form .list-order {
    display: block;
    overflow: hidden; }
    .submit-form .list-order input[type="checkbox"] {
      float: left;
      margin: 5px 10px 0 0; }
    .submit-form .list-order .checkbox-label {
      display: block;
      overflow: hidden; }
  .submit-form .jcf-select {
    display: block;
    position: relative;
    height: 32px;
    border-radius: 4px;
    background: #fff;
    color: #b9bdc3;
    border: 1px solid #e7e8ea;
    margin: 0 0 8px;
    min-width: 150px; }
    @media (min-width: 1024px) {
      .submit-form .jcf-select {
        height: 51px;
        margin-bottom: 20px; } }
  .submit-form .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .submit-form .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 35px 0 8px; }
    @media (min-width: 1024px) {
      .submit-form .jcf-select .jcf-select-text {
        font-size: 17px;
        margin-left: 19px;
        line-height: 48px; } }
  .submit-form .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 16px;
    bottom: 0;
    right: 0;
    top: 0; }
    @media (min-width: 1024px) {
      .submit-form .jcf-select .jcf-select-opener {
        width: 30px; } }
    .submit-form .jcf-select .jcf-select-opener:after {
      content: '';
      background: url("../images/ic-select.jpg");
      background-size: 100% 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 6px;
      height: 11px; }
      @media (min-width: 1024px) {
        .submit-form .jcf-select .jcf-select-opener:after {
          width: 10px;
          height: 19px; } }

input.submit-button,
input[type="submit"] {
  border-radius: 6px;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
  background-image: -webkit-linear-gradient(left, #148bb7, #00a5e2);
  background-image: linear-gradient(to right, #148bb7, #00a5e2);
  border: none;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px; }
  @media (min-width: 1024px) {
    input.submit-button,
    input[type="submit"] {
      font-size: 17px;
      line-height: 18px;
      padding: 16px 16px 17px; } }
  input.submit-button:hover,
  input[type="submit"]:hover {
    background: -webkit-linear-gradient(left, #00a5e2, #148bb7);
    background: linear-gradient(to right, #00a5e2, #148bb7); }

.notification-bar {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 50px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  margin-bottom: 30px;
  min-height: 50px;
  position: relative;
  color: #fff; }
  @media (max-width: 767px) {
    .notification-bar {
      padding: 7px 25px 7px 0;
      text-align: left;
      text-align: center; } }
  .notification-bar .text-wrap {
    padding: 4px 0; }
  .notification-bar .container {
    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; }
    @media (max-width: 767px) {
      .notification-bar .container {
        display: block; } }
  @media (max-width: 767px) {
    .notification-bar .text-wrap {
      margin-bottom: 8px; } }
  .notification-bar .text {
    padding-right: 17px; }
    @media (max-width: 767px) {
      .notification-bar .text {
        padding-right: 0;
        display: block; } }
  .notification-bar .more {
    color: #fff;
    text-decoration: underline; }
    .notification-bar .more:hover {
      text-decoration: none; }
  .notification-bar.blue-bar {
    background-image: -webkit-linear-gradient(left, #148bb7 0%, #00a5e2 100%);
    background-image: linear-gradient(to right, #148bb7 0%, #00a5e2 100%);
    color: #fff; }
    .notification-bar.blue-bar .btn:hover {
      border: 1px solid #fff;
      background: none;
      color: #fff; }
    .notification-bar.blue-bar .close {
      opacity: 0.6; }
  .notification-bar.light-bar {
    background: #fafafa;
    color: #00aaed; }
    .notification-bar.light-bar .more {
      color: #00aaed; }
    .notification-bar.light-bar .btn {
      color: #fff; }
    .notification-bar.light-bar .btn-blue {
      background-image: -webkit-linear-gradient(left, #148bb7 0%, #00a5e2 100%);
      background-image: linear-gradient(to right, #148bb7 0%, #00a5e2 100%);
      padding: 10px 28px;
      border: none; }
      @media (max-width: 767px) {
        .notification-bar.light-bar .btn-blue {
          padding: 10px 15px; } }
    .notification-bar.light-bar .close:before, .notification-bar.light-bar .close:after {
      background: #00a5e2; }
  .notification-bar.gray-bar {
    background: #848385; }
    .notification-bar.gray-bar .btn {
      color: #2c262d; }
      .notification-bar.gray-bar .btn:hover {
        background: none;
        color: #fff; }
  .notification-bar.dark-bar {
    background: #2c262d; }
    .notification-bar.dark-bar .btn {
      color: #2c262d; }
      .notification-bar.dark-bar .btn:hover {
        background: none;
        color: #fff; }
  .notification-bar.dark-text {
    color: #2c262d; }
    .notification-bar.dark-text .more {
      color: #2c262d; }
    .notification-bar.dark-text .close:before, .notification-bar.dark-text .close:after {
      background: #2c262d; }
  .notification-bar.orange-text {
    color: #e53935; }
    .notification-bar.orange-text .more {
      color: #e53935; }
    .notification-bar.orange-text .close:before, .notification-bar.orange-text .close:after {
      background: #e53935; }
  .notification-bar .btn {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 9px 28px;
    margin-left: 38px;
    border: 1px solid #fff; }
    @media (max-width: 767px) {
      .notification-bar .btn {
        margin-left: 0;
        padding: 9px 15px; } }
  .notification-bar .btn-dark {
    background: #2c262d;
    border: 1px solid #2c262d; }
    .notification-bar .btn-dark:hover {
      background: none;
      color: #2c262d; }
  .notification-bar .btn-orange {
    background-color: #e53935;
    border: 1px solid #e53935; }
    .notification-bar .btn-orange:hover {
      background: none;
      color: #e53935; }
  .notification-bar .close {
    text-indent: -9999px;
    overflow: hidden;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 767px) {
      .notification-bar .close {
        right: 15px; } }
    .notification-bar .close:before, .notification-bar .close:after {
      content: '';
      width: 13px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      background: #fff; }
    .notification-bar .close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

#wrapper {
  position: relative;
  z-index: 0; }

.product-hero-banner, .award-block {
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  .product-hero-banner:not([style^='background-']):not([style*='background-']), .award-block:not([style^='background-']):not([style*='background-']) {
    background: #6b6b6b;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden; }
    .product-hero-banner:not([style^='background-']):not([style*='background-']):after, .award-block:not([style^='background-']):not([style*='background-']):after {
      content: '';
      position: absolute;
      top: 0;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      background: #fff;
      z-index: -1;
      opacity: 0.1; }
      @media (min-width: 768px) {
        .product-hero-banner:not([style^='background-']):not([style*='background-']):after, .award-block:not([style^='background-']):not([style*='background-']):after {
          display: none; } }
    .product-hero-banner:not([style^='background-']):not([style*='background-']) .text-block, .award-block:not([style^='background-']):not([style*='background-']) .text-block {
      color: #fff;
      max-width: 500px !important;
      padding: 10px 0;
      text-align: left; }
      @media (min-width: 768px) {
        .product-hero-banner:not([style^='background-']):not([style*='background-']) .text-block, .award-block:not([style^='background-']):not([style*='background-']) .text-block {
          padding: 30px 0;
          max-width: 600px !important; } }
      @media (min-width: 1024px) {
        .product-hero-banner:not([style^='background-']):not([style*='background-']) .text-block, .award-block:not([style^='background-']):not([style*='background-']) .text-block {
          max-width: 794px !important;
          padding: 21px 0 0; } }
    .product-hero-banner:not([style^='background-']):not([style*='background-']) .container, .award-block:not([style^='background-']):not([style*='background-']) .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  .product-hero-banner .container, .award-block .container {
    position: relative;
    z-index: 1; }
  .product-hero-banner:before, .award-block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6); }
  .product-hero-banner h1, .award-block h1 {
    color: #282b31;
    margin: 0 0 15px;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .product-hero-banner h1, .award-block h1 {
        margin: 0 0 26px; } }
  .product-hero-banner .text-block, .award-block .text-block {
    color: #282b31;
    font-size: 14px;
    line-height: 18px;
    padding: 45px 0 30px;
    max-width: 200px; }
    @media (min-width: 768px) {
      .product-hero-banner .text-block, .award-block .text-block {
        max-width: 370px;
        padding: 60px 0 45px;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1024px) {
      .product-hero-banner .text-block, .award-block .text-block {
        font-size: 20px;
        line-height: 28px;
        max-width: 574px;
        padding: 74px 0 168px; } }
    @media (min-width: 1200px) {
      .product-hero-banner .text-block, .award-block .text-block {
        padding: 64px 0 164px;
        text-shadow: 1px 1px 0 #fff; } }
  .product-hero-banner.gray-style, .gray-style.award-block {
    background: #6b6b6b; }
    .product-hero-banner.gray-style::after, .gray-style.award-block::after, .product-hero-banner.gray-style::before, .gray-style.award-block::before {
      display: none !important;
      opacity: 0; }
    .product-hero-banner.gray-style .text-block, .gray-style.award-block .text-block {
      color: #fff;
      text-align: center;
      margin: 0 auto;
      padding: 30px 0;
      text-shadow: none; }
      .product-hero-banner.gray-style .text-block h1, .gray-style.award-block .text-block h1 {
        color: #fff; }
    @media (min-width: 768px) {
      .product-hero-banner.gray-style .container, .gray-style.award-block .container {
        height: 300px; } }
    .product-hero-banner.gray-style .container:after, .gray-style.award-block .container:after {
      display: none; }

.product-two-columns {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .product-two-columns {
      margin: 0; } }
  @media (max-width: 767px) {
    .product-two-columns {
      background: #f7f7f7; } }
  .product-two-columns .container {
    max-width: 1400px; }
    @media (min-width: 1200px) {
      .product-two-columns .container {
        padding: 0; } }
  @media (max-width: 767px) {
    .product-two-columns .product-items {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media (max-width: 767px) {
    .product-two-columns .product-items-holder {
      margin: 0; } }
  .product-two-columns .sticky-wrap-sidebar {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .product-two-columns .sticky-wrap-sidebar {
        width: 200px;
        position: absolute; } }
    @media (min-width: 1200px) {
      .product-two-columns .sticky-wrap-sidebar {
        width: 300px; } }
    @media (min-width: 768px) {
      .product-two-columns .sticky-wrap-sidebar:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: -999999px;
        left: -99999px;
        right: 0;
        background: #fafafa;
        z-index: -1; } }
  .product-two-columns .sidebar {
    background: #fafafa;
    position: relative;
    margin: 0 -20px 30px; }
    @media (max-width: 767px) {
      .product-two-columns .sidebar {
        position: static !important; } }
    @media (min-width: 768px) {
      .product-two-columns .sidebar {
        margin: 0;
        float: left;
        width: 200px; } }
    @media (min-width: 1200px) {
      .product-two-columns .sidebar {
        width: 300px; } }
  @media (min-width: 768px) {
    .product-two-columns .product-content-block {
      width: calc(100% - 200px);
      padding: 35px 0 0;
      margin-left: 210px; } }
  @media (min-width: 1200px) {
    .product-two-columns .product-content-block {
      width: calc(100% - 410px);
      margin-right: -15px;
      margin-left: 300px;
      padding: 47px 0 0; } }

.cols-holder {
  margin: 0 0 6px; }
  .cols-holder .btn-primary {
    width: 100%;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #148bb7 0%, #00a5e2 100%);
    background-image: linear-gradient(to right, #148bb7 0%, #00a5e2 100%);
    color: #fff;
    text-transform: uppercase;
    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;
    -webkit-transition: opacity .25s linear 0s;
            transition: opacity .25s linear 0s;
    padding: 11px 5px 10px;
    line-height: 1.38;
    font-size: 14px; }
  .cols-holder h1 {
    margin-left: 0 !important; }
  @media (min-width: 768px) {
    .cols-holder .filter-grid {
      margin: 0 0 0 -15px; } }
  @media (min-width: 1200px) {
    .cols-holder .filter-grid {
      margin: 0 15px 0 -15px; } }
  @media (min-width: 1600px) {
    .cols-holder .filter-grid {
      margin: 0 -20px 0 -10px; } }
  .cols-holder .product-row {
    margin-left: 0 !important; }
    @media (max-width: 767px) {
      .cols-holder .product-row.wifi .product-items {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    @media (min-width: 768px) {
      .cols-holder .product-row h1 {
        margin-left: 15px !important; } }
  @media (min-width: 768px) {
    .cols-holder .product-items-holder {
      margin: 0; } }
  @media (max-width: 767px) {
    .cols-holder .filter-lists, .cols-holder .filter-lists li {
      margin: 0; } }

.filter-section .product-row {
  margin: 0 0 16px !important;
  min-width: 100% !important;
  width: 100%; }
  @media (min-width: 768px) {
    .filter-section .product-row {
      margin-left: 12px !important; } }
  @media (min-width: 1200px) {
    .filter-section .product-row {
      margin-left: 25px !important; } }
  .filter-section .product-row h1 {
    margin: 0 0 27px;
    width: 100%; }
    @media (min-width: 768px) {
      .filter-section .product-row h1 {
        margin-left: 12px;
        font-size: 35px; } }

@media (min-width: 768px) {
  .filter-section .product-items-holder {
    margin: 0; } }

.product-items {
  -webkit-transition-property: -webkit-transform, opacity, top !important;
          transition-property: transform, opacity, top !important; }
  .product-items .image-holder a {
    display: block; }
    @media (min-width: 768px) {
      .product-items .image-holder a {
        padding: 0 52px; } }

.btn-primary.ps-widget.ps-enabled span {
  background: none !important;
  display: inline-block !important;
  vertical-align: top;
  margin: 0;
  padding: 0;
  height: auto;
  float: none;
  border: 0;
  font: 11px/17px "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1024px) {
    .btn-primary.ps-widget.ps-enabled span {
      font-size: 14px;
      line-height: 20px; } }

.product-items-holder {
  margin: 0 -15px;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-items-holder .btn-holder {
    display: table;
    width: 100%; }
  .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    min-width: 105px;
    width: auto;
    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: 0.8px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        padding: 6px 10px 5px; } }
    @media (min-width: 1024px) {
      .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        font-size: 14px;
        border-radius: 6px;
        padding: 5px 10px 6px; } }
    @media (min-width: 1200px) {
      .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        padding: 10px; } }
    .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
      display: none; }
    .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover, .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus {
      color: #fff; }
    .product-items-holder .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
      display: none; }
  .product-items-holder .product-items {
    width: 100%;
    padding: 0 15px 10px; }
    @media (min-width: 768px) {
      .product-items-holder .product-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        padding: 0 15px 30px; } }
    @media (min-width: 1024px) {
      .product-items-holder .product-items {
        width: 33.333%; } }
  .product-items-holder .holder {
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .product-items-holder .holder {
        background: #fff;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        padding: 19px 20px 21px 10px;
        height: 100%; } }
    @media (min-width: 768px) {
      .product-items-holder .holder {
        border-radius: 5px;
        border: 1px solid #d3d3d3; } }
    .product-items-holder .holder:hover .image-holder {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .product-items-holder .holder .image-holder {
      -webkit-transition: -webkit-transform 0.2s linear;
              transition: transform 0.2s linear; }
    .product-items-holder .holder .text-holder {
      padding: 0 28px 39px 30px;
      text-align: center; }
      @media (max-width: 767px) {
        .product-items-holder .holder .text-holder {
          padding: 0;
          overflow: hidden;
          text-align: left; } }
      @media (min-width: 1200px) {
        .product-items-holder .holder .text-holder {
          padding: 0 39px 39px; } }
    .product-items-holder .holder .text-label {
      text-transform: capitalize;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 10px;
      min-width: 70px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 6px 0;
      background: #e20020;
      position: absolute;
      top: -1px;
      left: -1px;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      z-index: 1; }
      @media (min-width: 768px) {
        .product-items-holder .holder .text-label {
          font-size: 18px;
          line-height: 22px;
          padding: 5px;
          min-width: 90px; } }
      @media (min-width: 1024px) {
        .product-items-holder .holder .text-label {
          padding: 8px; } }
      .product-items-holder .holder .text-label.new {
        background: #e20020; }
      .product-items-holder .holder .text-label.green-style {
        background: #2fbf08; }
      .product-items-holder .holder .text-label.featured, .product-items-holder .holder .text-label.yellow-style {
        background: #e29f00; }
      @media (max-width: 767px) {
        .product-items-holder .holder .text-label + .image-holder {
          margin-top: 15px; } }
  .product-items-holder .image-holder {
    text-align: center;
    height: 185px;
    margin: 0 auto 20px;
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0; }
    @media (max-width: 767px) {
      .product-items-holder .image-holder {
        display: block;
        float: left; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .product-items-holder .image-holder img {
    width: 100%; } }
    @media (min-width: 800px) {
      .product-items-holder .image-holder img {
        max-width: 150px;
        width: inherit; } }
    @media (min-width: 1024px) {
      .product-items-holder .image-holder img {
        min-width: inherit; } }
    @media (min-width: 1400px) {
      .product-items-holder .image-holder img {
        max-width: 193px;
        width: inherit; } }
    @media (max-width: 767px) {
      .product-items-holder .image-holder {
        width: 85px;
        margin: 0 10px 0 0;
        float: left;
        height: auto;
        padding: 0; } }
    .product-items-holder .image-holder a:hover {
      opacity: 0.8; }
    .product-items-holder .image-holder:hover .image-hover-block {
      opacity: 1; }
    .product-items-holder .image-holder .image-hover-block {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      background-position: 50% 50%;
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-in 0s;
              transition: opacity 0.25s ease-in 0s; }
  .product-items-holder .product-title {
    display: block;
    color: #2c262d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    position: relative; }
    .product-items-holder .product-title a {
      color: #2c262d;
      -webkit-transition: color 0.25s linear 0s;
              transition: color 0.25s linear 0s; }
      .product-items-holder .product-title a:hover {
        color: #0a8fba; }
    @media (max-width: 767px) {
      .product-items-holder .product-title {
        display: block;
        color: #2c262d;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.29;
        padding-right: 12px;
        height: inherit !important; }
        .product-items-holder .product-title a {
          color: #00a5e2;
          text-decoration: underline;
          display: inline-block;
          vertical-align: top;
          padding-right: 2px; }
          .product-items-holder .product-title a:after {
            position: absolute;
            top: 11px;
            right: 0;
            font-size: 12px;
            line-height: 1;
            content: "\e90f";
            font-size: 12px;
            line-height: 1;
            font-family: 'icomoon' !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-decoration: none; }
          .product-items-holder .product-title a:before {
            content: '';
            height: 2px;
            left: auto;
            right: -10px;
            bottom: -7px;
            background: #fff;
            position: absolute;
            z-index: 1;
            width: 25px; } }
  .product-items-holder .btn-primary {
    background-image: -webkit-linear-gradient(left, #148bb7 0%, #00a5e2 100%);
    background-image: linear-gradient(to right, #148bb7 0%, #00a5e2 100%);
    color: #ffffff;
    padding: 8px 10px 7px;
    -webkit-transition: opacity 0.25s linear 0s;
            transition: opacity 0.25s linear 0s;
    line-height: 1.38;
    letter-spacing: 0.8px; }
    @media (min-width: 768px) {
      .product-items-holder .btn-primary {
        border-radius: 3px;
        padding: 7px 10px 6px; } }
    @media (min-width: 1024px) {
      .product-items-holder .btn-primary {
        padding: 7px 10px 6px;
        border-radius: 6px; } }
    @media (min-width: 1200px) {
      .product-items-holder .btn-primary {
        border-radius: 6px;
        padding: 11px 10px 11px; } }
    .product-items-holder .btn-primary:hover {
      opacity: 0.8; }
  .product-items-holder .link-more {
    color: #00a5e2;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 31px; }
    .product-items-holder .link-more:hover {
      color: #30c7ff; }
    .product-items-holder .link-more .icon-arrow-right-2 {
      display: inline-block;
      vertical-align: top;
      font-size: 10px;
      margin: 8px 0 0 10px; }

.filter-accordion {
  padding: 15px 0 0; }
  @media (min-width: 768px) {
    .filter-accordion {
      margin: 0 0 0 -20px;
      padding: 45px 0; } }
  .filter-accordion .opener {
    color: #00a5e2;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .filter-accordion .opener {
        font-size: 18px;
        line-height: 22px; } }
  .filter-accordion .slide {
    padding: 5px 20px 8px 40px; }
    @media (min-width: 768px) {
      .filter-accordion .slide {
        padding: 5px 20px 8px 50px; } }
    @media (min-width: 1200px) {
      .filter-accordion .slide {
        padding: 7px 20px 7px 88px; } }
    .filter-accordion .slide li {
      padding: 6px 0; }
      @media (min-width: 1024px) {
        .filter-accordion .slide li {
          padding: 12px 0; } }
    .filter-accordion .slide label {
      color: #2c262d;
      font-size: 15px;
      line-height: 19px; }
      @media (min-width: 768px) {
        .filter-accordion .slide label {
          font-size: 18px;
          line-height: 22px; } }
    @media (min-width: 768px) {
      .filter-accordion .slide .fake-input {
        top: 4px; } }
  .filter-accordion .slide-holder {
    border-bottom: 1px solid rgba(211, 211, 211, 0.5); }
    @media (min-width: 768px) {
      .filter-accordion .slide-holder {
        border: 0;
        position: relative; } }
    .filter-accordion .slide-holder:after {
      content: '';
      display: none;
      position: absolute;
      top: 100%;
      left: -99999px;
      right: 0;
      background: rgba(211, 211, 211, 0.5);
      height: 1px; }
      @media (min-width: 768px) {
        .filter-accordion .slide-holder:after {
          display: block; } }
  .filter-accordion .opener-holder {
    border-bottom: 1px solid rgba(211, 211, 211, 0.5);
    display: block;
    padding: 10px 20px 10px 21px;
    position: relative; }

@media (min-width: 768px) and (max-width: 1199px) {
  .filter-accordion .opener-holder {
    padding: 14px 20px 10px 15px;
    position: relative;
    border: 0; } }
    @media (min-width: 1200px) {
      .filter-accordion .opener-holder {
        padding: 15px 20px 17px 15px; } }
    @media (min-width: 1200px) {
      .filter-accordion .opener-holder {
        padding: 15px 20px 17px 55px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .filter-accordion .opener-holder {
    font-size: 14px;
    line-height: 19px; } }
    .filter-accordion .opener-holder:after {
      content: '';
      display: none;
      position: absolute;
      top: 100%;
      left: -99999px;
      right: 0;
      background: rgba(211, 211, 211, 0.5);
      height: 1px; }
      @media (min-width: 768px) {
        .filter-accordion .opener-holder:after {
          display: block; } }
    .filter-accordion .opener-holder label {
      color: #00a5e2;
      padding: 0 0 0 32px;
      text-transform: uppercase; }

@media (min-width: 768px) and (max-width: 1199px) {
  .filter-accordion .opener-holder label {
    padding: 4px 0 0 32px; } }
    .filter-accordion .opener-holder a {
      display: inline-block;
      vertical-align: top;
      padding-left: 25px; }
      @media (min-width: 1024px) {
        .filter-accordion .opener-holder a {
          padding-left: 32px; } }
  .filter-accordion input[type='checkbox'] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .filter-accordion input[type='checkbox'] + .fake-input:before {
      content: '';
      display: block;
      width: 6px;
      height: 11px;
      border: solid #a5a5a5;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: opacity 0.25s linear 0s;
              transition: opacity 0.25s linear 0s;
      margin: 0 0 0 4px; }
    .filter-accordion input[type='checkbox']:checked + .fake-input:before {
      opacity: 1; }
  .filter-accordion .fake-input {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a5a5a5;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px; }
    @media (min-width: 1024px) {
      .filter-accordion .fake-input {
        top: 4px; } }
  .filter-accordion label {
    position: relative;
    padding-left: 25px; }
    @media (min-width: 1024px) {
      .filter-accordion label {
        padding-left: 32px; } }

.filter-area {
  padding: 18px 0 8px;
  margin: 0 0 35px; }
  @media (min-width: 768px) {
    .filter-area {
      background: #fafafa; } }
  @media (min-width: 1024px) {
    .filter-area {
      margin: 0 0 55px; } }
  @media (min-width: 1200px) {
    .filter-area {
      margin: 0 0 64px; } }
  .filter-area .title {
    color: #282b31;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    display: block; }
    @media (max-width: 767px) {
      .filter-area .title {
        display: none; } }
    @media (min-width: 992px) {
      .filter-area .title {
        float: left;
        max-width: 150px; } }

.filter-lists {
  font-size: 0;
  line-height: 0;
  margin: 0 -15px 0 0; }
  @media (min-width: 992px) {
    .filter-lists {
      float: right;
      width: calc(100% - 170px);
      text-align: right; } }
  @media (min-width: 1024px) {
    .filter-lists {
      margin-right: -4.7%; } }
  .filter-lists li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 5px 0; }
    @media (min-width: 1024px) {
      .filter-lists li {
        margin-right: 4.7%; } }
  .filter-lists label {
    color: #2c262d;
    font-size: 15px;
    line-height: 19px;
    position: relative;
    padding-left: 25px; }
    @media (min-width: 768px) {
      .filter-lists label {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 1024px) {
      .filter-lists label {
        padding-left: 32px; } }
  .filter-lists input[type='checkbox'] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .filter-lists input[type='checkbox'] + .fake-input:before {
      content: '';
      display: block;
      width: 6px;
      height: 11px;
      border: solid #a5a5a5;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: opacity 0.25s linear 0s;
              transition: opacity 0.25s linear 0s;
      margin: 0 0 0 4px; }
    .filter-lists input[type='checkbox']:checked + .fake-input:before {
      opacity: 1; }
  .filter-lists .fake-input {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a5a5a5;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px; }
    @media (min-width: 1024px) {
      .filter-lists .fake-input {
        top: 4px; } }
  @media (max-width: 767px) {
    .filter-lists {
      padding: 15px 0 0; }
      .filter-lists li {
        border-bottom: 2px solid rgba(211, 211, 211, 0.5);
        display: block;
        padding: 10px 20px 10px 21px; } }

.js-filter.filter-active .filter-bar .desktop-filter-bar .text {
  display: none; }

.js-filter.filter-active .filter-bar .desktop-filter-bar .clear-link {
  display: inline; }

.js-filter.filter-active .filter-bar .mobile-filter-bar .reset-link {
  display: inline; }

.js-filter .info-message {
  font-size: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
          transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 768px) {
    .js-filter .info-message {
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      padding-right: 30px; } }

.js-filter.no-results .info-message {
  opacity: 1;
  visibility: visible; }

.js-filter .bar-fixed .filter-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background: #fff; }
  @media (min-width: 768px) {
    .js-filter .bar-fixed .filter-bar {
      position: static;
      background: none;
      width: auto; } }

.js-filter .filter-bar {
  padding: 13px 8px 11px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa; }
  @media (min-width: 1024px) {
    .js-filter .filter-bar {
      padding: 22px 0 21px; } }
  .js-filter .filter-bar .desktop-filter-bar {
    display: none;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
    color: #2c262d; }
    @media (min-width: 768px) {
      .js-filter .filter-bar .desktop-filter-bar {
        display: block; } }
    .js-filter .filter-bar .desktop-filter-bar .text {
      display: block; }
    .js-filter .filter-bar .desktop-filter-bar .clear-link {
      text-decoration: underline;
      display: none; }
      .js-filter .filter-bar .desktop-filter-bar .clear-link:hover {
        text-decoration: none; }
  .js-filter .filter-bar .mobile-filter-bar {
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .js-filter .filter-bar .mobile-filter-bar {
        display: none; } }
    .js-filter .filter-bar .mobile-filter-bar .filter-opener {
      color: #2c262d;
      float: left;
      position: relative;
      padding: 0 0 0 28px;
      height: auto; }
      .js-filter .filter-bar .mobile-filter-bar .filter-opener .icon {
        position: absolute;
        top: 0;
        left: 0; }
        .js-filter .filter-bar .mobile-filter-bar .filter-opener .icon img {
          width: 18px;
          height: 22px; }
      .js-filter .filter-bar .mobile-filter-bar .filter-opener:hover {
        opacity: 0.75; }
    .js-filter .filter-bar .mobile-filter-bar .reset-link {
      float: right;
      display: none; }

@media (max-width: 767px) {
  .js-filter .check-form {
    background: #fafafa;
    padding: 0 0 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    left: 12px;
    right: 12px;
    top: 51px;
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
    height: calc(100vh - 60px);
    padding-bottom: 60px; }
    .filter-active .js-filter .check-form {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.js-filter .check-form input[type="submit"] {
  width: 150px;
  display: block;
  margin: 30px auto 0;
  height: auto; }
  @media (min-width: 768px) {
    .js-filter .check-form input[type="submit"] {
      display: none; } }

.js-filter .check-form .filter-head {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #2c262d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding: 18px 23px 20px; }
  .js-filter .check-form .filter-head .reset-link {
    float: right; }
  .js-filter .check-form .filter-head .filter-text {
    float: left; }
    .js-filter .check-form .filter-head .filter-text a img {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      width: 17px;
      height: 10px;
      margin: 3px 3px 0 -3px; }
    .js-filter .check-form .filter-head .filter-text a:hover {
      opacity: 0.75; }
  @media (min-width: 768px) {
    .js-filter .check-form .filter-head {
      display: none; } }

.js-filter .filter-bar-wrapper {
  height: auto !important; }
  @media (min-width: 768px) {
    .js-filter .filter-bar-wrapper {
      display: none; } }

.product-items .btn-holder .ps-widget {
  min-height: 37px !important;
  display: inline-block !important;
  vertical-align: top;
  min-width: 105px;
  width: auto !important; }
  @media (max-width: 1199px) {
    .product-items .btn-holder .ps-widget {
      min-height: 31px !important;
      min-width: 105px;
      padding: 6px 10px; } }
  @media (max-width: 1023px) {
    .product-items .btn-holder .ps-widget {
      min-height: 28px !important;
      min-width: 105px; } }
  @media (max-width: 767px) {
    .product-items .btn-holder .ps-widget {
      min-height: 28px !important;
      min-width: 105px;
      margin-left: 0;
      padding: 6px 10px 4px 0; } }

.mesh-area .btn-primary {
  min-width: 105px;
  width: auto;
  margin: 0;
  font: 700 13px/1.38 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 7px 10px 7px;
  font-size: 11px;
  color: #fff;
  background: #00a5e2;
  background: -webkit-linear-gradient(352deg, #148bb7, #00a5e2);
  background: linear-gradient(98deg, #148bb7, #00a5e2);
  letter-spacing: 0.8px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .mesh-area .btn-primary {
      padding: 7px 10px 7px;
      border-radius: 3px;
      margin-left: 0; } }
  @media (min-width: 1024px) {
    .mesh-area .btn-primary {
      padding: 7px 10px 7px;
      border-radius: 6px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .mesh-area .btn-primary {
      min-width: 105px;
      width: auto;
      letter-spacing: 1px;
      padding: 10px;
      border-radius: 6px; } }

.ps-widget[ps-sku].ps-disabled, .ps-widget[data-ps-sku].ps-disabled {
  float: none !important;
  border: none !important;
  border-radius: 6px !important; }
  @media (max-width: 767px) {
    .ps-widget[ps-sku].ps-disabled, .ps-widget[data-ps-sku].ps-disabled {
      border-radius: 3px !important; } }

.ps-widget[ps-sku].ps-disabled > small, .ps-widget[data-ps-sku].ps-disabled > small {
  line-height: 20px !important;
  padding: 8px 0; }
  @media (max-width: 767px) {
    .ps-widget[ps-sku].ps-disabled > small, .ps-widget[data-ps-sku].ps-disabled > small {
      font-size: 11px !important;
      line-height: 16px !important;
      padding: 6px 0 !important; } }

@media (min-width: 768px) {
  .filter-grid.large-style .image-holder img {
    max-width: 153px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .filter-accordion .fake-input {
    top: 4px; } }

.selector-block {
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .selector-block {
      padding: 59px 0; } }
  .selector-block .container {
    max-width: 1310px; }
  .selector-block .slides-wrapper .slick-slider .slick-slide {
    height: 0; }
    .selector-block .slides-wrapper .slick-slider .slick-slide.slick-active {
      height: auto; }
  .selector-block .smooth-anchor {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #4e5559;
    font-size: 8px;
    line-height: 1; }
    @media (min-width: 1024px) {
      .selector-block .smooth-anchor {
        bottom: 60px;
        font-size: 9px; } }
    .selector-block .smooth-anchor:hover {
      color: #4bb6e6; }
  .selector-block h1 {
    margin-bottom: 17px; }
    @media (min-width: 768px) {
      .selector-block h1 {
        margin: 0 0 35px;
        font-size: 31px; } }
    @media (min-width: 1024px) {
      .selector-block h1 {
        margin: 0 0 40px; } }
  @media (min-width: 768px) {
    .selector-block .product-frame {
      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 -6px; } }
  @media (min-width: 1024px) {
    .selector-block .product-frame {
      padding: 0 -10px; } }
  .selector-block .product-frame .slide {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .selector-block .product-frame .slide {
        width: 33.33%;
        padding: 0 6px; } }
    @media (min-width: 1024px) {
      .selector-block .product-frame .slide {
        padding: 0 10px; } }
  .selector-block .product-frame .hold {
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 19px 20px 21px 10px;
    height: 100%; }
    @media (min-width: 768px) {
      .selector-block .product-frame .hold {
        border-radius: 6px; } }
    @media (min-width: 1024px) {
      .selector-block .product-frame .hold {
        padding: 28px 45px 32px; } }
    .selector-block .product-frame .hold:hover .item-image {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .selector-block .product-frame .item-image {
    width: 85px;
    margin: 0 10px 0 0;
    float: left;
    -webkit-transition: -webkit-transform 0.2s linear;
            transition: transform 0.2s linear; }
    @media (min-width: 768px) {
      .selector-block .product-frame .item-image {
        float: none;
        margin: 0 auto;
        height: 115px;
        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; } }
    @media (min-width: 1024px) {
      .selector-block .product-frame .item-image {
        width: auto;
        text-align: center;
        margin: 0 0 17px;
        height: 176px; } }
    .selector-block .product-frame .item-image img {
      margin: 0 0 0; }
      .selector-block .product-frame .item-image img.image-custom-slide {
        width: 203px;
        max-width: 100%; }
  .selector-block .product-frame .desc-area {
    overflow: hidden;
    text-align: left; }
    @media (min-width: 768px) {
      .selector-block .product-frame .desc-area {
        text-align: center; } }
    .selector-block .product-frame .desc-area .ps-widget.ps-enabled {
      display: block !important; }
      @media (min-width: 768px) {
        .selector-block .product-frame .desc-area .ps-widget.ps-enabled {
          display: inline-block !important; } }
  .selector-block .product-frame .h4 {
    position: relative;
    display: block;
    color: #2c262d;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.29;
    padding-right: 12px; }
    @media (min-width: 1024px) {
      .selector-block .product-frame .h4 {
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 1.5;
        padding-right: 0; } }
    @media (max-width: 1023px) {
      .selector-block .product-frame .h4 br {
        display: none; } }
    @media (max-width: 767px) {
      .selector-block .product-frame .h4 .txt {
        display: block; } }
    .selector-block .product-frame .h4 a {
      text-decoration: underline;
      -webkit-transition: color 0.25s linear 0s;
              transition: color 0.25s linear 0s; }
      @media (min-width: 768px) {
        .selector-block .product-frame .h4 a {
          text-decoration: none;
          color: #000; } }
      .selector-block .product-frame .h4 a:hover {
        color: #0a8fba; }
    @media (max-width: 767px) {
      .selector-block .product-frame .h4 .sm-hide {
        display: none; } }
    .selector-block .product-frame .h4 .icon-arrow-right {
      position: absolute;
      top: 11px;
      right: 0;
      font-size: 12px;
      line-height: 1; }
      @media (min-width: 768px) {
        .selector-block .product-frame .h4 .icon-arrow-right {
          display: none; } }
  .selector-block .product-frame .text-hold {
    font-size: 11px;
    line-height: 1.36;
    margin-right: -12px;
    margin-bottom: 17px; }
    @media (min-width: 1024px) {
      .selector-block .product-frame .text-hold {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px; } }
    .selector-block .product-frame .text-hold p {
      margin-bottom: 6px; }
      @media (min-width: 1024px) {
        .selector-block .product-frame .text-hold p {
          margin-bottom: 8px; } }
    .selector-block .product-frame .text-hold .show:hover {
      color: #4bb6e6; }
    .selector-block .product-frame .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; }
      @media (min-width: 1024px) {
        .selector-block .product-frame .text-hold .icon-arrow-right {
          font-size: 12px;
          margin-left: 8px; } }
  .selector-block .product-frame .low-hold {
    text-align: left; }
    @media (min-width: 768px) {
      .selector-block .product-frame .low-hold {
        text-align: center; } }
    .selector-block .product-frame .low-hold .btn-primary {
      min-height: 37px !important;
      display: inline-block !important;
      vertical-align: top;
      min-width: 118px;
      width: auto !important;
      padding: 11px 5px 10px; }
      @media (max-width: 1199px) {
        .selector-block .product-frame .low-hold .btn-primary {
          min-height: 31px !important;
          min-width: 90px;
          padding: 6px 10px; } }
      @media (max-width: 1023px) {
        .selector-block .product-frame .low-hold .btn-primary {
          min-height: 28px !important;
          min-width: 80px; } }
      @media (max-width: 767px) {
        .selector-block .product-frame .low-hold .btn-primary {
          min-height: 28px !important;
          min-width: 80px;
          margin-left: 0;
          float: left;
          padding: 6px 10px 4px; } }
    .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      min-width: 105px;
      width: auto;
      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: 0.8px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          padding: 6px 10px 5px; } }
      @media (min-width: 1024px) {
        .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          font-size: 14px;
          border-radius: 6px;
          padding: 5px 10px 6px; } }
      @media (min-width: 1200px) {
        .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
          padding: 10px; } }
      .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
        display: none; }
      .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover, .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:focus {
        color: #fff; }
      .selector-block .product-frame .low-hold .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
        display: none; }
    .selector-block .product-frame .low-hold .more {
      font-size: 11px;
      line-height: 1.36; }
      @media (max-width: 767px) {
        .selector-block .product-frame .low-hold .more {
          display: none; } }
      @media (min-width: 1024px) {
        .selector-block .product-frame .low-hold .more {
          font-size: 14px; } }
      .selector-block .product-frame .low-hold .more .icon-arrow-right-2 {
        font-size: 8px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px; }
        @media (min-width: 1024px) {
          .selector-block .product-frame .low-hold .more .icon-arrow-right-2 {
            font-size: 10px; } }
      .selector-block .product-frame .low-hold .more:hover {
        color: #4bb6e6; }
  .selector-block .product-frame .btn-primary:hover {
    opacity: 0.8; }
  .selector-block .product-frame .slick-dots li {
    margin: 0 3px; }
    @media (min-width: 768px) {
      .selector-block .product-frame .slick-dots li {
        margin: 0 11px; } }
  .selector-block .product-frame .slick-dots button {
    width: 7px;
    height: 7px; }
    @media (min-width: 768px) {
      .selector-block .product-frame .slick-dots button {
        width: 11px;
        height: 11px; } }
  .selector-block .slides-outer {
    position: relative;
    margin: 0 auto 20px;
    max-width: 350px; }
    @media (min-width: 768px) {
      .selector-block .slides-outer {
        max-width: 700px;
        margin-bottom: 49px; } }
    @media (min-width: 1024px) {
      .selector-block .slides-outer {
        max-width: 910px; } }
    .selector-block .slides-outer .lineslider {
      height: 6px;
      position: absolute;
      text-indent: -9999px;
      bottom: 0;
      left: 31px;
      right: 31px;
      background-color: #e9e9eb;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.16); }
      @media (min-width: 380px) {
        .selector-block .slides-outer .lineslider {
          left: 40px;
          right: 40px; } }
      @media (min-width: 768px) {
        .selector-block .slides-outer .lineslider {
          bottom: 57px;
          height: 8px;
          left: 85px;
          right: 85px; } }
      @media (min-width: 1024px) {
        .selector-block .slides-outer .lineslider {
          left: 110px;
          right: 110px; } }
  .selector-block .slides-switchers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .selector-block .slides-switchers li {
      width: 25%;
      padding: 0 10px 27px;
      position: relative; }
      @media (min-width: 768px) {
        .selector-block .slides-switchers li {
          padding-bottom: 0; } }
      .selector-block .slides-switchers li a {
        text-decoration: none; }
      .selector-block .slides-switchers li:after {
        content: '';
        height: 14px;
        width: 14px;
        border-radius: 100%;
        position: absolute;
        bottom: -4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #e9e9eb;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.14); }
        @media (min-width: 768px) {
          .selector-block .slides-switchers li:after {
            bottom: 52px;
            height: 18px;
            width: 18px; } }
      .selector-block .slides-switchers li:first-child.active a:before {
        display: none; }
      @media (min-width: 768px) {
        .selector-block .slides-switchers li:first-child:after {
          margin-left: 1px; } }
      .selector-block .slides-switchers li:last-child.active a:after {
        display: none; }
      .selector-block .slides-switchers li.active .ico {
        color: #0080b1;
        font-size: 35px; }
      .selector-block .slides-switchers li.active .icon-apartment {
        font-size: 40px; }
        @media (min-width: 1024px) {
          .selector-block .slides-switchers li.active .icon-apartment {
            font-size: 44px; } }
      .selector-block .slides-switchers li.active .icon-larger-house {
        font-size: 39px; }
        @media (min-width: 1024px) {
          .selector-block .slides-switchers li.active .icon-larger-house {
            font-size: 43px; } }
      @media (min-width: 1024px) {
        .selector-block .slides-switchers li.active .icon-large-estate {
          font-size: 43px; } }
      .selector-block .slides-switchers li.active .holder strong {
        color: #0a8fba; }
    .selector-block .slides-switchers .ico {
      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;
      font-size: 30px;
      line-height: 1;
      color: #bec4c8;
      height: 40px;
      -webkit-transition: font-size 0.2s linear;
              transition: font-size 0.2s linear; }
      @media (min-width: 768px) {
        .selector-block .slides-switchers .ico {
          margin-bottom: 42px; } }
    .selector-block .slides-switchers .icon-apartment {
      font-size: 36px; }
      @media (min-width: 1024px) {
        .selector-block .slides-switchers .icon-apartment {
          font-size: 40px; } }
    .selector-block .slides-switchers .icon-larger-house {
      font-size: 35px; }
      @media (min-width: 1024px) {
        .selector-block .slides-switchers .icon-larger-house {
          font-size: 39px; } }
    @media (min-width: 1024px) {
      .selector-block .slides-switchers .icon-large-estate {
        font-size: 39px; } }
    .selector-block .slides-switchers .holder {
      display: none; }
      @media (min-width: 768px) {
        .selector-block .slides-switchers .holder {
          display: block;
          font-size: 14px;
          color: #878787; } }
      .selector-block .slides-switchers .holder strong {
        font-size: 16px;
        font-weight: 400;
        display: block; }
  .selector-block .sm-title {
    font-size: 12px;
    line-height: 18px;
    padding-top: 1px;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .selector-block .sm-title {
        display: none; } }
    .selector-block .sm-title strong {
      color: #0a8fba;
      display: block;
      font-size: 16px;
      font-weight: 400; }
  @media (max-width: 767px) {
    .selector-block .product-frame {
      padding: 0 10px; } }

@media (max-width: 767px) {
  .product-frame {
    background: #f7f7f7; } }

.mesh-area {
  padding-top: 32px; }
  @media (min-width: 1024px) {
    .mesh-area {
      padding-top: 50px; } }

.recommendation-block {
  margin: 0 0 35px; }
  @media (min-width: 1024px) {
    .recommendation-block {
      margin: 0 0 58px; } }
  @media (min-width: 1200px) {
    .recommendation-block {
      margin: 0 0 68px; } }
  .recommendation-block h1 {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .recommendation-block h1 {
        margin: 0 0 34px;
        font-size: 36px;
        line-height: 1.5; } }
  .recommendation-block .bg-stretch {
    height: 180px;
    background-size: cover;
    background-position: 78% 50%;
    position: relative;
    z-index: -1;
    margin-top: -50px; }
    @media (min-width: 768px) {
      .recommendation-block .bg-stretch {
        background-position: 50% 50%;
        height: 330px; } }
    @media (min-width: 1024px) {
      .recommendation-block .bg-stretch {
        margin-top: -147px;
        height: 400px; } }
  @media (min-width: 1024px) {
    .recommendation-block + .product-row h1 {
      font-size: 36px;
      margin: 0 0 29px; } }
  @media (min-width: 1024px) {
    .recommendation-block + .product-row .product-items {
      padding-bottom: 26px; } }
  @media (min-width: 1024px) {
    .recommendation-block + .product-row .product-items .text-holder {
      padding: 0 28px 39px 28px; } }

.recommendation-area {
  box-shadow: 0 1px 48px rgba(211, 211, 211, 0.62);
  border-radius: 6px;
  background-color: #fff;
  padding: 15px;
  margin: 0 auto;
  max-width: 1080px; }
  .recommendation-area.product-area {
    max-width: inherit; }
    @media (min-width: 1024px) {
      .recommendation-area.product-area {
        padding: 44px 110px 55px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols {
        padding: 44px 60px 34px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols .product-cols {
        margin: 0 -50px; } }
    @media (min-width: 768px) {
      .recommendation-area.product-area.three-cols .product-cols .col + .col:before {
        left: -14px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols .product-cols .col + .col:before {
        left: -7px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols .product-cols .col .image-holder {
        min-height: 192px;
        margin: 0 0 -5px -10px; } }
    @media (min-width: 768px) {
      .recommendation-area.product-area.three-cols .product-cols .col .text-frame {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols .product-cols .col .text-title {
        font-size: 24px;
        line-height: 42px;
        margin: 0 0 17px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols .col {
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .recommendation-area.product-area.three-cols .btn-list {
        -ms-flex-item-align: inherit !important;
            align-self: inherit !important; } }
    .recommendation-area.product-area.three-cols .btn-list li {
      width: 100%;
      display: block; }
    @media (min-width: 768px) {
      .recommendation-area.product-area.three-cols .btn-list .btn,
      .recommendation-area.product-area.three-cols .btn-list .btn-primary {
        max-width: 182px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area.three-cols .text-category {
        margin: 2px 0 28px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area .product-cols {
        margin: 0 -105px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area .product-cols .image-holder {
        margin: 0 0 -4px -10px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area .product-cols .text-title {
        margin: 0 0 48px; } }
    @media (min-width: 1024px) {
      .recommendation-area.product-area .col {
        padding: 0 95px; } }
  @media (min-width: 768px) {
    .recommendation-area {
      padding: 30px 25px; } }
  @media (min-width: 1024px) {
    .recommendation-area {
      padding: 62px 110px 47px 61px; } }
  .recommendation-area .text-category {
    display: table;
    color: #888a8d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 5px; }
    @media (min-width: 1024px) {
      .recommendation-area .text-category {
        padding: 0 0 15px;
        margin: 2px 0 30px;
        font-size: 24px;
        line-height: 28px; } }
    .recommendation-area .text-category:before {
      width: 40px;
      height: 2px;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: #00a5e2; }
      @media (min-width: 768px) {
        .recommendation-area .text-category:before {
          width: 60px; } }
  .recommendation-area .image-holder {
    text-align: center;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .recommendation-area .image-holder {
        margin: 0 17px 15px 0;
        text-align: right;
        padding-left: 13%; } }
  @media (min-width: 1024px) {
    .recommendation-area .text-holder {
      padding: 0 0 0 19px; } }
  .recommendation-area .text-title {
    display: block;
    color: #282b31;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .recommendation-area .text-title {
        margin: 0 0 25px; } }
    @media (min-width: 1024px) {
      .recommendation-area .text-title {
        font-size: 24px;
        line-height: 38px;
        margin: 0 0 25px; } }
  @media (min-width: 768px) {
    .recommendation-area .btn-list {
      font-size: 0;
      line-height: 0;
      margin: 0 -5px;
      padding-top: 10px; } }
  @media (min-width: 1024px) {
    .recommendation-area .btn-list {
      padding: 0 0 0 2px;
      margin: 0 -9px; } }
  .recommendation-area .btn-list li {
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .recommendation-area .btn-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 5px 5px; } }
    @media (min-width: 1024px) {
      .recommendation-area .btn-list li {
        padding: 0 9px 12px; } }
  .recommendation-area .btn-list .btn,
  .recommendation-area .btn-list .btn-primary {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: opacity, background, color, 0.25s linear 0s;
            transition: opacity, background, color, 0.25s linear 0s;
    padding: 7px 5px 6px; }
    @media (min-width: 1024px) {
      .recommendation-area .btn-list .btn,
      .recommendation-area .btn-list .btn-primary {
        padding: 10px 5px 8px; } }
    .recommendation-area .btn-list .btn:hover,
    .recommendation-area .btn-list .btn-primary:hover {
      opacity: 0.8; }
  .recommendation-area .btn-list .btn {
    color: #888a8d;
    border: 1px solid #d3d3d3; }
    .recommendation-area .btn-list .btn:hover {
      background: #ddd;
      color: #333;
      border: 1px solid #d3d3d3; }
  @media (min-width: 768px) {
    .recommendation-area .cols {
      margin: 0 -15px; } }
  @media (min-width: 768px) {
    .recommendation-area .cols.product-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .recommendation-area .cols.product-cols .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: inherit;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .recommendation-area .cols.product-cols .col + .col {
    position: relative;
    padding-top: 50px; }
    @media (min-width: 768px) {
      .recommendation-area .cols.product-cols .col + .col {
        padding-top: 0; } }
    .recommendation-area .cols.product-cols .col + .col:before {
      width: 100%;
      height: 2px;
      background: #d3d3d3;
      position: absolute;
      left: 0;
      top: 25px;
      content: ''; }
      @media (min-width: 768px) {
        .recommendation-area .cols.product-cols .col + .col:before {
          width: 2px;
          bottom: 7px;
          height: auto;
          left: -7px;
          top: 26px; } }
      @media (min-width: 1024px) {
        .recommendation-area .cols.product-cols .col + .col:before {
          bottom: 9px;
          left: -10px; } }
      @media (min-width: 1200px) {
        .recommendation-area .cols.product-cols .col + .col:before {
          left: -1px; } }
  .recommendation-area .cols.product-cols .image-holder {
    text-align: left;
    width: 100%;
    padding: 0; }
    @media (min-width: 1024px) {
      .recommendation-area .cols.product-cols .image-holder {
        margin: 0 0 6px -10px; } }
  .recommendation-area .cols.product-cols .btn-list {
    min-width: 100%; }
    @media (min-width: 768px) {
      .recommendation-area .cols.product-cols .btn-list {
        -ms-flex-item-align: end;
            align-self: flex-end; } }
  @media (min-width: 768px) {
    .recommendation-area .col {
      float: left;
      width: 50%;
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .recommendation-area .col {
      width: 46%; }
      .recommendation-area .col:first-child {
        width: 54%; } }

.product-info-list {
  color: #282b31;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .product-info-list {
      margin: 0 0 46px; } }
  .product-items .product-info-list {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
    padding: 6px 0 0; }
  .product-info-list li {
    position: relative;
    padding: 0 0 7px 18px;
    text-align: left; }
    .product-items .product-info-list li {
      padding: 0 0 4px 18px; }
    .product-info-list li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 7px;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: #00a5e2; }
      @media (min-width: 1024px) {
        .product-info-list li:before {
          top: 6px; } }
      .product-items .product-info-list li:before {
        top: 3px; }
  .product-info-list + .link-more {
    margin-bottom: 22px; }

@media (min-width: 768px) {
  .product-row .product-items {
    width: 33.33%; }
    .product-content-block .product-row .product-items {
      width: 50%; } }

@media (min-width: 1024px) {
  .product-row .product-items {
    width: 25%; }
    .product-content-block .product-row .product-items {
      width: 33.333%; } }

@media (min-width: 1024px) {
  .product-row {
    margin: 0 0 22px; } }

.award-block {
  padding: 50px 0 100px;
  margin: 5px 0; }
  @media (min-width: 768px) {
    .award-block {
      padding: 11px 0 110px;
      margin: 15px 0; } }
  @media (min-width: 1024px) {
    .award-block {
      margin: 30px 0;
      padding: 11px 0 123px; } }
  .award-block .text-block {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    @media (min-width: 1024px) {
      .award-block .text-block {
        padding: 65px 0 168px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.5px;
        text-align: left !important; } }
    @media (min-width: 1200px) {
      .award-block .text-block {
        max-width: 550px; } }
  @media (min-width: 1024px) {
    .award-block .more {
      font-size: 18px;
      line-height: 22px; } }
  .award-block .more .icon-arrow-right-2 {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    margin: 5px 0 0 10px; }
    @media (min-width: 1024px) {
      .award-block .more .icon-arrow-right-2 {
        margin-top: 14px;
        font-size: 12px; } }
  @media (min-width: 768px) {
    .award-block h1 {
      font-size: 26px; } }
  @media (min-width: 1024px) {
    .award-block h1 {
      font-size: 38px;
      margin: 0 0 24px; } }
  @media (min-width: 1024px) {
    .award-block p {
      margin: 0 0 8px; } }
  .award-block .container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }

@-webkit-keyframes glow {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes glow {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.jcf-range .jcf-range-handle {
  cursor: w-resize; }

@media (min-width: 768px) and (max-width: 819px) {
  .product-two-columns + .product-section h1 {
    margin-left: 100px; } }

.orbi-overview-section {
  text-align: center;
  padding: 59px 0; }
  @media (max-width: 767px) {
    .orbi-overview-section {
      background: #f7f7f7; } }
  .orbi-overview-section .container {
    padding: 0;
    max-width: 1265px;
    margin: 0 auto; }
    @media (max-width: 1299px) {
      .orbi-overview-section .container {
        width: 1150px;
        padding: 0 15px; } }
    @media (max-width: 1199px) {
      .orbi-overview-section .container {
        width: 980px; } }
    @media (max-width: 1023px) {
      .orbi-overview-section .container {
        width: 768px; } }
    @media (max-width: 799px) {
      .orbi-overview-section .container {
        width: 600px; } }
    @media (max-width: 767px) {
      .orbi-overview-section .container {
        width: 100%; } }
  .orbi-overview-section .heading-block {
    max-width: 632px;
    margin: 0 auto 79px; }
    .orbi-overview-section .heading-block h1 {
      color: #000;
      font-size: 38px;
      font-weight: 400;
      letter-spacing: -1.4px;
      line-height: 45px;
      margin: 0 0 15px; }
      @media (max-width: 1023px) {
        .orbi-overview-section .heading-block h1 {
          font-size: 34px; } }
      @media (max-width: 767px) {
        .orbi-overview-section .heading-block h1 {
          color: #000000;
          font-size: 18px;
          line-height: 24px;
          font-weight: 400;
          letter-spacing: -0.74px;
          margin: 0 0 3px; } }
    .orbi-overview-section .heading-block p {
      color: #798694;
      font-size: 16px;
      font-weight: 400;
      line-height: 23px;
      letter-spacing: -0.66px; }
      @media (max-width: 767px) {
        .orbi-overview-section .heading-block p {
          font-size: 12px;
          line-height: 19px; } }
  .orbi-overview-section .bg video {
    width: 100% !important;
    height: auto !important; }
  @media (max-width: 767px) {
    .orbi-overview-section .bg .desktop-video {
      display: none !important; } }
  @media (min-width: 768px) {
    .orbi-overview-section .bg .mobile-video {
      display: none !important; } }
  .orbi-overview-section .slick-slider .slick-track {
    margin: 0 auto; }

.product-intro {
  width: 201px;
  height: 201px;
  box-shadow: 0 26px 26px rgba(6, 80, 142, 0.3);
  border-radius: 101px;
  background: #02a7e1;
  text-align: center;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  padding: 0 0 5px; }
  @media (max-width: 1023px) {
    .product-intro {
      width: 120px;
      height: 120px; } }
  @media (max-width: 799px) {
    .product-intro {
      width: 80px;
      height: 80px;
      padding: 0; } }
  @media (max-width: 767px) {
    .product-intro {
      height: 115px !important;
      width: 100% !important;
      position: absolute !important;
      top: auto !important;
      right: 0 !important;
      bottom: -115px !important;
      left: 0 !important;
      background: #fff !important;
      border-radius: 0;
      box-shadow: none;
      display: none; } }
  .product-intro .image-holder {
    width: 100%;
    margin: 0 0 6px; }
    @media (max-width: 1023px) {
      .product-intro .image-holder {
        padding: 0 40px; } }
    @media (max-width: 799px) {
      .product-intro .image-holder {
        padding: 0 27px; } }
    .product-intro .image-holder a {
      display: inline-block;
      vertical-align: top; }
    .product-intro .image-holder img {
      max-width: 100%; }

@media (min-width: 768px) and (max-width: 1023px) {
  .product-intro .image-holder img {
    width: 100%; } }
  .product-intro a {
    color: #fff; }
  .product-intro > a {
    text-decoration: underline;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase; }
    @media (max-width: 799px) {
      .product-intro > a {
        font-size: 12px;
        line-height: 18px;
        padding-right: 5px; } }
    .product-intro > a:hover {
      opacity: 0.8; }
    .product-intro > a span {
      text-decoration: none;
      position: absolute;
      right: -9px;
      top: 7px; }
      @media (max-width: 799px) {
        .product-intro > a span {
          right: -4px;
          top: 5px;
          width: 5px; } }

.product-thumb li {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  box-shadow: 0 16px 26px rgba(6, 80, 142, 0.3);
  background: #9dabba;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 11px;
  z-index: 2; }
  @media (max-width: 1023px) {
    .product-thumb li {
      width: 30px;
      height: 30px;
      padding: 5px 8px; } }
  @media (max-width: 799px) {
    .product-thumb li {
      width: 25px;
      height: 25px; } }
  @media (max-width: 767px) {
    .product-thumb li {
      width: 23px;
      height: 23px;
      padding: 5px 7px; } }
  .product-thumb li.active {
    background-image: -webkit-linear-gradient(left, rgba(18, 142, 188, 0.8) 0%, rgba(0, 165, 226, 0.8) 100%);
    background-image: linear-gradient(to right, rgba(18, 142, 188, 0.8) 0%, rgba(0, 165, 226, 0.8) 100%); }
    .product-thumb li.active:after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-animation: pulse 0.8s linear infinite alternate;
              animation: pulse 0.8s linear infinite alternate; }
  .product-thumb li:after {
    content: '';
    position: absolute;
    z-index: -99;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border: 2px solid #11b5ef;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform, opacity, visibility, 0.25s linear 0s;
            transition: transform, opacity, visibility, 0.25s linear 0s; }
    @media (max-width: 1023px) {
      .product-thumb li:after {
        top: -2px;
        bottom: -2px;
        left: -2px;
        right: -2px;
        border-width: 1px; } }
  .product-thumb li.over-video {
    background: none;
    box-shadow: none; }
    .product-thumb li.over-video:after {
      content: none; }
  @media (min-width: 768px) {
    .item-active .product-thumb li .product-intro {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); } }
  .product-thumb li img {
    max-width: 100%; }

.overview-section-slider {
  padding: 0 0 30px; }
  @media (max-width: 767px) {
    .overview-section-slider {
      width: 342px;
      margin: 0 auto 20px;
      padding: 0 0 130px;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
      border-radius: 4px;
      background-color: #fff; } }
  .overview-section-slider:not(.slick-initialized) .slide {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  @media (max-width: 767px) {
    .overview-section-slider .bg img {
      width: 100%; } }
  .overview-section-slider .slide {
    position: relative; }
  @media (min-width: 768px) {
    .overview-section-slider .visible-sm {
      display: none; } }
  .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position1 {
    left: 38.4%;
    bottom: 25px; }
    @media (max-width: 1023px) {
      .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position1 {
        bottom: 7px; } }
    @media (max-width: 767px) {
      .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position1 {
        bottom: 5px;
        left: 31%; } }
  .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position2 {
    right: 20.5%;
    bottom: 30.3%; }
    @media (max-width: 1023px) {
      .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position2 {
        bottom: 27.8%; } }
    @media (max-width: 767px) {
      .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position2 {
        bottom: 26.8%;
        right: 6%; } }
  .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position3 {
    left: 22%;
    bottom: 26%; }
    @media (max-width: 767px) {
      .overview-section-slider .orbi-outdoor-satelite .product-thumb li.position3 {
        left: 4%;
        bottom: 22%; } }
  .overview-section-slider .product-intro {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s; }
  .overview-section-slider .orbi-triband-satelite {
    text-align: center; }
    @media (max-width: 1023px) {
      .overview-section-slider .orbi-triband-satelite {
        max-width: 530px;
        margin: 0 auto; } }
    .overview-section-slider .orbi-triband-satelite .bg {
      display: inline-block;
      vertical-align: top; }
    .overview-section-slider .orbi-triband-satelite .product-thumb li {
      left: 48.5%;
      bottom: 4%; }
  .overview-section-slider .addon-orbi-satelite {
    text-align: center; }
    .overview-section-slider .addon-orbi-satelite .bg {
      display: inline-block;
      vertical-align: top; }
    .overview-section-slider .addon-orbi-satelite .product-thumb li.position1 {
      left: 30.3%;
      bottom: 21px; }
      @media (max-width: 1023px) {
        .overview-section-slider .addon-orbi-satelite .product-thumb li.position1 {
          left: 24.3%;
          bottom: 13px; } }
      @media (max-width: 767px) {
        .overview-section-slider .addon-orbi-satelite .product-thumb li.position1 {
          left: 13.3%;
          bottom: 6px; } }
    .overview-section-slider .addon-orbi-satelite .product-thumb li.position2 {
      right: 31%;
      bottom: 28%; }
      @media (max-width: 767px) {
        .overview-section-slider .addon-orbi-satelite .product-thumb li.position2 {
          right: 22%;
          bottom: 24%; } }
  .overview-section-slider .orbi-voice {
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .overview-section-slider .orbi-voice {
        margin-bottom: 0; } }
    .overview-section-slider .orbi-voice .signal-block {
      position: absolute;
      left: 37.2%;
      bottom: 4px; }
      @media (max-width: 1299px) {
        .overview-section-slider .orbi-voice .signal-block {
          width: 34.5%; } }
      @media (max-width: 767px) {
        .overview-section-slider .orbi-voice .signal-block {
          width: 48.2%;
          left: 26%; } }
    .overview-section-slider .orbi-voice .product-thumb li.position4 {
      bottom: 15%;
      left: 52.8%; }
      @media (max-width: 1023px) {
        .overview-section-slider .orbi-voice .product-thumb li.position4 {
          bottom: 10px; } }
      @media (max-width: 799px) {
        .overview-section-slider .orbi-voice .product-thumb li.position4 {
          bottom: 6px; } }
  .overview-section-slider .slick-dots {
    display: none !important; }
  .overview-section-slider .slick-list.draggable {
    overflow: visible; }

.meta-area {
  border-top: 1px solid rgba(188, 197, 206, 0.33);
  padding: 30px 0 0; }
  .meta-area p {
    max-width: 720px;
    margin: 0 auto;
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.49px; }
    @media (max-width: 767px) {
      .meta-area p {
        font-size: 10px;
        line-height: 14px; } }
    .meta-area p a {
      text-decoration: underline;
      color: #878787; }
      .meta-area p a:hover {
        color: #0a8fba; }

.slider-nav {
  max-width: 750px;
  margin: 0 auto 71px; }
  @media (max-width: 1299px) {
    .slider-nav {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .slider-nav {
      margin-bottom: 20px; } }
  .slider-nav:not(.slick-initialized) .holder {
    position: absolute;
    left: -9999px;
    top: -9999px; }
  @media (max-width: 767px) {
    .slider-nav .slick-prev,
    .slider-nav .slick-next {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1; } }
  @media (max-width: 767px) {
    .slider-nav .slick-next {
      left: auto;
      right: 0; } }
  @media (max-width: 767px) {
    .slider-nav .slick-arrow.slick-disabled {
      display: none !important; } }
  .slider-nav .ico-area {
    height: 59px;
    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: 15px; }
    @media (max-width: 767px) {
      .slider-nav .ico-area {
        max-width: 35px;
        margin: 0 auto 15px; } }
    @media (max-width: 767px) {
      .slider-nav .ico-area.ico-large {
        max-width: 41px; } }
  .slider-nav .slick-slide img {
    display: inline-block; }
    .slider-nav .slick-slide img.active-img {
      display: none; }
  .slider-nav .slick-slide.slick-current {
    color: #0a8fba; }
    .slider-nav .slick-slide.slick-current .default-img {
      display: none; }
    .slider-nav .slick-slide.slick-current .active-img {
      display: inline-block; }
    @media (max-width: 767px) {
      .slider-nav .slick-slide.slick-current .text {
        color: #0a8fba; } }
  .slider-nav .text {
    display: block;
    font-size: 15px;
    line-height: 1.33; }
    @media (max-width: 767px) {
      .slider-nav .text {
        max-width: 76px;
        color: #798694;
        font-size: 12px;
        font-weight: 500;
        margin: 0 auto; } }
  .slider-nav .slick-list {
    min-width: 100%; }

.product-sm {
  height: 130px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 37px; }
  @media (min-width: 768px) {
    .product-sm {
      display: none; } }
  .product-sm a {
    color: #1190bf;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline; }
  .product-sm .image-holder {
    max-width: 80px;
    float: left;
    padding: 33px 0 0; }
    .product-sm .image-holder a {
      text-decoration: none; }
  .product-sm .prod-text {
    overflow: hidden;
    text-align: left;
    padding: 45px 8px 0 0;
    position: relative; }
    .product-sm .prod-text a {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px; }
    .product-sm .prod-text .icon-arrow-right {
      position: absolute;
      right: 0;
      margin-top: -5px; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
/*# sourceMappingURL=main.css.map */