

/* Start:/bitrix/templates/companylanding_main/styles.css?17309960211648*/
* {box-sizing: border-box;}
.product-item {
  width: 400px;
  margin: 100px 40px 30px 50px;
  padding: 10px 10px 5px 10px;
  border: 1px solid #eee;
  background: white;
  font-family: "Open Sans";
  overflow: hidden;
  transition: .4s linear;
  float: left;
}
.product-img {transition: 1s ease-in-out;}
.product-img:hover {transform: scale(1.1);}
.product-img img {
  display: block;
  width: 100%;
}
.product-list {margin-top: 15px;}
.product-list h3 {
  font-weight: 700;
  color: #39404B;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
}
.price {
  color: #E34D38;
  display: block;
  margin-bottom: 12px;
}
.stars {
  height: 14px;
  line-height: 14px;
  margin: 7px 0;
}
.stars:before {
  content: "\f005\f005\f005\f005\f006";
  color: #EFB71C;
  font-size: 14px;
  font-family: FontAwesome;
}
.actions {
  border-top: 1px solid #eee;
  padding-top: 4px;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.actions:after {
  content: "";
  display: table;
  clear: both;
}
.add-to-cart, .add-to-links {float: left;}
.cart-button {
  text-decoration: none;
  color: #8C877C;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  transition: .4s linear;
}
.cart-button:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 10px;
}
.add-to-cart:hover .cart-button, .wishlist:hover, .compare:hover {color: #E34D38;}
.wishlist, .compare {
  color: #8C877C;
  padding-left: 20px;
  transition: .4s linear;
}
.wishlist:after, .compare:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
}
.wishlist:after {content: "\f004";}
 .compare:after {content: "\f079";}
/* End */


/* Start:/bitrix/templates/companylanding_main/template_styles.css?1730996021117824*/
@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,500i,700,700i,900&subset=cyrillic,cyrillic-ext,latin-ext';
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.375;
	color: #58595b;
	background-color: white;
	font-weight: 300;
	word-wrap: break-word;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.375;
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

q {
	quotes: "\00ab" "\00bb";
	/* �ڦ-�-T�TǦ��� �- �-���+�� �+�-�-���-T�T� Tæ����-�-T�T� T����-�-�-�� */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	line-height: 1.25;
	color: #222222;
	text-transform: uppercase;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 22px;
	margin-bottom: 22px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 20px;
}

h3, .h3 {
	font-size: 14px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

p {
	margin: 0 0 22px;
}

.lead {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 24px;
	}
}

small,
.small {
	font-size: 87%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 22px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 22px;
}

dt,
dd {
	line-height: 1.375;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 15px 0 15px 18px;
	margin: 0 0 37.4px;
	font-size: inherit;
	font-style: italic;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.375;
	color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.375;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}
