html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
	color: #333333;
	background: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	min-width: 320px;
	padding-top: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.scroll-down {
	padding-top: 0;
}

body.scroll-down header {
	-webkit-transform: translateY(-72px);
	-moz-transform: translateY(-72px);
	-ms-transform: translateY(-72px);
	-o-transform: translateY(-72px);
	transform: translateY(-72px);
}

body.scroll-up {
	padding-top: 72px;
}

body.scroll-up header {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

img {
	border: 0;
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #359eed;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover {
	text-decoration: underline;
	color: #19d30b;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

h2 {
	font-size: 42px;
	line-height: 51px;
	font-weight: 300;
	margin: 0 0 20px 0;
}

h2.visible span {
	color: #19d30b;
}

h2 > span {
	font-weight: bold;
	display: block;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

p {
	margin: 0 0 20px 0;
}

.button {
	margin: 0 13px;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border: none;
	height: 52px;
	padding: 0 24px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Roboto', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	vertical-align: top;
	background: #19d30b;
	text-transform: uppercase;
	-webkit-box-shadow: 0 6px 7px rgba(25, 211, 11, 0.3);
	-moz-box-shadow: 0 6px 7px rgba(25, 211, 11, 0.3);
	box-shadow: 0 6px 7px rgba(25, 211, 11, 0.3);
	-webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: background 0.2s ease, -moz-box-shadow 0.2s ease;
	-o-transition: background 0.2s ease, box-shadow 0.2s ease;
	transition: background 0.2s ease, box-shadow 0.2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: visible;
}

.button:after,
.button:before {
	top: 50%;
	content: '';
	height: 0;
	width: 0;
	border: solid transparent;
	position: absolute;
	pointer-events: none;
	border-width: 26px 13px;
	margin-top: -26px;
}

.button:after {
	right: 100%;
	border-color: rgba(25, 211, 11, 0);
	border-right-color: #19d30b;
	-webkit-transition: border-right-color 0.2s ease;
	-moz-transition: border-right-color 0.2s ease;
	-o-transition: border-right-color 0.2s ease;
	transition: border-right-color 0.2s ease;
}

.button:before {
	left: 100%;
	border-color: rgba(25, 211, 11, 0);
	border-left-color: #19d30b;
	-webkit-transition: border-left-color 0.2s ease;
	-moz-transition: border-left-color 0.2s ease;
	-o-transition: border-left-color 0.2s ease;
	transition: border-left-color 0.2s ease;
}

.button:hover {
	background: #52EA2F;
	color: #FFF;
	text-decoration: none;
}

.button:hover:after {
	border-right-color: #52EA2F;
}

.button:hover:before {
	border-left-color: #52EA2F;
}

.button:active {
	background: #219519;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button:active:after {
	border-right-color: #219519;
}

.button:active:before {
	border-left-color: #219519;
}

.check-list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

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

.check-list > li:before {
	position: absolute;
	content: '';
	left: 0;
	top: -2px;
	width: 47px;
	height: 50px;
	background: url('images/svg/x.svg') no-repeat;
}

.check-list > li > p {
	margin: 0;
}

.check-list > li > span {
	font-size: 28px;
	line-height: 38px;
	display: block;
	margin-bottom: 17px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.col {
	display: table;
}

.col:after {
	content: '1 1 1 1 1 1 1 1 1 1 1';
	font: 0.1px/0 a;
	display: block;
	word-spacing: 99in;
	overflow: hidden;
}

.col-2 {
	width: 208px;
}

.col-3 {
	width: 312px;
}

.col-4 {
	width: 416px;
}

.col-4 .section-title > p {
	max-width: 350px;
}

.col-5 {
	width: 520px;
}

.col-6 {
	width: 624px;
}

.col-6 .section-title > h2 {
	max-width: 520px;
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	float: left;
}

.container {
	max-width: 1280px;
	min-width: 320px;
	padding: 0 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.content {
	padding: 40px 0;
}

.informer{
    padding: 1.5em;
    display: none;
    position: fixed;
    top: 85px;
    right: 1em;
    width: 300px;
    border-radius: 0.5em;
    color: #fff;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 0 20px rgba(0,0,0,0.45);
    z-index: 100;	
}

.cover {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.download-link {
	line-height: 28px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 30px;
}

.download-link:before {
	width: 21px;
	height: 29px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url('images/svg/file.svg') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.extra-badge {
	background: url('images/svg/extra-badge.svg') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.gallery-list {
	margin: 30px 0 0 -30px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.gallery-list > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 30px;
}

.gallery-list > li img {
	display: block;
	width: 100%;
}

.glow {
	position: absolute;
	width: 975px;
	height: 976px;
	z-index: 1;
	content: '';
	background: url('images/glow.jpg') no-repeat;
}

.hint {
	border: 4px solid #19d30b;
	padding: 16px 30px 16px 30px;
	background: #FFF;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	table-layout: fixed;
	line-height: 28px;
}

.hint p {
    margin: 0;
}

.hint .hint-title-text {
    display: table-cell;
    vertical-align: middle;
}

.hint .hint-title {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 324px;
	height: 84px;
}

.hint .hint-title > div {
	position: relative;
	padding-left: 95px;
	font-size: 28px;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
}

.hint .hint-title > div:before {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.hint .hint-title .hint-title-advice:before {
	background: url('images/svg/advice.svg') no-repeat;
	width: 79px;
	height: 73px;
	left: -4px;
}

.hint .hint-title .hint-title-attention:before {
	background: url('images/svg/attention.svg') no-repeat;
	width: 68px;
	height: 67px;
	left: 1px;
}

.hint .hint-text {
	display: table-cell;
	vertical-align: middle;
	height: 84px;
}

.important {
	background: #359eed;
	padding: 0 9px;
	color: #FFf;
}

.logo {
	background: url('images/logo.png') no-repeat;
	width: 233px;
	height: 53px;
	display: block;
}

.logo-big {
	background: url('images/logo@2x.png') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 337px;
	height: 76px;
	display: block;
}

.mail-link {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 30px;
}

.mail-link:before {
	width: 22px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	background: url('images/svg/mail.svg') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.more-link {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.more-link:before {
	width: 21px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url('images/svg/more-link.svg') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.col ul li {
    margin-bottom: 20px;
}

.number-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: point;
}

.number-list > li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.number-list > li:before {
	content: counter(point);
	counter-increment: point 1;
	font-size: 32px;
	line-height: 42px;
	color: #359eed;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -7px;
	text-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
}

.ok-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ok-list > li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.ok-list > li:before {
	width: 34px;
	height: 28px;
	position: absolute;
	content: '';
	left: -1px;
	top: -2px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background: url('images/svg/ok-green.svg') no-repeat;
}

.page-header {
	overflow: hidden;
	position: relative;
	padding-bottom: 13px;
	z-index: 20;
}

.page-header.with-bg {
	background: #ECF5FE;
}

.page-header .container {
	position: relative;
	z-index: 10;
	padding-left: 0;
}

.page-header .page-header-content {
	position: relative;
	z-index: 5;
}

.page-header .page-header-content > h1 {
	font-size: 42px;
	line-height: 52px;
	color: #FFF;
	font-weight: 300;
	margin: 0;
	position: relative;
	padding: 21px 31px;
	background: #359eed;
	-webkit-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	display: inline-block;
	vertical-align: top;
}

.page-header .page-header-content > h1:after {
	left: 100%;
	bottom: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(53, 158, 237, 0);
	border-left-color: #359eed;
	border-width: 564px 300px;
}

.page-header .page-header-content > h1:before {
	width: 300%;
	height: 100%;
	position: absolute;
	content: '';
	right: 100%;
	top: 0;
	background: #359eed;
	-webkit-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
}

.page-header .page-header-content .page-header-text {
	padding: 46px 0 0 31px;
	font-size: 23px;
	line-height: 34px;
	color: #000;
	max-width: 430px;
}

.page-header .page-header-content .page-header-text.page-header-text-lite {
	font-size: 18px;
	line-height: 28px;
	max-width: 480px;
}

.page-header .page-header-image {
	float: right;
	position: relative;
	z-index: 2;
}

.page-header .page-header-image + .page-header-content {
	display: table;
}

.page-header .page-header-image + .page-header-content:after {
	content: '1 1 1 1 1 1 1 1 1 1 1';
	font: 0.1px/0 a;
	display: block;
	word-spacing: 99in;
	overflow: hidden;
}

.page-header .page-header-image + .page-header-content > h1 {
	display: block;
	margin-right: -200px;
}

.phone-number {
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.section {
	margin: 90px 0;
}

.section + .brands-line {
	padding-top: 0;
}

.section + .brands-line + .notes {
	padding-top: 0;
}

.section .col p:last-child {
	margin-bottom: 0;
}

.section-title > h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 25px;
}

.section-title > h2:after {
	width: 0;
	height: 1px;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background: #359eed;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.section-title > h2.visible:after {
	width: 102px;
}

.section-title > p > strong {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.set-mode {
	display: none;
	position: relative;
	z-index: 1920;
}

.simple-text-table {
	border-collapse: collapse;
}

.simple-text-table tr > td {
	padding-bottom: 10px;
}

.simple-text-table tr > td:first-child {
	padding-right: 38px;
}

.textarea {
	height: 152px;
	overflow: auto;
	resize: none;
}

.textfield {
	height: 52px;
}

.textarea,
.textfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #999999;
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 20px;
	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'Roboto', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 18px;
	line-height: 31px;
	background: none;
}

.textarea::-webkit-input-placeholder,
.textfield::-webkit-input-placeholder {
	-khtml-opacity: 1;
	opacity: 1;
	color: #999999;
}

.textarea::-moz-placeholder,
.textfield::-moz-placeholder {
	-moz-opacity: 1;
	opacity: 1;
	color: #999999;
}

.textarea .placeholder,
.textfield .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	color: #999999;
}

@font-face {
	font-family: 'ALSRubl-Tahoma';
	src: url('fonts/alsrubl-tahoma-regular.eot');
	src: url('fonts/alsrubl-tahoma-regular.eot?#iefix') format('embedded-opentype'), url('fonts/alsrubl-tahoma-regular.woff') format('woff'), url('fonts/alsrubl-tahoma-regular.ttf') format('truetype'), url('fonts/alsrubl-tahoma-regular.svg#ALSRublArialRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.rub {
	font-family: 'ALSRubl-Tahoma';
}

/* Default custom select styles */

div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}

div.cs-select.cs-active {
	overflow: visible;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */

.cs-select > span {
	padding: 10px 42px 10px 20px;
	border-bottom: 1px solid #999999;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Options */

.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

div.cs-skin-elastic {
	background: transparent;
	font-family: 'Roboto', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	color: #999;
	font-size: 18px;
	line-height: 31px;
}

.cs-skin-elastic > span {
	background-color: #fff;
	z-index: 100;
}

.cs-skin-elastic > span::after {
	width: 36px;
	height: 24px;
	position: absolute;
	content: '';
	top: 23px;
	right: 4px;
	background: url('images/select-arrow.png') no-repeat;
}

.cs-select.cs-active > span::after {
	background-position: left -24px;
}

.cs-skin-elastic .cs-options {
	overflow: hidden;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
	pointer-events: auto;
	padding: 11px 0;
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.cs-skin-elastic .cs-options > ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale3d(1, 0, 1);
	-moz-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
	-moz-animation: expand 0.6s ease-out;
	-o-animation: expand 0.6s ease-out;
	animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
	opacity: 0;
	-webkit-transform: translate3d(0, -25px, 0);
	-moz-transform: translate3d(0, -25px, 0);
	transform: translate3d(0, -25px, 0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	-moz-transition: opacity 0.15s, -moz-transform 0.15s;
	-o-transition: opacity 0.15s, -o-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
	-moz-animation: bounce 0.6s ease-out;
	-o-animation: bounce 0.6s ease-out;
	animation: bounce 0.6s ease-out;
}

/* Optional delays (problematic in IE 11/Win) */

/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */

.cs-skin-elastic .cs-options span {
	font-size: 16px;
	line-height: 24px;
	color: #359eed;
	padding: 4px 20px;
	display: block;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
	color: #19d30b;
}

header {
	position: fixed;
	width: 100%;
	height: 72px;
	background: #FFF;
	z-index: 100;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

header .title {
	float: left;
}

header .header-recall {
	float: right;
	margin-top: 15px;
	padding-bottom: 13px;
}

header .header-recall > span {
	font-size: 20px;
	line-height: 40px;
	float: left;
	font-weight: bold;
	margin-right: 18px;
}

header .header-recall .button {
	margin: 0 13px;
	height: 40px;
	padding: 0 17px;
	font-size: 12px;
	line-height: 40px;
}

header .header-recall .button:after,
header .header-recall .button:before {
	border-width: 20px 10px;
	margin-top: -20px;
}


footer .footer-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer .footer-content .footer-copyright {
	color: #999;
	font-size: 14px;
	padding-top: 17px;
	line-height: 17px;
}

footer .footer-content .footer-info {
	padding-bottom: 7px;
	font-size: 16px;
	line-height: 19px;
}

footer .footer-content .footer-info .footer-worktime {
	padding-left: 30px;
	position: relative;
	display: inline-block;
}

footer .footer-content .footer-info .footer-worktime:before {
	width: 23px;
	height: 28px;
	position: absolute;
	left: -1px;
	top: 0;
	content: '';
	background: url('images/svg/clock.svg') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

footer .footer-content .footer-mail {
	margin-bottom: 22px;
	z-index: 1;
	margin-top: 22px;
}


footer .footer-content .footer-recall .button {

}

footer .footer-content .footer-recall .footer-phone {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 22px;
}

.advantages {
	padding: 33px 0 95px 0;
}

.advantages .advantages-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.advantages .advantages-list > li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.advantages .advantages-list .advantages-header {
	padding-top: 3px;
	line-height: 45px;
	font-size: 28px;
	color: #000;
	margin-bottom: 8px;
}

.advantages .advantages-list .advantages-image {
	width: 124px;
	height: 124px;
	background: #FFF;
	margin: 0 12.4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 12.4px 41.33333333px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 12.4px 41.33333333px rgba(53, 158, 237, 0.25);
	box-shadow: 0 12.4px 41.33333333px rgba(53, 158, 237, 0.25);
	float: left;
}

.advantages .advantages-list .advantages-image .polygon-box {
	width: 86.8px;
	height: 124px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.advantages .advantages-list .advantages-image .polygon-box:after,
.advantages .advantages-list .advantages-image .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 62px 31px;
	z-index: 2;
}

.advantages .advantages-list .advantages-image .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.advantages .advantages-list .advantages-image .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.advantages .advantages-list .advantages-image .polygon-box img,
.advantages .advantages-list .advantages-image .polygon-box svg,
.advantages .advantages-list .advantages-image .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 124px;
	max-width: 124px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.advantages .advantages-list .advantages-image .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.advantages .advantages-list .advantages-image .advantages-icon-1 {
	width: 81px;
	height: 75px;
	background-image: url('images/svg/advantages-1.svg');
}

.advantages .advantages-list .advantages-image .advantages-icon-2 {
	width: 52px;
	height: 91px;
	background-image: url('images/svg/advantages-2.svg');
}

.advantages .advantages-list .advantages-image .advantages-icon-3 {
	width: 87px;
	height: 65px;
	background-image: url('images/svg/advantages-3.svg');
}

.advantages .advantages-list .advantages-text {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}

.advantages .advantages-list .col {
	padding-left: 20px;
}

.benefits {
	padding: 70px 0;
	border-bottom: 2px solid #FFF;
	background: #ECF5FC;
	overflow: hidden;
}

.benefits .benefits-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.benefits .benefits-list > li {
	display: table;
	margin-top: 30px;
}

.benefits .benefits-list > li:first-child {
	margin: 0;
}

.benefits .benefits-list .benefits-icon-cell {
	width: 207px;
	display: table-cell;
	vertical-align: top;
	height: 147px;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon {
	width: 147px;
	height: 147px;
	background: #FFF;
	margin: 0 14.7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box {
	width: 102.9px;
	height: 147px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box:after,
.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 73.5px 36.75px;
	z-index: 2;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box img,
.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box svg,
.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 147px;
	max-width: 147px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-icon-1 {
	width: 93px;
	height: 78px;
	background-image: url('images/svg/benefits-1.svg');
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-icon-2 {
	width: 88px;
	height: 82px;
	background-image: url('images/svg/benefits-2.svg');
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon .polygon-icon-3 {
	width: 101px;
	height: 82px;
	background-image: url('images/svg/benefits-3.svg');
}

.benefits .benefits-list .benefits-text-cell {
	height: 147px;
	display: table-cell;
	vertical-align: middle;
}

.benefits .benefits-list .benefits-text-cell > span {
	color: #000;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 13px;
	display: block;
}

.benefits .col {
	position: relative;
	z-index: 10;
}

.benefits .col .extra-badge {
	position: absolute;
	right: 0;
	bottom: 0;
}

.benefits .col-4 {
	position: relative;
	z-index: 1;
}

.benefits .col-4 .extra-badge {
	margin-top: 56px;
	position: relative;
}

.benefits .extra-badge {
	width: 202px;
	height: 187px;
	z-index: 2;
}

.benefits .section-title {
	position: relative;
	padding-top: 24px;
}

.benefits .section-title:before {
	position: absolute;
	width: 975px;
	height: 976px;
	z-index: 1;
	content: '';
	background: url('images/glow.jpg') no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-40%);
	-moz-transform: translateX(-50%) translateY(-40%);
	-ms-transform: translateX(-50%) translateY(-40%);
	-o-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
}

.benefits .section-title > h2 {
	position: relative;
	z-index: 2;
}

.benefits .section-title > p {
	position: relative;
	z-index: 2;
}

.brands {
	margin-bottom: 60px;
}

.brands .brands-box {
	margin-top: 33px;
	height: 650px;
	position: relative;
	overflow: hidden;
}

.brands .brands-box:before {
	width: 912px;
	height: 670px;
	position: absolute;
	content: '';
	z-index: 1;
	left: 0;
	top: -18px;
	background: url('images/brands-image.png') no-repeat;
}

.brands .brands-box .brands-list {
	width: 594px;
	float: right;
	position: relative;
	z-index: 10;
	margin: 0;
	overflow: visible;
	padding: 0;
}

.brands .brands-box .brands-list ul {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands .brands-box .brands-list ul > li {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands .brands-box .brands-list > ul > li > a {
    display:block; 
    cursor: pointer !important;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+1) {
	left: 0;
	top: 0;
	z-index: 10;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+2) {
	left: 208px;
	top: 0;
	z-index: 10;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+3) {
	left: 416px;
	top: 0;
	z-index: 10;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+4) {
	left: 140px;
	top: 124px;
	z-index: 9;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+5) {
	left: 348px;
	top: 124px;
	z-index: 9;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+6) {
	left: 0;
	top: 230px;
	z-index: 8;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+7) {
	left: 208px;
	top: 230px;
	z-index: 8;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+8) {
	left: 416px;
	top: 230px;
	z-index: 8;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+9) {
	left: 140px;
	top: 354px;
	z-index: 7;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+10) {
	left: 348px;
	top: 354px;
	z-index: 7;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+11) {
	left: 0;
	top: 460px;
	z-index: 6;
}

.brands .brands-box .brands-list ul > li:nth-child(12n+12) {
	left: 208px;
	top: 460px;
	z-index: 6;
}

.brands .brands-box .brands-list ul > li img {
	max-width: 110px;
	max-height: 100px;
}

.brands .brands-box .brands-list .brands-list-button {
	left: 416px;
	top: 460px;
	z-index: 6;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands .brands-text > p.big {
	display: block;
	line-height: 40px;
	font-size: 28px;
	margin-bottom: 13px;
}

.brands .brands-text > p.big > strong {
	background: #359eed;
	color: #FFF;
	padding: 0 9px;
	vertical-align: top;
    text-decoration: none;
    font-weight: normal;
}

.homepage-intro {
	background: url('images/home.jpg') no-repeat center top;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.homepage-intro .homepage-intro-text {
	max-width: 780px;
	padding-top: 232px;
	color: #FFF;
}

.homepage-intro .homepage-intro-text > h1 {
	font-size: 65px;
	line-height: 82px;
	font-weight: normal;
	margin: 0 0 27px 0;
	padding-bottom: 8px;
	position: relative;
}

.homepage-intro .homepage-intro-text > h1 > span {
	font-weight: bold;
	display: block;
}

.homepage-intro .homepage-intro-text .rotate-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 265px;
	position: relative;
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.homepage-intro .homepage-intro-text .rotate-text > b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}

.homepage-intro .homepage-intro-text .rotate-text .is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 0.5s;
	-moz-animation: cd-rotate-1-out 0.5s;
	-o-animation: cd-rotate-1-out 0.5s;
	animation: cd-rotate-1-out 0.5s;
}
 
.homepage-intro .homepage-intro-text .rotate-text .is-visible {
	position: relative;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 0.5s;
	-moz-animation: cd-rotate-1-in 0.5s;
	-o-animation: cd-rotate-1-in 0.5s;
	animation: cd-rotate-1-in 0.5s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-o-keyframes cd-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
 
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
 
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
 
@-o-keyframes cd-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
 
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

.homepage-intro .homepage-intro-text > p {
	font-size: 28px;
	line-height: 35px;
	display: block;
}

.homepage-intro .homepage-recall {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 285px;
	width: 50%;
	background: #FFF;
	border-top: 5px solid #359eed;
	border-bottom: 5px solid #359eed;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage-intro .homepage-recall:before {
	width: 106px;
	height: 409px;
	position: absolute;
	top: -5px;
	right: 100%;
	content: '';
	background: url('images/homepage-recall-triangle.png') no-repeat;
}

.homepage-intro .homepage-recall .homepage-recall-content {
	padding: 30px 20px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 345px;
	height: 399px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form {
	float: left;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .textfield {
	margin-bottom: 20px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-header {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 9px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-text {
	font-size: 18px;
	line-height: 28px;
	color: #666;
	margin-bottom: 28px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-text > span {
	color: #333;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	display: block;
	margin: 8px 0 1px 0;
}

.malfunctions {
	margin-bottom: 87px;
}

.malfunctions .malfunctions-form {
	border: 5px solid #359eed;
	background: #FFF;
	padding: 30px 10px 50px 410px;
	position: relative;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.malfunctions .malfunctions-form:before {
	width: 364px;
	height: 362px;
	position: absolute;
	content: '';
	left: 22px;
	top: -74px;
	background: url('images/malfunctions-form-man.png') no-repeat;
}

.malfunctions .malfunctions-form .button {
	float: right;
	margin-left: 34px;
}

.malfunctions .malfunctions-form .clearfix {
	max-width: 750px;
}

.malfunctions .malfunctions-form .malfunctions-form-header {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 40px;
}

.malfunctions .malfunctions-info {
	margin-bottom: 100px;
}

.malfunctions .malfunctions-info .bx-controls {
	text-align: center;
}

.malfunctions .malfunctions-info .bx-pager {
	position: absolute;
	left: -297px;
	top: 320px;
}

.malfunctions .malfunctions-info .bx-pager .bx-pager-item {
	float: left;
	margin-left: 30px;
}

.malfunctions .malfunctions-info .bx-pager .bx-pager-item:first-child {
	margin: 0;
}

.malfunctions .malfunctions-info .bx-pager .bx-pager-item .bx-pager-link {
	width: 24px;
	height: 24px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ECECEC;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	overflow: hidden;
}

.malfunctions .malfunctions-info .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #359eed;
	-webkit-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
}

.malfunctions .malfunctions-info .malfunctions-slider {
	margin: 0 -15px -40px -15px;
	position: relative;
}

.malfunctions .malfunctions-info .malfunctions-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.malfunctions .malfunctions-info .malfunctions-slider ul > li {
	float: left;
	padding: 0 15px 40px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.malfunctions .malfunctions-info .malfunctions-slider-box {
	-webkit-box-shadow: 0 13px 26px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 13px 26px rgba(53, 158, 237, 0.3);
	box-shadow: 0 13px 26px rgba(53, 158, 237, 0.3);
	text-align: left;
}

.malfunctions .malfunctions-info .malfunctions-slider-box > img {
	width: 100%;
	display: block;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content {
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 231px;
	overflow: hidden;
	padding: 15px 30px 0 30px;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content > p {
	margin: 0;
	padding-left: 30px;
	position: relative;
	color: #666;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content > p:before {
	width: 23px;
	height: 19px;
	position: absolute;
	content: '';
	left: -4px;
	top: 3px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background: url('images/svg/ok-blue.svg') no-repeat;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content > span {
	display: block;
	font-size: 24px;
	color: #000;
	line-height: 32px;
	margin-bottom: 20px;
}

.malfunctions .malfunctions-info .section-title > p {
	padding-left: 68px;
	min-height: 43px;
	background: url('images/svg/pig-blue.svg') no-repeat;
	-moz-background-size: 47px 45px;
	-o-background-size: 47px 45px;
	background-size: 47px 45px;
}

.price {
	padding: 62px 0 100px 0;
}

.price .price-recall {
	border: 5px solid #359eed;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	padding: 37px 40px 51px 45px;
}

.price .price-recall .button {
	float: right;
	margin-left: 58px;
}

.price .price-recall .price-recall-header {
	line-height: 38px;
	font-size: 28px;
	color: #000;
	margin-bottom: 10px;
}

.price .price-recall .price-recall-header > span {
	display: inline-block;
	vertical-align: top;
	background: #359eed;
	padding: 0 9px;
	color: #FFF;
}

.price .price-recall .price-recall-text {
	color: #666;
	margin-bottom: 16px;
}

.price .price-slider {
	margin-top: 40px;
	position: relative;
}

.price .price-slider .price-slider-image {
	position: absolute;
	left: 0;
	top: -110px;
	width: 320px;
	height: 320px;
	background: #FFF;
	margin: 0 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 32px 106.66666667px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 32px 106.66666667px rgba(53, 158, 237, 0.25);
	box-shadow: 0 32px 106.66666667px rgba(53, 158, 237, 0.25);
	z-index: 5;
}

.price .price-slider .price-slider-image .polygon-box {
	width: 224px;
	height: 320px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.price .price-slider .price-slider-image .polygon-box:after,
.price .price-slider .price-slider-image .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 160px 80px;
	z-index: 2;
}

.price .price-slider .price-slider-image .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.price .price-slider .price-slider-image .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.price .price-slider .price-slider-image .polygon-box img,
.price .price-slider .price-slider-image .polygon-box svg,
.price .price-slider .price-slider-image .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 320px;
	max-width: 320px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.price .price-slider .price-slider-image .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price .price-slider .price-slider-image ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.price .price-slider .price-slider-image ul > li {
	height: 320px;
}

.price .price-slider .price-slider-image .bx-viewport {
	overflow: visible !important;
	z-index: 10;
}

.price .price-slider .price-slider-nav {
	height: 88px;
	position: relative;
	z-index: 10;
}

.price .price-slider .price-slider-nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.price .price-slider .price-slider-nav > ul > li {
	float: left;
	margin-left: 18px;
}

.price .price-slider .price-slider-nav > ul > li:first-child {
	margin: 0;
}

.price .price-slider .price-slider-nav .price-slider-nav-button {
	display: block;
	width: 88px;
	height: 88px;
	background: #FFF;
	margin: 0 8.8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 8.8px 29.33333333px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 8.8px 29.33333333px rgba(53, 158, 237, 0.25);
	box-shadow: 0 8.8px 29.33333333px rgba(53, 158, 237, 0.25);
}

.price .price-slider .price-slider-nav .price-slider-nav-button.active .polygon-box {
	background: #359eed;
}

.price .price-slider .price-slider-nav .price-slider-nav-button.active .polygon-box:after {
	border-right-color: #359eed;
}

.price .price-slider .price-slider-nav .price-slider-nav-button.active .polygon-box:before {
	border-left-color: #359eed;
}

.price .price-slider .price-slider-nav .price-slider-nav-button.active .polygon-box svg .cls-1,
.price .price-slider .price-slider-nav .price-slider-nav-button.active .polygon-box svg .cls-2 {
	fill: #FFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box {
	width: 61.6px;
	height: 88px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:after,
.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 44px 22px;
	z-index: 2;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box img,
.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box svg,
.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 88px;
	max-width: 88px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-1 > svg {
	width: 38px;
	height: 46px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-2 > svg {
	width: 33px;
	height: 46px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-3 > svg {
	width: 50px;
	height: 27px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-4 > svg {
	width: 42px;
	height: 43px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-5 > svg {
	width: 50px;
	height: 40px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-6 > svg {
	width: 40px;
	height: 41px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-7 > svg {
	width: 33px;
	height: 35px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-8 > svg {
	width: 31px;
	height: 43px;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .price-icon-9 > svg {
	width: 49px;
	height: 39px;
}

.price .price-slider .price-slider-nav .price-slider-nav-link {
	padding: 0;
	outline: 0;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 50%;
	-webkit-appearance: none;
	font-family: 'Roboto', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	background: none;
	display: block;
	width: 88px;
	height: 88px;
	background: #FFF;
	margin: 0 8.8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 8.8px 29.33333333px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 8.8px 29.33333333px rgba(53, 158, 237, 0.25);
	box-shadow: 0 8.8px 29.33333333px rgba(53, 158, 237, 0.25);
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box {
	width: 61.6px;
	height: 88px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:after,
.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 44px 22px;
	z-index: 2;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box img,
.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box svg,
.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 88px;
	max-width: 88px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:hover .polygon-box {
	background: #52EA2F;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:hover .polygon-box:after {
	border-right-color: #52EA2F;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:hover .polygon-box:before {
	border-left-color: #52EA2F;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:active .polygon-box {
	background: #219519;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:active .polygon-box:after {
	border-right-color: #219519;
}

.price .price-slider .price-slider-nav .price-slider-nav-link:active .polygon-box:before {
	border-left-color: #219519;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box {
	background: #19d30b;
	display: block;
	-webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: background 0.2s ease, -moz-box-shadow 0.2s ease;
	-o-transition: background 0.2s ease, box-shadow 0.2s ease;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:after {
	border-right-color: #19d30b;
	-webkit-transition: border-right-color 0.2s ease;
	-moz-transition: border-right-color 0.2s ease;
	-o-transition: border-right-color 0.2s ease;
	transition: border-right-color 0.2s ease;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:before {
	border-left-color: #19d30b;
	-webkit-transition: border-left-color 0.2s ease;
	-moz-transition: border-left-color 0.2s ease;
	-o-transition: border-left-color 0.2s ease;
	transition: border-left-color 0.2s ease;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box > span {
	position: absolute;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.price .price-slider .price-slider-text {
	margin: 0 38px 23px 300px;
	background: #359eed;
	position: relative;
	height: 154px;
	padding: 0 30px 0 116px;
	-webkit-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	z-index: 1;
}

.price .price-slider .price-slider-text:after {
	left: 100%;
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(53, 158, 237, 0);
	border-left-color: #359eed;
	border-width: 77px 38px;
}

.price .price-slider .price-slider-text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.price .price-slider .price-slider-text .price-slider-text-box {
	display: table-cell;
	height: 154px;
	vertical-align: middle;
}

.price .price-slider .price-slider-text .price-slider-text-box > p {
	margin: 0;
	color: #FFF;
	font-size: 32px;
	line-height: 40px;
}

.price .price-slider .price-slider-text .price-slider-text-box > span {
	line-height: 38px;
	font-size: 28px;
	color: #000;
	display: block;
	margin-bottom: 6px;
}

.price .section-title p > a:after {
	display: inline-block;
	vertical-align: top;
	margin: 8px 0 0 14px;
	content: '';
	width: 60px;
	height: 25px;
	background: url('images/rarr.png') no-repeat;
}

.reviews {
	background: #ECF5FC;
	padding: 96px 0 70px 0;
	overflow: hidden;
}

.reviews .col {
	position: relative;
	z-index: 10;
}

.reviews .col-4 {
	position: relative;
	z-index: 1;
}

.reviews .review {
	min-height: 252px;
	position: relative;
	max-width: 802px;
	background: #fff url('images/review.jpg') no-repeat;
	-webkit-box-shadow: 0 4px 7px rgba(203, 203, 203, 0.4);
	-moz-box-shadow: 0 4px 7px rgba(203, 203, 203, 0.4);
	box-shadow: 0 4px 7px rgba(203, 203, 203, 0.4);
}

.reviews .review .extra-badge {
	width: 202px;
	height: 210px;
	position: absolute;
	left: 0;
	bottom: 104px;
	-webkit-transform: translateX(-50%) rotate(-15deg);
	-moz-transform: translateX(-50%) rotate(-15deg);
	-ms-transform: translateX(-50%) rotate(-15deg);
	-o-transform: translateX(-50%) rotate(-15deg);
	transform: translateX(-50%) rotate(-15deg);
}

.reviews .review .more-link {
	position: absolute;
	left: 178px;
	bottom: 52px;
}

.reviews .review .review-content {
	padding: 117px 50px 87px 178px;
}

.reviews .review .review-content .review-author {
	font-size: 14px;
	color: #222;
	line-height: 27px;
	margin-bottom: 24px;
	padding-left: 34px;
}

.reviews .review .review-content .review-author > span {
	color: #555;
	margin-left: 10px;
}

.reviews .review .review-content .review-header {
	color: #222;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
}

.reviews .review .review-content .review-text {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	color: #222;
    min-height: 250px;
}

.reviews .section-title {
	position: relative;
}

.reviews .section-title:before {
	position: absolute;
	width: 975px;
	height: 976px;
	z-index: 1;
	content: '';
	background: url('images/glow.jpg') no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.reviews .section-title > h2 {
	position: relative;
	z-index: 2;
}

.reviews .section-title > p {
	position: relative;
	z-index: 2;
}

.storage {
	background: #F6F6F6;
	padding-top: 85px;
	position: relative;
	z-index: 3;
}

.storage .section-title > h2 > span {
	display: inline;
}

.storage .storage-image {
	margin-top: -20px;
	position: relative;
}

.storage .storage-image.container {
	max-width: none;
}

.storage .storage-image:before {
	width: 100%;
	height: 42%;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: #FFF;
	z-index: 1;
}

.storage .storage-image > img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.storage .storage-text {
	max-width: 450px;
}

.storage .storage-text span {
	background: #359eed;
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
	color: #FFF;
}

.articles-list {
	margin: 0 0 -30px -30px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.articles-list > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	letter-spacing: normal;
	font-size: 24px;
	line-height: 32px;
}

.articles-list .articles-list-box {
	display: block;
	background: #FFF;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.articles-list .articles-list-box:hover .articles-list-box-text:after {
	height: 3px;
}

.articles-list .articles-list-box > img {
	width: 100%;
	display: block;
}

.articles-list .articles-list-box .articles-list-box-text {
	min-height: 96px;
	padding: 20px 25px;
	position: relative;
}

.articles-list .articles-list-box .articles-list-box-text:after {
	width: 100%;
	height: 0;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background: #359eed;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.brand-intro {
	padding: 50px 0;
	margin-top: -13px;
	background: #ECF5FE;
	position: relative;
	z-index: 1;
}

.brand-intro .brand-intro-image {
	padding: 25px 30px 0 0;
}

.brand-intro .brand-intro-image img {
	margin: 0 auto;
	display: block;
}

.brand-intro .brand-intro-text {
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

.brand-price {
	background: #ECF5FE;
	padding: 86px 0 92px 0;
}

.brand-price .brand-price-box {
	background: #FFF;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.brand-price .brand-price-box:before,
.brand-price .brand-price-box:after {
	display: table;
	line-height: 0;
	content: '';
}

.brand-price .brand-price-box:after {
	clear: both;
}

.brand-price .brand-price-box .brand-price-image {
	width: 178px;
	float: left;
	margin-right: 2px;
}

.brand-price .brand-price-box .brand-price-image img {
	width: 178px;
	height: 127px;
	display: block;
}

.brand-price .brand-price-box .brand-price-main {
	padding: 20px;
	line-height: 28px;
	overflow: hidden;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info > div {
	vertical-align: middle;
	height: 87px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-problem {
	width: 250px;
	padding-right: 15px;
    color: #359eed;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-solution {
	padding: 0 20px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-value {
	width: 170px;
	padding-left: 10px;
	text-align: right;
	font-size: 32px;
	line-height: 42px;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-value > i {
	display: none;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color: #999;
}

.brand-price .brand-price-header {
	margin: 34px 0 20px 0;
	padding: 0;
	list-style-type: none;
	display: table;
	background: #359eed;
	-webkit-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	box-shadow: 0 6px 7px rgba(53, 158, 237, 0.3);
	width: 100%;
	table-layout: fixed;
}

.brand-price .brand-price-header > li {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 18px;
	line-height: 28px;
	color: #FFF;
	padding: 12px;
}

.brand-price .brand-price-header > li:nth-child(1) {
	width: 458px;
	padding-left: 200px;
}

.brand-price .brand-price-header > li:nth-child(3) {
	width: 158px;
}

.brand-price .brand-price-list-help {
	padding-top: 14px;
	margin-left: 210px;
	position: relative;
	color: #999;
}

.brand-price .brand-price-list-help:before {
	position: absolute;
	left: -14px;
	top: 14px;
	content: '*';
}

.notes-column {
	overflow: hidden;
}

.notes-column > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.notes-column > ul > li {
	margin-bottom: 20px;
	padding-left: 18px;
	position: relative;
}

.notes-column > ul > li:before {
	width: 12px;
	height: 1px;
	position: absolute;
	content: '';
	left: 0;
	top: 14px;
	background: #999A9C;
}

.notes-column .notes-column-header {
	min-height: 68px;
	padding-left: 74px;
	margin-bottom: 18px;
	position: relative;
	line-height: 38px;
	font-size: 28px;
	max-width: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.notes-column .notes-column-header:before {
	width: 56px;
	height: 61px;
	position: absolute;
	content: '';
	left: 0;
	top: 6px;
	background: url('images/svg/notes.svg') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price-content {
	background: #ECF5FE;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: -58px;
	padding: 58px 0 40px 0;
	color: #000;
	line-height: 28px;
}

.price-content p {
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

.price-content .price-info {
	padding: 44px 0 50px 0;
	position: relative;
	z-index: 1;
}

.price-content .price-info:before {
	position: absolute;
	width: 975px;
	height: 976px;
	z-index: 1;
	content: '';
	background: url('images/glow.jpg') no-repeat;
	right: 0;
	top: 0;
	-webkit-transform: translateX(20%) translateY(-35%);
	-moz-transform: translateX(20%) translateY(-35%);
	-ms-transform: translateX(20%) translateY(-35%);
	-o-transform: translateX(20%) translateY(-35%);
	transform: translateX(20%) translateY(-35%);
}

.price-content .price-info .notes-column {
	position: relative;
	z-index: 10;
}

.price-content .price-info .price-list {
	width: 800px;
	float: left;
	background: #FFF;
	border-bottom: 3px solid #359eed;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 10;
}

.price-content .price-info .price-list > li {
	border-top: 1px solid #D2DFE5;
	display: table;
	width: 100%;
}

.price-content .price-info .price-list > li:first-child {
	border: none;
}

.price-content .price-info .price-list .pull-left {
	padding: 5px 13px;
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.price-content .price-info .price-list .pull-right {
	padding: 5px 13px;
	float: none;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}

.price-content .price-info .price-list .pull-right > strong {
	font-weight: bold;
	color: #19d30b;
}

.price-content .price-top-text {
	margin-right: 660px;
}

.reasons {
	padding: 85px 0 98px 0;
	background: #ECF5FE;
}

.reasons .clearfix .col > p {
	color: #999;
	position: relative;
	padding-left: 32px;
}

.reasons .clearfix .col > p > span {
	position: absolute;
	left: 0;
	top: 0;
}

.reasons .reasons-list {
	margin: 30px 0 0 -30px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reasons .reasons-list > li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 18px;
	line-height: 26px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 30px;
}

.reasons .reasons-list .reasons-list-box {
	background: #FFF;
	padding: 30px;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;    
    -webkit-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;   
    -webkit-align-content: space-between;   
    -ms-flex-line-pack: justify;   
    align-content: space-between;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header {
	display: table;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-image {
	display: table-cell;
	vertical-align: top;
	width: 178px;
	height: 127px;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-image img {
	width: 178px;
	height: 127px;
	display: block;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-link {
	display: table-cell;
	vertical-align: middle;
	padding-left: 27px;
	font-size: 28px;
	line-height: 38px;
    color: #359eed;
}

.reasons .reasons-list .reasons-list-box .reasons-list-price {
	margin-bottom: -9px;    
}

.reasons .reasons-list .reasons-list-box .reasons-list-price > p {
	font-size: 32px;
	line-height: 42px;
	margin: 0;
	color: #000;
}

.reasons .reasons-list .reasons-list-box .reasons-list-price > span {
	display: block;
	color: #999;
}

.reasons .reasons-list .reasons-list-box .reasons-list-text {
	line-height: 28px;
	margin-bottom: 22px;
}

.contact-info {
	background: #ECF5FE;
	overflow: hidden;
	position: relative;
	margin-top: -43px;
	z-index: 1;
	padding: 73px 0 10px 0;
}

.contact-info:before {
	position: absolute;
	width: 975px;
	height: 976px;
	z-index: 1;
	content: '';
	background: url('images/glow.jpg') no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-100%) translateY(-50%);
	-moz-transform: translateX(-100%) translateY(-50%);
	-ms-transform: translateX(-100%) translateY(-50%);
	-o-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%);
}

.contact-info .container {
	position: relative;
	z-index: 10;
}

.contact-info .container > .clearfix {
	margin-bottom: 60px;
}

.contact-info .contact-info-text {
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

.contact-info .contact-info-text > strong {
	font-size: 32px;
	font-weight: bold;
}

.contact-info .contact-info-title {
	line-height: 28px;
	margin-bottom: 6px;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	color: #666;
}

.contact-info .contact-info-title:before {
	position: absolute;
	content: '';
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.contact-info .contact-info-title.contact-info-title-application:before {
	width: 25px;
	height: 28px;
	left: -2px;
	top: 2px;
	background: url('images/svg/bell.svg') no-repeat;
}

.contact-info .contact-info-title.contact-info-title-location:before {
	width: 21px;
	height: 27px;
	left: 0;
	top: 0;
	background: url('images/svg/loc.svg') no-repeat;
}

.contact-info .contact-info-title.contact-info-title-mail:before {
	width: 22px;
	height: 20px;
	left: 0;
	top: 4px;
	background: url('images/svg/mail.svg') no-repeat;
}

.contact-info .contact-info-title.contact-info-title-worktime:before {
	width: 23px;
	height: 28px;
	left: 0;
	top: 2px;
	background: url('images/svg/clock.svg') no-repeat;
}

.contact-requisites {
	padding: 85px 0;
}

.faq {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.faq > li {
	border-top: 1px solid #D2DFE5;
	margin-top: 40px;
	padding-top: 44px;
}

.faq > li:first-child {
	margin: 0;
}

.faq .faq-answer .faq-content {
	color: #666666;
	font-size: 18px;
	line-height: 28px;
}

.faq .faq-answer .faq-title {
	color: #999999;
}

.faq .faq-content {
	overflow: hidden;
}

.faq .faq-question {
	margin-bottom: 21px;
}

.faq .faq-question .faq-content {
	color: #000;
	font-size: 24px;
	line-height: 29px;
}

.faq .faq-question .faq-title {
	color: #19d30b;
}

.faq .faq-title {
	width: 190px;
	padding-right: 20px;
	float: left;
	font-size: 18px;
	line-height: 26px;
}

.page-404 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: table;
	width: 100%;
}

.page-404 .page-404-content {
	display: table-cell;
	padding: 20px 0;
	vertical-align: middle;
	text-align: center;
}

.page-404 .page-404-content .button {
	margin: 18px 0 60px 0;
}

.page-404 .page-404-content .logo-big {
	margin: 0 auto 44px;
}

.page-404 .page-404-content .page-404-copyright {
	font-size: 14px;
	line-height: 17px;
	color: #999;
	padding: 0 20px;
}

.page-404 .page-404-content .page-404-main {
	height: 607px;
	color: #000;
	background: url('images/404.jpg') no-repeat center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 20px 0 20px;
}

.page-404 .page-404-content .page-404-main .page-404-header {
	font-size: 42px;
	line-height: 54px;
	height: 515px;
}

.page-404 .page-404-content .page-404-main .page-404-text {
	font-size: 18px;
	line-height: 26px;
}

.page-404-body {
	padding: 0;
}

.ask {
	background: #359FED;
	padding: 45px 0;
}

.ask .ask-form {
	padding-top: 3px;
}

.ask .ask-form.col {
	width: auto;
	float: none;
}

.ask .ask-form > span {
	display: block;
	color: #FFF;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 10px;
	max-width: 600px;
}

.ask .ask-form .ask-form-half {
	margin: 0 0 20px -30px;
}

.ask .ask-form .ask-form-half > fieldset {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}

.ask .ask-form .ask-form-input {
	overflow: hidden;
	padding-right: 22px;
}

.ask .ask-form .ask-form-textarea .button {
	margin-top: 100px;
}

.ask .ask-form .button {
	float: right;
}

.ask .ask-form .textarea,
.ask .ask-form .textfield {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.ask .ask-form .textarea::-webkit-input-placeholder,
.ask .ask-form .textfield::-webkit-input-placeholder {
	color: #FFFFFF;
}

.ask .ask-form .textarea::-moz-placeholder,
.ask .ask-form .textfield::-moz-placeholder {
	color: #FFFFFF;
}

.ask .ask-form .textarea .placeholder,
.ask .ask-form .textfield .placeholder {
	color: #FFFFFF;
}

.ask .ask-title {
	color: #FFF;
	font-size: 42px;
	line-height: 51px;
}

.ask .ask-title > span {
	font-weight: bold;
	display: block;
}

.brands-line {
	padding: 90px 0 100px 0;
	overflow: hidden;
}

.brands-line .brands-list ul {
	-webkit-transform: translateX(-14px);
	-moz-transform: translateX(-14px);
	-ms-transform: translateX(-14px);
	-o-transform: translateX(-14px);
	transform: translateX(-14px);
}

.brands-line .brands-list ul > li:nth-child(9n+1) {
	left: 0;
	top: 0;
	z-index: 10;
}

.brands-line .brands-list ul > li:nth-child(9n+2) {
	left: 20%;
	top: 0;
	z-index: 10;
}

.brands-line .brands-list ul > li:nth-child(9n+3) {
	left: 40%;
	top: 0;
	z-index: 10;
}

.brands-line .brands-list ul > li:nth-child(9n+4) {
	left: 60%;
	top: 0;
	z-index: 10;
}

.brands-line .brands-list ul > li:nth-child(9n+5) {
	left: 80%;
	top: 0;
	z-index: 10;
}

.brands-line .brands-list ul > li:nth-child(9n+6) {
	left: 0;
	top: 124px;
	z-index: 1;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.brands-line .brands-list ul > li:nth-child(9n+7) {
	left: 20%;
	top: 124px;
	z-index: 1;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.brands-line .brands-list ul > li:nth-child(9n+8) {
	left: 40%;
	top: 124px;
	z-index: 1;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.brands-line .brands-list ul > li:nth-child(9n+9) {
	left: 60%;
	top: 124px;
	z-index: 1;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}

.brands-line .brands-list-button {
	top: 124px;
	left: 80%;
	-webkit-transform: translateX(26px);
	-moz-transform: translateX(26px);
	-ms-transform: translateX(26px);
	-o-transform: translateX(26px);
	transform: translateX(26px);
}

.brands-list {
	position: relative;
	margin-top: 11px;
	height: 271px;
}

.brands-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 10;
}

.brands-list ul > li {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.brands-list ul > li.visible {
	opacity: 1;
	visibility: visible;
}

.brands-list .brands-list-button {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 50%;
	-webkit-appearance: none;
	font-family: 'Roboto', 'Arial', 'Helvetica', 'Nimbus Sans L', sans-serif;
	background: none;
	overflow: visible;
	width: 147px;
	height: 147px;
	background: #FFF;
	margin: 0 14.7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
}

.brands-list .brands-list-button .polygon-box {
	width: 102.9px;
	height: 147px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.brands-list .brands-list-button .polygon-box:after,
.brands-list .brands-list-button .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 73.5px 36.75px;
	z-index: 2;
}

.brands-list .brands-list-button .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.brands-list .brands-list-button .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.brands-list .brands-list-button .polygon-box img,
.brands-list .brands-list-button .polygon-box svg,
.brands-list .brands-list-button .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 147px;
	max-width: 147px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.brands-list .brands-list-button .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.brands-list .brands-list-button:hover .polygon-box {
	background: #63C3FF;
}

.brands-list .brands-list-button:hover .polygon-box:after {
	border-right-color: #63C3FF;
}

.brands-list .brands-list-button:hover .polygon-box:before {
	border-left-color: #63C3FF;
}

.brands-list .brands-list-button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.brands-list .brands-list-button:active .polygon-box {
	background: #1F669C;
}

.brands-list .brands-list-button:active .polygon-box:after {
	border-right-color: #1F669C;
}

.brands-list .brands-list-button:active .polygon-box:before {
	border-left-color: #1F669C;
}

.brands-list .brands-list-button .polygon-box {
	background: #359eed;
	display: block;
	-webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
	-moz-transition: background 0.2s ease, -moz-box-shadow 0.2s ease;
	-o-transition: background 0.2s ease, box-shadow 0.2s ease;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.brands-list .brands-list-button .polygon-box:after {
	border-right-color: #359eed;
	-webkit-transition: border-right-color 0.2s ease;
	-moz-transition: border-right-color 0.2s ease;
	-o-transition: border-right-color 0.2s ease;
	transition: border-right-color 0.2s ease;
}

.brands-list .brands-list-button .polygon-box:before {
	border-left-color: #359eed;
	-webkit-transition: border-left-color 0.2s ease;
	-moz-transition: border-left-color 0.2s ease;
	-o-transition: border-left-color 0.2s ease;
	transition: border-left-color 0.2s ease;
}

.brands-list .brands-list-button .polygon-box > span {
	position: absolute;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

.brands-list .brands-list-logo {
	width: 147px;
	height: 147px;
	background: #FFF;
	margin: 0 14.7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	box-shadow: 0 14.7px 49px rgba(53, 158, 237, 0.25);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.brands-list .brands-list-logo .polygon-box {
	width: 102.9px;
	height: 147px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.brands-list .brands-list-logo .polygon-box:after,
.brands-list .brands-list-logo .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 73.5px 36.75px;
	z-index: 2;
}

.brands-list .brands-list-logo .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.brands-list .brands-list-logo .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.brands-list .brands-list-logo .polygon-box img,
.brands-list .brands-list-logo .polygon-box svg,
.brands-list .brands-list-logo .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 110px;
	max-width: 100px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.brands-list .brands-list-logo .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.brands-list .brands-list-logo .polygon-box > img {
	-webkit-transform: translateX(-50%) translateY(-65%);
	-moz-transform: translateX(-50%) translateY(-65%);
	-ms-transform: translateX(-50%) translateY(-65%);
	-o-transform: translateX(-50%) translateY(-65%);
	transform: translateX(-50%) translateY(-65%);
}

.brands-list .brands-list-logo .polygon-box > span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 17px;
	text-align: center;
	color: #359eed;
	font-size: 16px;
	line-height: 28px;
	white-space: nowrap;
}

.facts {
	background: #ECF5FE;
	overflow: hidden;
	padding: 40px 0 22px 0;
}

.facts .facts-list {
	margin: 0 -20px 0 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	position: relative;
	z-index: 5;
}

.facts .facts-list > li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 0 104px;
	margin-bottom: 60px;
	position: relative;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: normal;
    min-height: 80px;
}

.facts .facts-list > li:before {
	position: absolute;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	content: '';
}

.facts .facts-list > li:nth-child(1):before {
	width: 59px;
	height: 69px;
	top: -2px;
	left: 7px;
	background: url('images/svg/facts-1.svg') no-repeat;
}

.facts .facts-list > li:nth-child(2):before {
	width: 81px;
	height: 65px;
	top: 0;
	left: -3px;
	background: url('images/svg/facts-2.svg') no-repeat;
}

.facts .facts-list > li:nth-child(3):before {
	width: 74px;
	height: 64px;
	top: 0;
	left: 2px;
	background: url('images/svg/facts-3.svg') no-repeat;
}

.facts .facts-list > li:nth-child(4):before {
	width: 83px;
	height: 70px;
	top: -6px;
	left: -7px;
	background: url('images/svg/facts-4.svg') no-repeat;
}

.facts .facts-list > li:nth-child(5):before {
	width: 83px;
	height: 78px;
	top: -1px;
	left: 3px;
	background: url('images/svg/facts-5.svg') no-repeat;
}

.facts .facts-list > li:nth-child(6):before {
	width: 57px;
	height: 84px;
	top: -5px;
	left: 9px;
	background: url('images/svg/facts-6.svg') no-repeat;
}

.facts .facts-list > li > span {
	display: block;
	max-width: 400px;
}

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

.facts .section-title:before {
	position: absolute;
	width: 975px;
	height: 976px;
	z-index: 1;
	content: '';
	background: url('images/glow.jpg') no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-40%);
	-moz-transform: translateX(-40%) translateY(-40%);
	-ms-transform: translateX(-40%) translateY(-40%);
	-o-transform: translateX(-40%) translateY(-40%);
	transform: translateX(-40%) translateY(-40%);
}

.facts .section-title > h2 {
	position: relative;
	z-index: 10;
}

.map {
	padding-bottom: 100px;
}

.map + .brands-list {
	margin-top: -18px;
}

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

.map .col-5 {
	position: relative;
	z-index: 10;
}

.map .map-form {
	padding-top: 3px;
}

.map .map-form .button {
	float: right;
	margin-left: 34px;
}

.map .map-form .map-form-select {
	margin-bottom: 19px;
}

.map .map-image {
	display: block;
	margin-left: -44px;
}

.notes {
	padding: 90px 0;
}

.notes .notes-list {
	margin: 0 -31px -20px -18px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.notes .notes-list > li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 31px 0 18px;
	position: relative;
}

.notes .notes-list > li:before {
	width: 12px;
	height: 1px;
	position: absolute;
	content: '';
	left: 0;
	top: 14px;
	background: #999A9C;
}

.order {
	border: 4px solid #19d30b;
	padding: 42px 46px 44px 48px;
	background: #FFf;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.order .order-main {
	float: right;
	width: 584px;
	line-height: 28px;
	padding-top: 6px;
}

.order .order-main .order-form {
	padding-top: 16px;
}

.order .order-main .order-form .button {
	float: right;
	margin-left: 40px;
}

.order .section-title {
	float: left;
	width: 430px;
}

.order .section-title > h2 {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.order .section-title > h2:after {
	display: none;
}

.modal {
	display: none;
}

.modal .modal-content {
	background: #FFF;
	border: 4px solid #359eed;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	width: 460px;
	height: 420px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px 30px 30px;
	line-height: 28px;
}

.modal .modal-content .modal-form {
	margin-top: -10px;
	padding: 0 13px;
}

.modal .modal-content .modal-form .button {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	margin: 0;
}

.modal .modal-content .modal-form .modal-form-input {
	margin: 0 -13px 20px -13px;
}

.modal .modal-content .modal-form .modal-form-input .textfield {
	text-align: center;
}

.modal .modal-content .modal-header {
	padding: 0 25px;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

.modal .modal-content .modal-header > span {
	font-weight: bold;
	display: block;
	color: #19d30b;
}

.modal .modal-content .modal-text {
	font-size: 24px;
	line-height: 32px;
	max-width: 350px;
	margin: 0 auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close {
	position: absolute;
	top: 28px;
	right: 17px;
	width: 39px;
	height: 39px;
	cursor: pointer;
	z-index: 8040;
	background: url('images/close.png') no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.88);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

a.phone {
    color: #333 !important;
    text-decoration: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.2916666666666667), only screen and (-o-min-device-pixel-ratio: 31/24), only screen and (min-resolution: 124dpi), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 4/3), (min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13/10), (min-resolution: 1.3dppx) {

.logo {
	background: url('images/logo@2x.png') no-repeat;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

}

@media only screen and (max-width: 1280px) {

.homepage-intro {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.homepage-intro .container {
	height: 534px;
}

.homepage-intro .homepage-intro-text {
	max-width: none;
	padding-right: 440px;
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.homepage-intro .homepage-intro-text > h1 {
	font-size: 56px;
	line-height: 66px;
	margin: 0 0 18px 0;
}

.homepage-intro .homepage-intro-text > h1:after {
	display: none;
}

.homepage-intro .homepage-intro-text > p {
	font-size: 24px;
	line-height: 32px;
}

.homepage-intro .homepage-recall {
	left: auto;
	right: 0;
	width: 306px;
	margin-left: 0;
}

.homepage-intro .homepage-recall .homepage-recall-content {
	padding: 30px 10px 0 10px;
}

.page-404 .page-404-content .page-404-main {
	-moz-background-size: auto 490px;
	-o-background-size: auto 490px;
	background-size: auto 490px;
	background-position: center top;
	padding: 10px 20px 0 0;
	height: 550px;
}

}

@media only screen and (max-width: 1240px) {

.page-header .page-header-image {
	margin-right: -140px;
}

.set-mode {
	z-index: 1240;
}

header {
	text-align: center;
}

header .title {
	float: none;
	margin: 0;
	font-size: 15px;
}
header .header-recall {
	float: none;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	padding-top: 0px;
}


.articles-list > li {
	font-size: 20px;
	line-height: 28px;
}

.notes-column {
	padding-top: 30px;
}

.notes-column > ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin-bottom: -20px;
}

.notes-column > ul > li {
	width: 50%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: normal;
}

.notes-column .notes-column-header {
	text-align: center;
	padding: 0;
	max-width: none;
	line-height: 61px;
}

.notes-column .notes-column-header:before {
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
}

.price-content {
	margin-top: -30px;
	padding: 30px 0 40px 0;
}

.price-content .price-info {
	padding: 30px 0;
}

.price-content .price-info .price-list {
	float: none;
	width: auto;
	margin: 0;
}

.price-content .price-top-text {
	margin: 0;
}

.map .map-image {
	margin: 0;
}

}

@media only screen and (max-width: 1200px) {

.advantages {
	padding: 47px 0 44px;
	text-align: center;
}

.advantages .advantages-list .advantages-image {
	float: none;
	margin: 0 auto 6px;
}

.advantages .advantages-list .col {
	padding: 0;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content {
	padding: 15px 20px 0 20px;
}

.price {
	padding-bottom: 64px;
	overflow: hidden;
}

.price .section-title > p {
	display: none;
}

.price .price-slider {
	margin-top: 62px;
}

.price .price-slider .price-slider-image {
	width: 224px;
	height: 224px;
	background: #FFF;
	margin: 0 22.4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 22.4px 74.66666667px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 22.4px 74.66666667px rgba(53, 158, 237, 0.25);
	box-shadow: 0 22.4px 74.66666667px rgba(53, 158, 237, 0.25);
	top: -40px;
}

.price .price-slider .price-slider-image .polygon-box {
	width: 156.8px;
	height: 224px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.price .price-slider .price-slider-image .polygon-box:after,
.price .price-slider .price-slider-image .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 112px 56px;
	z-index: 2;
}

.price .price-slider .price-slider-image .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.price .price-slider .price-slider-image .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.price .price-slider .price-slider-image .polygon-box img,
.price .price-slider .price-slider-image .polygon-box svg,
.price .price-slider .price-slider-image .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 224px;
	max-width: 224px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.price .price-slider .price-slider-image .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price .price-slider .price-slider-image ul > li {
	height: 224px;
}

.price .price-slider .price-slider-image .polygon-box img {
	max-width: 160px;
	max-height: 160px;
}

.price .price-slider .price-slider-nav {
	height: auto;
	text-align: center;
	max-width: 598px;
	margin: 0 auto;
}

.price .price-slider .price-slider-nav:before,
.price .price-slider .price-slider-nav:after {
	display: table;
	line-height: 0;
	content: '';
}

.price .price-slider .price-slider-nav:after {
	clear: both;
}

.price .price-slider .price-slider-nav > ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: -30px;
}

.price .price-slider .price-slider-nav > ul > li {
	margin: 0 7px 30px 7px;
}

.price .price-slider .price-slider-nav > ul > li:first-child {
	margin: 0 7px 30px 7px;
}

.price .price-slider .price-slider-text {
	margin: 0 38px 62px 100px;
	padding-left: 200px;
}

.order .order-main {
	float: none;
	width: auto;
}

.order .order-main .order-form {
	padding: 0;
}

.order .section-title {
	float: none;
	width: auto;
	text-align: center;
	margin: 0;
}

}

@media only screen and (max-width: 1100px) {

h2 > span {
	display: inline;
}

.check-list > li:before {
	top: 20px;
}

.col-4 .section-title > p {
	max-width: none;
}

.col-6 .section-title > h2 {
	max-width: none;
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
	width: auto;
	float: none;
	padding-right: 0;
	text-align: center;
}

.section {
	margin: 62px 0;
}

.section + .brands-line {
	padding: 0 0 62px 0;
}

.section + .brands-line + .notes {
	padding-top: 0;
}

.section-title {
	margin-bottom: 40px;
}

.section-title > h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.section-title > h2:after {
	left: 50%;
	margin-left: -51px;
}

.section-title > p:last-child {
	margin: 0;
}

.set-mode {
	z-index: 1100;
}

.simple-text-table tr > td:first-child {
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.benefits .col-4 .section-title > h2 > span {
	display: block;
}

.brands {
	padding-bottom: 35px;
	margin: 0;
}

.malfunctions {
	margin-bottom: 62px;
}

.malfunctions .malfunctions-form {
	padding: 30px 40px 40px 40px;
}

.malfunctions .malfunctions-form:before {
	display: none;
}

.malfunctions .malfunctions-form .clearfix {
	max-width: none;
}

.malfunctions .malfunctions-form .malfunctions-form-header {
	margin-bottom: 20px;
}

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

.malfunctions .malfunctions-info .col {
	text-align: center;
}

.malfunctions .malfunctions-info .bx-pager {
	margin: 14px auto 40px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 0;
	top: 0;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content {
	padding: 15px 30px 0 30px;
}

.malfunctions .malfunctions-info .section-title > p {
	padding-left: 0;
	min-height: 0;
	background: none;
}

.price .price-recall {
	padding: 30px 40px 40px 40px;
}

.reviews {
	padding-top: 62px;
}

.reviews .review {
	margin: 0 auto;
}

.storage {
	padding-top: 65px;
}

.storage .storage-image {
	margin: 0;
}

.storage .storage-text {
	max-width: none;
}

.brand-intro {
	padding: 24px 0;
}

.brand-intro .col-4 {
	float: left;
	width: 310px;
}

.brand-intro .brand-intro-image {
	padding: 10px 10px 0 0;
}

.brand-intro .brand-intro-image img {
	max-width: 230px;
}

.brand-intro .brand-intro-image img {
	max-width: 100%;
}

.brand-price {
	padding: 62px 0 72px 0;
}

.brand-price .brand-price-box {
	margin-bottom: 10px;
}

.brand-price .brand-price-box .brand-price-image {
	margin: 0;
	padding: 20px 0 20px 20px;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info {
	display: block;
	position: relative;
	padding-right: 200px;
	width: auto;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info > div {
	display: block;
	height: auto;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-problem {
	width: auto;
	padding: 0;
	margin-bottom: 10px;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-solution {
	padding: 0;
	border: none;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-value {
	width: 180px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}

.brand-price .brand-price-header {
	margin: 20px 0;
	display: block;
	position: relative;
	padding: 20px 200px 20px 20px;
	width: auto;
}

.brand-price .brand-price-header:before,
.brand-price .brand-price-header:after {
	display: table;
	line-height: 0;
	content: '';
}

.brand-price .brand-price-header:after {
	clear: both;
}

.brand-price .brand-price-header > li {
	display: block;
	padding: 0;
}

.brand-price .brand-price-header > li:nth-child(1) > br,
.brand-price .brand-price-header > li:nth-child(2) > br {
	display: none;
}

.brand-price .brand-price-header > li:nth-child(1) {
	width: auto;
	padding: 0;
}

.brand-price .brand-price-header > li:nth-child(3) {
	width: auto;
	position: absolute;
	width: 180px;
	top: 20px;
	right: 20px;
	text-align: right;
}

.brand-price .brand-price-header > li:nth-child(3) {
	top: 10px;
}

.brand-price .brand-price-list-help {
	padding-top: 12px;
	margin: 0;
}

.brand-price .brand-price-list-help:before {
	top: 12px;
}

.reasons {
	padding: 62px 0;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-link {
	font-size: 24px;
	line-height: 32px;
}

.contact-info .col-4 {
	float: left;
	width: 50%;
	text-align: left;
}

.contact-requisites {
	padding: 60px 0;
}

.ask .ask-form > span {
	max-width: none;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 24px;
}

.ask .ask-title {
	margin-bottom: 14px;
}

.brands-line {
	padding: 40px 0 50px 0;
}

.map {
	padding-bottom: 62px;
}

.map .map-form {
	max-width: 500px;
	margin: 0 auto;
}

.map .map-image {
	max-width: 500px;
	margin: 30px auto 0;
}

.notes {
	padding: 62px 0;
}

.order {
	padding: 20px 30px 30px 30px;
}

}

@media only screen and (max-width: 1000px) {

.page-header .page-header-content > h1 {
	font-size: 32px;
	line-height: 43px;
	padding: 15px 31px;
}

.page-header .page-header-content .page-header-text {
	font-size: 20px;
	line-height: 28px;
	padding-top: 30px;
}

.page-header .page-header-image {
	height: 289px;
}

.page-header .page-header-image + .page-header-content > h1 {
	margin-right: -100px;
}

.articles-list {
	margin: 0 0 -20px -20px;
}

.articles-list > li {
	padding-left: 20px;
	margin-bottom: 20px;
}

.articles-list .articles-list-box .articles-list-box-text {
	min-height: 112px;
}

.brands-list {
	margin: 0 -31px;
}

}

@media only screen and (max-width: 900px) {

h2 {
	font-size: 32px;
	line-height: 38px;
}
.informer{
    display: none !important;
}
.hint p {
    text-align: center;
} 
.container {
	padding: 0 20px;
}

.gallery-list {
	margin-left: -20px;
}

.gallery-list > li {
	padding-left: 20px;
}

.hint {
	padding: 20px;
	display: block;
}

.hint .hint-title {
	display: block;
	margin-bottom: 18px;
	padding: 0;
	text-align: center;
	width: auto;
	height: auto;
}

.hint .hint-title > div {
	padding: 0;
}

.hint .hint-title > div:before {
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.hint .hint-title .hint-title-advice {
	line-height: 73px;
}

.hint .hint-title .hint-title-attention {
	line-height: 67px;
}

.page-header .page-header-content > h1 {
	padding: 15px 20px;
}

.page-header .page-header-content .page-header-text {
	padding-left: 20px;
}

.section-title {
	margin-bottom: 27px;
}

.advantages {
	padding: 30px 0 62px 0;
}

.benefits .benefits-list .benefits-text-cell > span {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}

.benefits .col .extra-badge {
	display: none;
}

.benefits .section-title {
	padding: 0;
}

.brands .brands-box {
	margin-top: 10px;
	overflow: visible;
}

.brands .brands-box:before {
	display: none;
}

.brands .brands-box .brands-list {
	float: none;
	margin: 0 auto;
}

.brands .brands-text > p.big {
	font-size: 24px;
	line-height: 34px;
}

.homepage-intro {
	background: none;
	height: auto;
}

.homepage-intro .container {
	height: auto;
}

.homepage-intro .homepage-intro-text {
	background-image: url('images/home.jpg');
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 210px 60px 20px 60px;
	margin: 0 -20px;
	position: relative;
	left: 0;
	bottom: 0;
	width: auto;
}

.homepage-intro .homepage-recall {
	position: relative;
	left: 0;
	top: 0;
	margin: 30px 0 0 0;
	width: auto;
	border: 5px solid #359eed;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	padding: 17px 30px 30px 30px;
	-webkit-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	-moz-box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
	box-shadow: 0 13px 32px rgba(53, 158, 237, 0.16);
}

.homepage-intro .homepage-recall:before {
	display: none;
}

.homepage-intro .homepage-recall .homepage-recall-content {
	padding: 0;
	max-width: none;
	height: auto;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form {
	float: none;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .button {
	float: right;
	margin-left: 32px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .homepage-recall-form-input {
	overflow: hidden;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .textfield {
	margin: 0;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-header {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 8px;
	text-align: center;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-text {
	text-align: center;
	margin-bottom: 30px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-text > span {
	display: inline;
	margin: 0 7px;
	white-space: nowrap;
}

.malfunctions {
	margin-bottom: 42px;
}

.malfunctions .malfunctions-form {
	padding: 20px 30px 30px 30px;
}

.malfunctions .malfunctions-form .button {
	float: none;
	margin: 20px 0 0 0;
	width: 100%;
	display: block;
	padding: 0;
}

.malfunctions .malfunctions-form .malfunctions-form-header {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	text-align: center;
}

.malfunctions .malfunctions-info .bx-pager .bx-pager-item {
	margin-left: 16px;
}

.malfunctions .malfunctions-info .bx-pager .bx-pager-item .bx-pager-link {
	width: 14px;
	height: 14px;
}

.malfunctions .malfunctions-info .malfunctions-slider {
	margin: 0 -10px -30px -10px;
}

.malfunctions .malfunctions-info .malfunctions-slider ul > li {
	padding: 0 10px 30px 10px;
}

.malfunctions .malfunctions-info .malfunctions-slider-box {
	-webkit-box-shadow: 0 10px 18px rgba(53, 158, 237, 0.3);
	-moz-box-shadow: 0 10px 18px rgba(53, 158, 237, 0.3);
	box-shadow: 0 10px 18px rgba(53, 158, 237, 0.3);
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content {
	height: 228px;
	padding: 18px 20px 0 20px;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content > p {
	padding: 0;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content > p:before {
	display: none;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content > span {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
}

.price .price-recall {
	padding: 20px 30px 30px 30px;
}

.price .price-recall .price-recall-header {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}

.reviews {
	padding-bottom: 120px;
}

.reviews .review .extra-badge {
	left: 30px;
	bottom: 0;
	-webkit-transform: translateY(50%) rotate(-15deg);
	-moz-transform: translateY(50%) rotate(-15deg);
	-ms-transform: translateY(50%) rotate(-15deg);
	-o-transform: translateY(50%) rotate(-15deg);
	transform: translateY(50%) rotate(-15deg);
}

.reviews .review .more-link {
	left: auto;
	right: 45px;
}

.reviews .review .review-content .review-text {
	font-size: 16px;
	line-height: 24px;
}

.reviews .review .review-content .review-text > p:last-child {
	margin: 0;
}

.brand-intro .col-4 {
	width: 230px;
}

.brand-price {
	padding: 40px 0;
}

.brand-price .brand-price-header {
	padding: 10px 200px 10px 20px;
}

.price-content {
	margin-top: 20px;
}

.reasons .reasons-list {
	margin: 0;
}

.reasons .reasons-list > li {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	width: auto;
}

.page-404 .page-404-content .button {
	margin: 18px 0 40px 0;
}

.page-404 .page-404-content .page-404-main {
	-moz-background-size: auto 344px;
	-o-background-size: auto 344px;
	background-size: auto 344px;
	padding: 0 20px;
	height: 400px;
}

.page-404 .page-404-content .page-404-main .page-404-header {
	height: 370px;
}

.brands-list {
	margin: 0 -20px;
}

.facts .facts-list {
	max-width: 600px;
	margin: 0 auto;
}

.facts .facts-list > li {
	width: auto;
	display: block;
}

.map .col-5 .section-title p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.notes .notes-list {
	margin: 0 -20px -20px -10px;
}

}

@media only screen and (max-width: 767px) {

body {
	padding-top: 80px;
}

body.scroll-down {
	padding-top: 0;
}

body.scroll-down header {
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}

body.scroll-up {
	padding-top: 80px;
}

body.scroll-up header {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.btn-call {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-repeat: no-repeat !important;
    background-position: 50% !important; 
    background-size: 45% !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);    
}

.check-list > li:before {
	top: 0;
}

.container {
	padding: 0 10px;
}

.content {
	padding: 30px 0;
}

.gallery-list {
	margin: 0;
}

.gallery-list > li {
	padding: 0;
	width: auto;
	display: block;
	margin-bottom: 20px;
}

.logo {
	width: 98px;
	height: 22px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.page-header {
	padding: 0;
}

.page-header .page-header-content > h1 {
	padding: 15px 10px;
}

.page-header .page-header-content > h1 {
	font-size: 24px;
	line-height: 33px;
	padding: 10px;
}

.page-header .page-header-content .page-header-text {
	padding: 0 10px;
	margin-top: 300px;
	max-width: none;
}

.page-header .page-header-content .page-header-text.page-header-text-lite {
	max-width: none;
}

.page-header .page-header-image {
	float: none;
	position: absolute;
	top: 0;
	right: -140px;
	z-index: 1;
	margin: 0;
	max-width: none;
}

.page-header .page-header-image + .page-header-content > h1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	margin: 0 15% 0 0;
	min-width: 40%;
}

.section {
	margin: 40px 0;
}

.section + .brands-line {
	padding: 0 0 40px 0;
}

.set-mode {
	z-index: 767;
}

.simple-text-table tr > td:first-child {
	width: 50%;
	padding-right: 10px;
}

.textarea {
	height: 102px;
}

header {
	height: 80px;
}

header .header-recall {
	padding-top: 0;
}

.advantages {
	padding: 20px 0 60px 0;
	text-align: center;
}

.advantages .advantages-list {
	max-width: 350px;
	margin: 0 auto;
}

.advantages .advantages-list > li {
	width: auto;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}

.advantages .advantages-list > li:before,
.advantages .advantages-list > li:after {
	display: table;
	line-height: 0;
	content: '';
}

.advantages .advantages-list > li:after {
	clear: both;
}

.advantages .advantages-list > li:nth-child(1) {
	z-index: 3;
}

.advantages .advantages-list > li:nth-child(2) {
	z-index: 2;
}

.advantages .advantages-list > li:nth-child(3) {
	z-index: 1;
}

.advantages .advantages-list .advantages-image {
	float: left;
	margin: 0 20px 0 0;
}

.advantages .advantages-list .col {
	padding-top: 2px;
}

.benefits {
	padding: 40px 0 36px 0;
}

.benefits .benefits-list .benefits-icon-cell {
	width: 193px;
}

.benefits .benefits-list .benefits-text-cell {
	color: #666;
}

.brands {
	overflow: hidden;
}

.brands .brands-box {
	height: auto;
}

.brands .brands-box .brands-list {
	width: 448px;
	margin: 0 auto;
	height: 591px;
}

.brands .brands-box .brands-list ul > li {
	position: absolute;
	left: -999px !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands .brands-box .brands-list ul > li.visible {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	float: left;
}

.brands .brands-box .brands-list ul > li:nth-child(odd) {
	margin-left: 62px;
	float: left;
}

.brands .brands-box .brands-list ul > li:nth-child(n+10):nth-child(odd) {
	margin-left: 0;
	float: right;
}

.brands .brands-box .brands-list ul > li:nth-child(even) {
	float: right;
}

.brands .brands-box .brands-list ul > li:nth-child(n+10):nth-child(even) {
	margin-left: 62px;
	float: left;
}

.brands .brands-box .brands-list ul > li:nth-child(n+3) {
	margin-top: -36px;
}

.brands .brands-box .brands-list ul > li:nth-child(10),
.brands .brands-box .brands-list ul > li:nth-child(11) {
	margin-top: 0 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+3),
.brands .brands-box .brands-list ul > li:nth-child(9n+4),
.brands .brands-box .brands-list ul > li:nth-child(9n+7),
.brands .brands-box .brands-list ul > li:nth-child(9n+8) {
	-webkit-transform: translateX(-62px);
	-moz-transform: translateX(-62px);
	-ms-transform: translateX(-62px);
	-o-transform: translateX(-62px);
	transform: translateX(-62px);
}

.brands .brands-box .brands-list ul > li:nth-child(9n+1) {
	z-index: 10 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+2) {
	z-index: 9 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+3) {
	z-index: 8 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+4) {
	z-index: 7 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+5) {
	z-index: 6 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+6) {
	z-index: 5 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+7) {
	z-index: 4 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+8) {
	z-index: 3 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+9) {
	z-index: 2 !important;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+6),
.brands .brands-box .brands-list ul > li:nth-child(9n+9) {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands .brands-box .brands-list .brands-list-button {
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	-webkit-transform: translateX(-22px);
	-moz-transform: translateX(-22px);
	-ms-transform: translateX(-22px);
	-o-transform: translateX(-22px);
	transform: translateX(-22px);
}

.hint .hint-title .hint-title-advice {
	line-height: 36px;
}

.hint .hint-title .hint-title-advice:before {
	display: block;
	margin: 0 auto;
}

.homepage-intro .container > p {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin: 15px 0 21px 0;
}

.homepage-intro .homepage-intro-text {
	padding: 220px 0 15px 0;
}

.homepage-intro .homepage-intro-text br {
	display: none;
}

.homepage-intro .homepage-intro-text > h1 {
	text-align: center;
	line-height: 37px;
	font-size: 32px;
	margin: 0;
}

.homepage-intro .homepage-intro-text .rotate-text {
	text-align: left;
	width: 140px;
}

.homepage-intro .homepage-recall {
	margin: 0;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form {
	padding: 0 13px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .button {
	float: none;
	margin: 20px 0 0 0;
	width: 100%;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .homepage-recall-form-input {
	margin: 0 -13px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-form .textfield {
	text-align: center;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-text {
	margin-bottom: 12px;
}

.malfunctions {
	overflow: hidden;
}

.malfunctions .malfunctions-form .clearfix {
	padding: 0 13px;
}

.malfunctions .malfunctions-form .clearfix .col {
	margin: 0 -13px;
}

.malfunctions .malfunctions-form .clearfix .textfield {
	text-align: center;
}

.malfunctions .malfunctions-info .bx-pager {
	margin: 14px auto;
}

.price {
	padding: 42px 0;
}

.price .price-recall .clearfix {
	padding: 0 13px;
}

.price .price-recall .clearfix .col {
	margin: 0 -13px;
	display: block;
}

.price .price-recall .button {
	width: 100%;
	font-size: 12px;
	display: block;
	float: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.price .price-slider {
	margin-top: 33px;
}

.price .price-slider .price-slider-image {
	position: relative;
	top: 0;
	margin: 0 auto;
}

.price .price-slider .price-slider-nav > ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
	float: none;
}

.price .price-slider .price-slider-nav > ul > li {
	margin: 0 5px 25px 5px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	float: none;
}

.price .price-slider .price-slider-nav .price-slider-nav-button {
	width: 67px;
	height: 67px;
	background: #FFF;
	margin: 0 6.7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 6.7px 22.33333333px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 6.7px 22.33333333px rgba(53, 158, 237, 0.25);
	box-shadow: 0 6.7px 22.33333333px rgba(53, 158, 237, 0.25);
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box {
	width: 46.9px;
	height: 67px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:after,
.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 33.5px 16.75px;
	z-index: 2;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box img,
.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box svg,
.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 67px;
	max-width: 67px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.price .price-slider .price-slider-nav .price-slider-nav-button .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price .price-slider .price-slider-nav .price-slider-nav-link {
	width: 67px;
	height: 67px;
	background: #FFF;
	margin: 0 6.7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 6.7px 22.33333333px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 6.7px 22.33333333px rgba(53, 158, 237, 0.25);
	box-shadow: 0 6.7px 22.33333333px rgba(53, 158, 237, 0.25);
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box {
	width: 46.9px;
	height: 67px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:after,
.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 33.5px 16.75px;
	z-index: 2;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box img,
.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box svg,
.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 67px;
	max-width: 67px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box {
	background: #19d30b;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:after {
	border-right-color: #19d30b;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box:before {
	border-left-color: #19d30b;
}

.price .price-slider .price-slider-nav .price-slider-nav-link .polygon-box > span {
	font-size: 12px;
	line-height: 16px;
}

.price .price-slider .price-slider-text {
	background: none;
	height: auto;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.price .price-slider .price-slider-text:after {
	display: none;
}

.price .price-slider .price-slider-text .price-slider-text-box {
	display: block;
	height: auto;
	padding: 22px 0;
}

.price .price-slider .price-slider-text .price-slider-text-box > p {
	font-size: 32px;
	line-height: 42px;
	color: #359eed;
}

.price .price-slider .price-slider-text .price-slider-text-box > span {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 4px;
}

.storage {
	padding-top: 42px;
}

.articles-list {
	margin: 0 0 -10px -10px;
}

.articles-list > li {
	padding-left: 10px;
	margin-bottom: 10px;
	width: 50%;
}

.articles-list .articles-list-box .articles-list-box-text {
	min-height: 84px;
}

.brand-intro {
	padding: 10px 0 20px 0;
}

.brand-intro .col-4 {
	width: 182px;
	margin: 20px auto;
	float: none;
}

.brand-intro .brand-intro-text {
	font-size: 20px;
	line-height: 28px;
}

.brand-price .brand-price-box {
	padding: 20px;
}

.brand-price .brand-price-box .brand-price-image {
	padding: 0;
	margin: 0 20px 20px 0;
}

.brand-price .brand-price-box .brand-price-main {
	display: inline;
	padding: 0;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info {
	padding: 0;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-problem {
	min-height: 138px;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-value {
	width: auto;
	position: relative;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	text-align: left;
	padding-top: 15px;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-value > i {
	display: block;
}

.brand-price .brand-price-header {
	display: none;
}

.notes-column > ul > li {
	width: auto;
	display: block;
	padding-right: 0;
}

.notes-column .notes-column-header {
	line-height: 30px;
	height: 61px;
	text-align: left;
}

.notes-column .notes-column-header:before {
	float: left;
}

.reasons {
	padding: 40px 0;
}

.contact-info {
	margin-top: 20px;
	padding-top: 40px;
}

.contact-info .col-4 {
	float: none;
	width: auto;
	margin-bottom: 30px;
}

.contact-info .container > .clearfix {
	margin: 0 auto 30px;
	max-width: 340px;
}

.contact-info .contact-info-text {
	font-size: 20px;
	line-height: 28px;
}

.faq > li {
	margin-top: 26px;
	padding-top: 26px;
}

.faq .faq-title {
	width: auto;
	float: none;
	margin-bottom: 20px;
	padding: 0;
}

.page-404 .page-404-content {
	padding: 10px 0;
}

.page-404 .page-404-content .page-404-main {
	-moz-background-size: auto 290px;
	-o-background-size: auto 290px;
	background-size: auto 290px;
	padding: 0 10px;
	height: auto;
}

.page-404 .page-404-content .page-404-main .page-404-header {
	height: auto;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 270px;
}

.page-404 .page-404-content .page-404-main .page-404-text {
	max-width: 300px;
	margin: 0 auto;
}

.ask {
	padding-top: 40px;
	overflow: hidden;
}

.ask .ask-form {
	padding: 3px 13px 0 13px;
	display: block;
}

.ask .ask-form > span {
	margin-bottom: 18px;
}

.ask .ask-form .ask-form-half {
	margin: 0 -13px;
}

.ask .ask-form .ask-form-half > fieldset {
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 20px;
}

.ask .ask-form .ask-form-input {
	padding: 0;
	margin: 0 -13px;
}

.ask .ask-form .ask-form-textarea .button {
	margin-top: 20px;
}

.ask .ask-form .button {
	float: none;
	margin: 20px 0 0 0;
	width: 100%;
	display: block;
}

.ask .ask-title {
	font-size: 32px;
	line-height: 39px;
}

.brands-line {
	float: none;
	width: auto;
}

.brands-line:before,
.brands-line:after {
	display: table;
	line-height: 0;
	content: '';
}

.brands-line:after {
	clear: both;
}

.brands-line .brands-list ul > li {
	position: absolute;
	left: -999px !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands-line .brands-list ul > li.visible {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	float: left;
}

.brands-line .brands-list ul > li:nth-child(odd) {
	margin-left: 62px;
	float: left;
}

.brands-line .brands-list ul > li:nth-child(n+10):nth-child(odd) {
	margin-left: 0;
	float: right;
}

.brands-line .brands-list ul > li:nth-child(even) {
	float: right;
}

.brands-line .brands-list ul > li:nth-child(n+10):nth-child(even) {
	margin-left: 62px;
	float: left;
}

.brands-line .brands-list ul > li:nth-child(n+3) {
	margin-top: -36px;
}

.brands-line .brands-list ul > li:nth-child(10),
.brands-line .brands-list ul > li:nth-child(11) {
	margin-top: 0 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+3),
.brands-line .brands-list ul > li:nth-child(9n+4),
.brands-line .brands-list ul > li:nth-child(9n+7),
.brands-line .brands-list ul > li:nth-child(9n+8) {
	-webkit-transform: translateX(-62px);
	-moz-transform: translateX(-62px);
	-ms-transform: translateX(-62px);
	-o-transform: translateX(-62px);
	transform: translateX(-62px);
}

.brands-line .brands-list ul > li:nth-child(9n+1) {
	z-index: 10 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+2) {
	z-index: 9 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+3) {
	z-index: 8 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+4) {
	z-index: 7 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+5) {
	z-index: 6 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+6) {
	z-index: 5 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+7) {
	z-index: 4 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+8) {
	z-index: 3 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+9) {
	z-index: 2 !important;
}

.brands-line .brands-list ul > li:nth-child(9n+6),
.brands-line .brands-list ul > li:nth-child(9n+9) {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.brands-line .brands-list-button {
	left: auto;
	right: 0;
	bottom: 0;
	top: auto;
	-webkit-transform: translateX(-22px);
	-moz-transform: translateX(-22px);
	-ms-transform: translateX(-22px);
	-o-transform: translateX(-22px);
	transform: translateX(-22px);
}

.brands-list {
	width: 448px;
	margin: 0 auto;
	height: 591px;
}

.facts {
	padding-top: 40px;
}

.map {
	padding-top: 30px;
	overflow: hidden;
}

.map .map-image {
	max-width: 100%;
}

.notes .notes-list {
	margin: 0 0 -20px 0;
}

.notes .notes-list > li {
	width: auto;
	display: block;
	padding-right: 0;
}

.order {
	padding: 20px;
}

.order .order-main .order-form {
	padding: 0 13px;
}

.order .order-main .order-form .col {
	margin: 0 -13px;
}

.order .order-main .order-form .button {
	float: none;
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}

.order .section-title > h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
}

}

@media only screen and (max-width: 600px) {

.reviews {
	padding: 40px 0 50px 0;
}

.reviews .review {
	background-image: url('images/review-mobile.jpg');
	min-height: 176px;
	max-width: 460px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
	text-align: center;
}

.reviews .review .extra-badge {
	display: none;
}

.reviews .review .more-link {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}

.reviews .review .review-content {
	padding: 100px 20px 30px 30px;
	text-align: left;
}

.reviews .review .review-content .review-author {
	padding-left: 104px;
}

.reviews .review .review-content .review-author > span {
	display: none;
}

.reviews .review .review-content .review-header {
	padding-left: 70px;
	margin-bottom: 2px;
}

}

@media only screen and (max-width: 540px) {

.modal .modal-content .modal-form .button {
	padding: 0;
	font-size: 11px;
}

}

@media only screen and (max-width: 479px) {

.homepage-intro .homepage-intro-text > h1 > em {
    display: none;
}    
h2 {
	font-size: 28px;
	line-height: 34px;
}
.col.col-t {
    display: block !important;
}
.col p {
    word-wrap: break-word !important;
}
.brands-line .brands-list ul > li:nth-child(n+10):nth-child(even) {
	margin-left: 22px;
	float: left;
}

.check-list > li > span {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}

.page-header .container {
	padding-right: 0;
}

.page-header .page-header-content > h1 {
	margin-right: 40px;
}

.page-header .page-header-content > h1:after {
	display: none;
}

.page-header .page-header-content > h1:before {
	display: none;
}

.page-header .page-header-content .page-header-text {
	font-size: 18px;
	line-height: 28px;
	margin-top: 25px;
}

.page-header .page-header-image {
    top: 80px;
}
.page-header .page-header-image + .page-header-content {
	padding-top: 365px;
    
}

.page-header .page-header-image + .page-header-content > h1 {
	margin: 0;
}

.set-mode {
	z-index: 479;
}

.simple-text-table tr > td {
	font-size: 14px;
	line-height: 24px;
}


header .header-recall > span{
	margin-right: 0;
}
header .header-recall .button {
	display: none;
}

.advantages {
	padding-bottom: 30px;
}

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

.advantages .advantages-list .advantages-image {
	width: 92px;
	height: 92px;
	background: #FFF;
	margin: 0 9.2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 9.2px 30.66666667px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 9.2px 30.66666667px rgba(53, 158, 237, 0.25);
	box-shadow: 0 9.2px 30.66666667px rgba(53, 158, 237, 0.25);
}

.advantages .advantages-list .advantages-image .polygon-box {
	width: 64.4px;
	height: 92px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.advantages .advantages-list .advantages-image .polygon-box:after,
.advantages .advantages-list .advantages-image .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 46px 23px;
	z-index: 2;
}

.advantages .advantages-list .advantages-image .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.advantages .advantages-list .advantages-image .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.advantages .advantages-list .advantages-image .polygon-box img,
.advantages .advantages-list .advantages-image .polygon-box svg,
.advantages .advantages-list .advantages-image .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 92px;
	max-width: 92px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.advantages .advantages-list .advantages-image .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.advantages .advantages-list .advantages-image .advantages-icon-1 {
	width: 60px;
	height: 55px;
}

.advantages .advantages-list .advantages-image .advantages-icon-2 {
	width: 39px;
	height: 67px;
}

.advantages .advantages-list .advantages-image .advantages-icon-3 {
	width: 64px;
	height: 48px;
}

.advantages .advantages-list .col {
	padding: 0 0 0 20px;
}

.benefits .benefits-list .benefits-icon-cell {
	width: auto;
	display: block;
	margin-bottom: 15px;
}

.benefits .benefits-list .benefits-icon-cell .benefits-icon {
	margin: 0 auto;
}

.benefits .benefits-list .benefits-text-cell {
	display: block;
	height: auto;
	text-align: center;
}

.brands .brands-box .brands-list {
	width: 300px;
	height: 478px;
}

.brands .brands-box .brands-list ul > li:nth-child(odd) {
	margin-left: 22px;
}

.brands .brands-box .brands-list ul > li:nth-child(n+3) {
	margin-top: -18px;
}

.brands .brands-box .brands-list ul > li:nth-child(9n+3),
.brands .brands-box .brands-list ul > li:nth-child(9n+4),
.brands .brands-box .brands-list ul > li:nth-child(9n+7),
.brands .brands-box .brands-list ul > li:nth-child(9n+8) {
	-webkit-transform: translateX(-22px);
	-moz-transform: translateX(-22px);
	-ms-transform: translateX(-22px);
	-o-transform: translateX(-22px);
	transform: translateX(-22px);
}

.brands .brands-box .brands-list ul > li:nth-child(n+10):nth-child(even) {
	margin-left: 22px;
}

.homepage-intro .homepage-intro-text {
	padding: 100px 0 15px 0;
}

.homepage-intro .homepage-intro-text > h1 {
	font-size: 28px;
	line-height: 34px;
}

.homepage-intro .homepage-recall {
	padding: 20px;
}

.homepage-intro .homepage-recall .homepage-recall-content .homepage-recall-text > span {
	margin: 0;
	display: block;
}

.malfunctions .malfunctions-form {
	padding: 20px;
}

.malfunctions .malfunctions-form .button {
	font-size: 12px;
}

.malfunctions .malfunctions-form .malfunctions-form-header {
	font-size: 18px;
	line-height: 28px;
}

.malfunctions .malfunctions-info .malfunctions-slider-box .malfunctions-slider-box-content {
	height: 158px;
}
.malfunctions .malfunctions-info .bx-pager{
	display: block;
	margin-left: 25px;
}
.price .price-recall {
	padding: 20px;
}

.price .price-recall .price-recall-header {
	font-size: 20px;
	margin-bottom: 10px;
}

.price .price-slider .price-slider-text .price-slider-text-box > span {
	font-size: 20px;
	line-height: 28px;
}

.articles-list {
	margin: 0;
}

.articles-list > li {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	width: auto;
	font-size: 20px;
	line-height: 28px;
}

.articles-list .articles-list-box .articles-list-box-text {
	padding: 10px;
	min-height: 56px;
}

.brand-intro .brand-intro-text {
	font-size: 18px;
}

.brand-price .brand-price-box .brand-price-image {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
}

.brand-price .brand-price-box .brand-price-image img {
	margin: 0 auto;
    width: 100%;
    height: 100%;
}

.brand-price .brand-price-box .brand-price-main {
	display: block;
}

.brand-price .brand-price-box .brand-price-main .brand-price-info .brand-price-problem {
	min-height: 0;
}

.price-content .price-info .price-list > li {
	font-size: 16px;
	line-height: 24px;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header {
	display: block;
	margin: 0;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-image {
	display: block;
	margin: 0 0 20px 0;
	width: auto;
	height: auto;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-image img {
	margin: 0 auto;
    width: 100%;
    height: 100%;
}

.reasons .reasons-list .reasons-list-box .reasons-list-header .reasons-list-header-link {
	display: block;
	margin: 0 0 20px 0;
	padding-left: 0;
}

.reasons .reasons-list .reasons-list-box .reasons-list-price > p {
	font-size: 28px;
	line-height: 38px;
}

.contact-info .contact-info-text {
	font-size: 18px;
}

.faq .faq-question .faq-content {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

.faq .faq-title {
	margin-bottom: 15px;
}

.page-404 .page-404-content .logo-big {
	width: 225px;
	height: 51px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin: 0 auto 30px;
}

.page-404 .page-404-content .page-404-main {
	-moz-background-size: auto 180px;
	-o-background-size: auto 180px;
	background-size: auto 180px;
	background-position: center center;
}

.page-404 .page-404-content .page-404-main .page-404-header {
	height: auto;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 220px;
}

.ask .ask-title {
	font-size: 28px;
	line-height: 33px;
}

.brands-line .brands-list ul > li:nth-child(odd) {
	margin-left: 22px;
}

.brands-line .brands-list ul > li:nth-child(n+3) {
	margin-top: -18px;
}

.brands-line .brands-list ul > li:nth-child(9n+3),
.brands-line .brands-list ul > li:nth-child(9n+4),
.brands-line .brands-list ul > li:nth-child(9n+7),
.brands-line .brands-list ul > li:nth-child(9n+8) {
	-webkit-transform: translateX(-22px);
	-moz-transform: translateX(-22px);
	-ms-transform: translateX(-22px);
	-o-transform: translateX(-22px);
	transform: translateX(-22px);
}

.brands-list {
	width: 300px;
	height: 558px;
}

.brands-list .brands-list-button {
	width: 110px;
	height: 110px;
	background: #FFF;
	margin: 0 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 11px 36.66666667px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 11px 36.66666667px rgba(53, 158, 237, 0.25);
	box-shadow: 0 11px 36.66666667px rgba(53, 158, 237, 0.25);
}

.brands-list .brands-list-button .polygon-box {
	width: 77px;
	height: 110px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.brands-list .brands-list-button .polygon-box:after,
.brands-list .brands-list-button .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 55px 27.5px;
	z-index: 2;
}

.brands-list .brands-list-button .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.brands-list .brands-list-button .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.brands-list .brands-list-button .polygon-box img,
.brands-list .brands-list-button .polygon-box svg,
.brands-list .brands-list-button .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 110px;
	max-width: 110px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.brands-list .brands-list-button .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.brands-list .brands-list-button .polygon-box {
	background: #359eed;
}

.brands-list .brands-list-button .polygon-box:after {
	border-right-color: #359eed;
}

.brands-list .brands-list-button .polygon-box:before {
	border-left-color: #359eed;
}

.brands-list .brands-list-button .polygon-box > span {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}

.brands-list .brands-list-logo {
	width: 110px;
	height: 110px;
	background: #FFF;
	margin: 0 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 11px 36.66666667px rgba(53, 158, 237, 0.25);
	-moz-box-shadow: 0 11px 36.66666667px rgba(53, 158, 237, 0.25);
	box-shadow: 0 11px 36.66666667px rgba(53, 158, 237, 0.25);
}

.brands-list .brands-list-logo .polygon-box {
	width: 77px;
	height: 110px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	margin: auto;
	display: block;
}

.brands-list .brands-list-logo .polygon-box:after,
.brands-list .brands-list-logo .polygon-box:before {
	top: 0;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 55px 27.5px;
	z-index: 2;
}

.brands-list .brands-list-logo .polygon-box:after {
	right: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
}

.brands-list .brands-list-logo .polygon-box:before {
	left: 100%;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
}

.brands-list .brands-list-logo .polygon-box img,
.brands-list .brands-list-logo .polygon-box svg,
.brands-list .brands-list-logo .polygon-box .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 110px;
	max-width: 110px;
	-webkit-transform: translatex(-50%) translatey(-50%);
	-moz-transform: translatex(-50%) translatey(-50%);
	-ms-transform: translatex(-50%) translatey(-50%);
	-o-transform: translatex(-50%) translatey(-50%);
	transform: translatex(-50%) translatey(-50%);
	z-index: 3;
}

.brands-list .brands-list-logo .polygon-box .svg-icon {
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.brands-list .brands-list-logo .polygon-box > span {
	bottom: 5px;
	font-size: 12px;
	line-height: 24px;
}

.facts .facts-list > li {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

.map .map-form {
	padding: 0 13px;
}

.map .map-form .col {
	margin: 0 -13px;
}

.map .map-form .button {
	margin: 20px 0 0 0;
	float: none;
	width: 100%;
	display: block;
}

.map .map-form .map-form-select {
	margin: 0 -13px 20px -13px;
}

.order .order-main .order-form .button {
	font-size: 12px;
}

.modal .modal-content {
	height: 280px;
}

}

@-webkit-keyframes expand {

0% {
	-webkit-transform: scale3d(1, 0, 1);
}

25% {
	-webkit-transform: scale3d(1, 1.2, 1);
}

50% {
	-webkit-transform: scale3d(1, 0.85, 1);
}

75% {
	-webkit-transform: scale3d(1, 1.05, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
}

}

@-moz-keyframes expand {

0% {
	-webkit-transform: scale3d(1, 0, 1);
	-moz-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

25% {
	-webkit-transform: scale3d(1, 1.2, 1);
	-moz-transform: scale3d(1, 1.2, 1);
	transform: scale3d(1, 1.2, 1);
}

50% {
	-webkit-transform: scale3d(1, 0.85, 1);
	-moz-transform: scale3d(1, 0.85, 1);
	transform: scale3d(1, 0.85, 1);
}

75% {
	-webkit-transform: scale3d(1, 1.05, 1);
	-moz-transform: scale3d(1, 1.05, 1);
	transform: scale3d(1, 1.05, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-o-keyframes expand {

0% {
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

25% {
	-webkit-transform: scale3d(1, 1.2, 1);
	transform: scale3d(1, 1.2, 1);
}

50% {
	-webkit-transform: scale3d(1, 0.85, 1);
	transform: scale3d(1, 0.85, 1);
}

75% {
	-webkit-transform: scale3d(1, 1.05, 1);
	transform: scale3d(1, 1.05, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@keyframes expand {

0% {
	-webkit-transform: scale3d(1, 0, 1);
	-moz-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

25% {
	-webkit-transform: scale3d(1, 1.2, 1);
	-moz-transform: scale3d(1, 1.2, 1);
	transform: scale3d(1, 1.2, 1);
}

50% {
	-webkit-transform: scale3d(1, 0.85, 1);
	-moz-transform: scale3d(1, 0.85, 1);
	transform: scale3d(1, 0.85, 1);
}

75% {
	-webkit-transform: scale3d(1, 1.05, 1);
	-moz-transform: scale3d(1, 1.05, 1);
	transform: scale3d(1, 1.05, 1);
}

100% {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

}

@-webkit-keyframes bounce {

0% {
	-webkit-transform: translate3d(0, -25px, 0);
	opacity: 0;
}

25% {
	-webkit-transform: translate3d(0, 10px, 0);
}

50% {
	-webkit-transform: translate3d(0, -6px, 0);
}

75% {
	-webkit-transform: translate3d(0, 2px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@-moz-keyframes bounce {

0% {
	-webkit-transform: translate3d(0, -25px, 0);
	-moz-transform: translate3d(0, -25px, 0);
	transform: translate3d(0, -25px, 0);
	opacity: 0;
}

25% {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

50% {
	-webkit-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}

75% {
	-webkit-transform: translate3d(0, 2px, 0);
	-moz-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@-o-keyframes bounce {

0% {
	-webkit-transform: translate3d(0, -25px, 0);
	transform: translate3d(0, -25px, 0);
	opacity: 0;
}

25% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

50% {
	-webkit-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}

75% {
	-webkit-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}

@keyframes bounce {

0% {
	-webkit-transform: translate3d(0, -25px, 0);
	-moz-transform: translate3d(0, -25px, 0);
	transform: translate3d(0, -25px, 0);
	opacity: 0;
}

25% {
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

50% {
	-webkit-transform: translate3d(0, -6px, 0);
	-moz-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}

75% {
	-webkit-transform: translate3d(0, 2px, 0);
	-moz-transform: translate3d(0, 2px, 0);
	transform: translate3d(0, 2px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

}
/* Стили от SEO оптимизатора */
.breadcrumbs{
    margin-left: 6%;
    font-size: 11px;
    line-height: 13px;
    margin-top: 12px;
}
.breadcrumbs-brand{
    padding: 0px 31px;
    font-size: 11px;
    line-height: 13px;
    margin-top: 12px;
}
.schema{
display:none;
}
/* Конец Стили от SEO оптимизатора */