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

img {
	border: 0;
	vertical-align: middle;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

input[type='search'] {
	appearance: none;
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 15px;
}

.has-error .help-block {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ol {
	margin-bottom: 40px;
}

.light-gray-bg {
	background-color: #edf0f2;
	padding-top: 80px;
	padding-bottom: 50px;
}

.alice-blue-bg {
	background-color: #f8fafb;
	padding-top: 80px;
	padding-bottom: 50px;
}

.bright-green-bg {
	background-color: #73b63b;
	padding-top: 60px;
	padding-bottom: 40px;
	color: #fff;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
}

.h1,
h1 {
	border-left: 5px solid #6dbc00;
	padding-left: 30px;
	margin-bottom: 40px;
	line-height: 45px;
	font-weight: 400;
}

.h2,
h2 {
	border-left: 4px solid #6dbc00;
	padding-left: 30px;
	margin-bottom: 40px;
	margin-top: 60px;
	line-height: 40px;
	font-weight: 400;
}

.h3,
h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 1.66em;
	font-weight: 400;
	font-weight: 700;
}

p {
	margin: 0 0 30px;
}

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

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

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

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

.text-nowrap {
	white-space: nowrap;
}

.text-middle {
	vertical-align: middle;
}

.middle-text {
	font-size: 18px;
	line-height: 30px;
}

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: bottom;
}

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

.red,
.text-red {
	color: #ee4112;
}

.bold,
h3 {
	font-weight: 700;
}

.bold .italic,
.semibold {
	font-weight: 600;
}

strong {
	font-weight: 700;
}

strong em {
	font-style: italic;
	font-weight: 700;
}

em {
	font-weight: 400;
	font-style: italic;
}

.italic strong {
	font-weight: 700;
	font-style: italic;
}

.normal-text {
	font-weight: 400;
}

.italic {
	font-weight: 400;
	font-style: italic;
}

.large-text {
	font-size: 20px;
	line-height: 30px;
}

.right-border-dashed {
	border-right: 1px dashed #bcbcbc;
}