@media (min-width: 1064px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1920px) {
	.container {
		width: 1160px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1064px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1920px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
/* Forms style */
input, textarea, button, select {
	outline: none;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background: none;
	border: 0;
	text-decoration: none !important;
	word-wrap: break-word;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], .btn:disabled, fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn1 {
	position: relative;
	color: white;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 24px 9px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn1:hover, .btn.btn1:focus {
	border-color: white;
}

.btn.btn2 {
	position: relative;
	color: white;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	padding: 17px 30px 17px;
	border: 2px solid #FFF;
	text-transform: uppercase;
}
.btn.btn2:hover, .btn.btn2:focus {
	border-color: white;
	background: white;
	color: #58595b;
}

.btn.btn3 {
	position: relative;
	color: white;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	padding: 19px 20px 19px;
	text-transform: uppercase;
	width: 196px;
	max-width: 100%;
}
.btn.btn4 {
	position: relative;
	color: #3B3B3B;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	padding: 17px 20px 17px;
	border: 2px solid #808080;
	text-transform: uppercase;
	width: 196px;
	max-width: 100%;
}
.btn.btn4:hover, .btn.btn4:focus {
	color: white;
}

[placeholder]::-moz-placeholder {
	opacity: 1;
	color: #7F7F7F;
	font-weight: 300;
}
[placeholder]:-ms-input-placeholder {
	color: #7F7F7F;
	font-weight: 300;
}
[placeholder]::-webkit-input-placeholder {
	color: #7F7F7F;
	font-weight: 300;
}
[placeholder].placeholder {
	color: #7F7F7F;
	font-weight: 300;
}
[placeholder]:focus::-moz-placeholder {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
[placeholder]:focus:-ms-input-placeholder {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.input1, .textarea1, .select1-link {
	position: relative;
	color: #58595b;
	font-size: 16px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	text-align: left;
	border: 1px solid #CECECE;
	background-color: #FFF;
}
.input1:focus, .textarea1:focus, .select1-link:focus {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.input1.ik_select_link_focus, .textarea1.ik_select_link_focus, .select1-link.ik_select_link_focus {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.input1.novalidate, .textarea1.novalidate, .select1-link.novalidate {
	color: #E44935;
	border-color: #E44935 !important;
}
.input1.novalidate::-moz-placeholder, .textarea1.novalidate::-moz-placeholder, .select1-link.novalidate::-moz-placeholder {
	color: #E44935;
}
.input1.novalidate:-ms-input-placeholder, .textarea1.novalidate:-ms-input-placeholder, .select1-link.novalidate:-ms-input-placeholder {
	color: #E44935;
}
.input1.novalidate::-webkit-input-placeholder, .textarea1.novalidate::-webkit-input-placeholder, .select1-link.novalidate::-webkit-input-placeholder {
	color: #E44935;
}
.input1.novalidate.placeholder, .textarea1.novalidate.placeholder, .select1-link.novalidate.placeholder {
	color: #E44935;
}
.input1.disabled, .input1[disabled], .input1:disabled, .input1.ik_select_link_disabled, fieldset[disabled] .input1, .textarea1.disabled, .textarea1[disabled], .textarea1:disabled, .textarea1.ik_select_link_disabled, fieldset[disabled] .textarea1, .select1-link.disabled, .select1-link[disabled], .select1-link:disabled, .select1-link.ik_select_link_disabled, fieldset[disabled] .select1-link {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #F2F5F7;
}

.input1, .select1-link {
	height: 51px;
	padding: 0 20px;
}

.textarea1 {
	padding: 9px 20px;
	height: 150px;
	resize: vertical;
	overflow-y: auto;
}

.select1 {
	display: inline-block;
	vertical-align: top;
}

.select1-link {
	line-height: 35px;
	padding-right: 25px;
	cursor: pointer;
}
.select1-link:before {
	content: '\f107';
	font: normal normal 17px/1 'FontAwesome';
	position: absolute;
	top: 9px;
	right: 12px;
}
.select1-link.opened:before {
	content: '\f106';
}
.select1-link .ik_select_link_text {
	overflow: hidden;
	white-space: nowrap;
}

.select1-dd {
	font-size: 14px;
	line-height: 1;
}
.select1-dd .ik_select_list {
	border: 1px solid #6F879F;
	border-top: 0;
	background: #ffffff;
	margin-top: -1px;
}
.select1-dd .ik_select_list_inner::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
.select1-dd .ik_select_list_inner::-webkit-scrollbar-thumb {
	background-color: #CBD8E5;
	border-radius: 4px;
}
.select1-dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select1-dd ul li {
	padding: 12px 25px 11px 12px;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}
.select1-dd ul li.ik_select_hover {
	background: #e4e4e4;
}

.ie8 .input1 {
	line-height: 29px;
}

[type='checkbox'], [type='radio'] {
	position: relative;
	top: 2px;
}

.box-checkbox1 {
	display: inline-table;
	margin: 4px 0 4px 34px;
	font-size: 14px;
	line-height: 1.25;
}
.box-checkbox1 input {
	position: fixed;
	top: 0;
	right: 200%;
}
.box-checkbox1 input + span {
	display: table-cell;
	position: relative;
}
.box-checkbox1 input + span:before {
	content: '';
	width: 24px;
	height: 24px;
	background-color: #FFF;
	border: 1px solid #C0D3E6;
	position: absolute;
	right: 100%;
	top: 0;
	text-align: center;
	line-height: 22px;
	margin: -4px 10px 0 0;
	cursor: pointer;
}
.box-checkbox1 input:focus + span:before {
	border-color: #6F879F !important;
}
.box-checkbox1 input:checked + span:before {
	content: '\f00c';
	font: normal normal 12px/22px 'FontAwesome';
	color: #58595b;
}

.box-radio1 {
	display: inline-table;
	margin: 0 0 0 33px;
	font-size: 16px;
	line-height: 1.25;
}
.box-radio1 input {
	position: fixed;
	top: 0;
	right: 200%;
}
.box-radio1 input + span {
	display: table-cell;
	position: relative;
}
.box-radio1 input + span:before {
	content: '';
	width: 23px;
	height: 23px;
	background-color: #FFF;
	border: 2px solid #808080;
	position: absolute;
	right: 100%;
	top: 0;
	text-align: center;
	line-height: 19px;
	border-radius: 50%;
	margin: -2px 10px 0 0;
	cursor: pointer;
}
.box-radio1 input:checked + span:after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	right: 100%;
	margin: 4px 16px 0 0;
}

/* END Forms style */
.icon {
	display: inline-block;
}

.padding-height {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.full-width {
	width: 100%;
}

.zero-width,
.slider .dots,
.grid1, .carousel1 .owl-dots,
.carousel2 .owl-dots,
.soc-icons, .images-box,
.carousel4 .owl-dots,
.grid4, .grid5,
.grid6
{
	font-family: 'zero-width';
}

.overflow-hidden {
	overflow: hidden;
}

.inline-block {
	display: inline-block;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

img.pull-left {
	margin: 0 20px 20px 0;
}
img.pull-right {
	margin: 0 0 20px 20px;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1063px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 1063px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1063px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 1063px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1064px) and (max-width: 1919px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1064px) and (max-width: 1919px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1064px) and (max-width: 1919px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1064px) and (max-width: 1919px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1920px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1920px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1920px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1920px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1063px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 1064px) and (max-width: 1919px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1920px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("/bitrix/templates/companylanding_main/fonts/fontawesome-webfont.eot?v=4.6.3");
	src: url("/bitrix/templates/companylanding_main/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/bitrix/templates/companylanding_main/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/bitrix/templates/companylanding_main/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/bitrix/templates/companylanding_main/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/bitrix/templates/companylanding_main/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family: 'zero-width';
	src: url("/bitrix/templates/companylanding_main/fonts/zero-width.eot");
	src: url("/bitrix/templates/companylanding_main/fonts/zero-width.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/companylanding_main/fonts/zero-width.woff") format("woff"), url("/bitrix/templates/companylanding_main/fonts/zero-width.ttf") format("truetype"), url("/bitrix/templates/companylanding_main/fonts/zero-width.svg#zero-width") format("svg");
	font-weight: normal;
	font-style: normal;
}

.alsrubl {
	font-family: 'alsrubl';
	text-transform: lowercase;
}

@font-face {
	font-family: 'icomoon';
	src: url("/bitrix/templates/companylanding_main/fonts/icomoon.eot?4h89");
	src: url("/bitrix/templates/companylanding_main/fonts/icomoon.eot?4h89#iefix") format("embedded-opentype"), url("/bitrix/templates/companylanding_main/fonts/icomoon.ttf?4h89") format("truetype"), url("/bitrix/templates/companylanding_main/fonts/icomoon.woff?4h89") format("woff"), url("/bitrix/templates/companylanding_main/fonts/icomoon.svg?4h89#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

.vicon, .review-item:before, .question-item .title-q-i:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vicon-folder:before {
	content: "\e918";
}

.vicon-search2:before {
	content: "\e917";
}

.vicon-quote:before {
	content: "\e916";
}

.vicon-dec:before {
	content: "\e915";
}

.vicon-arr-down:before {
	content: "\e919";
}

.vicon-arr-r2:before {
	content: "\e913";
}

.vicon-arr-l2:before {
	content: "\e914";
}

.vicon-popular:before {
	content: "\e911";
}

.vicon-recomend:before {
	content: "\e912";
}

.vicon-flag:before {
	content: "\e910";
}

.vicon-call:before {
	content: "\e90f";
}

.vicon-about1:before {
	content: "\e90c";
}

.vicon-about2:before {
	content: "\e90d";
}

.vicon-about3:before {
	content: "\e90e";
}

.vicon-service5:before {
	content: "\e909";
}

.vicon-arr-right:before {
	content: "\e90b";
}

.vicon-service1:before {
	content: "\e905";
}

.vicon-service2:before {
	content: "\e906";
}

.vicon-service3:before {
	content: "\e907";
}

.vicon-service4:before {
	content: "\e908";
}

.vicon-service6:before {
	content: "\e90a";
}

.vicon-search:before {
	content: "\e902";
}

.vicon-next-btn:before {
	content: "\e900";
}

.vicon-prev-btn:before {
	content: "\e901";
}

.vicon-bars:before {
	content: "\e904";
}

.vicon-navicon:before {
	content: "\e904";
}

.vicon-reorder:before {
	content: "\e904";
}

.vicon-cross:before {
	content: "\e903";
}

.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
	height: 100%;
}

.arcticmodal-container_i {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	table-layout: fixed;
}

.arcticmodal-container_i2 {
	padding: 50px 50px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

.arcticmodal-error {
	border: 20px solid transparent;
	border-radius: 10px;
	background: #000;
	color: #fff;
	display: table;
	margin: 0 auto;
}

.arcticmodal-loading {
	width: 40px;
	height: 40px;
	background: url(/bitrix/templates/companylanding_main/img/circles.svg) no-repeat 50% 50%/cover;
	margin: 0 auto;
}

/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #FFF;
	border-radius: 0;
	color: #58595b;
	display: none;
	padding: 5px 15px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-size: 14px;
	line-height: 1.25;
	border: 1px solid #CECECE;
	box-shadow: 1.1px 1.7px 0 rgba(0, 0, 0, 0.2);
}
#powerTip:before {
	display: none !important;
}

#powerTip:before {
	content: "";
	position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}

#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}

#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid black;
	bottom: -10px;
}

#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid black;
	left: -10px;
}

#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid black;
	top: -10px;
}

#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid black;
	right: -10px;
}

#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}

#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}

#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid black;
	bottom: -10px;
}

#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid black;
	top: -10px;
}

#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid black;
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}

#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}

#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid black;
	bottom: auto;
	top: -10px;
}

