

/* Start:/bitrix/templates/main/css/custom-bootstrap.css?178099594628776*/
/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Custom and Bootstrap styles
 *
*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

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

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

html {
	font-family: sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;

	/*----- Basic font -----*/
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.42857143;
	color: #434343;
}

body.not-scroll {
	overflow: hidden;
	height: 100vh;
}

p {
	margin-bottom: 15px;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
}
p.p2 {
	font-size: 16px;
}
p.p3 {
	font-size: 18px;
}
p.p4 {
	font-size: 20px;
}

b, strong {
	font-weight: 700; /* Roboto Bold - 700 */
}

em, i {
	font-style: italic;
}

/*----- LINK -----*/
a {
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
	outline: 0 !important;
}

a:hover,
a:active {
	color: #337ab7;
	text-decoration: underline;
}

/*----- HEADLINES -----*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
}

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

h1, .h1 {
	font-size: 24px;
}
h2, .h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
h3, .h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}

small, .small {
	font-size: 85%;
}

/*----- IMAGES -----*/
img, svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

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

.img-rounded {
	border-radius: 6px;
}
.img-circle {
	border-radius: 50%;
}
.img-bordered {
	border: 3px solid #e0e0e0;
}
.gm-style img {
	max-height: none;
}

/*----- HR -----*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ddd;
}

/*----- CODE -----*/
code, pre, kbd, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 1em;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
}

pre {
	display: block;
	padding: 10px;
	margin: 0;
	margin-bottom: 20px;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	overflow: auto;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

/*----- LISTS -----*/
ul, ol {
	list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

ul.list-none,
ol.list-none {
	list-style: none;
}

ul.list,
ol.list,
.list-wrap ul,
.list-wrap ol {
	position: relative;
	margin-bottom: 20px;
	list-style: none;
}

ul.list ul.list,
ol.list ol.list,
.list-wrap ul ul,
.list-wrap ol ol {
	margin-top: 10px;
}

ul.list li,
ol.list li,
.list-wrap ul li,
.list-wrap ol li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
}

ul.list li:before,
.list-wrap ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0d79be;
	font-size: 14px;
	line-height: 1.6;
	color: #0d79be;
}

ol.list,
.list-wrap ol {
    counter-reset: item;
}