.bg-white {
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.bg-gray {
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
}

.bg-gray,
.bg-green,
.bg-white,
.bg-yellow {
	margin-bottom: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

a {
	color: #1170c4;
	border-bottom: 0.0625rem solid #bed4f4;
	text-decoration: none !important;
	-webkit-transition: border-color 0.45s ease-out 0s;
	-moz-transition: border-color 0.45s ease-out 0s;
	-o-transition: border-color 0.45s ease-out 0s;
	transition: border-color 0.45s ease-out 0s;
}

a:focus,
a:hover {
	border-color: #1170c4;
	color: #1170c4;
}

.pointer {
	cursor: pointer;
}

.toggle-cards {
	margin-bottom: 30px;
}

.toggle-cards > div {
	display: block;
	border-bottom: 1px dashed #bcbcbc;
	padding: 15px 0;
	background-image: url('{@cdn}/themes/basic/images/elements/drop-menu.png');
	background-position: right 19px;
	background-repeat: no-repeat;
}

.toggle-cards > div .menu-item {
	cursor: pointer;
	font-size: 18px;
	padding-right: 30px;
}

.toggle-cards > div .hidden-block {
	display: none;
	padding: 25px 30px;
	clear: both;
}

.toggle-cards > div:after {
	content: none;
}

.relative {
	position: relative;
}

a.img-link {
	border: none;
}

.global-wrapper {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	position: relative;
	min-width: 980px;
	min-height: 100%;
}

.global-wrapper.wrapper-full-width {
	background-color: #f4f5f5;
}

.content-wrapper {
	width: 980px;
	margin: 0 auto;
	display: table;
}

.content {
	background-color: #fff;
	width: 740px;
	z-index: 300;
	border-right: 1px solid #e5e5e5;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 60px;
	display: table-cell;
	vertical-align: top;
}

.gray,
.text-gray {
	color: grey;
}

.content > p:last-child {
	margin-bottom: 0;
}

.content-wrapper {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.content {
	border-right: none;
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.form .btn {
	box-shadow: 0 1px 1px #4a505c;
	font-size: 18px;
}

.form .form-group {
	margin-bottom: 20px;
}

.temp-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.temp-subtitle {
	font-size: 36px;
	margin-bottom: 20px;
}

.left-img {
	margin-left: -17px;
}

.right-img {
	margin-right: -17px;
}

.good-comp {
	font-size: 18px;
}

.try-for-free {
	color: #fff;
	font-size: 36px;
	line-height: 45px;
}

.no-strings {
	font-size: 16px;
	color: #fff;
}

.logo-txt-block {
	font-size: 20px;
}

.fs-13-22 {
	font-size: 13px;
	line-height: 22px;
}

.fs-12-18 {
	font-size: 12px;
	line-height: 18px;
}

.h2-centered {
	padding-left: 0;
	border: none;
	margin-bottom: 30px;
	font-size: 34px;
}

.h2-centered_sm {
	font-size: 32px;
}

#get-product-index-inline-form .has-success .form-control {
	border: 1px solid #ccc;
}

.btn-green-light {
	color: #1c2f3c;
	background-color: #d9ebca;
}

.btn-green-light:active,
.btn-green-light:focus {
	color: #fff;
}

.btn-green-light:hover {
	color: #1c2f3c;
	background-color: #b1d692;
}

.btn-green-light.btn-huge {
	padding: 20px 30px;
	font-weight: 600;
	line-height: 1.0625em;
}

.btn.btn-black:hover {
	color: #fff;
}

.small-text {
	font-size: 14px;
	line-height: 25px;
}

#get-product-index-inline-form .btn-green:hover,
.index-form .btn-green:hover {
	background-color: #82c54b;
}

.intro-section .intro-content .intro-section-form .form-group.has-error .form-control::-webkit-input-placeholder {
	color: #999;
}

.intro-section .intro-content .intro-section-form .form-group.has-error .help-block {
	display: inline-block;
}

.intro-section .intro-content .intro-section-form .form-group.has-help .help-block-green {
	display: inline-block;
}

.intro-section .intro-content .intro-section-form .form-group .help-block {
	display: none;
	background-color: #fc431d;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	word-break: break-word;
	font-size: 0.875em;
	line-height: 1.2em;
	padding: 10px 15px;
	position: absolute;
	right: -195px;
	top: -9px;
	width: 160px;
	z-index: 600;
	-webkit-box-shadow: 0 0 15px 0 1px 7px rgba(87, 16, 20, 0.6);
	-moz-box-shadow: 0 0 15px 0 1px 7px rgba(87, 16, 20, 0.6);
	-o-box-shadow: 0 0 15px 0 1px 7px rgba(87, 16, 20, 0.6);
	box-shadow: 0 1px 7px rgba(87, 16, 20, 0.6);
}

.intro-section .intro-content .intro-section-form .form-group .help-block:before {
	background-image: url('{@cdn}/themes/basic/images/elements/help-block-arrow.png');
	display: inline-block;
	width: 9px;
	height: 11px;
	content: '';
	left: -9px;
	position: absolute;
	top: 20px;
}

.intro-section .intro-content .intro-section-form .form-group .help-block-green {
	display: none;
	background-color: #73b63b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	font-size: 0.875em;
	line-height: 1.2em;
	padding: 10px 15px;
	position: absolute;
	word-break: break-word;
	z-index: 600;
	right: -349px;
	top: 0;
	margin-top: 0;
	width: 315px;
	-webkit-box-shadow: 0 0 15px 0 1px 7px rgba(87, 16, 20, 0.6);
	-moz-box-shadow: 0 0 15px 0 1px 7px rgba(87, 16, 20, 0.6);
	-o-box-shadow: 0 0 15px 0 1px 7px rgba(87, 16, 20, 0.6);
	box-shadow: 0 1px 7px rgba(87, 16, 20, 0.6);
}

.intro-section .intro-content .intro-section-form .form-group .help-block-green:before {
	background-image: none;
	display: inline-block;
	width: 9px;
	height: 11px;
	content: '';
	left: -17px;
	top: 11px;
	position: absolute;
	border: 7px solid #ff232300;
	border-right: 16px solid #73b63b;
}

.btn-black {
	-webkit-box-shadow: 0 0 15px 0 1px 0 rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0 0 15px 0 1px 0 rgba(0, 0, 0, 0.34);
	-o-box-shadow: 0 0 15px 0 1px 0 rgba(0, 0, 0, 0.34);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
	color: #fff;
	background-color: #283e52;
}

.btn-black:active,
.btn-black:focus {
	color: #fff;
}

.btn-black:hover {
	color: #fff;
	background-color: #324e67;
}

.flex {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
}

.layout-row > .flex {
	min-width: 0;
}

.layout-column > .flex {
	min-height: 0;
}

.layout-column,
.layout-row {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.layout-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.layout-row {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.layout-align-center-center,
.layout-align-center-start {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layout-align-center-center,
.layout-align-start-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	max-width: 100%;
}

.layout-align-center-center > *,
.layout-align-start-center > * {
	max-width: 100%;
	box-sizing: border-box;
}

.layout-align-center-start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.layout-align-start-center {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.layout-align-space-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pl-20 {
	padding-left: 20px;
}

.pl-90 {
	padding-left: 90px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-90 {
	padding-right: 90px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

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

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

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

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

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

.mb-50 {
	margin-bottom: 50px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-100 {
	margin-right: 100px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

@media screen and (min-width: 960px) {
	.pl-gt-sm-50 {
		padding-left: 50px;
	}

	.pl-gt-sm-60 {
		padding-left: 60px;
	}

	.pr-gt-sm-50 {
		padding-right: 50px;
	}

	.mr-gt-sm-20 {
		margin-right: 20px;
	}

	.mr-gt-sm-30 {
		margin-right: 30px;
	}
}

.sps-menu a.sps-menu-link:hover {
	text-decoration: none;
}

.sps-menu a.sps-menu-link:hover .text {
	color: #fff;
}

.sps-menu a.sps-menu-link:hover .rt-link .icon {
	background-position: 0 -78px;
}

.sps-menu a.sps-menu-link:hover .wa-link .icon {
	background-position: 0 -182px;
}

.sps-menu a.sps-menu-link:hover .ssg-link .icon {
	background-position: 0 -130px;
}

.sps-menu a.sps-menu-link:hover .la-link .icon {
	background-position: 0 -26px;
}

.sps-menu .sps-link:hover .icon {
	background-position: 0 -182px;
}

.sps-menu .rt-link:hover .icon {
	background-position: 0 -52px;
}

.sps-menu .wa-link:hover .icon {
	background-position: 0 -208px;
}

.sps-menu .ssg-link:hover .icon {
	background-position: 0 -104px;
}

.sps-menu .la-link:hover .icon {
	background-position: 0 0;
}

.popup-get-desktop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: #000;
	opacity: 0.9;
	z-index: 900;
}

.popup-get-desktop__steps {
	position: fixed;
	height: auto;
	width: 520px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 901;
	background: #fff;
	color: #222;
	font-size: 1.1em;
	padding: 40px;
	padding-top: 0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
}

.popup-get-desktop__step-2,
.popup-get-desktop__step-3,
.popup-get-desktop__steps {
	display: none;
}

.popup-get-desktop__steps .dialog-title {
	font-size: 38px;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 35px;
	line-height: 45px;
}

.popup-get-desktop__steps .dialog-text {
	font-size: 20px;
	text-align: center;
	color: #2e2e2e;
	line-height: 30px;
}

.popup-get-desktop__steps .dialog-text a {
	color: #006fe0;
}

.popup-get-desktop__steps .btn {
	color: #fff;
	padding: 20px 30px;
	font-size: 24px;
	margin-bottom: 20px;
	background-color: #6fba22;
	outline: 0;
	font-weight: 700;
	box-shadow: none;
}

.popup-get-desktop__steps .btn-link {
	color: #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
}

.popup-get-desktop__steps .form-control {
	border-radius: 0;
	height: 60px;
	margin-bottom: 20px;
	font-size: 22px;
}

.popup-get-desktop__steps .btn-link {
	color: #999;
	border-bottom: 1px solid #999;
}

.popup-get-desktop__close {
	background-image: url('{@cdn}/themes/basic/images/elements/dialog-close.png');
	border: none;
	background-color: transparent;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.popup-get-desktop__steps .has-success .form-control {
	border-color: #e0e0e0;
}

.popup-get-desktop__steps .btn-green:hover {
	outline: 0;
}

.popup-get-desktop__step-2 .help-block-green,
.popup-get-desktop__step-2 .help-block-green:before {
	display: none;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

@media screen and (max-width: 600px) {
	.right-border-dashed {
		border: none;
	}

	.temp-title {
		text-align: center;
		width: 100%;
	}

	.btn-green-light {
		margin: 0 auto 20px auto;
	}

	.left-screen,
	.right-screen {
		margin: 20px auto;
		left: 0;
		right: 0;
	}

	.temp-subtitle {
		line-height: 40px;
	}

	.left-img {
		margin-left: 0;
	}

	.right-img {
		margin-right: 0;
	}

	p {
		text-align: center;
	}

	#get-product-index-inline-form .btn,
	#get-product-index-inline-form input {
		width: 100% !important;
	}

	.bg-white.layout-column {
		text-align: center;
	}

	.bright-green-bg .layout-column > .flex,
	.bright-green-bg .layout-xs-column > .flex {
		min-height: 60px;
	}
}

@media screen and (max-width: 360px) {
	p {
		text-align: center;
	}

	.bg-white.layout-column {
		text-align: center;
	}

	#get-product-index-inline-form .btn,
	#get-product-index-inline-form input {
		width: 100% !important;
	}
}

@media screen and (max-width: 980px) {
	.widgets-bar {
		display: none;
	}

	.sps-menu {
		overflow: hidden;
		height: auto;
	}

	.sps-menu-link.wa-link::before {
		top: 0;
		left: -40px;
		transform: rotate(-90deg);
	}

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

	.content-wrapper {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.content {
		padding-right: 0;
		border-right: none;
		width: 100%;
		display: block;
	}

	.global-wrapper {
		padding-bottom: 0;
		min-width: 0;
	}

	.global-wrapper.materialism-theme {
		min-width: 0;
	}

	.global-wrapper.materialism-theme .content-wrapper {
		width: 100%;
	}

	.container-fixed {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.btns-block a:first-child,
	.btns-block a:last-child {
		display: block;
		float: none !important;
		margin-bottom: 30px;
		min-width: 0;
	}

	.index-video-block {
		width: 100%;
		height: auto;
		max-width: 690px;
		background-position: center 0;
	}

	.index-video-block .video-bar {
		text-align: center;
	}

	.index-video-block .video-bar .video-play {
		margin: 0 auto;
		float: none;
	}

	.index-video-block .video-bar .video-link {
		float: none;
		display: inline;
	}

	.header .header-top-bar {
		width: 100%;
	}

	.header .header-top-bar .logo {
		float: left;
		margin-right: 0;
	}

	.header .header-top-bar .logo a {
		border-right: none;
		padding-right: 0;
	}

	.header .header-top-bar .slogan {
		display: none;
	}

	.sps-menu li {
		float: none;
		margin-left: 35px;
		padding-top: 2px;
	}

	.sps-menu li:after {
		content: none;
	}

	.sps-menu li:first-child {
		margin-left: 35px;
	}

	.sps-menu li:first-child::after {
		background-image: none;
		margin-bottom: 20px;
	}

	.main-menu li {
		float: none;
		margin-left: 30px;
		margin-right: 30px;
	}

	.fixed-inner-menu,
	.fixed-top-menu {
		position: relative;
	}

	.fixed-top-menu.static-menu {
		margin-top: -193px;
	}

	.fixed-top-menu.dynamic-menu {
		display: none !important;
	}

	.fixed-inner-menu.dynamic-menu {
		display: none !important;
	}

	.fixed-inner-menu-wrapper {
		height: auto;
	}

	.right-gray-bg {
		display: none;
	}

	.intro-section {
		padding-bottom: 0;
	}

	.intro-section .header-img {
		background-position: center center;
		background-size: cover;
	}

	.intro-section .intro-content .section-wrapper {
		height: auto;
		padding-bottom: 35px;
	}

	.intro-section .intro-content .screen {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.intro-section .intro-content .screen img {
		display: none;
	}

	.intro-section .intro-content .screen .watch-video {
		position: relative;
		margin: 0 auto;
		left: auto;
		top: auto;
	}

	.intro-section .intro-content .title {
		font-size: 2.5em;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 25px;
	}

	.intro-section .intro-content .section-wrapper {
		background: rgba(0, 0, 0, 0.2);
	}

	.intro-section .intro-content .intro-section-form .form-group {
		margin-right: 0;
	}

	.intro-section .intro-content .intro-section-form .form-group .form-control {
		width: 100%;
	}

	.intro-section .intro-content .intro-section-form .form-group .help-block {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 2px 15px;
	}

	.intro-section .intro-content .intro-section-form .form-group .help-block:before {
		background-image: none;
	}

	.intro-section .intro-content .intro-section-form .form-group .help-block-green {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-bottom: 0;
		padding: 10px 10px;
		margin-top: 5px;
	}

	.intro-section .intro-content .intro-section-form .form-group .help-block-green:before {
		display: none;
	}

	.intro-section .intro-content .intro-section-form input.btn {
		min-width: 100px;
		padding-left: 0;
		padding-right: 0;
	}

	.header {
		display: block;
		width: 100%;
	}

	.testimonials-wrapper {
		display: block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.fixed-top-menu.static-menu {
		margin-top: 0;
	}

	.fixed-top-menu.static-menu .sps-menu-wrapper {
		padding: 10px 0 !important;
	}

	.sps-menu-box {
		display: block;
		float: right;
		width: 15px;
		height: 15px;
		margin-right: 18px;
		margin-top: 9px;
		position: relative;
		z-index: 600;
		cursor: pointer;
	}

	.sps-menu-box em {
		display: inline-block;
		width: 15px;
		height: 15px;
		border-top: 3px solid #fff;
		position: relative;
	}

	.sps-menu-box em:after,
	.sps-menu-box em:before {
		position: absolute;
		height: 3px;
		background-color: #fff;
		transition: all 0.4s;
		content: '';
		right: 0;
		top: 3px;
		width: 15px;
	}

	.sps-menu-box em:before {
		top: 3px;
		width: 15px;
	}

	.sps-menu-box em:after {
		top: -9px;
		width: 15px;
	}

	.sps-menu-box.open em {
		border: none;
	}

	.sps-menu-box.open em:before {
		top: 15%;
		width: 100%;
		position: absolute;
		background-color: #fff;
		/* transition: all .4s; */
		content: '';
		transform: rotate(45deg) translateY(-50%);
	}

	.sps-menu-box.open em:after {
		top: 0;
		width: 100%;
		bottom: 0;
		position: absolute;
		background-color: #fff;
		/* transition: all .4s; */
		content: '';
		transform: rotate(-45deg) translateY(50%);
	}

	ul.sps-menu {
		margin-bottom: 0;
	}

	.sps-menu li {
		display: none;
	}

	.sps-menu li:first-child {
		display: inline-block;
	}

	.sps-mobile-menu .sps-menu li {
		display: block;
	}

	.sps-mobile-menu .sps-menu li:first-child {
		display: block;
	}

	.sps-mobile-menu .main-menu-wrapper {
		display: block;
	}

	.main-menu-wrapper {
		display: none;
	}

	.sps-menu-order-wrapper {
		height: auto !important;
		background-image: url('{@cdn}/themes/basic/images/header/sps-menu-wrapper.png');
	}

	.sps-menu-order-wrapper .sps-menu-order-wrapper-bg {
		background-image: none;
	}

	.fixed-inner-menu.static-menu .sps-menu-order-wrapper {
		height: auto !important;
	}

	.fixed-inner-menu.static-menu .sps-menu-order-wrapper .sps-menu {
		margin-top: 0 !important;
		height: auto !important;
	}

	img.fixed-img {
		width: unset;
	}

	.container-fixed h2 .arrow {
		display: none;
	}

	.green-bird.pr-70 {
		padding-right: 0 !important;
	}

	.mobile-share-buttons {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: 66px;
		width: 100%;
	}

	.form-inline .form-control {
		margin: 0 auto;
		display: block;
	}

	.form-inline .form-group {
		margin-bottom: 10px;
		display: block;
	}

	.form-inline .btn.float-right {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.main-menu-wrapper {
		display: block;
	}

	.main-menu {
		width: 750px;
	}

	.container-fixed {
		overflow: hidden;
	}

	.main-menu li {
		float: left;
		margin-right: 30px;
		margin-left: 0;
	}

	.dropdown-nav-container {
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-ms-overflow-style: none;
		height: 55px;
	}

	.dropdown-nav-container::-webkit-scrollbar {
		width: 0;
	}

	.dropdown-nav-container {
		-ms-overflow-style: none;
	}

	.dropdown-nav-container::after,
	.dropdown-nav-container::before {
		width: 30px;
		height: 55px;
		position: absolute;
		display: table;
		line-height: 0;
		content: '';
	}

	.dropdown-nav-container::before {
		left: 0;
		top: 0;
		background: linear-gradient(to right, #fff 0, #fff 25%, rgba(245, 245, 245, 0) 100%);
	}

	.dropdown-nav-container::after {
		right: 0;
		top: 0;
		background: linear-gradient(to right, #fff 0, #fff 25%, rgba(245, 245, 245, 0) 100%);
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}

	.stick-menu {
		top: 0;
		position: fixed;
		z-index: 999;
		overflow-x: scroll;
		box-shadow: 0 3px 7px rgba(40, 40, 40, 0.3);
		background-color: #fff;
		height: 55px;
	}

	.stick-menu::after,
	.stick-menu::before {
		width: 30px;
		height: 55px;
		position: fixed;
		display: table;
		line-height: 0;
		content: '';
	}

	.stick-menu::before {
		left: 0;
		top: 0;
		background: linear-gradient(to right, #fff 0, #fff 25%, rgba(245, 245, 245, 0) 100%);
	}

	.stick-menu::after {
		right: 0;
		top: 0;
		background: linear-gradient(to right, #fff 0, #fff 25%, rgba(245, 245, 245, 0) 100%);
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}
}

@media screen and (max-height: 860px) {
	.mobile-hidden-workflow-widget {
		display: none;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.help-block {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	input {
		width: 100% !important;
	}

	.search-invisible-input {
		width: 0 !important;
	}

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

@media screen and (max-width: 400px) {
	#get-product-index-inline-form .btn {
		height: auto;
	}
}

@media screen and (max-width: 360px) {
	.btn,
	button,
	input {
		min-width: 0 !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.content {
		border-right: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	.content-wrapper {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.btn-green-light.btn-huge {
		width: 100% !important;
	}

	.download-form-block {
		width: 100%;
	}

	.intro-section-footer {
		padding-left: 10px;
		padding-right: 20px;
	}

	.global-wrapper iframe {
		width: 100% !important;
	}

	.share-buttons-vertical {
		display: none;
	}

	h1 {
		font-size: 24px !important;
		padding-left: 15px;
	}

	h2 {
		font-size: 22px !important;
		padding-left: 15px;
	}

	h3 {
		font-size: 20px !important;
	}

	.sps-menu li:first-child {
		margin-left: 0;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
	.flex-order-sm-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex-order-sm-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.layout-align-sm-center-center,
	.layout-align-sm-center-start {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.layout-align-sm-center-start {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.flex-sm-none {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		box-sizing: border-box;
	}

	.layout-row > .flex {
		min-width: 0;
	}

	.layout-column > .flex,
	.layout-sm-column > .flex {
		min-height: 0;
	}

	.layout-sm-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		box-sizing: border-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.pb-sm-30 {
		padding-bottom: 30px;
	}

	.pl-sm-20 {
		padding-left: 20px;
	}

	.pr-sm-20 {
		padding-right: 20px;
	}

	.pl-sm-0 {
		padding-left: 0;
	}

	.pr-sm-0 {
		padding-right: 0;
	}

	.mr-sm-0 {
		margin-right: 0;
	}

	.mr-sm-90 {
		margin-right: 90px;
	}

	.mt-sm-30 {
		margin-top: 30px;
	}

	.mt-sm-0 {
		margin-top: 0;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.mb-sm-0 {
		margin-bottom: 0;
	}

	.mb-sm-15 {
		margin-bottom: 15px;
	}

	.ml-sm-0 {
		margin-left: 0;
	}

	.ml-sm-90 {
		margin-left: 90px;
	}
}

@media (max-width: 599px) {
	.pb-xs-30 {
		padding-bottom: 30px;
	}

	.pl-xs-20 {
		padding-left: 20px;
	}

	.pr-xs-20 {
		padding-right: 20px;
	}

	.pl-xs-0 {
		padding-left: 0;
	}

	.pr-xs-0 {
		padding-right: 0;
	}

	.mr-xs-0 {
		margin-right: 0;
	}

	.mt-xs-30 {
		margin-top: 30px;
	}

	.mt-xs-0 {
		margin-top: 0;
	}

	.mb-xs-20 {
		margin-bottom: 20px;
	}

	.mb-xs-30 {
		margin-bottom: 30px;
	}

	.mb-xs-15 {
		margin-bottom: 15px;
	}

	.ml-xs-0 {
		margin-left: 0;
	}

	.flex-xs-none {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		box-sizing: border-box;
	}

	.layout-column > .flex,
	.layout-xs-column > .flex {
		min-height: 0;
	}

	.layout-row > .flex {
		min-width: 0;
	}

	.layout-xs-column {
		box-sizing: border-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-order-xs-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.flex-order-xs-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 1920px) {
	.layout-row > .flex {
		min-width: 0;
	}

	.layout-column > .flex {
		min-height: 0;
	}
}

@media screen and (max-width: 600px) {
	.intro-section .header-img {
		background-image: url('{@cdn}/themes/basic/images/header/header-img-prods-mobile.jpg');
	}

	.intro-section_main .header-img {
		background-image: url('{@cdn}/themes/basic/images/header/header-img-mobile-2.jpg');
	}
}

@media screen and (max-width: 600px) {
	.popup-get-desktop__steps {
		width: 95%;
		top: 10px;
		transform: translate(-50%, 0);
	}

	.popup-get-desktop__steps .dialog-title {
		font-size: 25px;
		text-align: center;
		margin-bottom: 30px;
		line-height: 37px;
	}
}

@media screen and (max-width: 360px) {
	.popup-get-desktop__steps .btn,
	.popup-get-desktop__steps input {
		width: 100% !important;
	}
}