#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/bitrix/templates/companylanding_main/img/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.header, .content, .footer {
	display: table-row;
}

.footer {
	height: 0;
}

.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1034px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 200;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.74);
}
.header .container-fluid {
	max-width: none;
}
.header .logo {
	float: left;
	margin: 20px 0 0 15px;
	min-width: 130px;
	min-height: 50px;
}
.header .logo img {
	width: 100%;
	float: left;
	height: auto;
}
.header .logo .logo-img {
	width: 398px;
	height: 61px;
	margin: 0;
}
.header .logo span {
	float: left;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 900;
	margin: 4px 0 0 14px;
}

.main-nav {
	overflow: hidden;
	height: 101px;
	line-height: 101px;
	font-size: 0;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: right;
}
.main-nav .inline-block {
	vertical-align: middle;
	width: 90%;
	font-size: 13px;
	line-height: 2.8;
	margin-right: 45px;
}
.main-nav a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.25;
	margin-left: 25px;
}

.h-box1 {
	float: right;
}

.search-form {
	float: right;
	margin: 33px 25px 0 20px;
}
.search-form .search-fld {
	border: 0;
	background: none;
	padding: 0;
	height: 34px;
	float: left;
	color: white;
	margin: 0;
	width: 0;
}
.search-form .search-fld::-moz-placeholder {
	color: white;
	font-weight: 300;
}
.search-form .search-fld:-ms-input-placeholder {
	color: white;
	font-weight: 300;
}
.search-form .search-fld::-webkit-input-placeholder {
	color: white;
	font-weight: 300;
}
.search-form .search-fld.placeholder {
	color: white;
	font-weight: 300;
}
.search-form .toggle-search {
	border: 0;
	background: none;
	padding: 0;
	float: left;
	font-size: 14px;
	color: white;
	cursor: pointer;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.search-form .toggle-search:before {
	content: "\e902";
}
.search-form.opened .toggle-search:before {
	content: "\e903";
}
.search-form.opened .search-fld {
	width: 300px;
}

.btn-box {
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 33px 9px 33px 24px;
	height: 101px;
}

.slider {
	position: relative;
	background: #4B4B4B;
	min-height: 650px;
}
.slider.loading:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	margin: -19px;
	z-index: 10;
}
.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
}
.slider .prev-slide, .slider .next-slide {
	position: absolute;
	z-index: 10;
	top: 50%;
	font-size: 49px;
	margin-top: -25px;
	color: white;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.slider .prev-slide {
	left: 40px;
}
.slider .next-slide {
	right: 40px;
}
.slider .dots {
	position: absolute;
	bottom: 30px;
	left: 15px;
	right: 15px;
	z-index: 10;
	text-align: center;
	line-height: 0;
}
.slider .dots .dot {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #FFF;
	background: white;
	cursor: pointer;
	margin-top: 8px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.slider .dots .dot + .dot {
	margin-left: 17px;
}
.slider .dots .dot.active {
	background-color: transparent;
}
.slider .container-fluid {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: 0;
}
.slider .container-fluid:before, .slider .container-fluid:after {
	display: none;
}
.slider .slide-content {
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
	padding-left: 90px;
	padding-right: 90px;
	color: white;
	text-align: center;
	line-height: 1.25;
}
.slider .header-s-c {
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 1.2%;
	opacity: 0.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider .title-s-c {
	color: #FFF;
	font-weight: 700;
	font-size: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 112.5px;
	margin-bottom: 5.5%;
}
.slider .footer-s-c {
	font-size: 16px;
	font-weight: 500;
}
.slider .footer-s-c div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1.7%;
}
.slider .footer-s-c .tel-num {
	font-size: 40px;
	font-weight: 700;
	color: inherit;
	text-decoration: none;
}
.slider .footer-s-c .btn-s-c {
	margin-top: 5%;
}
.slider p {
	margin: 0;
}

.call-btn {
	position: fixed;
	width: 64px;
	height: 64px;
	right: 55px;
	bottom: 55px;
	border: 2px solid #DDD;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
}

.sect1 {
	padding: 70px 0 70px;
}
.sect1 .sect-header {
	text-align: center;
	line-height: 1.25;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	color: rgba(88, 89, 91, 0.8);
	margin-bottom: 15px;
}
.sect1 .sect-title {
	text-align: center;
	margin: 0 0 28px;
}
.sect1 .sect-title:after {
	content: '';
	width: 65px;
	border-top: 3px solid;
	display: block;
	margin: 17px auto 0;
}
.sect1 .sect-description {
	text-align: center;
	margin-bottom: 35px;
}

.step-item {
	margin-bottom: 30px;
	margin-right: 30px;
}
.step-item a {
	color: inherit;
	text-decoration: none;
	display: block;
}
.step-item p {
	color: #58595b;
}
.step-item header {
	color: #425C72;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 15px;
}
.step-item header small {
	font-size: 20px;
	font-weight: 700;
	margin-left: -4px;
}
.step-item .title-s-i {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	margin: 0 0 7px;
}
.step-item p {
	margin-bottom: 20px;
}
.step-item .vicon-arr-right {
	font-size: 15px;
	color: #222;
}

.grid1 {
	margin: 0 -10px;
}
.grid1 .col-g1 {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
}

.services-item {
	margin-bottom: 30px;
	display: block;
	text-decoration: none !important;
	color: #58595b !important;
	cursor: pointer;
	margin-right: 30px;
}
.services-item .icon-a-i {
	height: 65px;
	line-height: 65px;
	margin-bottom: 14px;
}
.services-item .vicon-service1 {
	font-size: 56px;
}
.services-item .vicon-service2 {
	font-size: 43px;
}
.services-item .vicon-service3 {
	font-size: 51px;
}
.services-item .vicon-service4 {
	font-size: 49px;
}
.services-item .vicon-service5 {
	font-size: 44px;
}
.services-item .vicon-service6 {
	font-size: 45px;
}
.services-item .title-a-i {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: none;
}
.services-item .price-a-i {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #808080;
	line-height: 1.25;
	padding: 6px 15px;
	margin-bottom: 12px;
}
.services-item .price-a-i span {
	font-size: 24px;
}
.services-item p {
	margin: 0;
}
.services-item .icon-a-i, .services-item .price-a-i {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.carousel1 .owl-dots {
	padding: 7px 0 15px;
	text-align: center;
	line-height: 0;
}
.carousel1 .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 8px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.carousel1 .owl-dots .owl-dot + .owl-dot {
	margin-left: 17px;
}
.carousel1 .owl-dots .owl-dot.active {
	background-color: transparent;
}

.sect2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	background-attachment: fixed;
	color: white;
}
.sect2 .sect-header {
	color: inherit;
}
.sect2 .sect-title {
	color: inherit;
}
.sect2 .sect-description {
	font-size: 20px;
}

.experience-item {
	text-align: center;
	line-height: 1.25;
	color: #FFF;
	font-weight: 900;
	font-size: 48px;
}
.experience-item header, .experience-item footer {
	font-weight: 500;
	color: #CECECE;
	font-size: 20px;
	padding: 12px 0;
}

.box-carousel2 {
	margin: 20px 0;
	position: relative;
}
.box-carousel2:before, .box-carousel2:after {
	content: " ";
	display: table;
}
.box-carousel2:after {
	clear: both;
}

.nav-carousel2 {
	margin-top: 23px;
	margin-right: 527px;
}
.nav-carousel2 .nav-item {
	margin-bottom: 52px;
	cursor: pointer;
	margin-right: 60px;
	position: relative;
}
.nav-carousel2 .nav-item:after {
	content: '';
	display: block;
	clear: left;
}
.nav-carousel2 .nav-item .icon-n-i {
	float: left;
	width: 65px;
	color: #CECECE;
}
.nav-carousel2 .nav-item .vicon-about1 {
	font-size: 53px;
}
.nav-carousel2 .nav-item .vicon-about2 {
	font-size: 39px;
}
.nav-carousel2 .nav-item .vicon-about3 {
	font-size: 41px;
}
.nav-carousel2 .nav-item .txt-n-i {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	top: -2px;
}
.nav-carousel2 .nav-item.active:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 100%;
	margin-left: 60px;
	border-left: 20px solid white;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	z-index: 10;
	pointer-events: none;
}

.carousel2 {
	float: right;
	width: 527px;
}
.carousel2 .item-c2 {
	height: 310px;
	background-color: #222;
	position: relative;
}
.carousel2 .owl-dots {
	padding: 24px 0 15px;
	text-align: center;
	line-height: 0;
}
.carousel2 .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 8px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.carousel2 .owl-dots .owl-dot + .owl-dot {
	margin-left: 17px;
}
.carousel2 .owl-dots .owl-dot.active {
	background-color: transparent;
}
.carousel2 .caption-c2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	z-index: 2;
	padding: 10px 15px;
	color: white;
}