ol.list li:before,
.list-wrap ol li:before {
	content: counter(item)'.';
	counter-increment: item;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*--- List icon ----*/
ul.list.list--icon li,
ol.list.list--icon li {
	padding-left: 0;
}

ul.list.list--icon li i,
ol.list.list--icon li i {
	margin-right: 15px;
}

ul.list.list--icon li:before,
ol.list.list--icon li:before {
	display: none;
}

/*----- TEXT STYLES -----*/
.text-left    { text-align: left;    }
.text-right   { text-align: right;   }
.text-center  { text-align: center;  }
.text-justify { text-align: justify; }

@media (min-width: 1200px) {
	.text-lg-left    { text-align: left;    }
	.text-lg-right   { text-align: right;   }
	.text-lg-center  { text-align: center;  }
	.text-lg-justify { text-align: justify; }
}
@media (max-width: 1199px) {
	.text-md-left    { text-align: left;    }
	.text-md-right   { text-align: right;   }
	.text-md-center  { text-align: center;  }
	.text-md-justify { text-align: justify; }
}
@media (max-width: 991px) {
	.text-sm-left    { text-align: left;    }
	.text-sm-right   { text-align: right;   }
	.text-sm-center  { text-align: center;  }
	.text-sm-justify { text-align: justify; }
}
@media (max-width: 767px) {
	.text-xs-left    { text-align: left;    }
	.text-xs-right   { text-align: right;   }
	.text-xs-center  { text-align: center;  }
	.text-xs-justify { text-align: justify; }
}
@media (max-width: 480px) {
	.text-xsl-left    { text-align: left;    }
	.text-xsl-right   { text-align: right;   }
	.text-xsl-center  { text-align: center;  }
	.text-xsl-justify { text-align: justify; }
}

.text-light {
	font-weight: 300;
}
.text-bold {
	font-weight: bold;
}
.text-semibold {
	font-weight: 500;
}
.text-normal {
	font-weight: normal;
}
.text-italic {
	font-style: italic;
}

.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-default {
	text-transform: none;
}
.text-underline {
	text-decoration: underline;
}
.text-nowrap {
	white-space: nowrap;
}

blockquote {
    padding: 15px 20px;
    margin: 25px 0 30px 0;
    border-left: 3px solid #0d79be;
	background-color: #d5efff;
    font-size: 14px;
    font-style: italic;
}

blockquote > p,
blockquote > a {
	font-size: 14px;
	font-style: italic;
}

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

/*----- FORM ELEMENTS -----*/
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

textarea {
	overflow: auto;
}

button {
	overflow: visible;
}

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"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	    	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input:focus,
button {
	outline: none !important;
}

/*  ======================================================================
		GRID SYSTEM
========================================================================== */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container { width: 750px; }
}
@media (min-width: 992px) {
	.container { width: 970px; }
}
@media (min-width: 1200px) {
	.container { width: 1300px; }
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

[class^='col-lg'],
[class^='col-md'],
[class^='col-sm'],
[class^='col-xs'],
[class^='col-xsl'] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xsl-12,
.col-xsl-11,
.col-xsl-10,
.col-xsl-9,
.col-xsl-8,
.col-xsl-7,
.col-xsl-6,
.col-xsl-5,
.col-xsl-4,
.col-xsl-3,
.col-xsl-2,
.col-xsl-1 {
	float: left;
}
.col-xsl-12 {
	width: 100%;
}
.col-xsl-11 {
	width: 91.66666667%;
}
.col-xsl-10 {
	width: 83.33333333%;
}
.col-xsl-9 {
	width: 75%;
}
.col-xsl-8 {
	width: 66.66666667%;
}
.col-xsl-7 {
	width: 58.33333333%;
}
.col-xsl-6 {
	width: 50%;
}
.col-xsl-5 {
	width: 41.66666667%;
}
.col-xsl-4 {
	width: 33.33333333%;
}
.col-xsl-3 {
	width: 25%;
}
.col-xsl-2 {
	width: 16.66666667%;
}
.col-xsl-1 {
	width: 8.33333333%;
}
.col-xsl-pull-12 {
	right: 100%;
}
.col-xsl-pull-11 {
	right: 91.66666667%;
}
.col-xsl-pull-10 {
	right: 83.33333333%;
}
.col-xsl-pull-9 {
	right: 75%;
}
.col-xsl-pull-8 {
	right: 66.66666667%;
}
.col-xsl-pull-7 {
	right: 58.33333333%;
}
.col-xsl-pull-6 {
	right: 50%;
}
.col-xsl-pull-5 {
	right: 41.66666667%;
}
.col-xsl-pull-4 {
	right: 33.33333333%;
}
.col-xsl-pull-3 {
	right: 25%;
}
.col-xsl-pull-2 {
	right: 16.66666667%;
}
.col-xsl-pull-1 {
	right: 8.33333333%;
}
.col-xsl-pull-0 {
	right: auto;
}
.col-xsl-push-12 {
	left: 100%;
}
.col-xsl-push-11 {
	left: 91.66666667%;
}
.col-xsl-push-10 {
	left: 83.33333333%;
}
.col-xsl-push-9 {
	left: 75%;
}
.col-xsl-push-8 {
	left: 66.66666667%;
}
.col-xsl-push-7 {
	left: 58.33333333%;
}
.col-xsl-push-6 {
	left: 50%;
}
.col-xsl-push-5 {
	left: 41.66666667%;
}
.col-xsl-push-4 {
	left: 33.33333333%;
}
.col-xsl-push-3 {
	left: 25%;
}
.col-xsl-push-2 {
	left: 16.66666667%;
}
.col-xsl-push-1 {
	left: 8.33333333%;
}
.col-xsl-push-0 {
	left: auto;
}
.col-xsl-offset-12 {
	margin-left: 100%;
}
.col-xsl-offset-11 {
	margin-left: 91.66666667%;
}
.col-xsl-offset-10 {
	margin-left: 83.33333333%;
}
.col-xsl-offset-9 {
	margin-left: 75%;
}
.col-xsl-offset-8 {
	margin-left: 66.66666667%;
}
.col-xsl-offset-7 {
	margin-left: 58.33333333%;
}
.col-xsl-offset-6 {
	margin-left: 50%;
}
.col-xsl-offset-5 {
	margin-left: 41.66666667%;
}
.col-xsl-offset-4 {
	margin-left: 33.33333333%;
}
.col-xsl-offset-3 {
	margin-left: 25%;
}
.col-xsl-offset-2 {
	margin-left: 16.66666667%;
}
.col-xsl-offset-1 {
	margin-left: 8.33333333%;
}
.col-xsl-offset-0 {
	margin-left: 0%;
}

@media (min-width: 480px) {
	.col-xs-12,
	.col-xs-11,
	.col-xs-10,
	.col-xs-9,
	.col-xs-8,
	.col-xs-7,
	.col-xs-6,
	.col-xs-5,
	.col-xs-4,
	.col-xs-3,
	.col-xs-2,
	.col-xs-1 {
		float: left;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-pull-12 {
		right: 100%;
	}
	.col-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-xs-pull-9 {
		right: 75%;
	}
	.col-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-xs-pull-6 {
		right: 50%;
	}
	.col-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-xs-pull-3 {
		right: 25%;
	}
	.col-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-xs-pull-0 {
		right: auto;
	}
	.col-xs-push-12 {
		left: 100%;
	}
	.col-xs-push-11 {
		left: 91.66666667%;
	}
	.col-xs-push-10 {
		left: 83.33333333%;
	}
	.col-xs-push-9 {
		left: 75%;
	}
	.col-xs-push-8 {
		left: 66.66666667%;
	}
	.col-xs-push-7 {
		left: 58.33333333%;
	}
	.col-xs-push-6 {
		left: 50%;
	}
	.col-xs-push-5 {
		left: 41.66666667%;
	}
	.col-xs-push-4 {
		left: 33.33333333%;
	}
	.col-xs-push-3 {
		left: 25%;
	}
	.col-xs-push-2 {
		left: 16.66666667%;
	}
	.col-xs-push-1 {
		left: 8.33333333%;
	}
	.col-xs-push-0 {
		left: auto;
	}
	.col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xs-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 768px) {
	.col-sm-12,
	.col-sm-11,
	.col-sm-10,
	.col-sm-9,
	.col-sm-8,
	.col-sm-7,
	.col-sm-6,
	.col-sm-5,
	.col-sm-4,
	.col-sm-3,
	.col-sm-2,
	.col-sm-1 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-12,
	.col-md-11,
	.col-md-10,
	.col-md-9,
	.col-md-8,
	.col-md-7,
	.col-md-6,
	.col-md-5,
	.col-md-4,
	.col-md-3,
	.col-md-2,
	.col-md-1 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-12,
	.col-lg-11,
	.col-lg-10,
	.col-lg-9,
	.col-lg-8,
	.col-lg-7,
	.col-lg-6,
	.col-lg-5,
	.col-lg-4,
	.col-lg-3,
	.col-lg-2,
	.col-lg-1 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.container:before,
.container:after,
.row:before,
.row:after {
	content: '';
	display: table;
	clear: both;
}

.fl-l {
	float: left;
}
.fl-r {
	float: right;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.block-justify {
	text-align: justify;
}
.block-justify:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.inline-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.display-block {
	position: relative;
	display: block;
}

.fs-0 {
	font-size: 0;
}

/*----- Mod Border -----*/
.b-0	  { border: none !important; }
.b-all    { border: 1px solid #ddd !important; }
.b-top    { border-top:    1px solid #ddd !important; }
.b-right  { border-right:  1px solid #ddd !important; }
.b-bottom { border-bottom: 1px solid #ddd !important; }
.b-left   { border-left:   1px solid #ddd !important; }

/*----- Mod Padding -----*/
.p-0  { padding:        0 !important; }
.pt-0 {	padding-top:    0 !important; }
.pr-0 {	padding-right:  0 !important; }
.pb-0 {	padding-bottom: 0 !important; }
.pl-0 {	padding-left:   0 !important; }

.p-20  { padding:        20px !important; }
.pt-20 { padding-top:    20px !important; }
.pr-20 { padding-right:  20px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pl-20 { padding-left:   20px !important; }

.p-30  { padding:        30px !important; }
.pt-30 { padding-top:    30px !important; }
.pr-30 { padding-right:  30px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pl-30 { padding-left:   30px !important; }

.p-40  { padding:        40px !important; }
.pt-40 { padding-top:    40px !important; }
.pr-40 { padding-right:  40px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pl-40 { padding-left:   40px !important; }

.p-60  { padding:        60px !important; }
.pt-60 { padding-top:    60px !important; }
.pr-60 { padding-right:  60px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pl-60 { padding-left:   60px !important; }

@media (max-width: 991px) {
	.p-sm-0  { padding:         0 !important; }
	.pt-sm-0 {	padding-top:    0 !important; }
	.pr-sm-0 {	padding-right:  0 !important; }
	.pb-sm-0 {	padding-bottom: 0 !important; }
	.pl-sm-0 {	padding-left:   0 !important; }

	.p-sm-20  { padding:        20px !important; }
	.pt-sm-20 { padding-top:    20px !important; }
	.pr-sm-20 { padding-right:  20px !important; }
	.pb-sm-20 { padding-bottom: 20px !important; }
	.pl-sm-20 { padding-left:   20px !important; }

	.p-sm-40  { padding:        40px !important; }
	.pt-sm-40 { padding-top:    40px !important; }
	.pr-sm-40 { padding-right:  40px !important; }
	.pb-sm-40 { padding-bottom: 40px !important; }
	.pl-sm-40 { padding-left:   40px !important; }

	.p-sm-60  { padding:        60px !important; }
	.pt-sm-60 { padding-top:    60px !important; }
	.pr-sm-60 { padding-right:  60px !important; }
	.pb-sm-60 { padding-bottom: 60px !important; }
	.pl-sm-60 { padding-left:   60px !important; }
}

@media (max-width: 767px) {
	.p-xs-0  { padding:		    0 !important; }
	.pt-xs-0 {	padding-top:    0 !important; }
	.pr-xs-0 {	padding-right:  0 !important; }
	.pb-xs-0 {	padding-bottom: 0 !important; }
	.pl-xs-0 {	padding-left:   0 !important; }

	.p-xs-20  { padding:        20px !important; }
	.pt-xs-20 { padding-top:    20px !important; }
	.pr-xs-20 { padding-right:  20px !important; }
	.pb-xs-20 { padding-bottom: 20px !important; }
	.pl-xs-20 { padding-left:   20px !important; }

	.p-xs-40  { padding:        40px !important; }
	.pt-xs-40 { padding-top:    40px !important; }
	.pr-xs-40 { padding-right:  40px !important; }
	.pb-xs-40 { padding-bottom: 40px !important; }
	.pl-xs-40 { padding-left:   40px !important; }

	.p-xs-60  { padding:        60px !important; }
	.pt-xs-60 { padding-top:    60px !important; }
	.pr-xs-60 { padding-right:  60px !important; }
	.pb-xs-60 { padding-bottom: 60px !important; }
	.pl-xs-60 { padding-left:   60px !important; }
}


/*----- Mod Margin -----*/
.m-0  { margin:        0 !important; }
.mt-0 {	margin-top:    0 !important; }
.mr-0 {	margin-right:  0 !important; }
.mb-0 {	margin-bottom: 0 !important; }
.ml-0 {	margin-left:   0 !important; }

.m-20  { margin:        20px !important; }
.mt-20 { margin-top:    20px !important; }
.mr-20 { margin-right:  20px !important; }
.mb-20 { margin-bottom: 20px !important; }
.ml-20 { margin-left:   20px !important; }

.m-30  { margin:        30px !important; }
.mt-30 { margin-top:    30px !important; }
.mr-30 { margin-right:  30px !important; }
.mb-30 { margin-bottom: 30px !important; }
.ml-30 { margin-left:   30px !important; }

.m-40  { margin:        40px !important; }
.mt-40 { margin-top:    40px !important; }
.mr-40 { margin-right:  40px !important; }
.mb-40 { margin-bottom: 40px !important; }
.ml-40 { margin-left:   40px !important; }

.m-50  { margin:        50px !important; }
.mt-50 { margin-top:    50px !important; }
.mr-50 { margin-right:  50px !important; }
.mb-50 { margin-bottom: 50px !important; }
.ml-50 { margin-left:   50px !important; }

.m-60  { margin:        60px !important; }
.mt-60 { margin-top:    60px !important; }
.mr-60 { margin-right:  60px !important; }
.mb-60 { margin-bottom: 60px !important; }
.ml-60 { margin-left:   60px !important; }

@media (max-width: 991px) {
	.m-sm-0  {  margin:        0 !important; }
	.mt-sm-0 {	margin-top:    0 !important; }
	.mr-sm-0 {	margin-right:  0 !important; }
	.mb-sm-0 {	margin-bottom: 0 !important; }
	.ml-sm-0 {	margin-left:   0 !important; }

	.m-sm-20  { margin:        20px !important; }
	.mt-sm-20 { margin-top:    20px !important; }
	.mr-sm-20 { margin-right:  20px !important; }
	.mb-sm-20 { margin-bottom: 20px !important; }
	.ml-sm-20 { margin-left:   20px !important; }

	.m-sm-40  { margin:        40px !important; }
	.mt-sm-40 { margin-top:    40px !important; }
	.mr-sm-40 { margin-right:  40px !important; }
	.mb-sm-40 { margin-bottom: 40px !important; }
	.ml-sm-40 { margin-left:   40px !important; }

	.m-sm-60  { margin:        60px !important; }
	.mt-sm-60 { margin-top:    60px !important; }
	.mr-sm-60 { margin-right:  60px !important; }
	.mb-sm-60 { margin-bottom: 60px !important; }
	.ml-sm-60 { margin-left:   60px !important; }	
}

@media (max-width: 767px) {
	.m-xs-0  {  margin:        0 !important; }
	.mt-xs-0 {	margin-top:    0 !important; }
	.mr-xs-0 {	margin-right:  0 !important; }
	.mb-xs-0 {	margin-bottom: 0 !important; }
	.ml-xs-0 {	margin-left:   0 !important; }

	.m-xs-20  { margin:        20px !important; }
	.mt-xs-20 { margin-top:    20px !important; }
	.mr-xs-20 { margin-right:  20px !important; }
	.mb-xs-20 { margin-bottom: 20px !important; }
	.ml-xs-20 { margin-left:   20px !important; }

	.m-xs-40  { margin:        40px !important; }
	.mt-xs-40 { margin-top:    40px !important; }
	.mr-xs-40 { margin-right:  40px !important; }
	.mb-xs-40 { margin-bottom: 40px !important; }
	.ml-xs-40 { margin-left:   40px !important; }

	.m-xs-60  { margin:        60px !important; }
	.mt-xs-60 { margin-top:    60px !important; }
	.mr-xs-60 { margin-right:  60px !important; }
	.mb-xs-60 { margin-bottom: 60px !important; }
	.ml-xs-60 { margin-left:   60px !important; }
}

/*----- Mod Display -----*/
.hidden { display: none !important; }
.show { display: block !important; }
.show-ib { display: inline-block !important; }

@media (min-width: 1200px) {
	.hidden-lg { display: none !important; }
	.show-lg { display: block !important; }
	.show-lg-ib { display: inline-block !important; }
}
@media (max-width: 1199px) {
	.hidden-md { display: none !important; }
	.show-md { display: block !important; }
	.show-md-ib { display: inline-block !important; }
}
@media (max-width: 991px) {
	.hidden-sm { display: none !important; }
	.show-sm { display: block !important; }
	.show-sm-ib { display: inline-block !important; }
}
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.show-xs { display: block !important; }
	.show-xs-ib { display: inline-block !important; }
}
@media (max-width: 480px) {
	.hidden-xsl { display: none !important; }
	.show-xsl { display: block !important; }
	.show-xsl-ib { display: inline-block !important; }
}
/* End */


/* Start:/bitrix/templates/main/libs/libs.min.css?149180743242883*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('/bitrix/templates/main/libs/../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('/bitrix/templates/main/libs/../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
		 url('/bitrix/templates/main/libs/../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		 url('/bitrix/templates/main/libs/../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		 url('/bitrix/templates/main/libs/../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
		 url('/bitrix/templates/main/libs/../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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:#fff}.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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

.owl-carousel {
	position: relative;
	display: none;
	width: 100%;
	margin-bottom: 30px;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
}

.owl-carousel .owl-wrapper {
	position: relative;
	display: none;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	clear: both;
}

/*----- OWL ITEM -----*/
.owl-carousel .owl-item {
	float: left;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
    	-ms-transform: translate3d(0,0,0);
}

/*----- OWL CONTROLS -----*/
.owl-controls {
	width: 100%;
	-webkit-user-select: none;
     -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-pagination {
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 10px;
	text-align: center;
}

/*---- INNER DOTS -----*/
.owl--in-dots {
	margin-bottom: 0;
}

.owl--in-dots .owl-pagination {
	bottom: 20px;
}

/*---- NO ACTIVE DOTS -----*/
[data-dots='false'].owl-carousel {
	margin-bottom: 0;
}

.owl-page {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 100%;
	margin: 0 15px;
	border-radius: 50%;
	background-color: #c1c1c1;
	cursor: pointer;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
    		transition: all .3s;
}

.owl-page:hover,
.owl-page.active {
	background-color: #0d79be;
}

.owl-buttons {
	width: 100%;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: calc(50% - 35px);
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 70px;
    padding: 25px 0px;
    background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
    		transition: all .3s;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-prev.disabled, 
.owl-next.disabled {
	visibility: hidden;
	opacity: 0;
}

.owl-next svg,
.owl-prev svg {
    display: block;
    fill: #191919;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
    		transition: all .3s;
}

.owl-next:hover,
.owl-prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
}


/*----- OWL CAROUSEL -----*/
.owl-custom-carousel-wrap {

}

.owl-custom-carousel {
	
}

.occ__item {
	text-align: center;
}


/*----- OWL SLIDER -----*/
.owl-custom-slider-wrap {

}

.owl-custom-slider {
	
}

.ocs__item {
	text-align: center;
}


/*----- OWL BUTTON POS S1 -----*/
.owl--btn-top .owl-next,
.owl--btn-top .owl-prev {
	position: static;
	margin: 0;
}

.owl--btn-top .owl-prev {
	float: left;
}

.owl--btn-top .owl-next {
	float: right;
}

.owl--btn-top .owl-buttons {
	position: absolute;
	top: -40px;
	right: 0;
	width: 60px;
	overflow: hidden;
}
/* End */


/* Start:/bitrix/templates/main/css/custom-components.css?178099599522320*/
/*  ======================================================================
        BREADCRUMB
========================================================================== */
.section-breadcrumb {
	background-color: #f8f8f8;
}

.breadcrumb {
	
}

.breadcrumb__item {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
}

.breadcrumb__item a span {
    color: #0d79be;
}

.breadcrumb__item a:hover {

}

.breadcrumb__item span {
    color: #8c8c8c;
}

.breadcrumb__item i {
	margin: 0 8px 0 12px;
}


/*  ======================================================================
        BUTTONS
========================================================================== */
/*----- BUTTON -----*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    background-color: #a01d17;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background-color: #be322b;
    color: #fff;
}

/*----- BUTTON 2 -----*/
.btn-2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    /*background-color: #e69d1c;*/
    background-color: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
    background-color: #ce8d1b;
    color: #fff;
}

/*----- BUTTON 3 -----*/
.btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 12px 47px 10px 47px;
    margin: 0;
    border: none;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
    background-color: #edb045;
    color: #fff;
}

/*----- BUTTON WITH ICON  -----*/
.btn--icon-left i,
.btn--icon-right i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: initial;
}

.btn--icon-left i {
	margin-right: 15px;
}

.btn--icon-right i {
	margin-left: 15px;
}

/*----- BASIC STYLE FOR BEFORE && AFTER   -----*/
.btn:before {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}

.btn:after {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}


/*----- BUTTON LINK   -----*/
.btn-link {
    display: inline-block;
    vertical-align: top;
    padding: 15px 66px 13px 66px;
}

/*----- BUTTON ROUNDED && CIRCLE   -----*/
.btn--rounded {
	border-radius: 2px !important;
}

.btn--circle {
	border-radius: 30px !important;
}


/* ==================================================================================
        DOCUMENT
   ================================================================================== */
.doc {
    margin-left: 0px;
    margin-bottom: 10px;
}

.doc__item {
    padding: 0;
    margin: 0;
    padding: 15px 0 15px 44px;
}

.doc__item:last-child {
    border-bottom: 0;
}

.doc__item:before {
    display: none;
}

.doc__link {
    color: #007dbc;
    font-size: 16px;
    text-decoration: underline;
}

.doc__link:hover {
    text-decoration: none;
    color: #007dbc;
}

.doc__link[href$=".pdf"], 
.doc__link[href$=".doc"], 
.doc__link[href$=".docx"],
.doc__link[href$=".rtf"],
.doc__link[href$=".rar"],
.doc__link[href$=".rar"],
.doc__link[href$=".xls"],
.doc__link[href$=".ppt"],
.doc__link[href$=".pptx"]{
    position: relative; 
    display: inline-block;
    padding: 0px 0px 0px 45px;
    line-height: 20px !important;
}

.doc__link[href$=".pdf"]:before, 
.doc__link[href$=".doc"]:before, 
.doc__link[href$=".docx"]:before,
.doc__link[href$=".rtf"]:before,
.doc__link[href$=".rar"]:before,
.doc__link[href$=".rar"]:before,
.doc__link[href$=".xls"]:before,
.doc__link[href$=".ppt"]:before,
.doc__link[href$=".pptx"]:before{
    position: absolute;
    top: -1px;
    left: 0;
    font: 22px 'FontAwesome';
    color: #606060;
}

.doc__link[href$=".pdf"]:before{
    content: "\f1c1";
}
.doc__link[href$=".djvu"]:before{
    content: "\f1c1";
}
.doc__link[href$=".djv"]:before{
    content: "\f1c1";
}
.doc__link[href$=".doc"]:before{
    content: "\f1c2";
}
.doc__link[href$=".docx"]:before{
    content: "\f1c2";
}
.doc__link[href$=".rtf"]:before{
    content: "\f1c2";
}
.doc__link[href$=".rar"]:before{
    content: "\f1c6";
}
.doc__link[href$=".rar"]:before{
    content: "\f1c6";
}
.doc__link[href$=".xls"]:before{
    content: "\f1c3";
}
.doc__link[href$=".xlsx"]:before{
    content: "\f1c3";
}
.doc__link[href$=".ppt"]:before{
    content: "\f1c4";
}
.doc__link[href$=".pptx"]:before{
    content: "\f1c4";
}
/*  ======================================================================
        FORM ELEMENTS
========================================================================== */
.form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.form input, 
.form textarea,
.form select {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #434343;
    margin-bottom: 5px;
    outline: none !important;
    background-color: transparent;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

.form textarea {
    height: 140px;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 16px;
}

.form label {
    display: block;
}

.form input[type='text']:focus,
.form input[type='email']:focus,
.form select:focus,
.form textarea:focus {
    border-color: #969696;
}
/*  ======================================================================
        HOVER EFFECT - 1
========================================================================== */
.hover-e1,
.hover-e1-span span {
	display: inline-block;
    vertical-align: middle;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s; 
}

.hover-e1:before,
.hover-e1-span span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: translateX(-102%);
       -moz-transform: translateX(-102%);
        -ms-transform: translateX(-102%);
            transform: translateX(-102%); 
    background-color: #28a977;
}

.hover-e1:hover:before,
.hover-e1-span:hover span:before {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);	
}


.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/*  ======================================================================
        MODAL WINDOW
========================================================================== */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 510px;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

/*--------- Modal Window - Close ---------*/
.md-close {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    cursor: pointer;
    z-index: 1;
}

.md-close.fixed-top {
    position: fixed;
}

.md-close svg {
    display: block;
    fill: #fff;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.md-close:hover svg {
    fill: #f00;
}

/*--------- Modal Window - Overlay ---------*/
.md-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-overlay.md-show {
    opacity: .6;
    visibility: visible;
}

/*--------- Modal Window - Animation window ---------*/
.md-modal .md-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-show.md-modal .md-content {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*--------- Modal Window - Content ---------*/
.md-top {
    margin-bottom: 18px;
}

.md-content {
    position: relative;
    background-color: #fff;
    color: #434343;
    padding: 26px 32px 30px 32px;
}

@media(max-width: 500px) {
    .md-content {
        padding: 0;
    }
}

.md-title {
    font-size: 22px;
    color: #213c79;
    text-align: center;
}


/*  ======================================================================
        CUSTOM SELECT
========================================================================== */
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d3d3d3;
    text-align: left;
}

.select__title {
    position: relative;
    width: 100%;
    padding: 11px 18px 9px 18px;
    background: #fff;
    font-size: 15px;
    color: #6B6A6A;
    cursor: pointer;
}

.select__title:after {
    content: '\f107';
    position: absolute;
    right: 18px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    font: 15px 'FontAwesome';
    color: #525252;
}

.select__title.active:after {
    content: '\f106';
}

.select__placeholder {
    color: #A5A5A5;
}

.select__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    left: -1px;
    width: calc( 100% + 2px );
    background-color: #fff;
    border: 1px solid #d3d3d3;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translateY(18px);
       -moz-transform: translateY(18px);
            transform: translateY(18px);
}

.select__list.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
            transform: translateY(2px);
}

.select__item {
    position: relative;
    display: block;
    padding: 10px 18px 8px 18px;
    text-decoration: none;
    color: #434343;
}


.select__item.active,
.select__item:hover {
    text-decoration: none;
    background-color: #EFECEC;
    cursor: pointer;
}

.select__item.active {
    margin-left: -1px;
    margin-right: -1px;
    background-color: #213c79;
    color: #fff;
}


/*  ======================================================================
        BASIC ELEMENTS: TABS
========================================================================== */
.tabs:not(:last-child),
.tabs-2:not(:last-child) {
    margin-bottom: 30px;
}

.tabs .tabs__caption,
.tabs-2 .tabs__caption {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.tab__link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.tab__link:before {
  display: none;
}

.tabs__content {
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.tab__content {
    display: none;
    padding: 30px 40px;
    font-size: 14px;
    color: #434343;
}

.tabs__content .tab__content p {
    font-size: inherit;
    color: inherit;
}

.tab__content.active {
    display: block;
}

/*----- tabs #1 -----*/
.tabs .tab__link {
    font-size: 14px;
    font-weight: 300;
    color: #434343;
    padding: 15px 30px;
    margin: 0 1px;
    background-color: #f6f7fe;
}

.tabs .tab__link:hover,
.tabs .tab__link.active {
   background-color: #213c79;
   color: #fff;
}

/*----- tabs #1 vertical -----*/
.tabs.tabs--vertical {
    display: table;
}

.tabs.tabs--vertical .tabs__caption {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.tabs.tabs--vertical .tab__link {
    display: block;
    white-space: nowrap;
    margin: 2px 0;
}

.tabs.tabs--vertical .tabs__content {
    display: table-cell;
}

/*----- tabs #1 inverse -----*/
.tabs.tabs--inverse .tab__link {
    background-color: #2f4d90;
    color: #fff;
}

.tabs.tabs--inverse .tab__link:hover,
.tabs.tabs--inverse .tab__link.active {
  background-color: #fff;
  color: #213c79;
}

.tabs.tabs--inverse .tabs__content {
    border: none;
}

/*----- tabs #2 -----*/
.tabs-2 .tab__link {
    padding: 0;
    padding-bottom: 5px;
    margin: 0 40px;
    border-bottom: 1px dashed transparent;
    font-size: 18px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.tabs-2 .tab__link:hover,
.tabs-2 .tab__link.active {
   border-color: #000;
   color: #000;
}

.tabs-2 .tabs__content {
    border: none;
    background-color: transparent;
}

.tabs-2 .tab__content {
    padding: 35px 0px;
}

.tab__link:first-child {
    margin-left: 0;
}

.tab__link:last-child {
    margin-right: 0;
}

.tabs.tabs--vertical .tab__link:first-child {
    margin-top: 0;
}

.tabs.tabs--vertical .tab__link:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    .tabs__caption {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .tabs .tab__link { display: table-cell; }
    .tabs-2 .tab__link { display: inline-block; }
}
@media only screen and (max-width : 767px) {
    .tabs .tab__link {
        display: inline-block;
        width: calc(50% - 1px);
        margin-bottom: 1px;
    }
    .tabs .tab__link:nth-child(odd){ margin-left: 0; }
    .tabs .tab__link:nth-child(even){ margin-right: 0; }
    .tabs-2 .tab__link {
        display: inline-block;
        width: auto;
    }
    .tabs.tabs--vertical .tab__link { width: auto; }
}
@media only screen and (max-width : 600px) {
    .tabs.tabs--vertical,
    .tabs.tabs--vertical .tabs__caption {
        display: block;
    }
    .tabs.tabs--vertical .tab__link {
        display: inline-block;
        width: calc(50% - 1px);
        margin: 0 1px;
        margin-bottom: 1px;
    }
    .tabs.tabs--vertical .tab__link:nth-child(odd){ margin-left: 0; }
    .tabs.tabs--vertical .tab__link:nth-child(even){ margin-right: 0; }
    .tabs-2 .tab__link {
        margin: 0 15px;
        font-size: 14px;
    }
    .tabs-2 .tab__link:first-child { margin-left: 0; }
}
@media only screen and (max-width : 480px) {
    .tabs .tab__link,
    .tabs.tabs--vertical .tab__link,
    .tabs-2 .tab__link {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 1px;
    }
    .tabs-2 .tab__link { margin-bottom: 10px; }
}
/*  ======================================================================
        BUTTON "TO-TOP"
========================================================================== */
.to-top {
    position: fixed;
    z-index: 9999;
    right: 26.5px;
    bottom: 90px;
    width: 40px;
    height: 90px;
    border-radius: 4px;
    background-color: #0d79be;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;
}

.to-top.active {
    opacity: 1;
    visibility: visible;
}

.to-top__text {
    position: absolute;
    top: 50px;
    left: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.to-top__icon {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 13px;
    height: 13px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.to-top:hover .to-top__icon {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

.to-top__icon svg {
    display: block;
    fill: #fff;
}

.search-head {
    display: none;
    vertical-align: top;
    width: 310px;
    position: absolute;
    right: 0;
    bottom: -38px;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.widget-search__form {
   display: block;
   position: relative;
}

.widget-search__form input {
   width: 100%;
   height: 38px !important;
   padding-left: 22px;
   padding-right: 46px;
   border: none;
   font-size: 14px;
   font-weight: normal;
   color: #434343;
   -webkit-transition: all .3s;
      -moz-transition: all .3s;
           transition: all .3s;
}

.widget-search__form input:focus {
    border-color: #515151;
}

.widget-search__form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 46px;
    height: 100%;
    padding: 0;
    border: none;
    font-size: 16px;
    background: transparent !important;
    color: #ccc;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.widget-search__form button:hover {
    color: #515151;
}

.privacy--white,
.privacy--white a {
    color: #fff;
}

.privacy--white a {
    text-decoration: underline;
}

.privacy--white a:hover {
    text-decoration: none;
}

.head-btn{
    font-size: 130%;
}

@media (max-width: 600px) {
    .head-phone a{
        font-size:90%!important;
    }
    .head-btn{
        font-size: 90%;
    }
}

/*==============spoiler===============*/
.faq-title{
    margin-bottom: 40px;
}

.details {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    height: fit-content;
}

.details::after {
    position: absolute;
    right: 24px;
    top: 25px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #0D79BE;
    border-bottom: 3px solid #0D79BE;
    transform: rotate(45deg);
    transform-origin: center;
    transition: .3s;
}

.details[open]::after {
    transform: rotate(225deg);
}

.details[open] .details__title {
    background: #fff;border-bottom: none;
}

.details[open] .details__content {
    margin-top: 0;
    max-height: 100%;
    opacity: 1;
    border-left: 1px solid lightgray;border-right: 1px solid lightgray;border-bottom: 1px solid lightgray;
}

.details__title {
    cursor: pointer;
    border: 1px solid lightgray;
    background: #ecffbb;
    font-weight: 600;
    padding: 20px 26px;
}

.details__title::-webkit-details-marker {
    display: none;
}

.details__content {
    font-size: 14px;
    margin-top: 20px;
    color: #333;
    line-height: 1.4;
    padding: 20px 26px;
}

.details__content p:last-child {
    margin-bottom: 0;
}
.details__content p:first-child {
    margin-top: 0;
}

.faqArt{
    margin-left: 32%;width: 55%;
}
@media (max-width: 600px) {
    .form--inline .form-box {
        max-width: 100%!important;
    }
    .g-recaptcha iframe{
        width: 290px!important;margin-left: -30px;
    }
    .form-box{
        padding: 20px 16px 20px 16px!important;
    }
}@media (max-width: 2980px) and (min-width: 601px) {
    .video_block {
        display: flex;
        gap: 30px
    }
    .video_dop0{
        display: none;
    }
}
@media (max-width: 600px) {
    .video_dop{
        display: none;
    }
    .gruz_si-servises{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .gruz_si-servises a{
        width: 80%;margin: 5px auto
    }
    .video{
        text-align: center;
    }
}

.footer-link2, .footer-link2:hover, .web-studio {
    color: white
}
@media (max-width: 768px) {
    .service-item__text {
        max-height: 300px;
    }
}
/* End */


/* Start:/bitrix/templates/main/js/datepicker/css/datepicker.min.css?147486569412257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/bitrix/templates/main/css/style.css?178100640343859*/
.cookie-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    padding: 20px 30px 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, .2);
    z-index: 999999;
    background-color: #baf2f5;
    z-index: 11111111111;
}

@media (max-width: 425px) {
    .cookie-wrapper {
        left: 0;
    }
}

.cookie-cross {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 42px;
    width: 42px;
    height: 42px;
    line-height: 25px;
    cursor: pointer;
}

.cookie-cross-i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #0d79be;
}

.cookie-cross-i:hover {
    opacity: 0.7;
}

.cookie-cross-i::before {
    content: "\f00d";
}

.cookie-text {
    font-size: 16px;
    color: #000000;

}

.cookie-text a {
    color: #0d79be;
}

.cookie-close {
    margin-top: 10px !important;
    background: #0d79be;
    color: #fff;
}

.cookie-close:hover {
    opacity: 0.7;
    background-color: #0d79be;
}

@media screen and (max-width: 768px) {
    .cookie-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }
}

.header {
    position: relative;
    padding: 25px 0;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.slogan {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    font-size: 18px;
    color: #0d79be;
    text-align: left;
}

.slogan span {
    color: #de6821;
}

.slogan-h1 {
    font-size: 22px;
    margin-top: -5px;
}

.slogan-h2 {
    font-size: 14px;
    line-height: 16px;
}

.head-contacts {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    padding-left: 36px;
}

.head-phone a {
    font-size: 22px;
    color: #162e43;
    text-decoration: none;
}

.head-phone-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #de6821;
}

.main-menu {
    background-color: #0d79be;
}

.main-menu__list {
    position: relative;
    list-style: none;
    font-size: 0;
}

.main-menu__list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.main-menu__list > li > a {
    display: block;
    padding: 20px 24px 18px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.main-menu--mb .main-menu__list > li > a {
    color: #337ab7;
}

.main-menu__list > li:hover > a,
.main-menu__list > li.head-search-link.active {
    background-color: #318dc8;
}

.main-menu__list > li.active:not(.head-search-link) > a {
    background-color: #fff;
    color: #0d79be;
}

.main-menu__list > li.head-search-link.active .search-head {
    display: inline-block;
}

.sub-menu {
    display: none;
    z-index: 20;
    list-style: none;
    margin-bottom: 10px;
}

.main-menu--mb li.active > .sub-menu {
    display: block;
}

.sub-menu > li {
    position: relative;
    vertical-align: top;
    display: block;
    padding: 10px 40px;
    font-size: 15px;
}

.sub-menu > li > a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

.main-menu--mb .sub-menu > li > a {
    color: #337ab7;
}

.sub-menu > li > a.active {
    border-bottom: 1px solid;
}

.sub-menu > li > a:hover {
    text-decoration: underline;
}

.sub-menu-open {
    position: absolute;
    right: -1px;
    top: 0px;
    line-height: 41px;
    width: 40px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #434343;
    height: 40px;
    background-color: #ddd;
}

.sub-menu-open:not(.active) .fa-angle-down {
    display: inline-block;
}

.sub-menu-open:not(.active) .fa-angle-up {
    display: none;
}

.sub-menu-open.active .fa-angle-down {
    display: none;
}

.sub-menu-open.active .fa-angle-up {
    display: inline-block;
}

.main-menu__list li.active .sub-menu-open {
    background-color: #efefef;
}

.mb-menu {
    overflow: hidden;
    cursor: pointer;
    padding: 12px 20px;
    margin: 10px 0;
    background-color: #0d79be;
}

.mb-menu-title {
    float: left;
    color: #fff;
}

.mb-menu-burger {
    position: relative;
    top: -2px;
    line-height: 50px;
    width: 35px;
    text-align: center;
}

/*----- Burger Icon -----*/
.burger-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 3px;
    margin-right: 0;
    border-radius: 4px;
    background-color: #0d79be;
}

.burger-icon:before,
.burger-icon:after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.burger-icon:after {
    top: auto;
    bottom: -8px;
}

.mb-menu-burger.active .burger-icon {
    background-color: transparent;
}

.mb-menu-burger.active .burger-icon:before {
    top: 0;
    transform: rotate(45deg);
    background-color: #0d79be;
}

.mb-menu-burger.active .burger-icon:after {
    bottom: 0;
    transform: rotate(-45deg);
    background-color: #0d79be;
}

/*----- MAIN SLIDER -----*/
.main-slider {
    height: 376px;
}

.main-slider .owl-custom-slider,
.main-slider .owl-wrapper-outer,
.main-slider .owl-wrapper,
.main-slider .owl-item,
.main-slider .ocs__item {
    height: 100%;
}

.main-slider .ocs__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.si-servises {
    padding-top: 20px;
    padding-bottom: 60px;
    margin: -2px;
    margin-top: 0;
    font-size: 0;
}

.si-servises__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 4px);
    height: 94px;
    margin: 2px;
    padding: 0 20px;
    background-color: #795c5c;
    text-decoration: none !important;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.si-servises__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.si-servises__item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.si-servises__item:hover:after {
    opacity: 0.2;
}

.si-servises__title {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

/*----- SECTION-1 -----*/
.section-1 {
    padding: 50px 0;
}

.section-1 .row {
    margin-left: -6px;
    margin-right: -6px;
}

.section-1 [class^='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.s1-box {
    display: block;
    height: 276px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.s1-box:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}


/*----- SECTION-2 -----*/
.section-2 {
    padding-bottom: 50px;
}

.icon-box {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
}

.icon-box:first-child {
    border-left: none;
}

.icon-box__img {
    float: left;
    width: 70px;
    height: 70px;
}

.icon-box__content {
    padding-left: 15px;
    margin-left: 70px;
}

.icon-box__title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.icon-box__desc {

}

.section-about p,
.section-about,
.section-2,
.section-2 p {
	font-size: 16px;
	line-height: 1.4;
}

/*----- FOOTER -----*/
.footer {
    padding: 40px 0 26px 0;
    background-color: #162e43;
}

.social-media {
    padding: 11px 0;
    font-size: 0;
}

.social-media a {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border: 2px solid #BABABD;
    border-radius: 50%;
    color: #BABABD;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    -webkit-transition: border-color .4s, color .4s;
    -moz-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
}

.social-media a:last-child {
    margin-right: 0px;
}

.social-media a:hover {
    border-color: #fff;
    color: #fff;
}

.footer-social-media p {
    margin-bottom: 0px;
}

.footer-bottom {
    border-top: 1px solid #274d6f;
    padding-top: 26px;
}

/*----- SECTION PAGE -----*/
.section-page {
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.page-title h1 {
    margin: 0;
}

.page-title {
    margin-bottom: 20px;
}

.s-title h1 {
    font-size: 24px;
    font-weight: 600;
	color: #0d79be;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}

.sp-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #494949;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}

.left-menu {
    display: block;
    list-style: none;
}

.left-menu li {
    display: block;
}

.left-menu a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    font-weight: 600;
    color: #162e43;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.left-menu a:hover {
    background-color: #eceaea;
}

.left-menu a.active {
    background-color: #0d79be;
    color: #fff;
}

.left-menu__title {
    padding: 15px 22px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #0d79be;
    color: #ffffff;
}

.gallery {
    margin-top: 40px;
}

.gallery .img-popup {
    display: block;
    margin-bottom: 20px;
}

/*----- Preloader -----*/
.form-preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.4);
}

.form-preloader:before {
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    display: block;
    width: 44px;
    height: 44px;
    border: 4px solid;
    border-radius: 50%;
    border-color: rgba(44, 177, 133, 0.9) transparent rgba(44, 177, 133, 0.9);
    animation: cssload-spin 790ms infinite linear;
    -o-animation: cssload-spin 790ms infinite linear;
    -ms-animation: cssload-spin 790ms infinite linear;
    -webkit-animation: cssload-spin 790ms infinite linear;
    -moz-animation: cssload-spin 790ms infinite linear;
}

.form-preloader.active {
    display: block;
}

.btn {
    overflow: hidden;
}

.btn.disable:hover,
.btn.disable:focus,
.btn.disable:active {
    background-color: #45cc9f;
    border-color: #3eb78f;
    color: #fff;
    cursor: default;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-wrap {
    position: relative;
}


.form-result {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding-top: 130px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #edb045;
}

.form-result--side {
    padding-top: 210px;
}

.form-result__title {
    margin-bottom: 10px;
    font-weight: bold;
}

.form-result p {
    font-size: 18px;
    line-height: 26px;
}

.md-content .form-result {
    padding-top: 109px;
    color: #444;
    background-color: rgba(241, 241, 241, 0.95);
}

.form-result.active {
    display: block;
}

.form-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    padding: 20px 26px 20px 26px;
	background-color: #ffb22b;
}

.form-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.form-box input,
.form-box textarea {
    background-color: #fff;
    border: none;
}

.w100 {
    width: 100%;
}

.request-box {
    margin-top: 30px;
    padding: 34px 57px;
    background: url(/bitrix/templates/main/css/../img/phone-bg.png) no-repeat right bottom, #0d79be;
}

.request-box__h1 {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.request-box p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}

.request-box p span {
    font-size: 18px;
    font-weight: 600;
}

.form-request {
    position: relative;
    background-color: #fff;
}

.form-request .form {
    position: relative;
    padding: 20px 30px;
    background-color: #cee4f2;
}

.form-request__title {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #0d79be;
    text-align: center;
}

.form input,
.form textarea,
.form select {
    background-color: #fff;
}

.form-row {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 10px;
}

.form-row [class^='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

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

.form-captcha input {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin-right: 10px;
    margin-bottom: 0;
}

.form-request .form-result {
    padding-top: 120px;
}

.form-error {
    display: none;
    padding-top: 13px;
    font-size: 16px;
    color: #f73232;
}

.form-error i {
    margin-right: 10px;
}

.form-error.active {
    display: block;
}

.footer-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 120px;
    margin-bottom: 25px;
}

.footer-box:last-child {
    margin-right: 0;
}

.footer-box__title {
    margin-bottom: 11px;
    font-size: 17px;
    color: #fff;
}

.footer-menu {

}

.footer-menu ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.footer-menu ul + ul {
    margin-left: 33px;
}

.footer-menu li {
    margin-bottom: 4px;
}

.footer-menu a {
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
}

.footer .row {
    color: #fff;
}

.web-studio p {
    margin-bottom: 0;
}

.web-studio a {
    color: #fff;
}

.foot-icon-box {
    margin-bottom: 10px;
}

.foot-icon-box a,
.foot-icon-box p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 14px;
    text-decoration: none !important;
    color: #fff;
}

.foot-icon-box i {
    margin-right: 8px;
}

.foot-phone a,
.foot-phone {
    font-size: 22px;
    line-height: 28px;
}

.foot-mail {
    margin-bottom: 20px;
}


/*  ======================================================================
        HOVER EFFECT - 1
========================================================================== */
.hover-e1,
.hover-e1-span span,
.footer-menu a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-e1:before,
.hover-e1-span span:before,
.footer-menu a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    background-color: #fff;
}

.hover-e1:hover:before,
.hover-e1-span:hover span:before,
.footer-menu a:hover:before {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.main-slider .ocs__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
}

.main-slider__content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1140px;
    height: 100%;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-slider__content-in {
    position: absolute;
    top: 47%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-slider__title-h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.main-slider__title-h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.main-slider__btn {
    margin-top: 20px;
}

.contacts-list {
    list-style: none;
    margin-bottom: 30px;
}

.contacts-list i,
.contacts-list p,
.contacts-list a {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 15px;
}

.contacts-list li {
    margin-bottom: 16px;
}

.contacts-list i {
    width: 20px;
}

img.fl-l {
    margin-right: 30px;
    margin-top: 3px;
    margin-bottom: 20px;
}

img.fl-r {
    margin-left: 30px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.section-form {
    margin: 30px 0;
}

.footer-link {
    position: relative;
    color: #fff !important;
}

.footer-link:before {
    content: '';
    position: absolute;
    left: -27px;
    top: 0;
    width: 1px;
    cursor: default;
    text-decoration: none !important;
    height: 100%;
    background-color: #fff;
}

.pr {
    position: relative;
}

/*----------------Privacy policy-------------*/
.privacy {
    text-align: left;
    margin: 20px 0;
}

.privacy input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 3px 10px 0 0;
}

/*  ======================================================================
       BANNER
========================================================================== */
.banners {

}

.banner-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sidebar-banner {
    margin-top: 40px;
}

.banner-item--bg {
    margin: 15px auto;
    text-align: center;
    padding: 0;
    /*background: #0084cb;*/
    /*background: -moz-linear-gradient(left, #0084cb 0%, #0084cb 49%, #ffb138 52%, #ffb138 100%);*/
    /*background: -webkit-linear-gradient(left, #0084cb 0%,#0084cb 49%,#ffb138 52%,#ffb138 100%);*/
    /*background: linear-gradient(to right, #0084cb 0%,#0084cb 49%,#ffb138 52%,#ffb138 100%); */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084cb', endColorstr='#ffb138',GradientType=1 );*/
}

/*  ======================================================================
       Верхнее меню
========================================================================== */
.main-menu--top {
    background-color: #2b99df;
    text-align: center;
}

.main-menu--top .main-menu__list > li > a {
    padding: 9px 24px 7px;
    font-weight: 100;
    font-size: 14px;
}

.sub-menu--head {
    position: absolute;
    background: #0d79be;
    width: auto;
}

nav li:hover .sub-menu--head {
    display: block;
}

.sub-menu--head > li > a {
    white-space: nowrap;
}

.menu-search {
    height: 59px;
    max-width: 265px;
    width: 100%;
    padding: 12px 0px 12px 50px;
}

.menu-search .header-widget-search,
.menu-search .header-widget-search form,
.menu-search .header-widget-search input {
    height: 100% !important;
}

.menu-search .header-widget-search input {
    background: #afd0e6;
}

.menu-search .widget-search__form button {
    color: #8d8d8d;
}

.main-menu__list--margin > li {
    margin: 0 6px;
}

/*.parent-menu {

}

.parent-menu:hover .sub-menu--head*/

/*  ======================================================================
       Отзывы
========================================================================== */
.gallery--main {
    font-size: 0;
}

.main-gallery-item {
    /*width: calc(20% - 30px);*/
    padding: 25px;
    /*margin: 0 15px;*/
    display: inline-block;
}

.otzyv-title {
    font-size: 0;
}

.otzyv-title h2 {
    display: inline-block;
    width: calc(75% - 15px);
    margin-right: 15px;
}

.otzyv-title a {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.gallery--main .owl-next,
.gallery--main .owl-prev {
    background-color: rgba(0, 0, 0, 0);
}

.gallery--main .owl-buttons .fa {
    font-size: 64px;
    color: rgba(0, 0, 0, 0.4);
    top: 0;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.gallery--main .owl-buttons .fa:hover {
    color: #0d79be;
}

.owl-prev .fa {
    left: calc(50% - 11px);
}

.owl-next .fa {
    right: calc(50% - 11px);
}

/*----- Media Styles -----*/
@media only screen and (max-width: 1199px) {
    .head-phone a {
        font-size: 20px;
    }

    .footer-box {
        margin-right: 58px;
    }

    .main-menu__list > li > a {
        padding: 20px 13px 18px;
    }

    .main-slider__content {
        width: 940px;
    }

    .main-menu__list--margin > li {
        margin: 0 11px;
    }

    .menu-search {
        max-width: 197px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider__content {
        width: 720px;
        text-align: center;
    }

    .head-contacts {
        text-align: center;
        margin-top: 20px;
    }

    .main-menu__list {
        display: none;
        padding-bottom: 20px;
    }

    .main-menu__list > li {
        position: relative;
        display: block;
        border-bottom: 1px solid #f1f1f1;
    }

    .main-menu__list > li:hover > a,
    .main-menu__list > li.active > a {
        background-color: #1284ce !important;
        color: #fff !important;
    }

    .main-menu__list > li > a {
        padding: 10px 20px;
        height: 41px;
    }

    .si-servises__item {
        width: calc(50% - 4px);
    }

    .s1-box {
        background-size: 75%;
        background-position: center !important;
    }

    .slogan {
        text-align: center;
        line-height: 19px;
    }

    .sidebar {
        margin-bottom: 10px;
    }

    .sidebar .left-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar .left-menu li {
        display: inline-block;
    }

    .sidebar .left-menu a {
        background-color: #ffd892;
        border-radius: 30px;
        margin: 0px 5px 5px 0;
        padding: 7px 10px;
    }

    .sidebar .left-menu a.active {
        background-color: #0d79be;
    }

    .sidebar-banner {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slogan br {
        display: none;
    }

    .icon-box {
        text-align: center;
        margin-bottom: 30px;
    }

    .icon-box__img {
        display: inline-block;
        margin-bottom: 5px;
        float: none;
    }

    .icon-box__content {
        padding: 0;
        margin-left: 0;
    }

    .section-2 {
        padding-bottom: 20px;
    }

    .section-2 .col-sm-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer-box {
        display: block;
        text-align: center;
        width: 100%;
    }

    .main-slider {
        height: 260px;
    }

    .main-slider__content {
        width: 100%;
    }

    .main-slider__content-in {
        padding: 0 15px;
    }

    .main-slider__title-h1 {
        font-size: 30px;
    }

    .main-slider__title-h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .si-servises__item {
        height: 80px;
    }

    .form-captcha input {
        width: 100%;
        margin-bottom: 20px;
    }

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

    .main-gallery-item {
        /*width: calc(33.3333% - 30px);*/
    }
}

@media only screen and (max-width: 375px) {
    .main-gallery-item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 359px) {
    .main-slider__title-h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .main-slider__title-h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .main-gallery-item {
        width: calc(100% - 30px);
    }
}

a[href="http://www.tracemyip.org/"] {
    display: none;
}

.whatsapp {
    display: inline-block;
    margin-top: 12px;
    margin-left: 45px;
}

.telegram img {
    width: 52px;
    height: 52px;
}

.whatsapp-sm {
    display: none;
    margin-top: 20px;
    margin-left: 45px;
}

@media screen and (max-width: 1199px) {
    .whatsapp {
        margin-left: -14px;
        position: relative;
        right: -22px;
    }

    .telegram {
        display: inline-block;
        margin-left: 25px;
    }
}

@media screen and (max-width: 991px) {
    .whatsapp {
        display: none;
    }

    .telegram {
        display: none;
    }

    .whatsapp-sm {
        display: inline-block;
    }

    .whatsapp-mb,
    .telegram-mb {
        width: 30px;
    }
}

.offerta-wrap {
    background-color: #f5f5f5;
}

.offerta {
    padding: 10px;
    font-weight: 500;
}

.card-services {

}

.service-item {
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
	background: #ecffbb;
    transition: all .2s;
    position: relative;
    flex-wrap: wrap;
}

.service-item:hover {
    background: #eaeaea;
}

.service-item__img {
    width: 260px;
    padding: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 11;
}

.service-item__img img {
    width: 100%;
    height: auto;
    border: 4px solid #fff;
}

.service-item__text {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    flex-grow: 1;
    width: calc(100% - 260px);
}

.service-item__name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-item__descr {
    margin-bottom: 10px;
}

.service-item__descr--empty {
    margin-bottom: 30px;
}

.service-item__props {
    display: flex;
    margin-bottom: 10px;
}

.service-item__price {
    font-weight: bold;
}

.service-item__time {
    width: 100px;
}

.service-item__contact {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.service-item__phone {
    margin-right: 50px;
}

.service-item__btn {

}

.service-item__count {
    display: flex;
    align-items: center;
}

.service-item__footer {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    padding-top: 5px;
    /* align-items: center; */
    background: #0000;
    transition: all .2s;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    /*padding-left: 20px;
   padding-right: 20px;*/
    padding-bottom: 15px;
}

.service-item__inner-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 690px) {
    .service-item__inner-upper {
        flex-direction: column;
    }
}

.service-item__inner-lower {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 500px) {
    .service-item__inner-lower {
        flex-direction: column;
    }
}


@media screen and (max-width: 1199px) {
    .service-item__footer {
        padding-left: 20px;
    }
}

.service-item__result {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    .service-item__descr {
        margin-bottom: 0;
    }

    .service-item__footer {
        flex-wrap: wrap;
    }

    .service-item__footer > * {
        width: 50%;
    }

    .service-item__btn {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .service-item__contact {
        margin-bottom: 150px;
    }

    .service-item__contact {
        align-items: start !important;
        margin-top: 10px;
    }

    .service-item__price, .service-item__result {
        flex-direction: row !important;
    }

    .service-item__price-val, .service-item__total {
        margin-left: 10px
    }
}

.service-item:hover .service-item__footer {
    background: #d9d8d8;
}

.service-item__price-val {

}

.service-item__price {
    display: flex;
    flex-direction: column;
}

.service-item__price span:first-child {
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .service-item {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 475px) {
    .service-item__props,
    .service-item__contact {
        flex-direction: column;
        align-items: center;
    }

    .service-item__price,
    .service-item__phone {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.main-menu--mb {
    background-color: #fff;
}

.mb-menu--flex {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
}

.mb-phone-icon {
    font-size: 40px;
    color: #0d79be;
}

.logo--mb {
    display: flex;
    align-items: flex-end;
}

.logo--mb img {
    height: 40px;
}

.logo--mb span {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}

@media screen and (max-width: 991px) {
    .header {
        padding: 0 0 10px;
    }

    .breadcrumb__item {
        padding: 0;
        margin-bottom: 10px;
    }

    .breadcrumb {
        padding: 15px 0;
    }

    .breadcrumb__item i {
        margin: 0 5px;
    }

    .breadcrumb__item span {
        font-size: 10px;
    }
}

@media screen and (max-width: 555px) {
    .logo--mb {
        flex-direction: column;
        align-items: center;
    }

    .logo--mb span {
        font-size: 20px;
    }
}

.icons-row--smal {
    margin: 20px 0;
}

.icons-row--smal .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icons-row--smal .icon-box__content {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}

.form--inline {
    margin-bottom: 30px;
}

.form--inline .form-box {
    max-width: none;
}

.mb-hidden-block {
    display: none;
}

.mb-hidden-block.active {
    display: block;
}

.mb-phones {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.mb-phones .head-phone a {
    font-size: 18px;
}

.logo--mb:active,
.logo--mb:focus,
.logo--mb:hover {
    text-decoration: none;
}

.mb-hidden-block .main-menu__list {
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 111;
    left: 0px;
    right: 0px;
    height: 100%;
}

.map-columns ul ul {
    padding-left: 10px;
}

.site-map {
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.site-map:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    background-color: #fff;
}

.site-map:hover:before {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.prod-item__plus,
.prod-item__minus {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #bcbcbc;
    transition: all .2s;
    border-radius: 5px;
}

.prod-item__plus:hover,
.prod-item__minus:hover {
    background: #fff;
}

.prod-item__plus:before,
.prod-item__minus:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 10px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
}

.prod-item__plus:hover:after,
.prod-item__plus:hover:before,
.prod-item__minus:hover:before {
    background: #0d79be;
}

.prod-item__plus:after {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 2px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 1px);
}

input[type=text].prod-item__num {
    width: 45px;
    text-align: center;
    height: 30px;
    border: 1px solid #bbb;
    margin: 0 5px;
}

.service-item__calc-res {
    display: flex;
    flex-direction: column;
}

.btn-2--md {
    padding: 15px 20px 13px;
}

.md-content--call {
    background: #edb045;
}

.md-form--cal {
    text-align: center;
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
    transition: all .2s;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: all .2s;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    transition: all .2s;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
    background-color: #ffb138;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
    transition: all .2s;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* The container-checkbox */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all .2s;
}

/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: all .2s;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
    background-color: #ffb138;
}

/* Create the checkmark-checkbox/indicator (hidden when not checked) */
.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
    transition: all .2s;
}

/* Show the checkmark-checkbox when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
    display: block;
}

/* Style the checkmark-checkbox/indicator */
.container-checkbox .checkmark-checkbox:after {
    left: 9px;
    top: calc(50% - 6px);
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-params {
    background: #cee4f2;
}

.order-param__title {
    font-size: 26px;
    font-weight: bold;
    background: #ffb138;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 35px;
    margin-bottom: 20px;
    position: relative;
}

.order-param__title:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #cee4f2 transparent;
}

/* calculator side */
.op__field {
    margin: 0px 10px 15px;
}

.op__date {
    position: relative;
    height: 40px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.op__date i {
    font-size: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    color: #ffb138;
    left: 6px;
    top: calc(50% - 10px);
}

.op__date input {
    padding-left: 30px;
    width: 100%;
    border: 0;
}

.op__people {

}

.op__people_title {
    font-size: 18px;
    font-weight: bold;
}

.op__people_wrap {
    display: flex;
    flex-wrap: wrap;
}

.op__taxi {
}

.op__taxi_title {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.op__taxi_title .fa {
    color: transparent;
    transition: all .2s;
    margin-right: 7px;
    font-size: 16px;
    background: #fff;
}

.op__taxi_title:hover .fa {
    color: rgba(255, 177, 56, .3);
}

.op__taxi_title.active .fa {
    color: rgba(255, 177, 56, 1);
}

.op__taxi_title.active {

}

.op__goods {

}

.op__goods_title {
    font-size: 18px;
    font-weight: bold;
}

.op__goods_wrap {

}

.op__result {
    display: none;
    padding-bottom: 10px
}

.op__result-calc {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

.op__form {
    padding: 0;
    position: relative;
}

.op__form-row {
    display: flex;
    flex-direction: column;
}

.op__form-btn-2 {
    width: 100%
}

.btn--op.js-btn-op--refresh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #18c139;
    margin-bottom: 5px;
}

.js-btn-op--refresh .fa {
    margin-right: 5px;
}

.btn--op.js-btn-op--refresh:hover {
    background-color: #27a53f;
}

.btn--op {

}

.form--order-full .request-box {
    position: relative;
}

.form-note {
    position: absolute;
    left: -190px;
    top: 0px;
    font-size: 20px;
    color: #fff;
    background: #ffb138;
    width: 190px;
    padding: 15px;
    top: 0;
    bottom: 0;
    line-height: 1.3;
}

.tags-wrap {
    margin-bottom: 10px;
    position: relative;
    padding: 20px 10px 40px;
    background: #e3e3ee63;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 10000px;
    transition: all .2s;
}

.overflow-tag.tags-container {
    max-height: 60px;
    overflow: hidden;
    position: relative;
}

.overflow-tag.tags-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(9, 9, 121, 0) 44%, rgb(240, 240, 244) 100%);
}

.tag-link {
    text-decoration: none;
    transition: all .2s;
    margin-right: 10px;
    font-size: 14px;
}

.tag-link:last-child {
    margin-right: 0;
}

.tag-link.active,
.tag-link:hover {
    text-decoration: underline;
    color: #be322b;
}

.tag-show-more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none;
    color: #000 !important;
}

.tag-show-more.active {
    display: block;
}

@media (max-width: 1199px) {
    .service-item {
        padding-bottom: 45px;
    }

    .order-param__title {
        font-size: 23px;
    }

}

@media (max-width: 768px) {
    .service-item__text {
        width: 100%;
    }

    .tags-wrap {
        background: #ffd892;
    }

    .tags-container {
        max-height: 66vh;
        overflow-y: scroll;
    }

    .overflow-tag.tags-container:after {
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(9, 9, 121, 0) 44%, rgb(255, 216, 146) 100%);
    }

    .tag-show-more {
        left: auto;
        right: 15px;
    }
}

.content-calc .op__goods_wrap {
    display: flex;
    flex-wrap: wrap;
}

.content-calc .container-checkbox {
    margin-right: 40px;
    padding-left: 30px;
}

.rel-items {
    margin-bottom: 40px;
}

.rel-item {
    display: flex;
    color: #434343;
    flex-direction: column;
    margin-bottom: 40px;
}

.rel-item:hover {
    color: #434343;
    text-decoration: none;
}

.rel-item__img {
    height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
}

.rel-item__img img {
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 15px;
}

.rel-item__name {
    height: 42px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.rel-item__calc-res {
    font-size: 15px;
    margin-bottom: 5px;
}

.test-check {
    position: relative;
}

.test-check span {
    position: absolute;
    color: transparent;
    left: 0;
    top: 100%;
}

@media (max-width: 2980px) and (min-width: 981px) {
    .main-video {
        width: 580px;
        height: 376px;
        margin: -60px auto 25px auto;
    }

    .calc-res_transport {
        margin-top: -7px !important;
    }
}

@media (max-width: 980px) and (min-width: 601px) {
    .main-video {
        margin: -20px 50px 50px 50px;
    }
}

@media (max-width: 600px) {
    .main-video {
        margin: -40px 10px 10px 10px;
    }

    .service-item__footer {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .service-item__footer--transport {
        padding-top: 60px !important;
        flex-direction: column !important;
        align-items: start !important;
        padding-left: 20px !important;
    }

    .text_transport {
        max-height: 460px !important;
    }

    .mob_time_wh {
        margin-bottom: 10px;
    }

    .service-item {
        padding-bottom: 65px;
    }

    .calc-res_transport br {
        display: none
    }

    .calc-res_transport {
        margin-top: 10px !important;
    }
}

.li_foot {
    padding-left: 25px;
}

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

.service-item:hover .upper_block {
    background: #d9d8d8 !important;
}

.price_workers {
    margin-top: -7px;
}

.img-content-cooperation img {
    height: auto;
    max-width: 120px;
    margin: 0 auto;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    width: 30px;
    height: 30px;
    content: "" !important;
    background: url(/bitrix/templates/main/css/../img/arrow-prev.svg) center center no-repeat;
}

.slick-next {
    transform: translate(0, -50%) scale(-1, -1) !important;
}

.slick-prev:before, .slick-next:before {
    color: red !important;
}
/* End */


/* Start:/bitrix/templates/main/css/slick.css?17774643101776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/main/css/slick-theme.css?17774643103145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/main/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/main/css/./fonts/slick.eot');
    src: url('/bitrix/templates/main/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/main/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/main/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/main/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/card-services-transport/style.css?1753864987591*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

@media screen and (max-width: 1199px){
	.service-item__footer {
		padding-left: 20px;
	}
	
}

.service-item__footer.service-item__footer--transport {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding-top: 5px;
	align-items: center;
	background: #0000;
	transition: all .2s;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 280px;
	padding-right: 20px;
	padding-bottom: 15px;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/card-services-workers/style.css?17659585311204*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.serivce-item__time-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

@media (max-width: 500px) {
	.serivce-item__time-wrap {
		flex-direction: row;
	}
}




@media (max-width: 2980px) and (min-width: 501px) {
	.upper_block {
		padding-left: 260px;
		margin-top: -50px;
	}
}
.service-item:hover .upper_block{
	background: #eaeaea;
}


@media (max-width: 500px) {
	.service-item__inner-upper {
		flex-direction: column;
		align-items:start!important;
	}
}


@media (max-width: 550px) {
	.upper_block {
		/*margin-top: 80px !important;*/
	}
}

@media (max-width: 360px) {
	.service-item__footer {
		padding-top: 30px !important;
		margin-top: 85px !important
	}
}

@media screen and (max-width: 600px) {
	.service-item__footer > * {
		width: auto !important;
	}
}

@media (max-width: 768px) {
	.txt_box {
		width: 100%;
		max-height: 150px!important;
	}
	.service-item__inner-upper {
		flex-direction: column;
		align-items:start!important;
	}
}
.service-item__total {
	font-size: 110%;
}
.service-item__calc-res{
	margin-top: 20px;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/faq/style.css?1723466643820*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.serivce-item__time-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

@media (max-width: 500px) {
	.serivce-item__time-wrap {
		flex-direction: row;
	}
}

@media (max-width: 500px) {
	.service-item__inner-upper {
		flex-direction: column;
	}
}


@media (max-width: 550px) {
	.service-item__footer {
		margin-top: 80px !important;
	}
}

@media (max-width: 360px) {
	.service-item__footer {
		padding-top: 30px !important;
		margin-top: 85px !important
	}
}

@media screen and (max-width: 600px) {
	.service-item__footer > * {
		width: auto !important;
	}
}

@media (max-width: 768px) {
	.service-item__text {
		width: 100%;
		max-height: 150px;
	}
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/faq_article/style.css?1723537017820*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.serivce-item__time-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

@media (max-width: 500px) {
	.serivce-item__time-wrap {
		flex-direction: row;
	}
}

@media (max-width: 500px) {
	.service-item__inner-upper {
		flex-direction: column;
	}
}


@media (max-width: 550px) {
	.service-item__footer {
		margin-top: 80px !important;
	}
}

@media (max-width: 360px) {
	.service-item__footer {
		padding-top: 30px !important;
		margin-top: 85px !important
	}
}

@media screen and (max-width: 600px) {
	.service-item__footer > * {
		width: auto !important;
	}
}

@media (max-width: 768px) {
	.service-item__text {
		width: 100%;
		max-height: 150px;
	}
}

/* End */


/* Start:/bitrix/templates/main/styles.css?15375033902311*/
﻿/*  ======================================================================
        TABLE
========================================================================== */
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 40px;
    /*margin-top: 40px;*/
}

.table-layout-fixed {
    table-layout: fixed;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.table > thead {
    background-color: #cee4f2;
}

.table > thead > tr > th,
.table > thead > tr > td {
    vertical-align: middle;
    border-top: 0;
    border-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    color: #434343;
}

.table--s2 td:nth-child(1) {
    width: 40%;
}

/*----- Table Striped -----*/
.table > tbody > tr:nth-child(even) > th, 
.table > tbody > tr:nth-child(even) > td {
    background-color: #f5f5f5;
}

/*----- Table Responsive -----*/
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.table-responsive > .table {
    margin-bottom: 0;
    table-layout: auto;
}

.table-responsive > .table > thead > tr > th, 
.table-responsive > .table > tbody > tr > th, 
.table-responsive > .table > tfoot > tr > th, 
.table-responsive > .table > thead > tr > td, 
.table-responsive > .table > tbody > tr > td, 
.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
    max-width: 200px;
}



/*----- Media Styles -----*/
@media only screen and (max-width : 360px) {
    .table > thead > tr > th, 
    .table > thead > tr > td {
        font-size: 14px;
    }
    .table-responsive .table > thead > tr > th, 
    .table-responsive .table > thead > tr > td {
        font-size: 16px;
    }
}

.error404 {
    height: 300px;
}

.error404 h1 {
    margin-top: 79px;
    text-transform: uppercase;
    font-size: 30px;
}
/* End */
/* /bitrix/templates/main/css/custom-bootstrap.css?178099594628776 */
/* /bitrix/templates/main/libs/libs.min.css?149180743242883 */
/* /bitrix/templates/main/css/custom-components.css?178099599522320 */
/* /bitrix/templates/main/js/datepicker/css/datepicker.min.css?147486569412257 */
/* /bitrix/templates/main/css/style.css?178100640343859 */
/* /bitrix/templates/main/css/slick.css?17774643101776 */
/* /bitrix/templates/main/css/slick-theme.css?17774643103145 */
/* /bitrix/templates/main/components/bitrix/news.list/card-services-transport/style.css?1753864987591 */
/* /bitrix/templates/main/components/bitrix/news.list/card-services-workers/style.css?17659585311204 */
/* /bitrix/templates/main/components/bitrix/news.list/faq/style.css?1723466643820 */
/* /bitrix/templates/main/components/bitrix/news.list/faq_article/style.css?1723537017820 */
/* /bitrix/templates/main/styles.css?15375033902311 */
