/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

.list-unstyled,
.list-inline,
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 15px/1.2 "Nunito Sans", "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: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.125;
	display: block;
	letter-spacing: 0;
}

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

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	opacity: .7;
}

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

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

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

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

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

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

p {
	margin: 0 0 30px;
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
}

a {
	color: #2e71ff;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out;
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #0048e1;
}

a:not(.btn) {
	text-decoration: none;
}

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;
	box-sizing: border-box;
}

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;
	cursor: pointer;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e9e9e9;
	width: 10px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 5px;
	overflow: hidden;
}

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

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

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #bcbcbc;
	height: 1px;
	width: 10px;
	border-radius: 5px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
	display: none !important;
}

.jcf-scrollbar-slider {
	height: 100% !important;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

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

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

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

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

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

/* common custom form elements styles */

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

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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;
}

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

.list-unstyled > li {
	margin-bottom: 5px;
}

.list-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.list-inline > li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.text-white {
	color: #fff;
}

.text-white-opacity {
	color: rgba(255, 255, 255, .75);
}

.text-black {
	color: #000;
}

.text-black-700 {
	color: #0d0d0d;
}

.text-black-600 {
	color: #131213;
}

.text-blue {
	color: #2e71ff;
}

.text-gray-400 {
	color: #d7dbe2;
}

.text-gray-500 {
	color: #797676;
}

.text-gray-600 {
	color: #5e5e62;
}

.bg-black {
	background-color: #000;
	color: #d7dbe2;
}

.bg-black-300 {
	background-color: #120f12;
}

.bg-black-400 {
	background-color: #110f12;
}

.bg-black-500 {
	background-color: #0f0d10;
}

.bg-gray-100 {
	background-color: #fafafa;
}

.bg-gray-200 {
	background-color: #efefef;
}