.consultation-form {
	display: table;
	margin: 13px auto 45px;
}
.consultation-form .col1, .consultation-form .col2 {
	display: table-cell;
	vertical-align: top;
}
.consultation-form .col1 {
	width: 397px;
	padding-right: 26px;
}
.consultation-form .input1 {
	width: 100%;
}

.footer {
	background-color: #273C4E;
	color: #A9B1B8;
}
.footer .f-bottom {
	padding: 45px 0;
}
.footer a {
	color: inherit;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: white;
}
.footer p {
	margin: 0;
}
.footer .copyright {
	float: left;
}
.footer .developer {
	float: right;
}

.sect3 {
	padding: 85px 0;
	min-height: 500px;
	position: relative;
}

.contacts-data {
	width: 476px;
	background-color: #FFF;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
	padding: 60px 55px;
	position: relative;
	z-index: 10;
	color: #222;
}
.contacts-data .title-c-d {
	font-size: 20px;
	margin: 0 0 50px;
}
.contacts-data .contact {
	padding-left: 40px;
	margin-bottom: 26px;
	position: relative;
}
.contacts-data .contact .fa {
	width: 28px;
	text-align: center;
	font-size: 29px;
	position: absolute;
	top: 0;
	line-height: 22px;
	left: 0;
}
.contacts-data .contact .fa-envelope {
	font-size: 22px;
}
.contacts-data .contact a {
	color: inherit;
	text-decoration: none;
}
.contacts-data .soc-icons {
	margin-top: 40px;
}

.soc-icons a {
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	text-decoration: none !important;
	border: 2px solid;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	margin: 11px 11px 0 0;
}

.modal-box {
	position: relative;
	margin: 0 auto;
	padding: 45px 50px;
	background-color: #FFF;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
}
.modal-box .close-modal {
	position: absolute;
	top: -40px;
	right: -40px;
	z-index: 100;
	width: 33px;
	height: 33px;
	cursor: pointer;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	text-decoration: none !important;
	color: white;
}
.modal-box .title-modal {
	text-align: center;
	margin: 0 0 40px;
}
.modal-box .title-modal:after {
	content: '';
	width: 65px;
	border-top: 3px solid;
	display: block;
	margin: 17px auto 0;
}
.modal-box.modal-map {
	height: 600px;
}
.modal-box.modal-about {
	max-width: 835px;
}
.modal-box.modal-services {
	max-width: 918px;
}
.modal-box.modal-order-services, .modal-box.modal-question {
	max-width: 662px;
}
.modal-box.gallery-modal-box {
	max-width: 810px;
	padding: 0;
	background: none;
	box-shadow: none;
}
.modal-box.modal-review {
	max-width: 757px;
}

#map2 {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

.images-box {
	margin-bottom: 15px;
}
.images-box img {
	width: 100%;
	margin-bottom: 15px;
}

.weight500 {
	font-weight: 500;
}

.text-transform-none {
	text-transform: none;
}

.tabs1 .tabs-group {
	text-align: center;
}
.tabs1 .tabs-ctrl {
	display: inline-block;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	text-decoration: none !important;
	color: #CECECE;
	margin: 0 15px;
}
.tabs1 .vicon-about1 {
	font-size: 46px;
}
.tabs1 .vicon-about2 {
	font-size: 39px;
}
.tabs1 .vicon-about3 {
	font-size: 41px;
}

.txt1 {
	color: rgba(88, 89, 91, 0.8);
	font-weight: 500;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}
.txt1.type2 {
	margin-top: -20px;
}

.tariff-item {
	position: relative;
	padding: 10px 40px 10px 65px;
	border: 1px solid #CECECE;
	background-color: #FFF;
	min-height: 50px;
	cursor: pointer;
	margin-bottom: 16px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.tariff-item .box-radio1-fake {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 23px;
	height: 23px;
	background-color: #FFF;
	border: 2px solid #808080;
	border-radius: 50%;
	cursor: pointer;
}
.tariff-item .title-t-i {
	font-weight: 700;
	margin: 0 0 2px;
	text-transform: none;
}
.tariff-item .hide-t-i {
	display: none;
	margin: 22px 0 0;
}
.tariff-item .list1 {
	margin: 0;
}
.tariff-item p {
	margin: 0;
}

input.tariff {
	position: fixed;
	top: 0;
	right: 200%;
}
input.tariff:checked + .tariff-item .box-radio1-fake:after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	border-radius: 50%;
	top: 4px;
	left: 4px;
}
input.tariff:checked + .tariff-item .hide-t-i {
	display: block;
}

.list1 {
	list-style: none;
	padding-left: 24px;
}
.list1 li {
	position: relative;
}
.list1 li:before {
	content: '\f00c';
	font: normal normal normal 16px/22px 'FontAwesome';
	position: absolute;
	top: 0;
	left: -24px;
}

.tariff-lbl {
	padding-right: 65px;
}

.tariff-lbl-item {
	position: absolute;
	top: -1px;
	right: 24px;
	font-size: 49px;
	color: #A5C868;
	cursor: pointer;
	text-align: center;
}
.tariff-lbl-item.tariff-lbl-popular:after {
	content: '\e911';
	position: absolute;
	color: rgba(255, 255, 255, 0.8);
	font-size: 19px;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 41px;
}
.tariff-lbl-item.tariff-lbl-recomend {
	color: #D7C549;
}
.tariff-lbl-item.tariff-lbl-recomend:after {
	content: '\e912';
	position: absolute;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 41px;
}