.text-inherit {
	color: inherit;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-lowercase {
	text-transform: lowercase;
}

.overflow-hidden {
	overflow: hidden;
}

.w-100 {
	max-width: 100% !important;
}

.mw-270 {
	max-width: 270px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pt-90 {
	padding-top: 50px !important;
}

.pt-110 {
	padding-top: 50px !important;
}

.pt-125 {
	padding-top: 50px !important;
}

.pt-145 {
	padding-top: 50px !important;
}

.pt-175 {
	padding-top: 50px !important;
}

.pb-70 {
	padding-bottom: 40px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.w-175 {
	width: 175px !important;
}

.fixed-top {
	position: relative !important;
}

#sidebar-wrapper {
	top: 0;
	z-index: 9999;
}

.navbar .navbar-brand {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.header-armor {
	background: #fff;
	position: relative;
	border-bottom: 1px solid transparent;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.header-armor.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom-color: rgba(255, 255, 255, .1);
}

.header-armor--dark {
	background: #000 !important;
}

.header-armor__holder {
	border-bottom: 1px solid #202228;
	padding: 15px 0;
}

.header-armor--dark .header-armor__holder {
	border-bottom: 0;
}

.header-armor__logo {
	width: 100px;
	margin-top: 4px;
}

.header-armor--dark .header-armor__logo .logo--light {
	display: none !important;
}

.header-armor__logo .logo--dark {
	display: none;
}

.header-armor--dark .header-armor__logo .logo--dark {
	display: block !important;
}

.header-armor__info {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 99;
	background: #e5e5e5;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-armor--dark .header-armor__info {
	background: #000;
}

.header-armor__navActive .header-armor__info {
	opacity: 1;
	visibility: visible;
}

.header-armor__list {
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
	margin: 0 -5px;
	padding: 0 15px;
}

.header-armor__list.list--plan {
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-armor__list li {
	padding: 5px;
	margin-bottom: 0;
}

.header-armor__list a:not(.btn-cta):not(.btn-link) {
	color: #929292;
}

.header-armor__list a:not(.btn-cta):not(.btn-link):hover {
	color: #000;
}

.header-armor--dark .header-armor__list a:not(.btn-cta):not(.btn-link):hover {
	color: #fff;
}

.header-armor__list .active a:not(.btn-cta):not(.btn-link) {
	color: #000;
}

.header-armor--dark .header-armor__list .active a:not(.btn-cta):not(.btn-link) {
	color: #fff;
}

.header-armor__list .btn-cta.btn-primary {
	padding: 10px;
	min-width: 120px;
	font-size: inherit;
	line-height: inherit;
	height: 44px;
}

.header-armor__navOpener {
	position: absolute;
	top: 25px;
	right: 15px;
	width: 24px;
	height: 16px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 0;
	line-height: 0;
}

.header-armor__navOpener:hover {
	opacity: .7;
}

.header-armor__navOpener:before,
.header-armor__navOpener:after,
.header-armor__navOpener span {
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.header-armor--dark .header-armor__navOpener:before,
.header-armor--dark
  .header-armor__navOpener:after,
.header-armor--dark
  .header-armor__navOpener span {
	background: #fff;
}

.header-armor__navOpener:before,
.header-armor__navOpener:after {
	content: "";
	top: 0;
}

.header-armor__navOpener:after {
	top: 100%;
}

.header-armor__navActive .header-armor__navOpener span {
	opacity: 0;
}

.header-armor__navActive .header-armor__navOpener:after,
.header-armor__navActive .header-armor__navOpener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.header-armor__navActive .header-armor__navOpener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html {
	visibility: hidden;
}

html.loaded {
	visibility: visible;
}

body {
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-top: 0 !important;
}

body > main {
	margin-top: 0 !important;
}

.container {
	max-width: 1480px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.container--container-fluid {
	max-width: none;
}

.container--sm {
	max-width: 1040px !important;
}

.has-bg {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.btn-cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: normal;
	padding: 10px 30px;
	background: #000;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, opacity .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	text-transform: capitalize;
	text-align: center;
	font-weight: 400;
	min-width: 140px;
	font-size: 16px;
	line-height: 1.2;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-height: 44px;
	border: 1px solid transparent;
}

.btn-cta:hover {
	color: #fff;
	background: black;
	text-decoration: none;
}

.btn-cta.btn-primary {
	background: #2e71ff;
}

.btn-cta.btn-primary:hover {
	color: #fff;
	background: #0048e1;
}

.btn-cta.btn-primary-outline {
	background: none;
	border-color: #2e71ff;
	color: #2e71ff;
}

.btn-cta.btn-primary-outline:hover {
	color: #fff;
	background: #2e71ff;
}

.btn-cta.btn-primary-black {
	border-color: #000;
	color: #000;
	background: none;
}

.header-armor--dark .btn-cta.btn-primary-black {
	background: #120f12;
	color: #fff;
	border-color: #fff;
}

.header-armor--dark .btn-cta.btn-primary-black:hover {
	border-color: #fff;
	background: #fff;
	color: #000;
}

.btn-cta.btn-primary-black:hover {
	background: #000;
	color: #fff;
}

.btn-cta.btn-secondary {
	background-color: #28262b;
	color: #fff;
}

.btn-cta.btn-secondary:hover {
	opacity: .9;
}

.btn-cta.btn-info {
	background: #329dd6;
	color: #fff;
}

.btn-cta.btn-info:hover {
	color: #fff;
	background: #1f719c;
}

.btn-cta.rounded-0 {
	border-radius: 0 !important;
}

.btn-cta.btn-block {
	display: block;
	min-width: 100%;
}

.gradient-black-300 {
	background-image: -webkit-linear-gradient(top, #000 0%, #120f12 100%);
	background-image: linear-gradient(to bottom, #000 0%, #120f12 100%);
	color: #d7dbe2;
}

.has-border-bottom {
	border-bottom: 1px solid #cfcbcb;
}

[data-text-more] {
	margin-bottom: 40px;
}

[data-text-more].has-list.active .link-more,
[data-text-more].has-list.active .show-more {
	margin-left: 40px;
}

[data-text-more] .text-more {
	display: inline;
}

[data-text-more] .text-less {
	display: none;
}

[data-text-more] [data-multiple-p] {
	display: none;
}

[data-text-more].active .text-more {
	display: none;
}

[data-text-more].active .text-less {
	display: inline;
}

[data-text-more].active [data-multiple-p] {
	display: block;
}

[data-text-more] [data-text] {
	margin-bottom: 20px;
}

[data-text-more] [data-text] p:last-child {
	margin-bottom: 0;
}

.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	height: 80px;
	width: 80px;
	background: #fff;
	border-radius: 100%;
}

.btn-play:before {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: -10px;
	top: -10px;
	border-radius: 100%;
	border: 2px solid #fff;
}

.btn-play:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 18px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 5px;
}

.heading-intro {
	margin-bottom: 20px;
	max-width: 825px;
}

.heading-title {
	font-size: 22px;
	line-height: 1.125;
	margin-bottom: 20px;
}

.block-heading {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 800;
}

.show-more {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

.show-more:hover {
	color: #2e71ff;
}

.intro-block--padding-top {
	padding-top: 60px;
}

.intro-block--padding-top .block-heading {
	margin-bottom: 20px;
}

.intro-block--padding-top .intro-block__title {
	margin-bottom: 55px;
}

.intro-block__title {
	margin-bottom: 40px;
}

.intro-block .img-holder {
	max-width: 450px;
	margin: 0 auto;
}

.intro-block .img-holder.img--full {
	max-width: none;
}

.intro-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.text-big {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 42px;
}

.feature-content-row {
	padding-top: 50px;
}

.info-feature-row {
	margin-bottom: 40px;
}

.link-more {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 3px;
	position: relative;
	margin-bottom: 0;
}

.link-more:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #2e71ff;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.link-more:hover:after {
	border-bottom-color: transparent;
}

.app-info {
	padding-top: 25px;
}

.app-protection-container {
	padding-top: 40px;
}

.app-protection-container .block-heading {
	margin-bottom: 20px;
}

.list-checks.text-white > li:before {
	border-color: #fff;
}

.resources-info .list-checks {
	padding-left: 30px;
}

.list-checks > li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

.resources-info .list-checks > li {
	margin-bottom: 30px;
}

.list-checks > li:last-child {
	margin-bottom: 0;
}

.resources-info .list-checks > li:last-child {
	margin-bottom: 0;
}

.list-checks > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 8px;
	border: 2px solid #000;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.resources-info .list-checks > li:before {
	top: 2px;
}

.info-feature-cols .info-feature {
	margin-bottom: 50px;
}

.info-text-cols {
	padding-top: 50px;
	padding-bottom: 50px;
}

.info-text-cols .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-text-block:last-child {
	margin-bottom: 0 !important;
}

.info-text-block .text-row:last-child {
	margin-bottom: 0 !important;
}

.info-text-block .text-row:last-child p {
	margin-bottom: 0;
}

.info-threats {
	padding-top: 50px;
	border-bottom: 1px solid #202228;
}

.info-threats__image {
	max-width: 420px;
	margin: 0 auto;
}

.info-threats__image img {
	display: block;
	max-width: none;
	width: 100%;
}

.page-intro {
	font-size: 18px;
	line-height: 1.3;
}

iframe {
	border: 0;
}

.list-feature > li {
	margin-bottom: 0;
}

.list-feature__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin-bottom: 15px;
}

.list-feature__block .ico-holder {
	width: 60px;
	text-align: right;
	margin-top: 5px;
}

.list-feature__block .text-holder {
	width: calc(100% - 60px);
	padding-left: 20px;
}

.list-feature__block .title {
	position: relative;
}

.list-feature__block .title.has-counter {
	padding-left: 40px;
}

.list-feature__block .counter {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	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;
	font-weight: 700;
}

.tab {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.tab.active {
	opacity: 1;
	visibility: visible;
}

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

.badge,
.label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: baseline;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	padding: 3px 10px 2px;
	position: relative;
	top: -2px;
}

.badge--improved,
.label--improved {
	background: #2e71ff;
	color: #fff;
}

.img-featured {
	height: 280px;
	margin-bottom: 40px;
}

.ordered-list {
	counter-reset: customCounter;
}

.ordered-list > li {
	counter-increment: customCounter;
	padding-left: 25px;
	position: relative;
}

.ordered-list > li:before {
	content: counter(customCounter) ".";
	position: absolute;
	left: 0;
	top: 0;
}

.search-box {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.search-box .form-control {
	background: none;
	border: 1px solid #cfcbcb;
	height: 44px;
	padding: 4px 60px 4px 25px;
	color: #929292;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	box-shadow: none;
	outline: none;
	border-radius: 50px;
}

.search-box .form-control::-webkit-input-placeholder {
	color: #929292;
}

.search-box .form-control::-moz-placeholder {
	opacity: 1;
	color: #929292;
}

.search-box .form-control:-moz-placeholder {
	color: #929292;
}

.search-box .form-control:-ms-input-placeholder {
	color: #929292;
}

.search-box .form-control.placeholder {
	color: #929292;
}

.search-box button[type="submit"] {
	margin: 0;
	padding: 0;
	outline: none;
	background: none;
	border: 0;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 22px;
	height: 22px;
	z-index: 2;
}

.search-box button[type="submit"]:hover {
	opacity: .8;
}

.btn-subscription-holder {
	padding: 20px 0 0 80px;
}

.btn-subscription-holder .btn-cta {
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.content-details__title {
	margin-bottom: 30px;
}

.paragraph-holder {
	margin-bottom: 70px;
}

.paragraph-holder:last-child {
	margin-bottom: 0;
}

.banner {
	position: relative;
	height: 450px;
	padding: 40px 20px;
}

.banner .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner__caption {
	position: relative;
	z-index: 20;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	max-width: 250px;
}

.banner .img-info {
	display: block;
	width: 250px;
}

.page-intro .block-heading {
	margin-bottom: 40px;
}

.page-intro__image img {
	display: block;
	max-width: none;
	width: 100%;
}

.heading-text-block {
	padding: 18px 0;
	color: #797676;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: .18px;
}

.app-info-container {
	padding-top: 30px;
	padding-bottom: 0;
}

.feature-content {
	padding: 40px 0;
	border-top: 3px solid rgba(46, 113, 255, .5);
}

.info-feature-container {
	padding-top: 50px;
}

.info-feature {
	border-top: 3px solid rgba(46, 113, 255, .5);
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}

.info-feature__body {
	width: 100%;
	padding: 30px;
}

.info-feature__body [data-text-more] {
	margin-bottom: 0;
}

.info-feature__footer {
	width: 100%;
}

.info-feature.img--right .info-feature__footer {
	padding-right: 30px;
	padding-left: 30px;
}

.info-feature.img--right .info-feature__image {
	max-width: 270px;
	width: 100%;
}

.info-feature.img--right .image-cols .info-feature__image {
	max-width: 290px;
	width: 100%;
}

.info-feature.img--center .info-feature__image {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}

.info-feature.img--center-bottom .info-feature__footer {
	padding-right: 30px;
	padding-left: 30px;
}

.info-feature.img--center-bottom .info-feature__image {
	max-width: 500px;
	margin: 0 auto;
}

.info-feature.img--left-bottom .info-feature__footer {
	padding-right: 30px;
}

.info-feature.img--right-bottom .info-feature__footer {
	padding-left: 30px;
}

.info-feature.img--right-bottom .info-feature__image {
	max-width: 250px;
	margin: 0 0 0 auto;
}

.info-feature.img--full picture img {
	display: block;
	max-width: none;
	width: 100%;
}

.image-cols .info-feature__image {
	max-width: 288px;
	margin: 0 0 0 auto;
	position: relative;
	text-align: right;
}

.info-feature__image .bg-cover {
	height: 190px;
}

.info-feature__image img {
	width: 100%;
}

.info-feature .info-block .img-info picture {
	display: inline-block;
	vertical-align: top;
}

.app-info__images .info-image {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.app-info__images .info-image:last-child {
	margin-bottom: 0;
}

.app-info__images .info-image img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-alert {
	border: 1px solid rgba(46, 113, 255, .5);
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .4px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.info-feature .info-alert {
	max-width: 225px;
}

.info-alert .title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .56px;
}

.info-alert__icon {
	width: 22px;
	font-size: 24px;
	line-height: 1;
}

.info-alert__text {
	width: calc(100% - 22px);
	padding-left: 10px;
}

.info-alert p {
	margin: 0;
}

.info-alert a:hover {
	opacity: .8;
}

.info-protection {
	padding-bottom: 20px;
}

.info-protection [data-text-more] {
	margin-bottom: 0;
}

.info-protection .img-holder {
	max-width: 300px;
}

.info-protection .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-protection--ver2 {
	max-width: 840px;
	padding-bottom: 0;
}

.info-protection--ver2 .img-holder {
	padding-top: 40px;
	margin-bottom: -18px;
}

.info-protection--ver2 .img-holder img {
	width: 100%;
	max-width: none;
}

.video-info__title {
	margin-bottom: 20px;
}

.video-block {
	position: relative;
	height: 280px;
	overflow: hidden;
	background-color: #000;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.video-block:hover {
	opacity: .8;
}

.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-block.video-active .video-block__button {
	opacity: 0;
	visibility: hidden;
}

.video-block__button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.video-block__button .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.video-block__button .bg-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

.wrapper {
	position: relative;
	width: 560px;
}

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

.wrapper iframe {
	display: none;
}

.play-btn {
	position: absolute;
	z-index: 666;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: transparent;
	border: 0;
}

.play-btn:hover {
	cursor: pointer;
}

.play-btn:focus {
	outline: 0;
}

.info-columns {
	padding-top: 50px;
}

.info-columns__intro {
	margin-bottom: 40px;
}

.info-columns .img-holder {
	margin-bottom: 20px;
	text-align: center;
}

.info-columns .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.list-awards__image {
	margin: 15px 0;
	text-align: center;
}

.map-section {
	position: relative;
	z-index: 1;
}

.map-section .block-heading {
	margin-bottom: 5px;
}

.map-section .container {
	min-height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.map-section .container:after {
	content: "";
	min-height: inherit;
}

.map-section__caption {
	max-width: 850px;
}

.map-section .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.map-section .show-more {
	font-size: 16px;
}

.support-block-section {
	padding-bottom: 50px;
}

.support-section {
	position: relative;
	z-index: 1;
	padding: 22px 30px;
}

.support-section .block-heading {
	margin-bottom: 35px;
}

.support-section .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.support-section .bg-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .9);
}

.support-section .list-btns {
	margin: 0 -10px;
}

.support-section .list-btns > li {
	padding: 0 10px;
}

.support-section .list-btns .btn {
	min-width: 120px;
	padding: 10px 10px;
}

.testimonials-section {
	padding-top: 20px;
	padding-bottom: 50px;
}

.testimonials-section--padding-top {
	padding-top: 50px;
}

.testimonials-section--padding-top .block-heading {
	margin-bottom: 60px;
}

.testimonials-section__title {
	margin-bottom: 40px;
}

.testimonial {
	padding: 30px 10px;
	color: #929292;
	border-top: 3px solid transparent;
	font-size: 12px;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 200px;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial:after {
	content: "";
	min-height: inherit;
}

.slick-current .testimonial {
	border-top-color: rgba(46, 113, 255, .5);
	color: #d7dbe2;
	min-height: 300px;
	font-size: 16px;
	line-height: 22px;
}

.testimonial__avatar {
	display: block;
	margin: 0 auto 10px;
	width: 33px;
	height: 33px;
	border-radius: 100%;
}

.slick-current .testimonial__avatar {
	width: 58px;
	height: 58px;
}

.testimonial__author {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #d7dbe2;
	margin-bottom: 4px;
}

.slick-current .testimonial__author {
	font-size: 16px;
}

.testimonial__address {
	color: #929292;
	font-size: 14px;
	line-height: 1.2;
}

.slick-current .testimonial__address {
	font-size: 16px;
	color: #b8b7ba;
}

.testimonial blockquote {
	max-width: 550px;
}

.testimonial blockquote p {
	margin-bottom: 22px;
}

.slick-current .testimonial blockquote p {
	margin-bottom: 35px;
}

.testimonial blockquote cite {
	font-style: normal;
}

.testimonials-slider {
	min-height: 450px;
}

.testimonials-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonials-slider .slide {
	margin: 0 10px;
	width: 200px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 22px;
}

.slick-dots li {
	margin: 0 4px;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	text-indent: 9999px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: rgba(46, 113, 255, .5);
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.slick-dots button:hover {
	background: #2e71ff;
}

.slick-dots .slick-active button {
	background: #2e71ff;
}

.intro-banner {
	position: relative;
	z-index: 1;
	min-height: 450px;
}

.intro-banner .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.resources-info {
	padding-top: 80px;
	padding-bottom: 80px;
}

.resources-info .container {
	position: relative;
}

.resources-info__pane {
	margin-bottom: 40px;
}

.resources-info__expand {
	color: #131213;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	font-weight: 700;
}

.resources-info__expand:hover {
	color: #2e71ff;
}

.expand-active .resources-info__expand .text-expand {
	display: none;
}

.resources-info__expand .text-collapse {
	display: none;
}

.expand-active .resources-info__expand .text-collapse {
	display: block;
}

.resources-info__opener {
	position: relative;
	border-top: 1px solid #cfcbcb;
	padding: 20px 50px 20px 0;
	margin-bottom: 0;
}

.resources-info__opener:before,
.resources-info__opener:after {
	content: "";
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #131213;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.active .resources-info__opener:before,
.active .resources-info__opener:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.resources-info__opener:after {
	width: 4px;
	height: 30px;
	right: 13px;
}

.resources-info__opener:hover {
	color: #2e71ff;
}

.resources-info__widget {
	position: relative;
	overflow: hidden;
}

.resources-info__slide {
	display: block !important;
}

.resources-info__slideWrap {
	padding-bottom: 40px;
	padding-top: 15px;
}

.resources-info .js-slide-hidden {
	position: static !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

.resources-info [data-text-more] [data-text] {
	margin-bottom: 0;
}

.resources-info .show-more {
	font-size: 16px;
	font-weight: 800;
	color: inherit;
}

.resources-info .show-more:hover {
	color: #2e71ff;
}

.resources-info h3,
.resources-info .h3 {
	margin-bottom: 22px;
}

.resources-info .info-text-block h3,
.resources-info .info-text-block .h3 {
	margin-bottom: 15px;
}

.video-collection__title {
	display: block;
	margin-bottom: 40px;
}

.video-collection__caption {
	padding: 30px 0;
}

.main-video-slider .video-block {
	height: 250px;
	padding-top: 0;
}

.main-video-slider .video-block__button .bg-cover:before {
	display: none;
}

.main-video-slider .video-block .btn-play {
	visibility: hidden;
}

.thumb-slider-wrapper {
	overflow: hidden;
}

.thumb-video-slider {
	border-top: 1px solid #cfcbcb;
	padding: 40px 0;
	margin: 0 -5px;
}

.thumb-video-slider .slide {
	padding: 0 5px;
}

.thumb-video-slider .btn-play {
	width: 30px;
	height: 30px;
}

.thumb-video-slider .btn-play:after {
	border-width: 6px 0 6px 10px;
	margin-left: 2px;
}

.thumb-video-slider .btn-play:before {
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
}

.thumb-video-slider .video-block__button {
	cursor: pointer;
	height: 150px;
	position: relative;
}

.thumb-video-slider .video-block__button .bg-cover:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	border: 2px solid #2e71ff;
}

.thumb-video-slider .video-block__button:hover .bg-cover:before {
	opacity: 1;
}

.thumb-video-slider .slick-current .video-block__button .bg-cover:before {
	opacity: 1;
}

.thumb-video-slider .slick-arrow {
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 50px;
	background: #2e71ff;
	font-size: 0;
	line-height: 0;
	border: 0;
	outline: none;
	margin: 0;
	padding: 0;
	z-index: 20;
	border-radius: 0 10px 10px 0;
	-webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.thumb-video-slider .slick-arrow:before {
	content: "";
	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);
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-top: 0;
	border-right: 0;
	margin-left: 2px;
}

.thumb-video-slider .slick-arrow:hover {
	background: #0050fa;
}

.thumb-video-slider .slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

.thumb-video-slider .slick-next {
	left: auto;
	right: 5px;
	border-radius: 10px 0 0 10px;
}

.thumb-video-slider .slick-next:before {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	-ms-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
	margin-right: 2px;
	margin-left: auto;
}

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

.review-section__title .h1 {
	margin-bottom: 0;
}

.review-section .bv-cv2-cleanslate,
.review-section .bv-cv2-cleanslate h1,
.review-section .bv-cv2-cleanslate h2,
.review-section .bv-cv2-cleanslate h3,
.review-section .bv-cv2-cleanslate h4,
.review-section .bv-cv2-cleanslate h5,
.review-section .bv-cv2-cleanslate h6,
.review-section .bv-cv2-cleanslate p,
.review-section .bv-cv2-cleanslate dl,
.review-section .bv-cv2-cleanslate dt,
.review-section .bv-cv2-cleanslate ol,
.review-section .bv-cv2-cleanslate form,
.review-section .bv-cv2-cleanslate select.bv-select-cleanslate,
.review-section .bv-cv2-cleanslate option,
.review-section .bv-cv2-cleanslate pre,
.review-section .bv-cv2-cleanslate div,
.review-section .bv-cv2-cleanslate caption,
.review-section .bv-cv2-cleanslate thead,
.review-section .bv-cv2-cleanslate ul,
.review-section .bv-cv2-cleanslate li,
.review-section .bv-cv2-cleanslate ul li,
.review-section .bv-cv2-cleanslate ol li,
.review-section .bv-cv2-cleanslate .bv-shared ul li,
.review-section .bv-cv2-cleanslate .bv-shared ol li,
.review-section .bv-cv2-cleanslate address,
.review-section .bv-cv2-cleanslate blockquote,
.review-section .bv-cv2-cleanslate dd,
.review-section .bv-cv2-cleanslate fieldset,
.review-section .bv-cv2-cleanslate iframe,
.review-section .bv-cv2-cleanslate strong,
.review-section .bv-cv2-cleanslate legend,
.review-section .bv-cv2-cleanslate em,
.review-section .bv-cv2-cleanslate s,
.review-section .bv-cv2-cleanslate cite,
.review-section .bv-cv2-cleanslate span,
.review-section .bv-cv2-cleanslate input,
.review-section .bv-cv2-cleanslate sup,
.review-section .bv-cv2-cleanslate label,
.review-section .bv-cv2-cleanslate dfn,
.review-section .bv-cv2-cleanslate object,
.review-section .bv-cv2-cleanslate big,
.review-section .bv-cv2-cleanslate q,
.review-section .bv-cv2-cleanslate font,
.review-section .bv-cv2-cleanslate samp,
.review-section .bv-cv2-cleanslate acronym,
.review-section .bv-cv2-cleanslate small,
.review-section .bv-cv2-cleanslate img,
.review-section .bv-cv2-cleanslate strike,
.review-section .bv-cv2-cleanslate code,
.review-section .bv-cv2-cleanslate sub,
.review-section .bv-cv2-cleanslate ins,
.review-section .bv-cv2-cleanslate textarea,
.review-section .bv-cv2-cleanslate var,
.review-section .bv-cv2-cleanslate a,
.review-section .bv-cv2-cleanslate abbr,
.review-section .bv-cv2-cleanslate applet,
.review-section .bv-cv2-cleanslate del,
.review-section .bv-cv2-cleanslate kbd,
.review-section .bv-cv2-cleanslate tt,
.review-section .bv-cv2-cleanslate b,
.review-section .bv-cv2-cleanslate i,
.review-section .bv-cv2-cleanslate hr,
.review-section .bv-cv2-cleanslate article,
.review-section .bv-cv2-cleanslate aside,
.review-section .bv-cv2-cleanslate dialog,
.review-section .bv-cv2-cleanslate figure,
.review-section .bv-cv2-cleanslate footer,
.review-section .bv-cv2-cleanslate header,
.review-section .bv-cv2-cleanslate hgroup,
.review-section .bv-cv2-cleanslate menu,
.review-section .bv-cv2-cleanslate nav,
.review-section .bv-cv2-cleanslate section,
.review-section .bv-cv2-cleanslate time,
.review-section .bv-cv2-cleanslate mark,
.review-section .bv-cv2-cleanslate audio,
.review-section .bv-cv2-cleanslate video,
.review-section .bv-cv2-cleanslate button,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.review-section [data-bv-product-id] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.review-section .bv-content-search {
	border-bottom: 1px solid #fff !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-generic-submission .bv-masthead {
	background-color: #000 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-summary-bar .bv-rating,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-text-link:visited {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-action-bar,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-control-bar,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-summary,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-pagination {
	background: #000 !important;
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-action-bar-header,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-mbox-breadcrumb {
	color: #fff !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead .bv-masthead-product,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-generic-submission .bv-masthead .bv-masthead-product {
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-generic-submission {
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary-block,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary .bv-content-title {
	border: 0 !important;
}

.review-section .bv-control-bar.bv-control-bar-filter-offset {
	border-top: 1px solid #2b262b !important;
	border-bottom: 1px solid #2b262b !important;
}

.review-section .bv-control-bar.bv-control-bar-filter-offset .bv-control-bar-count {
	padding-left: 0 !important;
}

.review-section .bv-content-list.bv-content-list-reviews li {
	border-top: 0 !important;
}

.review-section .bv-content-list.bv-content-list-reviews li:first-child .bv-content-header {
	border-top: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-control-bar .bv-expand-filter-button {
	margin-right: 0 !important;
	background: none !important;
	color: #2e71ff !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-dropdown-arrow {
	color: #2e71ff !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-expand-filter-button .bv-filter-control-icon {
	color: #2e71ff !important;
	font-size: 30px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-data-summary .bv-content-meta .bv-content-reference-data {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-summary {
	padding-left: 0 !important;
	margin-bottom: 25px !important;
}

.review-section .review-section .bv-content-list.bv-content-list-reviews li:first-child .bv-content-header {
	padding-left: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-header {
	padding-left: 0 !important;
	border-top-color: #2b262b !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-actions-container {
	padding-left: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead .bv-masthead-product {
	padding-left: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets {
	padding-left: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-action-bar {
	display: none !important;
}

.review-section .bv-content-list-container {
	margin-left: -5px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-flex-container-column {
	margin-left: 5px !important;
}

.review-section .bv-masthead {
	padding-left: 5px !important;
	margin-bottom: 20px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead .bv-masthead-product {
	padding-top: 0 !important;
	margin-top: -5px !important;
	margin-bottom: 20px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead .bv-searchbar {
	width: 100% !important;
}

.review-section .bv-masthead-search.bv-submission {
	position: relative;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text {
	margin: 0 !important;
	border: 1px solid #2b262b !important;
	border-radius: 4px !important;
	height: 48px !important;
	background: none !important;
	padding: 4px 20px !important;
	color: #69696d !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-family: "Nunito Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	width: 100% !important;
	text-shadow: none !important;
	box-shadow: none !important;
	padding-right: 60px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text::-webkit-input-placeholder {
	color: #69696d !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text::-moz-placeholder {
	opacity: 1;
	color: #69696d !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text:-moz-placeholder {
	color: #69696d !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text:-ms-input-placeholder {
	color: #69696d !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text.placeholder {
	color: #69696d !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-search-control-icon {
	left: auto !important;
	right: 30px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-title {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-content-search-btn {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 102px !important;
	height: 48px !important;
	border-radius: 0 4px 4px 0 !important;
	background-color: #2b262b !important;
	z-index: 2 !important;
	border: 0 !important;
	outline: none !important;
	margin: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-content-search-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("../images/ico-search-gray.svg") no-repeat 100% 100%/100% 100%;
	width: 22px;
	height: 22px;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-content-search-btn .bv-search-control-icon {
	display: none !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary .bv-content-title {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-inline-histogram-ratings .bv-inline-histogram-ratings-star .bv-glyph,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-rating-stars-container .bv-rating-stars {
	color: #ce9617 !important;
	font-size: 24px !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-secondary-ratings-container {
	height: 24px !important;
	background-color: #2b262b !important;
	border-radius: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-secondary-ratings-value {
	height: 24px !important;
	border-radius: 0 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-flex-container-column .bv-flex-container div,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-secondary-rating-summary-id,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-secondary-rating-summary-rating {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-author,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item .bv-content-feedback-vote .bv-content-feedback-vote-request,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item:hover .bv-content-feedback-vote .bv-content-feedback-vote-request {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-data {
	display: none !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-btn,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-feedback-btn-container .bv-content-btn,
.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item .bv-content-feedback-vote.bv-content-feedback-vote-active button.bv-content-report-btn {
	background-color: #2b262b !important;
	color: #e8eaef !important;
	border: 0 !important;
	padding: 3px 7px !important;
	border-radius: 2px !important;
}

.review-section .bv-cv2-cleanslate p {
	color: #5e5e62 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item .bv-content-feedback-vote-request p {
	color: #e8eaef !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead .bv-masthead-product .bv-stars-container .bv-rating-stars-off {
	color: #000 !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item .bv-content-header-meta {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-text-link {
	color: #e8eaef !important;
}

.info-title-block {
	position: relative;
	padding-left: 55px;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.info-title-block__icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
}

.info-title-block h3,
.info-title-block .h3 {
	margin-bottom: 20px;
}

.feature-list {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 40px;
}

.feature-list > li {
	margin-bottom: 10px;
}

.feature-list .open-feature_button {
	color: #2e71ff;
	position: relative;
	display: block;
	padding-left: 55px;
	font-weight: 600;
}

.feature-list .open-feature_button:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 10px;
	height: 10px;
	border: 2px solid #2e71ff;
	border-right: 0;
	border-top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.feature-list .open-feature_button:hover {
	color: #2e71ff;
	opacity: .8;
}

.feature-list .toggle-active .open-feature_button:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 7px;
}

.feature-list .feature-text {
	padding: 15px 0 15px 55px;
}

.info-tab__tabsetWrap {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 65px;
	position: relative;
}

.info-tab__tabset {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border: 1px solid #000;
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
}

.info-tab__tabset li {
	margin-bottom: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-tab__tabset li:last-child a {
	border-right: 0;
}

.info-tab__tabset a {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #1c191c;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	min-width: 160px;
	padding: 5px 20px;
	border-right: 1px solid #000;
}

.info-tab__tabset a.active {
	background: #000;
	color: #fff;
	border-radius: 0;
}

.info-tab__tabset a:hover {
	opacity: .7;
}

.info-setup .video-block {
	margin-bottom: 40px;
}

.info-setup__title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}

.info-setup__cols {
	margin-bottom: -80px;
}

.info-setup__col {
	position: relative;
	margin-bottom: 50px;
}

.info-setup__image {
	width: 280px;
	margin: 0 auto 40px;
	box-shadow: 0 2px 33px rgba(0, 0, 0, .1);
}

.info-setup__image img {
	display: block;
	max-width: none;
	width: 100%;
}

.info-setup h5,
.info-setup .h5 {
	margin-bottom: 20px;
}

.armor-products__block {
	width: 100%;
	border: 1px solid #dadada;
	background: #fff;
	padding: 0 40px 40px;
	margin-bottom: 50px;
}

.armor-products__block .img-holder {
	height: 255px;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 40px;
	width: auto;
	display: block;
}

.armor-products__block .img-holder--transparent {
	margin-top: 20px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	height: 155px !important;
}

.armor-products__block .img-holder:hover {
	opacity: .8;
}

.armor-products__block .price {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	margin-right: 5px;
	color: #707070;
}

.armor-products__block .price--old {
	color: #707070;
	opacity: .5;
	font-size: 14px;
}

.armor-products__block .price--old:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #707070;
}

.armor-products__block .price--new {
	color: #009dd6;
}

.armor-products__block .title .prod-tag {
	display: block;
	color: #474747;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 12px;
}

.armor-products__block .block-body {
	margin-bottom: 45px;
}

.armor-products__block .delivery-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.armor-products__block .delivery-info .ico-holder {
	width: 30px;
	margin: 0 15px 0 0;
}

.armor-products__block .delivery-info .ico-holder img {
	max-width: none;
	width: 100%;
}

.armor-products .jcf-scrollable-wrapper,
.armor-products .jcf-scrollable {
	width: 100% !important;
	overflow-x: hidden !important;
}

.armor-products .jcf-scrollable {
	height: 1230px;
}

.armor-products .jcf-scrollbar {
	right: 10px;
	visibility: hidden;
}

.armor-products .btn-cta {
	font-size: 14px !important;
	text-transform: uppercase !important;
	padding: 10px 23px !important;
}

.info-banner {
	height: 280px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.info-banner__caption {
	max-width: 500px;
	padding-left: 30px;
	padding-right: 30px;
}

.info-banner .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.info-indicator-columns__header .column {
	margin-bottom: 10px;
}

.info-indicator-columns__body {
	border: 1px solid #cfcbcb;
}

.info-indicator-columns__body .column {
	padding: 5px 20px;
}

.info-indicator-columns__body li {
	border-bottom: 1px solid #cfcbcb;
}

.info-indicator-columns__body .ico-holder {
	margin-top: 8px;
	width: 14px;
	height: 10px;
}

.info-indicator-columns__body .ico-holder img {
	display: block;
}

.info-indicator-columns__body .text-holder {
	width: calc(100% - 14px);
	padding-left: 10px;
}

.info-indicator-columns .header-title {
	font-weight: 800;
}

.information-block {
	padding: 20px;
}

.information-block--has-bg .information-block__text {
	padding-bottom: 40px;
}

.information-block__image {
	margin-bottom: 40px;
}

.information-block__image img {
	display: block;
	max-width: none;
	width: 100%;
}

.information-block--has-bg {
	padding-bottom: 0 !important;
}

.information-block h3,
.information-block .h3 {
	margin-bottom: 10px;
}

.information-block p {
	margin-bottom: 15px;
}

@media (min-width: 480px) {
	.info-feature__image .bg-cover {
		height: 350px;
	}

	.thumb-video-slider .video-block__button {
		height: 200px;
	}
}

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

	.header-armor {
		border-top: none;
	}

	.header-armor__holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-armor__logo {
		margin: 0;
	}

	.header-armor__info {
		width: calc(100% - 100px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: -5px;
		position: static;
		background: none;
		border-top: 0;
		padding-bottom: 0;
		opacity: 1;
		visibility: visible;
	}

	.header-armor--dark .header-armor__info {
		background: none;
	}

	.header-armor__list {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
	}

	.header-armor__list .btn-cta.btn-primary {
		min-width: 100px;
	}

	.header-armor__navOpener {
		display: none;
	}

	.block-heading {
		font-size: 56px;
	}

	.intro-block--padding-top {
		padding-top: 100px;
	}

	.intro-block--padding-top-sm {
		padding-top: 100px;
	}

	.info-feature-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-feature-row > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-feature-row > div > div {
		width: 100%;
	}

	.resources-info .list-checks {
		padding-left: 50px;
	}

	.info-feature-cols > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-feature-cols > div > div {
		width: 100%;
	}

	.list-feature__block .ico-holder {
		width: 120px;
		margin-top: 0;
	}

	.list-feature__block .text-holder {
		width: calc(100% - 120px);
		padding-left: 38px;
	}

	.btn-subscription-holder {
		padding-left: 170px;
	}

	.btn-subscription-holder .btn-cta {
		min-width: 300px !important;
	}

	.banner .img-info {
		width: 350px;
	}

	.info-feature.img--right .info-feature__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.info-feature__image .bg-cover {
		height: 300px;
	}

	.info-feature .info-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-feature .info-block .info-alert {
		width: 50%;
	}

	.info-feature .info-block .img-info {
		width: 65%;
		text-align: right;
	}

	.info-feature .info-block .img-info picture {
		width: 270px;
	}

	.app-info__images .info-image {
		margin-bottom: 0;
	}

	.app-info__images .info-image--alt1 {
		width: 100%;
	}

	.info-protection .img-holder {
		max-width: 500px;
	}

	.video-block {
		height: 450px;
	}

	.info-columns .img-holder {
		margin-bottom: 0;
		text-align-last: left;
	}

	.support-section {
		min-height: 470px;
		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;
	}

	.support-section:after {
		content: "";
		min-height: inherit;
	}

	.support-section__caption {
		max-width: 900px;
	}

	.support-section .list-btns .btn {
		min-width: 140px;
	}

	.testimonial {
		padding: 25px 30px;
	}

	.testimonials-slider .slide {
		width: 450px;
	}

	.slick-dots {
		padding-top: 32px;
	}

	.intro-banner {
		min-height: 775px;
	}

	.resources-info__opener {
		padding: 32px 50px 32px 0;
	}

	.main-video-slider .video-block {
		height: 400px;
	}

	.thumb-video-slider .video-block__button {
		height: 120px;
	}

	.thumb-video-slider .slick-arrow {
		left: 15px;
	}

	.thumb-video-slider .slick-next {
		left: auto;
		right: 15px;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text {
		padding-right: 200px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-content-search-btn {
		width: 182px !important;
	}

	.info-title-block__icon {
		top: -5px;
	}

	.info-tab__tabset a {
		font-size: 21px;
		line-height: 27px;
		padding: 15px 32px;
	}

	.info-setup .video-block {
		height: 480px;
	}

	.armor-products__row > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.armor-products__block {
		padding: 0 20px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-ms-flex-line-pack: justify;
		align-content: space-between;
	}

	.armor-products__block > div {
		width: 100%;
	}

	.armor-products__block .img-holder {
		margin-left: -20px;
		margin-right: -20px;
	}

	.armor-products__block .img-holder--transparent {
		height: 235px !important;
	}

	.info-indicator-columns__header .column {
		width: 26%;
		padding: 5px 45px;
		margin-bottom: 0;
	}

	.info-indicator-columns__header .column:last-child {
		width: 74%;
	}

	.info-indicator-columns__body .column {
		padding: 5px 40px;
		width: 74%;
		border-left: 1px solid #cfcbcb;
		border-bottom: 1px solid #cfcbcb;
	}

	.info-indicator-columns__body .column:first-child {
		width: 26%;
		border-left: 0;
	}

	.info-indicator-columns__body li {
		border-bottom: 0;
	}

	.info-indicator-columns__body li:last-child .column {
		border-bottom: 0;
	}

	.info-indicator-columns__body .ico-holder {
		margin-top: 13px;
	}

	.info-indicator-columns__body .text-holder {
		padding-left: 40px;
	}

	.information-block {
		padding: 40px;
	}

	.information-block__image {
		margin-bottom: 0;
	}
}

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

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

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

	h4,
	.h4 {
		font-size: 28px;
		line-height: 35px;
	}

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

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

	.h-460 {
		height: 460px !important;
	}

	.pt-90 {
		padding-top: 90px !important;
	}

	.pt-110 {
		padding-top: 110px !important;
	}

	.pt-125 {
		padding-top: 125px !important;
	}

	.pt-145 {
		padding-top: 145px !important;
	}

	.pt-175 {
		padding-top: 175px !important;
	}

	.pb-70 {
		padding-bottom: 70px !important;
	}

	.header-armor__holder {
		padding: 25px 0;
	}

	.header-armor__logo {
		width: 130px;
		margin-top: 5px;
	}

	.header-armor__info {
		width: calc(100% - 130px);
	}

	.header-armor__list {
		font-size: 16px;
		margin: 0 -10px;
	}

	.header-armor__list.list--plan {
		padding-left: 20px;
	}

	.header-armor__list li {
		padding: 5px 10px;
	}

	body {
		font-size: 18px;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 1510px;
	}

	.btn-cta {
		font-size: 18px;
	}

	.row--big {
		margin-left: -45px;
		margin-right: -45px;
	}

	.row--big > div {
		padding-left: 45px;
		padding-right: 45px;
	}

	.row--xl {
		margin-left: -60px;
		margin-right: -60px;
	}

	.row--xl > div {
		padding-left: 60px;
		padding-right: 60px;
	}

	.heading-title {
		font-size: 32px;
	}

	.block-heading {
		font-size: 74px;
		line-height: 72px;
		margin-bottom: 35px;
	}

	.intro-block--padding-top {
		padding-top: 160px;
	}

	.intro-block .img-holder {
		max-width: 650px;
	}

	.text-big {
		font-size: 30px;
		line-height: 42px;
	}

	.feature-content-row {
		margin-bottom: -50px;
	}

	.feature-content-row--pt-110 {
		padding-top: 110px;
	}

	.info-feature-row {
		margin-left: -45px;
		margin-right: -45px;
	}

	.info-feature-row > div {
		padding-left: 45px;
		padding-right: 45px;
	}

	.app-protection-container {
		padding-top: 60px;
	}

	.resources-info .list-checks > li:before {
		top: 10px;
	}

	.content-details .list-checks > li:before {
		top: 5px !important;
	}

	.info-feature-cols .info-feature {
		margin-bottom: 110px;
	}

	.info-text-cols {
		padding-top: 165px;
		padding-bottom: 100px;
	}

	.info-text-cols--pt-115 {
		padding-top: 115px;
	}

	.info-threats {
		padding-top: 140px;
	}

	.page-intro {
		font-size: 28px;
	}

	.paragraph-holder .list-feature {
		padding-left: 15px;
	}

	.list-feature__block .title {
		margin-bottom: 7px;
	}

	.badge,
	.label {
		font-size: 14px;
	}

	.img-featured {
		margin-bottom: 70px;
		height: 480px;
	}

	.search-box .form-control {
		font-size: 20px;
	}

	.btn-subscription-holder {
		padding-left: 165px;
	}

	.btn-subscription-holder .btn-cta {
		font-size: 20px !important;
		min-width: 540px !important;
	}

	.content-details {
		line-height: 27px;
	}

	.content-details__title {
		margin-bottom: 60px;
		padding-right: 50px;
	}

	.content-details__block > .row {
		margin-left: -50px;
		margin-right: -50px;
	}

	.content-details__block > .row > .col-md-4 {
		padding-left: 50px;
		padding-right: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(62% / 2);
		flex: 0 0 calc(62% / 2);
		max-width: calc(62% / 2);
	}

	.content-details__block > .row > .col-md-4:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}

	.paragraph-holder {
		line-height: 24px;
	}

	.mb-n60 {
		margin-bottom: -60px !important;
	}

	.banner {
		height: 690px;
		padding: 70px 60px;
	}

	.banner__caption {
		font-size: 24px;
		line-height: 30px;
		max-width: 300px;
	}

	.banner .img-info {
		width: 510px;
	}

	.page-intro .block-heading {
		margin-bottom: 100px;
	}

	.app-info-container {
		padding-bottom: 0;
	}

	.info-feature-container {
		padding-top: 108px;
	}

	.info-feature-container--padding-sm {
		padding-top: 60px;
	}

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

	.info-feature__body {
		padding: 60px 65px 38px;
	}

	.info-feature.img--right .info-feature__footer {
		padding-right: 65px;
		padding-left: 65px;
	}

	.info-feature.img--center .info-feature__image {
		margin-bottom: 75px;
	}

	.info-feature.img--center-bottom .info-feature__footer {
		padding-right: 65px;
		padding-left: 65px;
	}

	.info-feature.img--left-bottom .info-feature__footer {
		padding-right: 65px;
	}

	.info-feature.img--right-bottom .info-feature__footer {
		padding-left: 65px;
	}

	.info-feature__image .bg-cover {
		height: 385px;
	}

	.info-feature__image .bg-cover.h-330 {
		height: 330px;
	}

	.info-feature__image .bg-cover.h-430 {
		height: 430px;
	}

	.info-protection .img-holder {
		max-width: 905px;
	}

	.info-protection--ver2 .img-holder {
		width: 835px;
		padding-top: 66px;
	}

	.info-columns {
		padding-top: 165px;
	}

	.info-columns .info-columns__images {
		padding-left: 15px;
	}

	.map-section .container {
		min-height: 520px;
	}

	.map-section__caption {
		padding-top: 50px;
	}

	.support-block-section {
		padding-bottom: 90px;
	}

	.support-section {
		min-height: 720px;
		font-size: 18px;
		line-height: 26px;
	}

	.support-section__caption {
		margin-right: 70px;
	}

	.testimonials-section {
		padding-bottom: 130px;
	}

	.testimonials-section--padding-top {
		padding-top: 70px;
	}

	.testimonials-section__title {
		margin-bottom: 60px;
	}

	.testimonial {
		font-size: 13px;
		line-height: 24px;
	}

	.slick-current .testimonial {
		font-size: 20px;
		line-height: 28px;
	}

	.slick-current .testimonial__author {
		font-size: 18px;
	}

	.slick-current .testimonial__address {
		font-size: 18px;
	}

	.slick-dots li {
		margin: 0 7px;
	}

	.resources-info {
		font-size: 20px;
		line-height: 35px;
	}

	.resources-info__pane {
		margin-bottom: 60px;
	}

	.resources-info__expand {
		font-size: 24px;
		line-height: 28px;
	}

	.resources-info__slideWrap {
		padding-bottom: 80px;
	}

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

	.resources-info .info-text-block h3,
	.resources-info .info-text-block .h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.resources-info .info-text-block .list-checks {
		padding-top: 30px;
	}

	.resources-info .info-text-block .list-checks > li {
		margin-bottom: 35px;
	}

	.video-collection__title {
		margin-bottom: 70px;
	}

	.main-video-slider .video-block {
		height: 520px;
	}

	.thumb-video-slider {
		margin: 0 -15px;
	}

	.thumb-video-slider .slide {
		padding: 0 15px;
	}

	.thumb-video-slider .video-block__button {
		height: 140px;
	}

	.review-section .bv-cv2-cleanslate,
	.review-section .bv-cv2-cleanslate h1,
	.review-section .bv-cv2-cleanslate h2,
	.review-section .bv-cv2-cleanslate h3,
	.review-section .bv-cv2-cleanslate h4,
	.review-section .bv-cv2-cleanslate h5,
	.review-section .bv-cv2-cleanslate h6,
	.review-section .bv-cv2-cleanslate p,
	.review-section .bv-cv2-cleanslate dl,
	.review-section .bv-cv2-cleanslate dt,
	.review-section .bv-cv2-cleanslate ol,
	.review-section .bv-cv2-cleanslate form,
	.review-section .bv-cv2-cleanslate select.bv-select-cleanslate,
	.review-section .bv-cv2-cleanslate option,
	.review-section .bv-cv2-cleanslate pre,
	.review-section .bv-cv2-cleanslate div,
	.review-section .bv-cv2-cleanslate caption,
	.review-section .bv-cv2-cleanslate thead,
	.review-section .bv-cv2-cleanslate ul,
	.review-section .bv-cv2-cleanslate li,
	.review-section .bv-cv2-cleanslate ul li,
	.review-section .bv-cv2-cleanslate ol li,
	.review-section .bv-cv2-cleanslate .bv-shared ul li,
	.review-section .bv-cv2-cleanslate .bv-shared ol li,
	.review-section .bv-cv2-cleanslate address,
	.review-section .bv-cv2-cleanslate blockquote,
	.review-section .bv-cv2-cleanslate dd,
	.review-section .bv-cv2-cleanslate fieldset,
	.review-section .bv-cv2-cleanslate iframe,
	.review-section .bv-cv2-cleanslate strong,
	.review-section .bv-cv2-cleanslate legend,
	.review-section .bv-cv2-cleanslate em,
	.review-section .bv-cv2-cleanslate s,
	.review-section .bv-cv2-cleanslate cite,
	.review-section .bv-cv2-cleanslate span,
	.review-section .bv-cv2-cleanslate input,
	.review-section .bv-cv2-cleanslate sup,
	.review-section .bv-cv2-cleanslate label,
	.review-section .bv-cv2-cleanslate dfn,
	.review-section .bv-cv2-cleanslate object,
	.review-section .bv-cv2-cleanslate big,
	.review-section .bv-cv2-cleanslate q,
	.review-section .bv-cv2-cleanslate font,
	.review-section .bv-cv2-cleanslate samp,
	.review-section .bv-cv2-cleanslate acronym,
	.review-section .bv-cv2-cleanslate small,
	.review-section .bv-cv2-cleanslate img,
	.review-section .bv-cv2-cleanslate strike,
	.review-section .bv-cv2-cleanslate code,
	.review-section .bv-cv2-cleanslate sub,
	.review-section .bv-cv2-cleanslate ins,
	.review-section .bv-cv2-cleanslate textarea,
	.review-section .bv-cv2-cleanslate var,
	.review-section .bv-cv2-cleanslate a,
	.review-section .bv-cv2-cleanslate abbr,
	.review-section .bv-cv2-cleanslate applet,
	.review-section .bv-cv2-cleanslate del,
	.review-section .bv-cv2-cleanslate kbd,
	.review-section .bv-cv2-cleanslate tt,
	.review-section .bv-cv2-cleanslate b,
	.review-section .bv-cv2-cleanslate i,
	.review-section .bv-cv2-cleanslate hr,
	.review-section .bv-cv2-cleanslate article,
	.review-section .bv-cv2-cleanslate aside,
	.review-section .bv-cv2-cleanslate dialog,
	.review-section .bv-cv2-cleanslate figure,
	.review-section .bv-cv2-cleanslate footer,
	.review-section .bv-cv2-cleanslate header,
	.review-section .bv-cv2-cleanslate hgroup,
	.review-section .bv-cv2-cleanslate menu,
	.review-section .bv-cv2-cleanslate nav,
	.review-section .bv-cv2-cleanslate section,
	.review-section .bv-cv2-cleanslate time,
	.review-section .bv-cv2-cleanslate mark,
	.review-section .bv-cv2-cleanslate audio,
	.review-section .bv-cv2-cleanslate video,
	.review-section .bv-cv2-cleanslate button,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary .bv-section-summary-inline .bv-inline-histogram-ratings .bv-histogram-filter-helper {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-summary-bar .bv-rating,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-text-link:visited {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-action-bar,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-control-bar,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-summary,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-pagination {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-data-summary .bv-content-meta .bv-content-reference-data {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-search .bv-masthead-search .bv-fieldsets input.bv-text {
		font-size: 20px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary .bv-content-title {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-flex-container-column .bv-flex-container div,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-secondary-rating-summary-id,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-secondary-rating-summary-rating {
		font-size: 20px !important;
		line-height: 1.2 !important;
		margin-right: 10px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-author,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-popup-profull .bv-content-item .bv-content-author-name .bv-author,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-data-summary .bv-content-meta .bv-content-datetime-stamp,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item .bv-content-feedback-vote .bv-content-feedback-vote-request,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item:hover .bv-content-feedback-vote .bv-content-feedback-vote-request {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-btn,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-feedback-btn-container .bv-content-btn,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-content-item .bv-content-feedback-vote.bv-content-feedback-vote-active button.bv-content-report-btn {
		font-size: 20px !important;
		line-height: 1.2 !important;
	}

	.review-section .bv-cv2-cleanslate p {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-summary-bar .bv-rating,
	.review-section .bv-cv2-cleanslate .bv-core-container-478 .bv-text-link {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.info-title-block {
		font-size: 20px;
		line-height: 27px;
	}

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

	.feature-list {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 0;
	}

	.feature-list > li {
		margin-bottom: 20px;
	}

	.feature-list .open-feature_button:before {
		top: 7px;
	}

	.feature-list .toggle-active .open-feature_button:before {
		top: 10px;
	}

	.feature-list .feature-text {
		padding: 15px 0 15px 55px;
	}

	.info-setup .video-block {
		margin-bottom: 80px;
	}

	.info-setup__cols {
		margin-bottom: -140px;
	}

	.info-setup__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 80px;
	}

	.info-setup__col {
		margin-bottom: 140px;
	}

	.info-setup__image {
		margin: 0;
		width: 180px;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.info-setup__text {
		width: calc(100% - 180px);
		padding-left: 30px;
		padding-top: 20px;
	}

	.info-setup h5,
	.info-setup .h5 {
		margin-bottom: 42px;
	}

	.armor-products__row {
		margin-left: -25px;
		margin-right: -25px;
	}

	.armor-products__row > div {
		padding-left: 25px;
		padding-right: 25px;
	}

	.armor-products__block {
		padding: 0 40px 40px;
	}

	.armor-products__block .img-holder {
		margin-left: -40px;
		margin-right: -40px;
	}

	.armor-products__block .img-holder--transparent {
		height: 160px !important;
	}

	.armor-products__block .price {
		font-size: 18px;
	}

	.armor-products__block .price--old {
		font-size: 16px;
	}

	.armor-products__block .delivery-info .ico-holder {
		width: 40px;
	}

	.armor-products .jcf-scrollbar {
		right: 15px;
		visibility: visible;
	}

	.info-banner {
		margin-bottom: 80px;
		height: 480px;
	}

	.info-banner__caption {
		padding-left: 50px;
		padding-right: 50px;
		max-width: 700px;
	}

	.info-banner h2,
	.info-banner .h2 {
		font-size: 48px;
		line-height: 1.2;
	}

	.info-indicator-columns {
		padding-left: 15px;
	}

	.info-indicator-columns__body {
		font-size: 16px;
	}

	.info-indicator-columns .header-title {
		font-size: 18px;
	}

	.information-block {
		padding: 45px 62px 90px;
	}

	.information-block--has-bg {
		padding: 45px 62px 90px 132px;
	}

	.information-block--has-bg .col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.information-block--has-bg .col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.information-block > .row {
		margin-left: -65px;
		margin-right: -65px;
	}

	.information-block > .row > div {
		padding-left: 65px;
		padding-right: 65px;
	}

	.information-block h3,
	.information-block .h3 {
		font-size: 34px;
		line-height: 1.2;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.review-section {
		font-size: 20px !important;
		line-height: 26px !important;
	}
}

@media (min-width: 1400px) {
	.header-armor__list {
		font-size: 18px;
		margin: 0 -22px;
	}

	.header-armor__list.list--plan {
		padding-left: 38px;
		margin: 0 -12px;
	}

	.header-armor__list.list--plan li {
		padding: 5px 12px;
	}

	.header-armor__list li {
		padding: 5px 22px;
	}

	.header-armor__list .btn-cta.btn-primary {
		min-width: 140px;
	}

	body {
		font-size: 20px;
	}

	.show-more {
		font-size: 18px;
	}

	.intro-block .img-holder {
		max-width: 900px;
	}

	.link-more {
		font-size: 18px;
	}

	.resources-info .list-checks {
		padding-left: 110px;
		padding-top: 12px;
	}

	.resources-info .list-checks > li {
		padding-left: 60px;
		margin-bottom: 52px;
	}

	.banner {
		padding: 120px 60px;
		height: 790px;
	}

	.banner__caption {
		max-width: 460px;
		font-size: 32px;
		line-height: 36px;
	}

	.info-feature {
		font-size: 18px;
		line-height: 26px;
	}

	.info-feature-row .info-feature:after {
		content: "";
		height: inherit;
	}

	.info-feature.img--right-bottom .info-feature__image {
		max-width: 390px;
	}

	.video-block {
		height: 680px;
	}

	.map-section {
		font-size: 18px;
		line-height: 26px;
	}

	.testimonials-slider .slide {
		width: 750px;
		margin: 0 25px;
	}

	.info-setup__title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 55px;
	}

	.info-setup__cols > .row {
		margin-left: -35px;
		padding-right: -35px;
	}

	.info-setup__cols > .row > div {
		padding-left: 35px;
		padding-right: 35px;
	}

	.info-setup__image {
		width: 280px;
	}

	.info-setup__text {
		width: calc(100% - 280px);
		padding-left: 50px;
	}

	.armor-products__block .img-holder--transparent {
		height: 255px !important;
	}

	.armor-products .jcf-scrollable-wrapper {
		padding-right: 0;
	}

	.armor-products .jcf-scrollbar {
		right: 40px;
	}

	.info-banner__caption {
		padding-left: 182px;
		padding-right: 110px;
		max-width: 960px;
	}
}

@media (max-width: 767px) {
	.app-info__images .info-image {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.app-info__images .info-image--big {
		max-width: 320px;
		position: relative;
		left: 10px;
	}

	.resources-info__opener {
		font-size: 18px;
	}

	.information-block__image {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 374px) {
	.app-info__images .info-image {
		max-width: 275px;
	}

	.app-info__images .info-image--big {
		max-width: 320px;
	}

	.info-tab__tabset a {
		font-size: 12px;
		line-height: 18px;
		padding: 5px 10px;
		min-width: 100px;
	}
}