.title-modal.title-modal-services {
	max-width: 70%;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 30px;
}

.prev-services-btn, .next-services-btn {
	cursor: pointer;
	text-decoration: none !important;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.row-form {
	margin: 0 auto 12px;
	max-width: 313px;
}
.row-form:before, .row-form:after {
	content: " ";
	display: table;
}
.row-form:after {
	clear: both;
}
.row-form .input1, .row-form .textarea1, .row-form .select1 {
	width: 100%;
}

.btn-row {
	margin-top: 40px;
	text-align: center;
}

.consultation-form {
	margin-bottom: 0;
}

.grid2 {
	margin: 0 -40px;
}
.grid2 .row-g2 {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 40px 0;
}

.tariff-item2 {
	background-color: #FFF;
	border: 1px solid transparent;
	padding: 220px 55px 130px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 33.33333%;
}
.tariff-item2 .header-t-i {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	padding: 28px 30px;
	color: white;
	text-align: center;
	height: 135px;
}
.tariff-item2-icon {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
}
.tariff-item2 .header-t-i em {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}
.tariff-item2 .title-t-i {
	font-size: 24px;
	line-height: 30px;
	color: inherit;
	margin: 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
}
.tariff-item2 .title-t-i small {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: inherit;
	overflow: hidden;
	margin-bottom: 4px;
}
.tariff-item2 .price-t-i {
	color: #222;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 55px;
	right: 55px;
	top: 165px;
	white-space: nowrap;
}
.tariff-item2 .price-t-i small {
	font-size: 24px;
}
.tariff-item2 footer {
	position: absolute;
	left: 55px;
	right: 55px;
	bottom: 40px;
	text-align: center;
}
.tariff-item2 .list1 {
	margin-bottom: 0;
}
.tariff-item2 .list1 li + li {
	margin-top: 5px;
}
.tariff-item2:hover footer .btn.btn4, .tariff-item2:focus footer .btn.btn4 {
	color: white;
}

.carousel4 .owl-dots, .carousel-news .owl-dots {
	padding: 7px 0 15px;
	text-align: center;
	line-height: 0;
}
.carousel4 .owl-dots .owl-dot, .carousel-news  .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 8px;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.carousel4 .owl-dots .owl-dot + .owl-dot, .carousel-news  .owl-dots .owl-dot + .owl-dot {
	margin-left: 17px;
}
.carousel4 .owl-dots .owl-dot.active, .carousel-news  .owl-dots .owl-dot.active {
	background-color: transparent;
}

.color2 {
	color: #222;
}

.review-item {
	margin-right: 40px;
	margin-bottom: 90px;
	position: relative;
}
.review-item:before, .review-item:after {
	content: " ";
	display: table;
}
.review-item:after {
	clear: both;
}
.review-item:before {
	content: '\e916';
	position: absolute;
	font-size: 28px;
	color: #273A4C;
	right: 0;
	bottom: 0;
	opacity: 0.29;
}
.review-item .img-r-i {
	width: 90px;
	float: left;
	margin-right: -5px;
	overflow: hidden;
	border-radius: 50%;
}
.review-item .img-r-i img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.review-item .cont-r-i {
	overflow: hidden;
	padding-top: 75px;
}
.review-item p {
	margin: 0;
}
.review-item footer {
	font-weight: 500;
	margin-top: 20px;
	padding-right: 40px;
}

a[data-gallery] {
	display: block;
	text-decoration: none !important;
	color: inherit !important;
}

.grid3:before, .grid3:after {
	content: " ";
	display: table;
}
.grid3:after {
	clear: both;
}
.grid3 .col-g3 {
	float: left;
	width: 25%;
}

.photo-item {
	position: relative;
	padding-top: 77.30673%;
	overflow: hidden;
}
.photo-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 72, 94, 0.4);
	z-index: 1;
}
.photo-item img {
	width: 100%;
}
.photo-item figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(42, 61, 78, 0.9);
	z-index: 2;
	display: table;
	table-layout: fixed;
	text-align: center;
	color: white;
	opacity: 0;
	-webkit-transition: 0.2s 0.1s ease-in-out;
	-o-transition: 0.2s 0.1s ease-in-out;
	transition: 0.2s 0.1s ease-in-out;
}
.photo-item figcaption > div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
.photo-item .title-p-i {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	overflow: hidden;
	max-height: 48px;
	margin: 0 0 8%;
}
.photo-item .vicon-search2 {
	font-size: 27px;
}
.photo-item:hover figcaption, .photo-item:focus figcaption {
	opacity: 1;
}

.gallery-carousel .photo-title, .gallery-carousel .photo-caption {
	display: none;
}
@media (min-width: 768px) {
	.gallery-carousel .owl-item img {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		margin: 0 auto;
	}
}

.grid4 {
	margin: 0 -25px;
}
.grid4 .col-g4 {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	width: 33.33333%;
	padding: 0 25px;
}

.new-item .img-n-i {
	display: block;
	position: relative;
	padding-top: 64.42953%;
	margin-bottom: 23px;
}
.new-item .date-n-i, .modal-box  .date-n-i {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: rgba(172, 176, 178, 0.8);
	margin-bottom: 5px;
}
.new-item .title-n-i {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: none;
}
.new-item .title-n-i a {
	text-decoration: none;
}
.new-item .txt-n-i {
	margin-bottom: 30px;
}
.new-item .txt-n-i p {
	margin: 0;
}
.new-item .vicon-arr-right {
	color: #222;
	font-size: 15px;
}

.grid5 {
	margin: 0 -20px;
}
.grid5 .col-g5 {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	width: 50%;
	padding: 0 20px;
}

.question-item {
	margin-bottom: 27px;
}
.question-item .title-q-i {
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: white;
	padding: 25px 60px 25px 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	background-color: #273C4E;
	position: relative;
}
.question-item .title-q-i:before {
	content: '\e919';
	font-size: 13px;
	position: absolute;
	top: 16px;
	right: 17px;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 29px;
	border-radius: 50%;
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}
.question-item .title-q-i.opened:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.question-item .answer-item {
	padding: 20px 30px;
	display: none;
}
.question-item .answer-item p:last-child {
	margin: 0;
}

.grid6 {
	margin: 0 -10px;
}
.grid6 .col-g6 {
	display: inline-block;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	width: 33.33333%;
	padding: 0 10px;
	text-align: center;
}

.partner-item {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin: 20px 0;
}
.partner-item img {
	width: 100%;
}

.box-fld {
	display: block;
	position: relative;
}
.box-fld .vicon-folder {
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 26px;
	pointer-events: none;
}

.row-form2 {
	margin-bottom: 30px;
}
.row-form2:before, .row-form2:after {
	content: " ";
	display: table;
}
.row-form2:after {
	clear: both;
}
.row-form2 .input1, .row-form2 .textarea1, .row-form2 .select1 {
	width: 100%;
	display: block;
}

.row-form2 .col1-r-f2 {
	margin-bottom: 30px;
}
.row-form2 .col1-r-f3 {
	margin-top: 30px;
}

.file-fld {
	display: none !important;
}
.file-fld ~ .file-name {
	display: block;
	line-height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 55px;
}

.sect4 {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 1063px) {
	.container-fluid {
		max-width: 750px;
	}

	.header {
		height: auto;
	}
	.header .logo {
		margin: 15px 0;
	}

	.main-nav {
		display: none;
		height: auto;
		line-height: 1.25;
		text-align: right;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		margin-top: 1px;
		padding: 15px 0;
		background-color: #273C4E;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	}
	.main-nav .inline-block {
		display: block;
		font-size: 18px;
		line-height: inherit;
	}
	.main-nav a {
		display: block;
		white-space: normal;
		margin: 0;
		padding: 14px 15px;
	}
	.main-nav.opened {
		display: block;
	}

	.search-form {
		float: left;
		margin: 24px 24px 0 24px;
	}
	.search-form .search-fld {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100% !important;
		margin-top: 1px;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 18px;
		display: none;
		background-color: #273C4E;
		height: 50px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	}
	.search-form .toggle-search {
		font-size: 22px;
	}
	.search-form.opened .search-fld {
		display: block;
	}

	.btn-box {
		height: 81px;
		float: left;
		padding: 24px;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.btn-box2 {
		float: left;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		padding: 24px 9px 24px 24px;
		height: 81px;
	}

	.toggle-nav {
		border: 0;
		background: none;
		padding: 0;
		font-size: 22px;
		color: white;
		cursor: pointer;
		width: 34px;
		height: 34px;
		text-align: center;
		line-height: 34px;
	}
	.toggle-nav:before {
		content: "\e904";
	}
	.toggle-nav.opened:before {
		content: "\e903";
	}

	.sect1 {
		padding: 50px 0 50px;
	}

	.grid1 .col-g1 {
		width: 50%;
	}

	.experience-item {
		font-size: 30px;
	}
	.experience-item header, .experience-item footer {
		font-size: 16px;
	}

	.nav-carousel2 {
		margin: 0;
	}
	.nav-carousel2 .nav-item {
		margin: 0;
		cursor: default;
		position: absolute;
		bottom: 59px;
		left: 0;
		width: 100%;
		z-index: 10;
		pointer-events: none;
		display: none;
	}
	.nav-carousel2 .nav-item .icon-n-i {
		display: none;
	}
	.nav-carousel2 .nav-item .txt-n-i {
		line-height: 1.25;
		top: auto;
		padding: 10px 15px;
		color: white;
	}
	.nav-carousel2 .nav-item.active {
		display: block;
	}
	.nav-carousel2 .nav-item.active:before {
		display: none;
	}

	.carousel2 {
		float: none;
		width: auto;
	}
	.carousel2 .item-c2 {
		height: auto;
		padding-top: 58.82353%;
	}

	.sect3 {
		padding: 85px 0;
	}

	.grid2 {
		margin: 0;
	}
	.grid2 .row-g2 {
		display: block;
	}

	.tariff-item2 {
		padding: 220px 45px 130px;
		display: block;
		width: 100%;
	}
	.tariff-item2 .price-t-i {
		left: 45px;
		right: 45px;
	}
	.tariff-item2 footer {
		left: 45px;
		right: 45px;
	}

	.carousel4 {
		margin: 0 auto;
		max-width: 400px;
	}

	.review-item {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.review-item .img-r-i {
		margin-right: 20px;
	}
	.review-item .cont-r-i {
		padding-top: 0;
	}

	.grid4 {
		margin: 0 -10px;
	}
	.grid4 .col-g4 {
		padding: 0 10px;
	}

	.header .logo img {
		width: 78%;
		float: left;
		height: auto;
	}
	.header .logo .logo-img {
		width: 180px;
		height: 47px;
		background-size: 180px 47px;
	}
}
@media (max-width: 767px) {
	.container-fluid {
		max-width: none;
	}

	.h-box1 {
		float: none;
		clear: both;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding: 15px 15px;
		margin: 0 -15px;
	}
	.h-box1:before, .h-box1:after {
		content: " ";
		display: table;
	}
	.h-box1:after {
		clear: both;
	}

	.search-form {
		float: right;
		margin: 0;
	}

	.btn-box2 {
		padding: 0;
		border-left: 0;
		height: auto;
	}

	.slider {
		min-height: 450px;
	}
	.slider .prev-slide, .slider .next-slide {
		display: none;
	}
	.slider .slide-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider .header-s-c {
		font-size: 18px;
	}
	.slider .title-s-c {
		font-size: 25px;
		max-height: 62.5px;
	}
	.slider .footer-s-c {
		font-size: 14px;
	}
	.slider .footer-s-c .tel-num {
		font-size: 20px;
	}

	.step-item, .services-item {
		margin-right: 0;
	}

	.services-item {
		margin-bottom: 0;
	}

	.grid1 .col-g1 {
		width: 100%;
	}

	.services-item .icon-a-i {
		display: block;
		text-align: center;
	}
	.services-item .title-a-i {
		text-align: center;
	}
	.services-item .price-a-i {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.nav-carousel2 .nav-item .txt-n-i {
		font-size: 15px;
	}

	.carousel2 .caption-c2 {
		font-size: 15px;
	}

	.consultation-form {
		display: block;
	}
	.consultation-form:before, .consultation-form:after {
		content: " ";
		display: table;
	}
	.consultation-form:after {
		clear: both;
	}
	.consultation-form .col1, .consultation-form .col2 {
		display: block;
		float: left;
	}
	.consultation-form .col1 {
		width: 100%;
		padding-right: 0;
	}
	.consultation-form .input1 {
		padding-right: 76px;
	}
	.consultation-form .col2 {
		width: 51px;
		height: 51px;
		margin-left: -51px;
	}
	.consultation-form .btn-call-me {
		width: 100%;
		height: 100%;
		padding: 0;
		text-align: center;
		line-height: 51px;
	}
	.consultation-form .btn-call-me:before {
		content: '\f095';
		font: normal normal normal 16px/1 'FontAwesome';
	}

	.footer .f-bottom {
		padding: 30px 0;
		text-align: center;
	}
	.footer .copyright {
		float: none;
		margin-bottom: 15px;
	}
	.footer .developer {
		float: none;
	}

	.sect3 {
		padding: 0;
		min-height: 0;
	}

	.contacts-data {
		width: auto;
		margin: 0 -15px;
		padding: 0 15px 40px;
	}
	.contacts-data .title-c-d {
		margin: 0 0 30px;
	}
	.contacts-data .soc-icons {
		margin-top: 30px;
		text-align: center;
	}

	.modal-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		padding: 40px 15px;
	}
	.modal-box .close-modal {
		top: 5px;
		right: 5px;
	}
	.modal-box.modal-map {
		height: auto;
	}

	.arcticmodal-container_i2 {
		padding: 0;
	}

	.images-box {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
		text-align: center;
	}
	.images-box img {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.title-modal.title-modal-services {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	.carousel3 {
		width: auto;
		margin: 0 -15px;
	}
	.carousel3 .owl-item {
		padding: 0 15px;
	}

	.grid3 .col-g3 {
		width: 50%;
	}


	.photo-item figcaption {
		display: none;
	}

	.gallery-carousel {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.gallery-carousel .owl-stage-outer, .gallery-carousel .owl-stage, .gallery-carousel .owl-item {
		height: 100% !important;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.grid4 {
		margin: 0;
	}
	.grid4 .col-g4 {
		padding: 0;
		width: 100%;
	}

	.grid4.carousel-news {
		margin: 0 auto;
	}
	.carousel4, .carousel-news {
		margin: 0 auto;
		max-width: 400px;
	}

	.new-item {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.new-item .txt-n-i {
		margin-bottom: 15px;
	}

	.grid5 {
		margin: 0;
	}
	.grid5 .col-g5 {
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 767px) and (min-width: 768px) {
	.gallery-carousel .owl-item img {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		margin: 0 auto;
	}
}



/* fix bitrix edit mode */
.content div[id^="bx"].bx-context-toolbar-empty-area:first-child,
q div[id^="bx"] {
	display: inherit;
}
.copyright div[id^="bx"] {
	display: inline-block;
}

.arcticmodal-overlay, .arcticmodal-container {
	z-index: 980;
}
#bx-panel {
	z-index: 975 !important;
}

/* fix */
.page404 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	right: 0;
	bottom: 0;
	padding-top: 200px;
}
.slider .next-slide, .slider .prev-slide {
	cursor: pointer;
}
.item-fa-icon {
	font-size: 43px;
}
.tabs-img img {
	vertical-align: inherit;
}
#hellopreloader_preload.show {
	opacity: 0.5 !important;
	background-color: #000;
}
#contacts .bx-google-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.modal-map  .bx-google-map {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	width: auto !important;
	height: inherit !important;
}
.arcticmodal-call, .arcticmodal-order, .arcticmodal-review, .arcticmodal-question, .arcticmodal-partner {
	text-align: center;
}
@media (max-width: 767px) {
	#contacts .bx-google-map {
		display: none;
	}
	.arcticmodal-call, .arcticmodal-order, .arcticmodal-review, .arcticmodal-question, .arcticmodal-partner {
		padding-top: 100px;
	}
}

.modal-services {
	display: none !important;
}

.new-item a {
	text-decoration: none;
	color: inherit;
}
.modal-box  .date-n-i {
	margin-top: -25px;
	text-align: center;
	line-height: 1.25;
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
	color: rgba(88, 89, 91, 0.8);
	margin-bottom: 15px;
}

form .title-modal, form .txt1.type2 {
	text-align: center;
}

#bx-composite-banner {
	display: inline-block;
	margin-right: 20px;
}
@media (max-width: 1063px) {
	#bx-composite-banner {
		display: none;
	}
}

.js-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.js-modal-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
/* End */
/* /bitrix/templates/companylanding_main/styles.css?17309960211648 */
/* /bitrix/templates/companylanding_main/template_styles.css?1730996021117824 */
