

/* Start:/bitrix/templates/main/css/custom-bootstrap.css?165701349429038*/
/*
 * 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: "Fira Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.42857143;
	color: #434343;
}

.fa {
	color: #fc6800;
}

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

p {
	/* margin-bottom: 15px;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px; */

	color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.17px;
    padding-top: 7px;
}

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

a:hover,
a:active {
	color: #fd6301;
	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: 20px;
}

h1, .h1 {
	color: #2a2a2a;
	font-size: 30px;
	font-weight: 550;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	padding-top: 24px;
	padding-bottom: 21px;
}
h2, .h2 {
	/* font-size: 30px; */
	color: #2a2a2a;
	font-size: 24px;
	font-weight: 550;
	line-height: 24px;
	letter-spacing: 0.6px;
	padding-top: 11px;
    padding-bottom: 20px;
}
h3, .h3 {
	/* font-size: 24px; */
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.45px;

	margin-top: 12px;
}
h4, .h4 {
	/* font-size: 20px; */
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.14px;
	padding-top: 23px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}

h1:after, h2:after,
.h1:after, .h2:after {
	content: "";
    display: inline-block;
    background: #fc6800;
    width: 55px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
}

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: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #213c79;
	font-size: 14px;
	line-height: 1.6;
	color: #213c79;
}

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 #ffcd2b;
    background-color: #f9f9f9;
    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: 1170px; }
}

.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-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-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-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?165701349439477*/
/*!
 *  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:400;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:.08em solid #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{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;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;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-ajax-holder .mfp-content,.mfp-inline-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:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}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:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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:.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:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{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{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{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,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{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,.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-height:300px),screen and (max-width:800px) and (orientation:landscape){.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,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;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,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:c}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/main/libs/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;animation:c .7s both ease}.owl-fade-in{animation:b .7s both ease}.owl-backSlide-out{animation:d 1s both ease}.owl-backSlide-in{animation:e 1s both ease}.owl-goDown-out{animation:f .7s ease both}.owl-goDown-in{animation:g .6s ease both}.owl-fadeUp-in{animation:h .5s ease both}.owl-fadeUp-out{animation:i .5s ease both}@keyframes b{0%{opacity:0}to{opacity:1}}@keyframes c{0%{opacity:1}to{opacity:0}}@keyframes d{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}to{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@keyframes e{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}to{opacity:1;transform:translateZ(0) translateX(0)}}@keyframes f{to{opacity:0;transform:scale(.8)}}@keyframes g{0%{transform:translateY(-100%)}}@keyframes h{0%{opacity:0;transform:scale(1.5)}}@keyframes i{to{opacity:0;transform:scale(1.5)}}
/* End */


/* Start:/bitrix/templates/main/css/custom-components.css?165701349432990*/
/*  ======================================================================
        BASIC STYLES: RESPONSIVE MENU
========================================================================== */
.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 9999;
    min-width: 320px;
    max-width: 400px;
    background-color: #fafafa;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
}

.responsive-menu.active {
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}

.responsive-menu__top {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #edf5fb;
    background-color: #fff;
}

.responsive-menu__close {
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #000;
    -webkit-transition: color 0.3s;
       -moz-transition: color 0.3s;
            transition: color 0.3s;
}

.responsive-menu__close:hover {
    color: #213c79;
}

.responsive-menu__phone {
    position: relative;
     float: right; 
    text-align: center;
    font-size: 22px;
    padding: 2px 0;
    color: #000;
    font-weight: 300;
    line-height: 20px;
}

.responsive-menu__phone i {
    margin-right: 10px;
    font-size: 18px;
}

.responsive-menu__phone a {
    color: #000;
    text-decoration: none !important;
}

.responsive-overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #000 !important;
    cursor: pointer;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.responsive-overlay.active {
    opacity: .6;
    visibility: visible;
}

.mb-sub-menu {
    display: none;
    list-style: none;
}

.mb-menu {
    list-style: none;
    background-color: #fff;
}

.mb-menu li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.mb-menu .mb-sub-menu li:last-child {
    border-bottom: 0;
}

.mb-menu li:before {
    display: none;
}

.mb-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #434343;
    text-decoration: none !important;
}

.mb-menu .select-menu>a {
    color: #6cc009;
}

.mb-menu .select-lang {
    padding-left: 10px;
}

.mb-menu .select-lang a {
    display: inline-block;
    padding: 12px 10px;
    margin: 0;
}

.mb-menu .btn.request {
    width: 100%;
}

.mb-sub-menu a {
    padding-left: 50px;
}

.mb-sub-menu .first-level {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 12px 20px 12px 40px;
}

.mb-sub-menu .mb-sub-menu a {
    padding-left: 60px;
}

.mb-menu__open-sub-menu {
    position: absolute;
    height: 45px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 45px;
    background-color: #f1f1f1
}

.mb-menu__open-sub-menu:after {
    content: '\f107';
    display: inline-block;
    font: 18px 'FontAwesome';
}

.mb-menu li.active > .mb-menu__open-sub-menu {
    background-color: #ffd792;
}

.mb-menu li.active > .mb-menu__open-sub-menu:after {
    content: '\f106';
}

.mb-menu-2 .mb-lk a {
    display: inline-block;
    vertical-align: middle;
}

.mb-menu-2 .mb-lk span {
    display: inline-block;
    vertical-align: middle;
}

.responsive-phone {
    float: right;
    font-size: 19px;
    color: #000;
    text-decoration: none !important;
}

.responsive-phone i {
    margin-right: 4px;
}

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

.header-responsive .mb-menu a>i {
    margin-right: 10px;
}

.header-bar {
    display: inline-block;
    font-size: 38px;
    margin-right: 20px;
}

.logo--responsive {
    margin-left: 20px;
}


/*  ======================================================================
        BREADCRUMB
========================================================================== */
.section-breadcrumb {
	background: #eaeaea;
	margin-bottom: 20px;
}

.breadcrumb {

}

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

.breadcrumb__item a {

}

.breadcrumb__item a:hover {

}

.breadcrumb__item span {

}

.breadcrumb__item i {
	margin: 0 8px 0 12px;
}


/*  ======================================================================
        SELECT AMOUNT
========================================================================== */
.amount {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    height: 39px;
    border: 1px solid #e0ebf7;
}

.amount__input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 38px;
    height: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #959595;
}

.amount__button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #959595;
    width: 30px;
    height: 100%;
    font-size: 15px;
    background-color: #e0ebf7;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
            transition: all .2s;
}

.amount__button:hover {
    background-color: #eaeaea;
}

.amount__button:before,
.amount__button:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    display: block;
    background-color: #000;
}

.amount__button:before {
    width: 15px;
    height: 1px;
}

.amount__button:after {
    top: calc(50% - 8px);
    left: calc(50% - 0px);
    width: 1px;
    height: 15px;
}

.amount__button--minus:after {
    display: none;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 360px) {
    .amount__input { width: 34px; }
}


/* ==================================================================================
        CALENDAR
   ================================================================================== */
.calendar {
	padding: 32px 36px;
	background-color: #f3f2f2;
}

.calendar__top {
	white-space: nowrap;
	font-size: 0;
}

.calendar__table {
	width: 100%;
    table-layout: fixed;
}

.calendar__table th {
	height: 32px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #28a977;
	text-transform: uppercase;
	text-align: center;
}

.calendar__table td {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #7d7d7d;
}

.calendar__table td.calendar__other-month {
	background-color: #f3f2f2;
	color: #c7c7c7;
}
.calendar__table td.calendar__weekend {
	color: #28a977;
}
.calendar__table td.calendar__today {
	background-color: #dcdcdc;
}

.calendar__table a {
    display: block;
    height: 100%;
    line-height: 39px;
    text-decoration: none !important;
    background-color: #28a977;
    color: #fff;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

.calendar__table a:hover {
    background-color: #46ce99;
}

/*----- Select -----*/
.calendar__top .select {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	border: none;
}

.calendar__top .select:first-child {
	width: calc(70% - 2px);
	margin-right: 4px;
}

.calendar__top .select:last-child {
	width: calc(30% - 2px);
}

.calendar__top .select__title {
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	text-transform: uppercase;
}

.calendar__top .select:first-child .select__list {
	height: 300px;
	overflow-y: auto;
}

.select__item.active {

}
/* ==================================================================================
        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;
    width: 100%;
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #434343;
    margin-bottom: 18px;
    outline: none !important;
    background-color: transparent;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

.form textarea {
    height: 145px;
    resize: vertical;
    padding: 10px 20px;
}

.form label {
    display: block;
}

.form input[type='text']:focus,
.form input[type='email']:focus,
.form select:focus,
.form textarea:focus {
    border-color: #213c79;
}
/*  ======================================================================
        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;
}

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

.md-title {
    font-size: 22px;
    color: #213c79;
    text-align: center;
}


/*  ======================================================================
        NEWS ARTICLE
========================================================================== */
.news-article {
	position: relative;
}

.news-article.news-article--img {
	white-space: nowrap;
	font-size: 0;
}

.news-article__img {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 180px;
	margin-right: 16px;
}

.news-article__img + .news-article__content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 196px);
	white-space: normal;
	font-size: 14px;
}

.news-article__meta {
	margin-bottom: 10px;
}

.news-article__date-post {
	font-size: 12px;
	color: #7d7d7d;
}

.news-article__title {
	display: inline-block;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: bold;
	color: #128256;
	text-decoration: none !important;
	text-transform: uppercase;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

a.news-article__title:hover {
	color: #f2c43d
}

.news-article__text {
	margin-bottom: 21px;
}

/*  ======================================================================
        CUSTOM SELECT
========================================================================== */
.select {
    position: relative;
    display: inline-block;
    /* width: 100%;
    border: 1px solid #d3d3d3; */
    text-align: left;

    width: 230px;
    height: 48px;
    border: 1px solid #dadada;
    background-color: #ffffff;
}

.select__title {
    position: relative;
    width: 100%;
    padding: 11px 18px 9px 18px;
    background: #fff;
    font-size: 15px;
    /* color: #6B6A6A; */
    cursor: pointer;


    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.8px;
}

.select__title:after {
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    font: 15px 'FontAwesome';
    /* color: #525252; */
    color: #c6c6c6;
}

.select__title.active:after {
    content: '\f106';
}

.select__placeholder {
    color: #A5A5A5;
}

.select__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    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; */
    background-color: #1ec9ee;
    cursor: pointer;
}

.select__item.active {
    margin-left: -1px;
    margin-right: -1px;
    /* background-color: #213c79; */
    background-color: #1ec9ee;
    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;
    border-bottom: 3px solid #227fdd;
    /* width: 99.82%; */
}

.tab__link {
    padding: 18px 97px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;

    width: calc(33.33333% - 1px);
}

.tab__link:nth-child(2) {
    width: calc(33.33333% - 2px);
}

.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;
    background-color: #f6f6f6;
    padding-top: 49px;
    padding-left: 48px;
    padding-right: 55px;
    padding-bottom: 38px;
}

.tabs__content .tab__content p {
    font-size: inherit;
    color: inherit;
}

.tab__content.active {
    display: block;
}

/*----- tabs #1 -----*/
.tabs .tab__link {
    font-size: 14px;
    padding-top: 24px;
    margin: 0 1px;
    /* background-color: #f6f7fe; */

    color: #2a2a2a;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    background: #e6e6e6;
    position: relative;
    /* z-index: 29; */
}

.tabs .tab__link:before {
    content: '';
    position: absolute;
    /* width: 16px;
    height: 16px; */
    border: 8px solid transparent;
    border-left: 8px solid #ffffff;
    border-top: 8px solid #ffffff;
    z-index: 30;
    display: inline-block;
    left: 0;
    top: 0;
}


.tabs .tab__link:hover,
.tabs .tab__link.active {
   /* background-color: #213c79; */
   color: #ffffff;
   background: #227fdd;
}

/*----- 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;
    /* padding: 25px 92px; */
}

.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: 50px;
    width: 40px;
    height: 90px;
    border-radius: 4px;
    background-color: #ffcd2b;
    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: #383838;
    -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: #383838;
}
.widget-search__form {
   display: block;
   position: relative;
}

.widget-search__form input {
   width: 100%;
   height: 38px !important;
   padding-left: 22px;
   padding-right: 46px;
   border: 1px solid #ccc;
   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;
}
/*  ======================================================================
        BUTTONS
========================================================================== */
/*----- BUTTON -----*/
/* .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    background-color: #213c79;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
} */

.btn {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* padding-top: 18px; */
    /* padding-left: 4px; */
    /* margin: 73px 0px 0px 11px; */
    border: none;
    background-color: #fff;
    background-image: linear-gradient(to top, #227fdd 0%, #1ec9ee 100%)
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 32px 11px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background-color: #416aa6;
    color: #fff;
}

.btn--big {
    width: 180px;
    height: 52px;
    margin: 60px 0px 0px 11px;
    padding-top: 18px;
    background-color: #1faee8;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
    background-image: linear-gradient(to top, #227fdd 0%, #1ec9ee 100%);
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.8px;
    border-radius: 4px;
}

.btn--big:hover {
    background-image: linear-gradient(to top, #1ec9ee 100%, #227fdd 0%);
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn--features {
    /* width: 140px;
    height: 42px; */
    padding: 14px 35px 14px;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background-color: #ececec;
    margin-top: 28px;
    position: relative;
    z-index: 99;
    border-radius: 4px;
}

.btn--features:hover {
    background-color: #1ec9ee;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn--events {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background-color: #1ec9ee;
    border-radius: 4px;
    padding: 15px 27px 13px;
    margin-top: 5px;
}

.btn--events:hover {
    background-image: linear-gradient(to top, #227fdd 0%, #1ec9ee 100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn--form {
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.8px;
    text-align: center;
    width: 180px;
    height: 52px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
    background-color: #1ec9ee;
    border-radius: 6px;
    /* margin: -8px 0px 0px 90px; */
}

.btn--form:hover {
    background-image: linear-gradient(to top, #227fdd 0%, #1ec9ee 100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn--download {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.5px;
    /* text-align: center; */
    border-radius: 4px;

        /* Style for "Прямоуголь" */
    width: 232px;
    height: 42px;
    border: 1px solid #1ec9ee;
    background-color: #ffffff;
}

.btn--download:hover {
    background-image: linear-gradient(to top, #227fdd 0%, #1ec9ee 100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

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

/*----- ANIMATION FOR BUTTONS   -----*/
.btn--e1 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
    padding: 15px 84px 13px 50px;
    text-align: left;
}

.btn.btn--e1:hover,
.btn.btn--e1:focus,
.btn.btn--e1:active,
.btn.btn--e1.active {
	background-color: #213c79;
}

.btn--e1 span {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.btn--e1:hover span,
.btn--e1:focus span,
.btn--e1:active span,
.btn--e1.active span {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
            transform: translateX(-14px);
}

.btn--e1:before {
    content: "\e90c";
    z-index: 2;
    top: calc(50% - 8px);
    right: 15px;
    font-family: 'Fira Sans';
    font-size: 11px;
    color: #f6f7fe;
}

.btn--e1:hover:before,
.btn--e1:focus:before,
.btn--e1:active:before,
.btn--e1.active:before {
    -webkit-transform: translateX(-12px);
       -moz-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
            transform: translateX(-12px);
}

.btn--e1:after {
	width: 75px;
	height: 160%;
    z-index: 1;
    right: 0;
    top: 0px;
    background-color: #2e4b8c;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-20deg) translateX(25px);
       -moz-transform: rotate(-20deg) translateX(25px);
        -ms-transform: rotate(-20deg) translateX(25px);
            transform: rotate(-20deg) translateX(25px);
}

.btn--e1:hover:after,
.btn--e1:focus:after,
.btn--e1:active:after,
.btn--e1.active:after {
    -webkit-transform: rotate(-20deg) translateX(0px);
       -moz-transform: rotate(-20deg) translateX(0px);
        -ms-transform: rotate(-20deg) translateX(0px);
            transform: rotate(-20deg) translateX(0px);
}

/*----- BUTTON LINK   -----*/
.btn-link {
    display: inline-block;
    vertical-align: top;
    padding: 15px 66px 13px 66px;
}

/*----- BUTTON YELLOW   -----*/
.btn--yellow {
    color: #434343;
    background-color: #ffcd2c;
}

.btn--yellow:hover,
.btn--yellow:focus,
.btn--yellow:active,
.btn--yellow.active {
    color: #434343;
    background-color: #ffdb67;
}

.btn--yellow.btn--e1:after {
    background-color: #ffdb68;
}
.btn--yellow.btn--e1:before {
    color: #434343;
}
.btn.btn--yellow.btn--e1:hover,
.btn.btn--yellow.btn--e1:focus,
.btn.btn--yellow.btn--e1:active,
.btn.btn--yellow.btn--e1.active {
    background-color: #ffcd2c;
}

/*----- BUTTON ROUNDED && CIRCLE   -----*/
.btn--rounded {
	border-radius: 5px !important;
}

.btn--circle {
	border-radius: 30px !important;
}

/* End */


/* Start:/bitrix/templates/main/css/style.css?171345078165583*/
/* ==================================================================================
    BASIC STYLES:
        01: HEADER
        02: ...

    BLOCKS:
        01: ...

	OTHER PAGES:
		01: ...
===================================================================================== */


/*  ======================================================================
        BASIC STYLES: HEADER
========================================================================== */
header {
    background-color: #ffffff;
    /*padding-top: 31px;*/
}

.header-top-menu{
    background: rgba(231,231,231, .4);
    padding: 15px 0;
}
.header-top-menu ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    /*justify-content: space-between;*/
    justify-content: space-around;
    width: 100%;
}
.header-top-menu ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.header-top-menu ul li a{
    text-decoration: none;
    color: #4d4d4d;
}

.header-top-menu ul li a:hover{
    color: #fc6800;
}

.header-top {
    overflow: hidden;
    line-height: 36px;
    /* margin-bottom: 1px; */
    padding-bottom: 14px;
    position: relative;
    padding-top: 11px;
}

.header-top:after,
.header-top:before {
    content: '';
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.header-top:after {
    width: 41.3%;
    left: 0px;
    background-color: #000000;
}

.header-top:before {
    width: 58.7%;
    right: 0px;
    background-color: #fc6800;
}

.header-top--inner {
    padding-bottom: 22px;
}

.header-top--inner:after,
.header-top--inner:before {
    content: none;
}

.logo {
    display: flex;
}

.logo img{
    width: 250px;
}

.header-responsive .logo{
    display: block;
}

.header-responsive .logo img{
    max-width: none;
    max-height: none;
    width: 126px;
}

.logo__img{
    display: flex;
    align-items: center;
    width: 250px;
}

.logo__text {
    display: flex;
    align-items: flex-start;
    padding-left: 50px;
    flex-direction: column;
    width: calc(100% - 250px);
}

.logo__text-top {
    display: inline-block;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 400;
}

.logo__text-top span {
    font-weight: 700;
}


.logo__text-bottom {
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 0.2px;
    float: left;
}

.top__img {
    display: inline-block;
    vertical-align: top;
    width: 286px;
}

.contacts-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contacts-top__phone {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
}

.contacts-top__phone .fa {
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.contacts-top__address .fa {
    font-size: 13px;
    margin-right: 11px;
    position: relative;
    top: 1px;
}

.contacts-top__address {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.header-bottom {
    margin-bottom: 15px;
    background: #f7f7f7;
}

.header-bottom--inner {
    line-height: 36px;
    /* margin-bottom: 1px; */
    padding-bottom: 14px;
    position: relative;
}

.header-bottom--inner:after,
.header-bottom--inner:before {
    content: '';
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.header-bottom--inner:after {
    width: 41.3%;
    left: 0px;
    background-color: #1ec9ee;
}

.header-bottom--inner:before {
    width: 58.7%;
    right: 0px;
    background-color: #227fdd;
}


.header-main {
    padding: 10px 0;
}

.header-main--inner {
    padding-top: 13px;
    border-top: 1px solid #c7c7c7;
}

.header-bottom__menu {
    /*float: left;*/
    width: 100%;
}

.header-bottom__menu > ul {
    /* padding-top: 25px; */
    /* padding-bottom: 23px; */
    padding-top: 35px;
    /* padding-bottom: 2px; */
    /*font-size: 0;*/
    /*font-size: 0;*/
}

.header-bottom__menu ul li {
    display: inline-block;
    width: auto;
    margin-right: 19px;
}

.header-bottom__menu ul li:last-child {
    margin-right: 0;
}

.header-bottom__menu ul li a {
    /* width: 840px; */
    /* height: 13px; */
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    line-height: 11px;
    padding-top: 15px;

    text-transform: none;
    letter-spacing: .3px;
    padding-left: -1px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav-menu .first-level-menu > li > a {
    text-transform: uppercase;
}

.nav-menu .sub-menu > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    line-height: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
}

.first-level-menu > li > a {
    padding-bottom: 16px;
}

.first-level-menu > li > a:hover {
    color: #fd6301;
    text-decoration: none;
}

.header-bottom__menu ul li a .fa {
    margin-left: 8px;
    position: relative;
    bottom: -1px;
}


.clearfix:after {
    content:"";
    display: table;
}

.nav-menu {
    position:relative;
    display:inline-block;
    width: 100%;
}

.nav-menu .first-level-menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.nav-menu li {
    display: inline;
    list-style-type: none;
    position: relative;
}

/*.sub-menu li a:hover {*/
    /*text-decoration: none;*/
/*}*/

.sub-menu {
    width: 306px;
    height: auto;
    /* height: 386px; */
    position: absolute;
    display: none;
    background-color: #fc6800;
    top: 50px;
    left: -18px;
    padding-left: 18px;
    padding-top: 32px;
    padding-right: 20px;
}

/*.sub-menu:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fc6800;
    left: 28px;
    top: -10px;
}*/

.nav-menu ul li:first-child:hover > ul {
    display:inline-block;
    z-index: 100000;
    transition: all .2s;
}
.nav-menu ul li:nth-child(4):hover > ul {
    display:inline-block;
    z-index: 100000;
    transition: all .2s;
    width: auto;
    min-width: 185px;

}
.nav-menu ul li:first-child .fa{
    display: inline-block;
}
.nav-menu ul li:nth-child(4) .fa{
    display: inline-block;
}
.nav-menu ul li .fa{
    display: none;
}

.nav-menu > ul > li:after {
    /*content: "25BC"; !*escaped unicode for the down arrow*!*/
    font-size: .5em;
    display: inline;
    position: relative;
}

ul.sub-menu li {
    width: 100%;
    display: block;
    /* margin-right: 19px; */
    /* margin-bottom: -1px; */
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.14px;
    text-decoration: none;
    /* text-transform: lowercase; */
    padding-left: 19px;
    margin-bottom: 19px;
}

.sub-menu li:hover a {
    text-decoration: underline;
    color: #fff;
}

.sub-menu li:hover a:after {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    width: 0px;
    height: 0;
    left: -1px;
    /* top: 5px; */
    top: 4px;
    text-align: center;
}

.header-bottom__search {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-bottom__search form{
    display: flex;
    /*width: calc(100% - 190px);*/
    width: 100%;
}
.header-bottom__search input{
    background: transparent;
}

.form-search {
    position: relative;
}

.header-bottom__search input {
    width: 100%;
    border: 0;
    padding-left: 6px;
    padding-top: 10px;
    color: #878787;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 6px;
}

.header-bottom__search .fa {
    position: absolute;
    top: 13px;
    right: 5px;
}

.header-inst{
	font-size: 25px;
	color: #4d4d4d;
}

.header-inst:hover{
	color: #fc6800;
}

/*.fa fa-phone fa-phone--custom {*/
    /*!*margin-right: 4px;*!*/
    /*font-size: 13px;*/
    /*position: relative;*/
    /*!*top: -1px;*!*/
    /*float: left;*/
/*}*/


/*===========================
			MAIN PAGE
============================*/

.main-page {
    /*background: #ffffff url(/bitrix/templates/main/css/../img/bg/main-bg.jpg) no-repeat center top;*/
    /*background-position: -11px 36px;*/
}

/*===================== SLIDER ======================= */

/*








*/

.main-slider .owl-dot {
    display: inline-block;
    /*width: 100%;*/
    width: auto;
    cursor: pointer;
    opacity: 0.5;
    /*font-size: 14px;*/
    font-size: 0;
    font-weight: 700;
    /*line-height: 36px;*/
    line-height: 0;
    background-color: transparent;
    width: 4px;
    height: 4px;
    /*margin: 0 15px;*/
    margin: 0;
    border-radius: 10px;
    padding: 15px;
}

.main-slider .owl-dot.active {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.main-slider .owl-dots {
    position: absolute;
    left: calc(50% - -123px);
    top: 343px;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0;
    bottom: 61px;
    z-index: 99999;
}



.main-slider .owl-prev {
    left: 429px;
    position: absolute;
    top: -13px;
}



.main-slider .owl-next {
    position: absolute;
    right: -1134px;
    top: -13px;
}

.main-slider .owl-prev,
.main-slider .owl-next {
    width: 69px;
    height: 70px;
    text-align: center;
    padding: 0px 26px;
    font-size: 31px;
    display: inline-block;
    cursor: pointer;
    line-height: 53px;
    color: #a2bbdd;
}


.main-slider .owl-prev .fa {
    vertical-align: middle;
    color: #a2bbdd;
    font-size: 29px;
    font-weight: 400;
    line-height: 15.56px;
}

.main-slider .owl-next .fa {
    vertical-align: middle;
    opacity: 0.5;
    color: #a2bbdd;
    font-size: 29px;
    font-weight: 400;
    line-height: 15.56px;
}

.main-slider .owl-prev .fa:hover,
.main-slider .owl-next .fa:hover {
    color: #ffffff;
}

.slider-wrapper {
    height: 402px;
    margin-top: 36px;
}

.main-slider {
    margin: 0 -30px;
    vertical-align: top;
    /* overflow: hidden; */
}

.main-slider .owl-item {
    display: inline-block;
    /*opacity: 0;*/
    transition: all .2s;
}

.main-slider .owl-item.active {
    opacity: 1;
}

.main-slider .owl-stage-outer {
    margin: 0 30px;
    overflow: hidden;
    max-width: 1140px;
    box-shadow: 0 31px 40px 14px rgba(0, 0, 0, 0.08);
    height: 402px;
}

.main-slider .owl-stage {
    /*padding-left: 0px !important;*/
}

.slider-item {
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 4px;
}

.slider-item__left {
    width: 390px;
    height: 403px;
    display: inline-block;
    vertical-align: top;

    /* background-color: #ffffff; */
    padding-top: 125px;
    padding-left: 96px;
    padding-right: 46px;
    background: #ffffff;
    /*background: url(/bitrix/templates/main/css/../img/main-slider/left-part.png) no-repeat #ffffff;
    background-position: 62px 93px;*/
/*    height: 277px;
    width: calc(100% - 67px);
    margin: 161px 50px 75px 96px;
    box-shadow: 0 31px 40px 14px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    background-size: 100%;*/
}

.slider-item__title {
    /* Style for "Корпоратив" */
    /*width: 212px;*/
    /* height: 44px; */
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    text-align: left;
    /*padding-top: 160px;
    padding-right: 99px;*/


}
.slider-item__title span {
    color: #227fdd;
    letter-spacing: 0.26px;
    display: block;
}

.slider-item__left p {
    color: #969696;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.18px;
    padding-top: 9px;
}

.slider-item__center {
    position: absolute;
    top: 216px;
    left: 340px;
    z-index: 999;
}

.slider-item__right {
    font-size: 0;
    display: inline-block;
    width: calc(100% - 390px);
    height: 403px;

}

.slider-item__img {
    /* text-align: left; */
    width: 100%;
    height: 402px;
    /* height: 402px; */
    display: inline-block;
    position: relative;
}

.slider-item__img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/main/css/../img/main-slider/gradient.jpg) center bottom no-repeat;
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.fa-phone--custom {
    font-size: 12px;
}


/*============================
            FEATURES
=============================*/

.features-wrapper {
    font-size: 0;
    height: 420px;
    margin-top: 43px;
}

.features-item {
    width: 100%;
    height: 373px;

    background-color: #ffffff;
    padding-top: 34px;
    position: relative;
    border-radius: 3px;
    z-index: 999;
}

.features-item__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: -999;
    border-radius: 3px;
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.features-item:hover .features-item__back {
    /*width: 106%;
    height: 393px;
    left: -3.5%;
    top: -10px;*/
    box-shadow: 0 7px 17px 7px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    transform: scale(1.06);
}

/* .features-item:hover {
    position: relative;
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
} */

.features-item__back:before {
    content: '';
    display: inline-block;
    /* background: url(/bitrix/templates/main/css/../img/ell_1.jpg) no-repeat; */
    background: url(/bitrix/templates/main/css/../img/circle-top.png) right bottom no-repeat;
    width: 48px;
    height: 49px;
    top: 0;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 3px;
}

.features-item:hover .features-item__back:before {
    width: 87px;
    height: 84px;
}

.features-item__back:after {
    content: "";
    display: inline-block;
    /*background: url(/bitrix/templates/main/css/../img/ell_2.jpg) no-repeat;*/
    background: url(/bitrix/templates/main/css/../img/circle-bottom.png) no-repeat;
    width: 64px;
    height: 69px;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 3px;
}

.features-item:hover .features-item__back:after {
    width: 140px;
    height: 145px;
}

.features-item__img {
    width: 100%;
    height: 148px;
    /* margin-left: 69px; */
    margin-top: 4px;
    text-align: center;
    line-height: 125px;
    position: relative;
    z-index: 99;
}

.features-item__img img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
}

.features-item__text {
    text-align: center;
    padding: 10px 23px;
}

.features-item__top {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    /* padding-top: 10px; */
    /* padding-left: 24px; */
    /* text-align: center; */
    padding-top: 25px;
    height: 68px;
    border-top: 1px solid #1ec6ed;
    position: relative;
    z-index: 99;
}

/* .features-item__btn {
    text-transform: uppercase;
    margin-top: 11px;
    position: relative;
    z-index: 99;
} */

/* .features-item__text:after,
.features-item__text:before {
    content: '';
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.features-item__text:after {
    width: 41.3%;
    left: 0px;
    background-color: #1ec9ee;
}

.features-item__text:before {
    width: 58.7%;
    right: 0px;
    background-color: #227fdd;
} */

/*============================
            SETS
=============================*/

.set-wrapper {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 58%, #227fdd 58%, #227fdd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 58%,#227fdd 58%,#227fdd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#ffffff 58%,#227fdd 58%,#227fdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#227fdd',GradientType=1 ); /* IE6-9 */

    height: 770px;
}

.sets-container {
    padding-top: 54px;
}

.sets-title {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 550;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    position: relative;
    padding-bottom: 22px;
}

.sets-title span {
    color: #227fdd;
    letter-spacing: 0.75px;
}

.sets-title:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    width: 55px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.set-item {
    padding-top: 47px;
}

.set-item table {
    width: 659px;
    border-spacing: 0;
}

.set-item tr {

}

.set-item tr:nth-child(2n+1) {
    background: #f3f3f3;
}

.set-item tr:nth-child(odd) td:nth-child(odd) {
    background: #ddf7fc;
}

.set-item tr:nth-child(even) td:nth-child(even) {
    background: #fafafa;
}

.set-item td {

    padding: 12px 8px 0px 25px;
}

.set-item td:nth-child(2n+1) {
    width: 470px;
    height: 63px;
}

.set-item td:nth-child(2n) {
    width: 195px;

}

.set-item-program {
    padding: 31px 0px 0px 24px;
}

.set-item-program a {
    color: #2746a6;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    letter-spacing: 0.15px;
}

.set-item-program a:first-child {
    margin-right: 28px;
}

.set-item-program a:hover {
    color: #227fdd;
}

.set-item td a {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    letter-spacing: 0.15px;
}

.set-item td a:hover {
    color: #2746a6;
}

.set-item td span {
    color: #2746a6;
    font-size: 15px;
    font-weight: 550;
    line-height: 18px;
    letter-spacing: 0.38px;
}

.events-container {
    padding-top: 54px;
}

.events-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 550;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    position: relative;
    padding-bottom: 22px;
    margin: 0px 0px 44px 0px;
}

.events-title:after {
    content: "";
    display: inline-block;
    background: #1ec9ee;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.event-item {
    /* padding-top: 43px; */
    margin: 0px 0px 18px 0px;
}

.event-item__top {
    color: #1ec9ee;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.4px;
    padding-bottom: 8px;
}

.event-item__bottom {
    color: #ffffff;
    font-size: 16px;
    font-weight: 370;
    line-height: 10px;
    letter-spacing: 0.6px;
}

.event-item__bottom:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*============================
            REVIEW-SLIDER
=============================*/

.review-wrapper {
    background: url(/bitrix/templates/main/css/../img/bg/background_review.png) no-repeat #f4f4f4;
    height: 470px;
    background-position: -11px 0px;
}

.review-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 550;
    line-height: 23.73px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    position: relative;
    padding-top: 56px;
    padding-bottom: 22px;
}

.review-slider .owl-stage {
    padding: 0 !important;
}

.review-title:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    width: 56px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.review-slider {
    padding-top: 20px;
    position: relative;
    margin: 0 auto;
}

.review-slider .owl-stage-outer {
    width: 100%;
    height: 400px;
    /* padding: 10px 10px 10px 10px; */
}

.review .owl-item {
    display: inline-block;
    /*width: 227px !important;*/
    height: 380px;
    vertical-align: top;
    /*margin: 0 10px;*/
    cursor: pointer;
    padding: 0 8px;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.review-slider .owl-nav.disabled {
    display: block;
}


.review-slider .owl-next,
.review-slider .owl-prev {
    position: absolute;
    width: 78px;
    height: 78px;
    text-align: center;
    padding: 0px 26px;
    font-size: 31px;
    display: inline-block;
    cursor: pointer;
    line-height: 53px;
    color: #a2bbdd;
    background-color: #227fdd;
    /* border-radius: 4px; */
}

.review-slider  .owl-nav .fa {
    /* opacity: 0.5; */
    color: #fff;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
            transition: all .2s;
}

.review-slider .owl-next:hover,
.review-slider .owl-prev:hover {
    /* background-color: #32b2e8; */
    background-color: #2195e2;
}

.review-slider .owl-next {
    left: -196px;
    top: 194px;
    /* background-color: #227fdd; */
    padding: 11px 2px 0px 3px;
}

.review-slider .owl-prev {
    left: -196px;
    top: 272px;
    padding: 11px 2px 0px 3px;
    /* background-color: #2195e2; */
}

.review-item {
    text-align: center;
    margin: 0px 12px 0px;
}

.review-item__img {
    height: 320px;
    background: #fff;
    margin-bottom: 25px;
    margin-top: 14px;
    padding: 28px 0px 0px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: block;
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.08);
}

.review-item__img img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
}

.review-wrapper .owl-item:hover .review-item__img {
    position: relative;
    border-color:  #ffd800;
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}

.review-wrapper .owl-item:hover .review-item__title:after {
    background: #1ec9ee;
}

.review-item__title {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
}

.review-item__title:hover {
    text-decoration: none;
}

.review-item__title:after {
    content: "";
    display: inline-block;
    background: #cccccc;
    width: 56px;
    height: 3px;
    left: calc(50% - 28px);
    bottom: -20px;
    position: absolute;
}

/*============================
            TRUST-SLIDER
=============================*/

.trust-wrapper {
    background-color: #ffffff;
    height: 322px;
}

.trust-title {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 550;
    line-height: 23.73px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    position: relative;
    text-align: center;
    padding-top: 58px;
    padding-left: 24px;
    padding-bottom: 20px;
}

.trust-title span {
    color: #227fdd;
    letter-spacing: 0.75px;
}

.trust-title:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    width: 56px;
    height: 3px;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
}

.trust-slider {
    position: relative;
    width: 100%;
    margin: 55px auto;
    padding: 0 100px;
}

.trust-item {
    height: 140px;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 89px;
	padding: 0 10px;
}

.trust-item__img {
    /* width: 217px;
    height: 38px; */
    opacity: 0.5;
    margin: 0 auto;
    vertical-align: middle;
}

.trust-item__img:hover {
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.trust-slider .owl-nav.disabled {
    display: block;
}

.trust-slider .owl-item img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.trust-slider .owl-item {
    display: inline-block;
    width: auto;
    height: 100%;
}

.trust-slider .owl-prev,
.trust-slider .owl-next {
    position: absolute;
    width: 47px;
    height: 46px;
    border: 6px solid #fcfcfc;
    background-color: #f7f7f7;
    /* opacity: 0.5; */
    border-radius: 6px;
}

.trust-slider .owl-prev:hover,
.trust-slider .owl-next:hover {
    border: 6px solid #f5f5f5;
    background-color: #e4e4e4;
    /* opacity: 1; */
}

.trust-slider .owl-prev:hover .fa,
.trust-slider .owl-next:hover .fa {
    color: #ffffff;
}

.trust-slider .owl-prev {
    left: 7px;
    top: calc(50% - 18px);
}

.trust-slider .owl-next {
    right: 13px;
    top: calc(50% - 18px);
}

.trust-slider .owl-prev .fa {
    vertical-align: middle;
    color: #ffffff;
    font-size: 29px;
    font-weight: 400;
    line-height: 15.56px;
    position: relative;
    top: 5px;
    left: 14px;
    color: #c7c7c7;
}

.trust-slider .owl-next .fa {
    vertical-align: middle;
    /* opacity: 0.5; */
    color: #ffffff;
    font-size: 29px;
    font-weight: 400;
    line-height: 15.56px;
    position: relative;
    top: 5px;
    left: 17px;
    color: #c7c7c7;
}

/* .trust-slider .owl-prev .fa:hover,
.trust-slider .owl-next .fa:hover {
    color: #ffffff;
} */

.trust-slider .owl-stage-outer {
    width: 100%;
    height: 75px;
}

/*============================
            WORKING-FORM
=============================*/

/*
.working-wrapper {
    background: #227fdd url(/bitrix/templates/main/css/../img/bg/working-bg.jpg) no-repeat;
    height: 537px;
    background-position: -11px 0px;
}*/

.working-wrapper{
    height: 537px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(11%, rgba(0,0,0,1)), color-stop(49%, rgba(153,60,1,1)), color-stop(74%, rgba(253,99,1,1)), color-stop(100%, rgba(253,99,1,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fd6301', GradientType=1 );
}

.form-bottom .btn--form{
    background: #000 !important;
}

.working-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 23.73px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    position: relative;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 22px;
}

/*
.working-title:after {
    content: "";
    display: inline-block;
    background: #1ec9ee;
    width: 50px;
    height: 3px;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
}*/

.working-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding: 23px 0px;
    text-align: center;
}

.working-question {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    text-align: center;
}

.form-wrapper {

}

.form-input {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
    width: 100%;
    /*margin-top: 33px;*/
}

.form-input:nth-child(2) {
    margin-top: 20px;
}

.form-input input {
    width: 100%;
    height: 50px;
    padding-left: 22px;
    border-radius: 5px;
    border-color: transparent;
}

.form-text-area {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
    /*margin-top: 35px;*/
}

.form-text-area textarea {
    width: 100%;
    height: 116px;
    padding-left: 21px;
    padding-top: 15px;
    resize: none;
    border-radius: 5px;
}

.form-bottom {

}

/* Customize the label (the container) */
.checkbox-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
    display: block;
    position: relative;
    padding-left: 47px;
    padding-top: 20px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 18px;
    left: 10px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background: #ffffff;
}

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

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

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

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

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 9px;
    top: -3px;
    width: 11px;
    height: 19px;
    border: solid #13cef8;
    border-width: 0px 5px 5px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*============================
            SEO
=============================*/

.seo-wrapper {
    padding-bottom: 40px;
}

.seo__text {

}

.seo__text strong {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.seo__text p {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.14px;
    padding-right: 23px;
}

.seo__text p:nth-of-type(2) {
    padding-top: 0px;
}

.seo__title {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 550;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    position: relative;
    padding-top: 53px;
    padding-bottom: 23px;
    margin-bottom: 10px;
}

.seo__title span {
    color: #227fdd;
    letter-spacing: 0.75px;
}

.seo__title:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    width: 55px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
}

/*============================
			FOOTER
=============================*/

footer {

}

.footer-top-menu {
    background: rgba(231,231,231, .4);
    height: 58px;
}

.footer-top-menu ul {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}

/* .footer-top-menu ul li {
    display: inline-block;
    width: 14.2857%;
    vertical-align: top;
    padding: 27px 8px 23px;
    text-align: center;
} */

/*
.footer-top-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin: 22px 39px 20px 39px;
}
*/

/* .footer-top-menu ul li:last-child {
    padding: 27px 30px 23px;
} */

.footer-top-menu ul li a {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.footer-top-menu ul li a:hover {
    color: #fd6301;
    letter-spacing: 0.9px;
}

.footer-middle {
    padding: 36px 0 0 0px;
}

/*.footer-logo {
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
    width: 100%;

}*/

.footer-logo__img img{
    max-width: 80%;
    /*display: inline-block;
    vertical-align: top;
    width: 45px;
    margin-right: 19px;*/
}

.footer-logo__img--inner {
    /*width: 56px;
    margin-right: 11px;*/
    margin-bottom: 30px;
}

.otdel{
    font-size: 75%;
}

.footer-logo__text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 67px);
    padding-top: 14px;
}

.footer-logo__text-top {
    display: inline-block;
    /* vertical-align: bottom; */
    color: #4d4d4d;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .24px;
}

.footer-logo__text-top span {
    font-weight: 700;
}

.footer-logo__text-bottom {
    display: inline-block;
    /* vertical-align: bottom; */
    color: #4d4d4d;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.09px;
}

/*.footer-logo-middle {
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
    width: 100%;

}*/

.footer-logo-middle .footer-search{
    padding: 0;
}
/*.footer-logo__middle-img {
    display: inline-block;
    width: 307px;
}*/

.footer-contacts {
    /*display: inline-block;*/
/*    vertical-align: bottom;*/
    /*max-width: 33%;*/
    /*width: 100%;*/
}

.footer-contacts__phone {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    /*float: right;*/
    display: block;
}

.footer-contacts__phone .fa {
    font-size: 13px;
    margin-right: 17px;
    position: relative;
}

.footer-contacts__address {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    /*float: right;*/
    display: block;
}

.footer-contacts__address .fa {
    font-size: 13px;
    margin-right: 19px;
    position: relative;
}

.footer-search .fa{
    font-size: 14px;
}

.footer-form-search {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.footer-search input {
    width: 100%;
    padding-left: 20px;
    padding-top: 12px;
    color: #969696;
    font-size: 14px;
    font-weight: 400;
    line-height: 14.23px;
    letter-spacing: 0.34px;
    padding-bottom: 11px;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.footer-search button {
    position: absolute;
    top: 12px;
    right: 17px;
    border: 0;
    background: transparent;
}

.footer-middle__social {
    /*text-align: center;*/
    padding-top: 19px;
    margin-left: 20px;
}

.footer-middle__social a {
    display: inline-block;
    margin: 11px 10px 0px 5px;
}

.footer-middle__social .fa {
    color: #969696;
    font-size: 27px;
}

.footer-middle__social .fa:hover {
    color: #fd6301;
}

.footer-bottom {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 35px;
}

.footer-bottom-text {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #dadada;
    padding-top: 30px;
}

.footer-bottom__left {
    color: #969696;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.privacy-ref  {
    display: inline-block;
    margin-right: 12px;
    margin-top: 1px;
}

.privacy-ref a {
    color: #969696;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: underline;
    letter-spacing: 0.3px;
}

.privacy-ref a:hover {
    text-decoration: none;
}

.trigd {
    color: #969696;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.trigd a {
    color: #969696;
    text-decoration: underline;
}

.trigd a:hover {
    text-decoration: none;
}


/*============================
        Хлебные крошки
=============================*/


.bx-breadcrumb {
    padding-top: 22px;
    margin: 0 !important;
}

.bx-breadcrumb-item {
    display: inline-block;
    margin: 0 !important;
}

.bx-breadcrumb-item a span,
.bx-breadcrumb-item span {
    /* color: #878787;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.65px; */
    color: #979797;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.13px;

}

.bx-breadcrumb-item a span {
    text-decoration: underline;
}

.bx-breadcrumb-item a span:hover {
    color: #227fdd;
}

.bx-breadcrumb-item--divider {
    margin: 0 3px !important;
    line-height: 18px !important;
    color: #979797;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
}


/*============================
        Страница Команда
=============================*/


.side-menu {
    width: 100%;
    max-width: 216px;
    background-color: #f6f6f6;
    padding-top: 34px;

    margin-top: 42px;
    padding-bottom: 36px;
}

.side-menu ul {
    list-style: none;
    /* padding: 16px 10px 10px; */
}

.side-menu ul li {
    position: relative;
    padding-left: 34px;
    /* border-right: 1px solid #dbdbdb; */
}

.side-menu ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 12px 0px 10px 24px;
    color: #4e4e4d;
    font-size: 14px;
    /* font-weight: bold; */
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    /* padding-right: 10px; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.side-menu ul li .fa {
    color: #fc6800;
    position: absolute;
    bottom: calc(50% - 8px);
    left: 0;
    font-size: 17px;
}

.side-menu ul li:hover .fa {
    color: #ffffff;
}

.side-menu ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.side-menu ul li:hover {
    background-color: #fc6800;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
            transition: all .2s;
}

/* h1:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    width: 55px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
} */

.team-title {
    margin-bottom: 28px;
}

.team-section {
    font-size: 0;
    margin: 0 -15px;
}

.team-item {
    width: 25%;
    height: 414px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    /* margin-top: 17px; */
    margin-bottom: 5px;
    background: #ffffff;

}

/* .team-item__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: -999;
    overflow: hidden;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

} */

.team-item:hover {
    /* width: 106%;
    height: 414px;
    left: -3.5%;
    top: -23px; */
    box-shadow: 0 7px 17px 7px rgba(0, 0, 0, 0.13);
    z-index: 9999;
    /* overflow: hidden; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.team-item__img {
    /* width: 193px; */
    height: 244px;
    /* text-align: center; */
    position: relative;
}

.team-item__img img {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.team-item__top {
    color: #2a2a2a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 22px;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
}

.team-item__top span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 0.9px;
}

.team-item:hover .team-item__top:after {
    background: #1ec9ee;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


.team-item__top:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    /* width: 189px; */
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 5px;
    position: absolute;
}

.team-item__bottom {
    color: #979797;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.14px;
}



/*============================
    Страница Исследования
=============================*/


/* .issled-section {
    background-color: #f6f6f6;
} */

.side-menu--issled {
    max-width: 263px;
}

.side-menu--issled ul li a {
    padding: 10px 28px 6px 24px;
    line-height: 20px;
}

.issled-title {
    line-height: 28px;
    padding-bottom: 19px;
    margin-bottom: 40px;
}

.issled-date-block {
    /* width: 100%; */
    /* max-width: 743px; */
    /* height: 69px; */
    border: 1px solid #dadada;
    background-color: #ffffff;
    border-radius: 4px;
    /* margin-left: 8px;
    margin-top: 19px;
    margin-right: 15px; */
    display: flex;
    align-items: center;
    padding-bottom: 11px;
    padding-top: 12px;
    margin-bottom: 24px;
}

.issled-date {
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.14px;
    padding-left: 79px;
    position: relative;
}

.issled-date--cost {
    padding-right: 19px;
    padding-left: 65px;
}

.issled-date .fa {
    color: #c6c6c6;
    font-size: 14px;
    position: absolute;
    left: 57px;
    top: 5px;
}

.date-value {
    display: inline-block;
    list-style: none;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.8px;
    padding-left: 22px;
}

.issled-cost {
    display: inline-block;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.9px;
    padding-bottom: 7px;
}

.issled-cost span {
    color: #227fdd;
    font-size: 24px;
    letter-spacing: 1.2px;
}

.seminar-list li {
    list-style-type: none;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.14px;
    padding-left: 29px;
    padding-bottom: 12px;
    position: relative;
}

.seminar-list li:before {
    color: #cacaca;
    content: "\2022";
    /* padding-right: 21px; */
    position: absolute;
    left: 9px;
    top: -1px;
}

.h3-mode {
    margin-top: 25px;
    margin-bottom: 16px;
}

.h3-mode--modify {
    margin-top: 22px;
}

.p-mode {
    letter-spacing: 0.09px;
    padding-bottom: 5px;
}

.p-mode span {
    font-weight: 700;
}

.sequence-list {
    list-style-type: none;
    counter-reset: num; /* Задаём имя счетчика */
    border-bottom: 1px solid #dadada;
}

.sequence-list li {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.06px;
    position: relative;
    padding-left: 29px;
    padding-bottom: 12px;
}

.sequence-list li:last-child {
    padding-bottom: 33px;
}

.sequence-list li:before {
    color: #1ec9ee;
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    position: absolute;
    left: 4px;
}

a[href="/upload/Форма.pdf"] {
    color: #227fdd;
    text-decoration: underline;
}

.seminar-contacts {

}

.seminar-contacts__name {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 22px;
    padding-top: 5px;
}

.seminar-contacts__mail {
    line-height: 22px;
    letter-spacing: 0.14px;
    line-height: 10px;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 12px;
}

.seminar-contacts__mail a {

    text-decoration: underline;
}

.seminar-contacts__phone {
    line-height: 22px;
    letter-spacing: 0.14px;
    line-height: 10px;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 28px;
}

.seminar-contacts__phone a {
    text-decoration: none;
    color: #4d4d4d;
}

.hotels-name {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    letter-spacing: 0.14px;
}

.seminar-list--modify {
    margin-top: 25px;
}

/* .issled-section.page-content--issled.page-content {
    margin-bottom: 80px;
} */

.page-content--issled {
    background-color: #f6f6f6;
    margin-bottom: 82px;
}

.days {
    position: relative;
}

.day-item {
    width: 147px;
    height: 43px;
    background: #1ec9ee;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.45px;
    position: absolute;
    top: 32px;
    left: -49px;
    padding-left: 48px;
    padding-top: 10px;
}

.days-container:first-child .day-item {
    top: -15px;
}

.day-list {
    list-style-type: none;
   /* counter-reset: num;*/ /* Задаём имя счетчика */
    border-bottom: 1px solid #dadada;
    padding-top: 96px;
    padding-bottom: 11px;
}

.days-container:first-child .day-list {
    padding-top: 51px;
}


.day-list li {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.14px;
    position: relative;
    padding-left: 29px;
    padding-bottom: 12px;
}

/*.day-list li:before {
    color: #1ec9ee;
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: 4px;
}*/

.day-list li span {
    font-weight: 700;
}

.day-list li p {
    padding-top: 12px;
    padding-right: 81px;
}

/*.day-item--two {
    top: 32px;
}*/

/*.day-list--two {
    padding-top: 96px;
    counter-reset: list 3;
}
*/
/*.day-list--two li:before {
    counter-increment: list;
    content: counter(list) ". ";
}*/

.day-list--two li p {
    padding-right: 52px;
}

/*.day-item--three {
    top: 32px;
}*/

/*.day-list--three {
    border-style: none;
    padding-top: 96px;
    counter-reset: list 5;
}*/

.day-list--three li p {
    padding-right: 1px;
    letter-spacing: 0.088px;
}

.day-list--three li:nth-child(3) {
    letter-spacing: 0.094px;
}

/*.day-item--four {
    top: 32px;
}

.day-item--five {
    top: 32px;
}*/

/*.day-list--four {
    padding-top: 96px;
}

.day-list--five {
    padding-top: 96px;
}*/

.days-container:last-child .day-list {
    border: 0;
}

/*.day-list--three li:before {
    counter-increment: list;
    content: counter(list) ". ";
}*/

/*.tab-wrapper.page-content {
    margin-bottom: 481px;
}*/

.tab__content--two {
    padding-bottom: 42px;
}

.select-wrapper {
    /* padding-left: 130px; */
    padding-bottom: 87px;
}

.education {
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 62px;
}

.education:after {
    content: "";
    display: inline-block;
    background: #1ec9ee;
    width: 51px;
    height: 3px;
    left: 173px;
    bottom: -21px;
    position: absolute;
}

.issled-date--temp {
    /* top: -26px;
    left: 130px; */
    float: left;
    padding-left: 30px;
    padding-top: 14px;
}

.issled-date--temp .fa {
    left: 7px;
    top: 18px;
}

.tab__content--three {
    padding-bottom: 50px;
}

.tab__content--three:after {
    content: "";
    display: inline-block;
    /*background: url(/bitrix/templates/main/css/../img/ell_2.jpg) no-repeat;*/
    background: url(/bitrix/templates/main/css/../img/circle-bottom2.png) no-repeat;
    width: 268px;
    height: 293px;
    bottom: 81px;
    right: 17px;
    position: absolute;
}

.tab__content--three:before {
    content: '';
    display: inline-block;
    /* background: url(/bitrix/templates/main/css/../img/ell_1.jpg) no-repeat; */
    background: url(/bitrix/templates/main/css/../img/circle-top2.png) right bottom no-repeat;
    width: 143px;
    height: 110px;
    top: 218px;
    left: 10px;
    position: absolute;
    /* -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; */
    /* border-radius: 3px; */
}

/* .form-input--tab {
    width: 390px;
    height: 48px;
    margin-top: 22px;
    margin-left: 45px;
} */

.select--issled {
    float: right;
    border-radius: 4px;
    margin-right: -4px;
}

.select__title--issled {
    padding-top: 12px;
    padding-left: 38px;
    background: none;
}

.cont {
    position:relative;


    margin-bottom: 19px;
    margin-left: 6px;
}
.placeholder {
    position:absolute;
    left:21px;
    top:50%;
    transform:translateY(-50%);
    pointer-events:none;
}
.red {
    color:red;
}
.form-control:focus ~ .placeholder,
.form-control:valid ~ .placeholder {
    display:none;
}

.cont .placeholder {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
}

.cont .placeholder span {
    color: #f65e5e;
}

.cont input {
    border-color: transparent;
    width: 100%;
    height: 48px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    border-radius: 4px;

    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
    padding-left: 20px;
}

.checkbox-label--issled {
    color: #2a2a2a;
}

.form-issled-text {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
    padding-left: 42px;
    padding-top: 5px;
    margin-bottom: -8px;
}

.form-bottom-wrapper {
    padding-left: 8px;
}

/*.btn-form--issled {
    margin: 9px 101px 0px 90px;
}*/

.test-container {
    max-width: 389px;
    margin: 0 auto;
}
/*============================
Страница Студенческая секция SPE БашГУ
=============================*/

.side-menu--spe {
    padding-bottom: 33px;
}

.side-menu--spe ul li a {
    padding-right: 5px;
    padding-top: 7px;
    line-height: 20px;
}

/* .spe-section {

} */

/* .spe-section.page-content {
    margin-bottom: 101px;
} */

.page-content--spe {
    margin-bottom: 100px;
}

.spe-event-item.spe-event-item--spe {
    margin-bottom: 31px;
}

.spe-text {
    letter-spacing: 0.13px;
    padding-top: 23px;
}

.spe-text:first-child {
    padding-top: 23px;
}

.spe-text:nth-child(2) {
    padding-top: 13px;
    padding-bottom: 22px;
}
/* .spe-section p:first-child {
    padding-top: 23px;
}

.spe-section p:nth-child(2) {
    padding-top: 13px;
    padding-bottom: 22px;
} */

.links {
    width: 100%;
    max-width: 516px;
    height: 110px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    border-radius: 4px;
}

.links ul {
    list-style: none;
}

.links ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: -8px;
}

.links ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 18px;
    padding-left: 13px;
}

a[href="/upload/Буклет.pdf"], a[href="https://www.yandex.ru/"], a[href="https://www.google.ru/"] {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
    letter-spacing: 0.14px;
}

a[href="/upload/Буклет.pdf"]:hover, a[href="https://www.yandex.ru/"]:hover, a[href="https://www.google.ru/"]:hover {
    color: #227fdd;
}

.links ul li .fa {
    color: #d4d4d4;
    position: absolute;
    bottom: calc(50% - 17px);
    left: -18px;
    font-size: 13px;
}

.links ul li:hover .fa {
    color: #b0b0b0;
}

/* h2:after {
    content: "";
    display: inline-block;
    background: #227fdd;
    width: 55px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
} */

/* .spe-events {

}

.spe-event-item {
    border-bottom: 1px solid #227fdd;
    border-top: 1px solid #227fdd;
    border-right: 1px solid #227fdd;
}

.event-item-top {

}



.event-item-left {

}

.event-item-right {

} */


/*============================
        Страница События
=============================*/

.spe-events {
    padding-top: 35px;
}

.spe-event-item {
    border-bottom: 1px solid #227fdd;
    border-top: 1px solid #227fdd;
    border-right: 1px solid #227fdd;
    height: 130px;
    margin-bottom: 34px;
    /* margin-top: 45px; */
}

.event-item-left {
    float: left;
    margin: -5px 0px -1px 0px;
}

.event-item-top {
    display: inline-block;
    position: relative;
    /* top: -19px; */
    background: #ffffff;
    padding: 11px 19px 11px 30px;
    color: #979797;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.38px;
    top: -23px;
    left: 0;
}

.event-item-top span {
    color: #227fdd;
    font-size: 24px;
    letter-spacing: 0.6px;
    position: relative;
    bottom: -6px;
    left: -7px;
    padding-left: 8px;
}

.event-item-right {
    display: block;
    margin-left: 164px;
    margin-top: -4px;
    padding-right: 25px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
    letter-spacing: 0.14px;
}

.event-item-right:hover {
    color: #227fdd;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.spe-event-item:hover {
    border-bottom: 1px solid #1ec9ee;
    border-top: 1px solid #1ec9ee;
    border-right: 1px solid #1ec9ee;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.pagination {
    display: inline-block;
    margin-top: 13px;
    margin-left: 30px;
}

.pagination a {
    float: left;
    padding: 8px 16px;
    text-decoration: none;

    color: #4d4d4d;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 2.88px;
    border-radius: 4px;
    margin: 0 4px;
}

.pagination span {
    float: left;
    padding: 8px 16px;

    color: #4d4d4d;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 2.88px;
}

.pagination a.active {
    color: #ffffff;
    background-color: #1ec9ee;
    border-radius: 4px;
}

.pagination a:hover:not(.active) {
    background-color: #1ec9ee;
    color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.pagination .fa {
    color: #c2c2c2;
    font-size: 18px;
}

.pagination a:first-child,
.pagination a:last-child {
   background-color: #f6f6f6;
}

.pagination a:first-child:hover,
.pagination a:last-child:hover {
   background-color: #f6f6f6;
}

/*============================
        Страница Контакты
=============================*/

.contacts-section {
    /* margin-bottom: 121px; */
}

.contacts-section__left {
    margin-bottom: 120px;
}

.title-contacts-section {

}

.title-contacts-section:after {
    width: 555px;
    height: 3px;
    background-color: #1ec9ee;
}

.contacts-item {
    padding-top: 44px;
}

.contacts-item__address {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 19px;
    letter-spacing: 0.15px;
    padding-bottom: 25px;
}

.contacts-item__address .fa {
    position: relative;
    left: -17px;
    top: -2px;
    font-size: 13px;
}

.contacts-item__address ul {
    list-style: none;
}

.contacts-item__phone {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-left: 20px;
}

.contacts-item__phone .fa {
    font-size: 13px;
    position: relative;
    left: -19px;
    top: -1px;
}

.contacts-item__mail {
    padding-top: 26px;
    padding-left: 14px;
    padding-bottom: 32px;
}

.contacts-item__mail a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}

.contacts-item__mail .fa {
    position: relative;
    left: -14px;
    font-size: 12px;
}

.contacts-item a .fa {
    position: relative;
    left: -14px;

}

.contacts-section__right {
    padding-top: 134px;
    margin-bottom: 54px;
}

.contacts-section__right:before {
    content: "";
    display: inline-block;
    width: 555px;
    height: 3px;
    background-color: #1ec9ee;
    left: 14px;
    top: 86px;
    position: absolute;
}

.contacts-director {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.11px;
    padding-top: 10px;
}

.contacts-director__name {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.45px;
}

.contacts-item__mail--director {
    padding-top: 6px;
    padding-bottom: 16px;
    padding-left: 21px;
}

.contacts-item__mail--director .fa {
    color: #969696;
    left: -17px;
}

.department__address {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.09px;
    padding-top: 14px;
}

.contacts__map {
    width: 100%;
    height: 515px;
    /* margin-top: 50px; */
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
}

/*============================
            Адаптивка
=============================*/

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

    .logo__text-top {
        font-size: 23px;
    }

    .logo__text-bottom {
        font-size: 11.5px;
    }

    .header-bottom {
        padding-top: 12px;
    }

    .header-bottom__menu ul li a {
        font-size: 12px;
    }

    .slider-wrapper {
        height: auto;
    }

    .main-slider .owl-nav {
        position: initial;
    }

    .main-slider .owl-prev {
        bottom: 6px;
        top: auto;
    }

    .main-slider .owl-next {
        left: 880px;
        right: auto;
        bottom: 6px;
        top: auto;
    }

    /*.features-wrapper {
        height: auto;
    }*/

    .features-item__top {
        font-size: 13px;
    }

    /*.set-wrapper {
        height: auto;
    }*/

    .sets-title {
        font-size: 25px;
    }

    .events-title {
        font-size: 25px;
    }

    /* .set-item {
        padding-top: 22px;
    } */

    .set-item table {
        width: 85%;
    }

    .set-item td:nth-child(2n+1) {
        width: 68%;
        height: auto;
    }

    .set-item td:nth-child(2n) {
        width: 32%;
    }

    .set-item td {
        /* padding: 12px 8px 14px 25px; */
    }

    .btn--events {
        margin-bottom: 10px;
    }

    /*.review-wrapper {
        height: auto;
    }*/

    .trust-wrapper {
        height: auto;
    }

    .working-wrapper {
        height: auto;
    }

    /*.seo-wrapper {
        height: auto;
    }*/

}


@media screen and (max-width: 1199px) {
}


@media screen and (max-width: 1024px) {
    .header-bottom {
        padding-top: 10px;
    }

    .features-item {
        margin: 0 auto;
    }

    /*.features-item__top {
        font-size: 12px;
    }*/

    .slider-wrapper {
        height: auto;
    }

    /*.btn--events {
        position: absolute;
        bottom: -60px;
    }*/

    /*.form-input input {
        width: 100%;
    }*/

    /*.form-text-area textarea {
        width: 100%;
    }*/

    .checkbox-label {
        /*white-space: nowrap;*/
    }





    .main-slider .owl-nav {
        position: initial;
    }

    .main-slider .owl-prev {
        bottom: 6px;
        top: auto;
    }

    .main-slider .owl-next {
        left: 880px;
        right: auto;
        bottom: 6px;
        top: auto;
    }
}

@media screen and (max-width: 991px) {
    .header-bottom {
        padding-top: 20px;
    }
}

@media screen and (max-width: 320px) {
    .set-item {
        padding-top: 17px;
    }

    .set-item table {
        width: auto;
        border-spacing: 0;
    }

    .set-item td:nth-child(2n+1) {
        width: 100%;
        height: auto;
        display: inline-block;
    }

.set-item td:nth-child(2n) {
        width: 100%;
        display: inline-block;
        background: #fff;
    }

    .set-item td {
        padding: 12px 8px 14px 25px;
    }

    .set-item-program {
        padding: 31px 0px 16px 24px;
        background: #fff;
    }
}

.text-table {
    margin-top: 30px;
    width: 100%;
}

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

.page-content .custom-table table {
    /* width: 80%; */
    margin: 0 auto;
}


.custom-table img {
    width: 170px;
    height: auto;
    max-width: none;
}

@media(max-width: 767px) {
.custom-table img {
width:70px
}
}

@media(max-width: 380px) {
.custom-table table {
font-size:12px
}
}

.main-h1 h1:after {
    content: none;
}

.frez-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0;
    background: #fff;
}

.frez-card {
    display: inline-block;
    width: 260px;
    text-align: center;
    margin: 0 5px 30px;
    padding: 0 10px 10px;
    transition: all .2s;
    color: inherit;
    min-height: 435px;
}

@media(max-width: 589px) {
.frez-card {
	width: 160px;
}
}

@media(max-width: 369px) {
.frez-card {
	width: 120px;
}
}

.frez-card:hover {
    box-shadow: 0px 0px 40px 5px rgba(0,0,0, .1);
    text-decoration: none;
    color: inherit;
}
.frez-card__img {
    display: block;
    margin: 0 -10px 5px;
}

.frez-card__img img {

}

.frez-card__title {
    font-size: 18px;
    color: #000;
    height: 48px;
    display: inline-block;
    line-height: 21px;
}

.frez-card__title:hover {
    color: #fd6301;
}
.frez-card__price {
    height: 24px;
    font-size: 18px;
    color: #5eadbf;
}

.frez-card__descr {
    line-height: 16px;
    margin-top: 8px;
    font-size: 14px;
    height: 67px;
}

@media(max-width: 589px) {
.frez-card__price {
	height: auto;
	font-size: 15px;
}

.frez-card__descr {
	height: auto;
	font-size: 12px;
}
}

.examples .trust-slider .owl-stage-outer {
    height: 140px;
}
.examples .trust-slider .owl-item {
    height: 140px;
}
.examples-detail{

}

.examples-detail a {
    display: inline-block;
    height: 165px;
    line-height: 165px;
    vertical-align: middle;
    padding: 5px;
}

.examples-detail img {
    height: auto;
    max-height: none;
}

.examples-detail .owl-prev,
.examples-detail .owl-next {
    position: absolute;
    top: calc(50% - 20px);
    font-size: 40px;
    line-height: 40px;
}
.examples-detail .owl-prev {
    left: -20px;   
}
.examples-detail .owl-next {
    right: -20px;   
}
.examples-detail .owl-prev.disabled .fa,
.examples-detail .owl-next.disabled .fa {
    color: #aaa;
}

.contacts-top__email {
    color: #4d4d4d;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}

.contacts-top__email .fa {
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.mb-phone-head {
    position: absolute;
    left: 150px;
    font-size: 18px;
    color: inherit;
}

.col-flex-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1199px) {
    .col-flex-top {
        width: 100%;
    }
}

.md-trigger--header {
    display: inline-block;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width: 180px;
}
.md-trigger--header i {
    display: none;
}
.md-trigger--header:hover {
    text-decoration: none;
}
.form-container .form-input input {
    border-color: rgb(169, 169, 169);
}

.form-container .checkbox-label,
.form-container .md-result__content p,
.form-container .md-result__title {
    color: #222;
}

.form-container .form-wrapper {
    padding-bottom: 0;
}

.md-trigger--header-mb {
    position: absolute;
    padding-top: 0;
    left: 240px;
    font-size: 18px;
    color: inherit;
}

@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 24px;
    }

    .trust-slider {
        padding: 0 60px;
    }
    .mb-phone-head {
		position: static;
        font-size: 0;
		margin: 0 5px;
    }
    .mb-phone-head i {
        font-size: 25px;
    }
	.md-trigger--header-mb {
		position: static;
		margin-right: 40px;
	}
}
@media screen and (max-width: 475px) {
    .md-trigger--header-mb {
        position: static;
		width: 160px;
        font-size: 12px;
    }
}




.warning-wrapper {
    /*background-color: #c7029b;*/
    background-color: #b59581;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.warning-text {
    position: relative;
}
.warning-text a {
    color: #fff;
    text-decoration: underline;
}
.warning-text a:hover {
    text-decoration: none;
}
.warning-text i {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 5px;
    color: #fff;
    transition: all .2s;
}
.warning-text i:hover {
    transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
    .warning-wrapper {
        margin-top: 50px;
    }
}

/* a[href="/fasadnye-kassety/"] {
    color: red !important;
} */

.warning-text a[href="/fasadnye-kassety/"] {
    color: #fff !important;
}

.btn--sibling {
    font-size: 12px;
    background: #fd6301;
}

.frez-list--inner .frez-card {
    height: auto;
	width: 200px;
}

.wrapper-gallery .col-md-3 {
    padding: 5px;
}

.frez-card--reklama {
    height: 350px;
}

@media (min-width: 1200px) {
    .frez-card--reklama {
        margin-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .frez-card--reklama:last-child {
        margin-bottom: 0;
    }
}

.side-menu ul.sublist li{
    padding-left: 50px;
}

.frez-list--inner + h2 {
    margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/main/css/ik.css?16570134949253*/
.form-input {
	position: relative;
}

form label .warning {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 13px;
    color: #ff2121;
    display: none;
}

.news-detail {
	font-size: 14px;
}

.team-section {
	font-size: 14px;
}

.cont {
	display: block;
}

.vypusk-item {
	display: inline-block;
	display: inline-block;
    width: calc(33.3333% - 30px);
    margin: 0 15px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0, .1);
}

.vypusk  {
	font-size: 0;
}

.vypusk-item__img {
	display: inline-block;
	height: 200px;
	line-height: 200px;
	overflow: hidden;
    text-align: center;
    width: 100%;
}

.vypusk-item__img img {
	vertical-align: middle;
}

.vypusk-item__title {
	font-size: 12px;
	text-align: center;
	display: block;
}

.working-wrapper {
	height: auto;
}

.form-wrapper {
 	padding-bottom: 62px;
    /*min-height: 537px;*/
    min-height: 300px;
    width: 100%;
    position: relative;
}

.hotels-name {
	text-decoration: none;
}

.ik-relative {
	position: relative;
}

#program-form-container {
	min-height: 559px;
	width: 100%;
}
#program-form-container .md-result__title {
	color: #2a2a2a;
}

.features-item--issled {
	height: 410px;
    margin-bottom: 20px;
}

.features-item--issled .features-item__top {
	font-size: 13px;
    font-weight: 500;
}

.features-item--issled .btn--features {
	margin-top: 80px;
}

.vypusk .team-item {
    display: inline-block;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

.team-container-ik {
	font-size: 0;
}

.team-item {
	height: 460px;
}

.team-section {
	font-size: 14px;
}

.team-item__top {
	height: 112px;
	padding-bottom: 0px;

}

/* ==================================================================================
    PRELOADER
   ================================================================================== */
.md-result {
    display: none;
    font-size: 18px;
    color: #3e282a;
    letter-spacing: 0.4px;
}

.md-result span {
    display: block;
}

.md-result span:first-child {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 17px;
}

.md-preloader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255,255,255,0.7);
}

.md-preloader {
    font-size: 0;
    background: transparent;
    -webkit-animation: outer 6600ms linear infinite;
            animation: outer 6600ms linear infinite
}

.md-result {
    position: absolute;
    /*background: #fafafa;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.md-preloader svg {
    top: calc(50% - 37.5px);
    right: calc(50% - 37.5px);
    position: absolute;
    -webkit-animation: inner 1320ms linear infinite;
            animation: inner 1320ms linear infinite
}

.md-preloader svg circle {
    fill: none;
    stroke: #227fde;
    stroke-linecap: square;
    -webkit-animation: arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite;
            animation: arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite
}

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

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

@-webkit-keyframes inner {
    0% {
        -webkit-transform: rotate(-100.8deg);
                transform: rotate(-100.8deg)
    }
    100% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
}

@keyframes inner {
    0% {
        -webkit-transform: rotate(-100.8deg);
                transform: rotate(-100.8deg)
    }
    100% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
}

@-webkit-keyframes arc {
    0% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: 0
    }
    40% {
        stroke-dasharray: 151.55042961px, 210.48670779px;
        stroke-dashoffset: 0
    }
    100% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: -151.55042961px
    }
}

@keyframes arc {
    0% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: 0
    }
    40% {
        stroke-dasharray: 151.55042961px, 210.48670779px;
        stroke-dashoffset: 0
    }
    100% {
        stroke-dasharray: 1 210.48670779px;
        stroke-dashoffset: -151.55042961px
    }
}

.md-result__check {
    position: absolute;
    display: inline-block;
    width: 145px;
    height: 145px;
    padding: 11px;
    border-radius: 50%;
    background-color: #f7f6f6;
    box-shadow: 0 2px 0 #d5d5d5;
    top: 0%;
    left: calc(50% - 72.5px);
}

.md-result__check:before {
    content: '';
    display: block;
    position: absolute;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    border: 1px solid rgb(24, 147, 225);
}

.md-result__check:after {
    content: '\e91b';
    display: block;
    position: absolute;
    top: 50px;
    left: 35%;
    font: 45px 'font-campus';
    color: #ff4200;
    opacity: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-result__check.active:after {
    opacity: 1;
}

.md-result__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.md-result__content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.md-result__content {
    display: none;
    top: 0%;
    position: absolute;
    left: calc(50% - 110px);
    text-align: center;
    /*background: #fafafa;*/
    width: 220px;
    height: 150px;
    z-index: 1111;
}

.main-slider {
    width: 100%;
    height: 403px;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 31px 40px 14px rgba(0, 0, 0, 0.08);
}

.main-slider .owl-nav {
    position: static;
}

.main-slider .owl-prev {
    left: 0;
    bottom: 0px;
    top: unset;
}

.main-slider .owl-next {
    right: 0;
    bottom: 0px;
    top: unset;
}

.slider-item__left .owl-nav {
    display: none;
}

.main-slider .owl-stage {
    height: 100%;
}

.main-slider .owl-stage-outer {
    height: 100%;
    width: 100%;
    box-shadow: none;
}

.slider-item__left__ik {
    width: 100%;
    height: 100%;
}

.main-slider .owl-item {
    height: 100%;
}

.slider-item__left .btn--big {
    left: calc(50% - 90px) !important;
}

.slider-item__right .owl-dots {
    left: calc(50% - 45px);
}

.slider-item__right,
.slider-item__left {
    display: inline-block !important;
}

.main-slider.owl-carousel .owl-nav.disabled {
    display: block;
}

.main-slider .owl-stage-outer {
    margin: 0;
    max-width: none;
}

/*=================================
            TABLE
==================================*/
table.act {
    width: 100%;
}

table.act tr {

}

table.act td {
    border: 1px solid;
    padding: 5px 5px 5px;
}

/*=================================
			404
==================================*/

.bx-404-container {
    font-size: 0;
}

.bx-404-block {
	width: 50%;
    background: #227fdd;
	display: inline-block;
}

.bx-404-text-block {
	width: 50%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding-top: 30px;
}

.bx-404-text-block__title {
	font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}

.bx-404-text-block__sub-title {
	font-size: 20px;
    color: #515151;
    text-transform: uppercase;
}

.bx-404-text-block p {
    padding: 0 90px;
}

.bx-404-text-block .btn {
	height: auto;
	padding-top: 13px;
}

.bx-404-text-block__back {

}

.bx-404-text-block__back span {

}

.bx-404-text-block__back a {

}

.captcha {
    position: relative;
    margin: 15px 0;
}

.cpathca__error {
    display: none;
    color: red;
    position: absolute;
    top: 0;
    left: 5px;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.md-modal--team {
    max-width: 991px;
}

.team-item__img,
.team-item__top {
    cursor: pointer;
}

#program-form-container .md-result__check,
#program-form-container .md-result__content {
    top: 30%;
}

.events-photos__item {
    height: 127px;
    display: inline-block;
    text-align: center;
}

.top-detail {
    overflow: hidden;
    margin-bottom: 40px;
}

.detail-picture {
    float: left;
    width: 34%;
}

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

.news-buy {
    float: right;
    width: calc(66% - 20px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news-buy .price {
    font-weight: 700;
    font-size: 24px;
    flex: 0 0 calc(100% - 300px);
}

.news-buy a {
    font-size: 12px;
    background: #fd6301;
    flex: 0 0 300px;
}

.md-modal--form .md-title {
    color: #fff;
}

.md-modal--form .form-wrapper {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .detail-picture {
        float: left;
        width: 100%;
        text-align: center;
    }
    .news-buy {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 476px) {
    .news-buy {
        justify-content: center;
    }
    .news-buy .price {
        margin-bottom: 10px;
        flex: 0 0 100%;
    }
}

/* End */


/* Start:/bitrix/templates/main/css/ak.css?165701349445955*/
.sub-menu {
    /*top: 45px;left:-18px*/
    top: 41px;
    left: 0;
    padding-bottom: 11px;
}

.header-bar{
    display: none;
}


.slider-wrapper {
    height: 402px;
    margin-top: 22px;
}

.slider-item__left p {
    padding-right: 9px;
    padding-bottom: 28px;
}

.slider-item__left-top {
    position: relative;
    padding-left: 34px;
    padding-top: 81px;
}

.slider-item__left-top:before {
	content: '';
	position: absolute;
	top: 45px;
	bottom: 0;
	left: 0;
	width: 34px;
	border-left: 6px solid #e2e2e2;
	border-top: 6px solid #e2e2e2;
	border-bottom: 6px solid #e2e2e2;
}

.header-bottom__search input:focus {
	border-bottom: 1px solid #fc6800;
}

.footer-search input:focus {
	border: 1px solid #fc6800;
}

.contacts-top__phone:hover,
.contacts-top__address:hover,
.footer-contacts__phone:hover,
.footer-contacts__address:hover {
	text-decoration: none;
}

.slider-item__left {
    padding-top: 46px;
    padding-left: 63px;
    position: relative;
}

.slider-item__left .btn--big {
    position: absolute;
    bottom: 55px;
    left: 108px;
    margin: unset;
}


.to-top {
    position: fixed;
    z-index: 1000;
    right: 145.5px;
    bottom: 78px;
    width: 77px;
    height: 78px;
    border-radius: 4px;
    background: #fc6800;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2e83c4',GradientType=0 );
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .4s, opacity .4s;
    -moz-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s;
    box-shadow: 0 10px 21px rgba(42, 92, 166, 0.15);
    text-align: center;
}
.to-top {
	right: 15.5px;
}

.to-top {
	width: 55px;
	height: 55px;
}

.to-top__text {
	top: 50px;
}

.to-top__icon {
	top: 10px;
}

.to-top__icon {
    position: absolute;
    text-align: center;
    left: calc(50% - 11.5px);
    top: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.to-top:hover .to-top__icon {
	top: 3px;
}

.to-top__text {
    position: absolute;
    color: #32b0e6;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    left: calc(50% - 18px);
    top: 80px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.icon-up:before {
    content: "";
    display: inline-block;
    font-size: 14px;
    width: 25px;
    height: 14px;
    background: url(/bitrix/templates/main/css/../img/icons/icon-up.png) no-repeat center top;
}

.btn:hover {
	text-decoration: none;
}

.btn--features:focus {
	background-color: #1ec9ee;
}

.btn--events:hover {
	background-color: #00d2ff;
	background-image: unset;
}

.btn--events:focus {
	background-color: #1ec9ee;
}

.event-item__top {
    color: #1ec9f0;
    padding-bottom: 10px;
}

.trust-slider .owl-next .fa {
    left: 14px;
    top: 6px;
}

.trust-slider .owl-prev .fa {
	left: 12px;
    top: 6px;
}

.form-input:nth-child(2) {
    margin-top: 14px;
}

.btn--form {
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1.2px;
    padding-top: 10px;
    padding-left: 36px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
}

.checkbox-label {
    margin-bottom: 23px;
 }

 .btn--form:hover,
 .btn--form:focus {
 	background-image: unset;
 	background-color: #00d2ff;
 }

 .header-bottom--inner {
    line-height: 20px;
    padding-bottom: unset;
}

.team-section {
    margin-top: unset;
    margin-right: unset;
    margin-left: unset;
}

.btn--download:hover .fa {
    color: #ffffff;
}

.btn--download:focus {
    background-image: linear-gradient(to top, #227fdd 0%, #1ec9ee 100%);
}

.btn--download:focus .fa {
    color: #ffffff;
}

.contacts-item__mail--director .fa {
    color: #cacaca;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Fira Sans" !important;
}

.seo__text p:nth-of-type(2) {
    padding-top: 10px;
}

.footer-contacts__address .fa {
    margin-right: 17px;
}

.side-menu {
    max-width: 263px;
    margin-bottom: 40px;
}

.days-container {
    position: relative;
}

.day-list i {
    font-style: initial;
    position: absolute;
    left: 0;
    color: #1ec9ee;
    top: 0;
}

.day-list {

    counter-reset: num;
}

/*.day-list li:before {
    color: #1ec9ee;
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;

}*/

.side-menu ul li.selected,
.side-menu ul li.selected a,
.side-menu ul li.selected .fa {
    color: #ffffff;
    background-color: #1ec9ee;
}

.side-menu ul li:hover a {
    color: #ffffff;
}


/*.tab__content--three:before {
    top: 56px;
}

.tab__content--three:after {
    bottom: 0;
    right: 16px;
}*/

.form-issled-text {
    padding-left: 43px;
}

input::-webkit-input-placeholder {
    color: #969696;
}

.form-input input:focus {
    border: 2px solid #fc6800;
}

.form-text-area textarea:focus {
    border: 2px solid #fc6800;
    outline: none;
}
.checkbox-label:hover{
	text-decoration: underline;
}

.side-menu ul li a {
    padding: 12px 28px 10px 24px;
    line-height: 20px;
}

.features-item {
    border-radius: 6px;
}

.features-item__back {
    border-radius: 6px;
}

.side-menu {
    margin-top: 47px;
}

.team-title {
    line-height: 30px;
}

/*.sl {
    width: 100px;
    height: 55px;
    background-color: red;
    position: absolute;
    top: 328px;
    left: 304px;
    z-index: 99;
}

.sl:hover .main-slider .owl-dot {
    background-color: #ffffff;
}*/

.ik-relative .fa {
    font-size: 16px;
}

.links {
    margin-top: 22px;
}

.day-list li p {
    padding-right: 0px;
}

.features-item__title {
    /* width: 212px; */
    /* height: 44px; */
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    text-align: center;
    padding-top: 127px;
}

/*.form-input {
    margin-left: 9px;
}
*/
.checkmark {
    top: 16px;
    left: 11px;
}

.features-wrapper-prod {
    margin-left: -15px;
}


.vypusk-item:hover {
    box-shadow: 0 7px 17px 7px rgba(0, 0, 0, 0.13);
    z-index: 9999;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

ul.sub-menu li {
    padding-left: unset;
}

.nav-menu .sub-menu > li > a {
    width: 100%;
    padding-right: 24px;
    padding-left: 38px;
}

.sub-menu {
    padding-left: 0;
    padding-right: 0;
}

.sub-menu li:hover a:after {
    left: 18px;
    top: 2px;
}

.main-slider .owl-dot span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 700;
    /*line-height: 36px;*/
    line-height: 0;
    background-color: #000;
    width: 4px;
    /*height: 4px;*/
    height: 5px;
    /*margin: 0 15px;*/
    border-radius: 10px;
}

.main-slider .owl-dot.active span {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
}

.owl-dot:hover span {
    background-color: #ffffff;
}

.seminar-list li:before {
    top: unset;
}

.day-list--stage {
    padding-top: 10px;
    border-bottom: unset;
}

.day-list--stage li {
    padding-bottom: 12px;
}

.checkmark {
    border: 1px solid #dadada;
}

.checkbox-label .checkmark:after {
    left: 8px;
    top: -4px;
}

.side-menu ul li .fa {
    bottom: unset;
    font-size: 15px;
}

.features-item__top {
    letter-spacing: 0.05px;
}

.header-responsive {
    display: none;
}


/*=======================================
                responsive menu
=========================================*/

.logo-text--resp {
    width: 361px;
    display: inline-block;
    padding-top: 8px;
    margin-left: 20px;
    padding-left: 0;
}

.logo-text--resp .logo-text__top {
    font-size: 20px;
    margin-bottom: 0px;
}

.logo-text--resp .logo-text__bottom {
    font-size: 10px;
    line-height: 14px;
}

.offset-top {
    display: none;
}

.working-question {
    margin-bottom: 33px;
}

.mb-menu__open-sub-menu {
    background-color: #fc6800;
}

.mb-menu li.active > .mb-menu__open-sub-menu {
    background-color: #fc6800;
}

.mb-menu__open-sub-menu:after {
    color: #ffffff;
}

.slider-item__left .owl-dots {
    display: none;
}

.btn--form {
	z-index: 99;
}

.btn--form {
	z-index: 99;
}

.tabs__content {
    position: relative;
}

.tab__content--three:after {
    bottom: 0;
    right: 0;
}

.tab__content--three:before {
    top: 0;
    left: -5px;
}

.cont {
    z-index: 99;
}

.checkbox-label {
    z-index: 99;
    /*margin-top: 32px;*/
}

.form-issled-text {
    position: absolute;
    z-index: 99;
}


.form-bottom {
    padding-top: 11px;

}

.checkbox-label {
    padding-left: 10px;
    padding-top: 0px;
}

.checkmark {
    top: 5px;
    left: 0;
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.form-bottom-wrapper {
    padding-top: 15px;
}

.team-item__img {
    overflow: hidden;
}

.team-item__img img {
    /*width: auto;*/
    height: 100%;
    width: auto;
}

.team-item {
    height: unset;
    margin-bottom: 5px;
}

.team-item__bottom {
    margin-bottom: 5px;
}

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

    .review-wrapper {
        background: #f4f4f4;
        background-position: unset;
    }

    .review-title {
        color: #2a2a2a;
    }

}

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

    .contacts-top__phone {
        font-size: 18px;
    }

    .contacts-top__address {
        font-size: 12px
    }

    .main-slider .owl-next {
        left: unset;
    }

    /*.features-wrapper {
        height: unset;
    }*/

    /*.form-text-area {
        margin-left: 55px;
    }*/

    .features-item__top {
        font-size: 13px;
    }

    /*.form-bottom .checkmark {
        left: -3px;
    }*/

    .checkbox-label {
        text-align: center;
        padding-left: 15px;
        white-space: nowrap;
    }

    .seo-wrapper {
        height: 420px;
    }

    .footer-top-menu {
        height: auto;
    }

    .footer-contacts {
        max-width: unset;
        text-align: center;
        margin-top: 12px;
    }

    .footer-contacts__phone {
        float: unset;
        margin-right: 35px;
    }

    .footer-contacts__address {
        float: unset;
    }

    .footer-logo {
        width: 50%;
        text-align: left;
    }

    .footer-logo-middle {
        width: 50%;
        text-align: right;
        max-width: unset;
    }

    /*.review-title {
        color: #2a2a2a;
    }*/

    /*.review-wrapper {
        background: #f4f4f4;
        background-position: unset;
    }*/

    .review-slider .owl-next,
    .review-slider .owl-prev {
        left: -161px;
    }

    .review-slider {
        padding-top: 42px;
    }

    .review-item__title {
        letter-spacing: 0.6px;
    }

    .set-wrapper {
        height: auto;
    }

    .set-item-program {
        margin-bottom: 35px;
    }

    .footer-logo {
        width: 60%;
    }

    .footer-logo-middle {
        width: 40%;
    }

    /*.slider-item__left .owl-dots {
        display: none;
    }*/

    /*
    .working-wrapper {
        background: #227fdd url(/bitrix/templates/main/css/../img/bg/working-bg.jpg) repeat;
    }*/

    .working-wrapper{
        background: rgba(0,0,0,1);
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(11%, rgba(0,0,0,1)), color-stop(49%, rgba(153,60,1,1)), color-stop(74%, rgba(253,99,1,1)), color-stop(100%, rgba(253,99,1,1)));
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
        background: linear-gradient(135deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fd6301', GradientType=1 );
    }


    .features-item--issled .btn--features {
	    padding: 12px 11px 12px;
	}

	.features-item--issled {
	    width: 114%;
	}

	.side-menu ul li a {
	    padding: 12px 28px 10px 2px;
	    font-size: 13px;
	}

	.side-menu ul li .fa {
	    left: -18px;
	}

	.tab__link {
    	padding: 18px 60px;
    }

    /*.tab__content--three:after {
	    width: 214px;
	    height: 259px;
	}*/

	.form-bottom-wrapper {
	    padding-left: 21px;
	}

	/*.form-bottom-wrapper .checkmark {
	    left: 5px;
	}*/

	.features-item-adaptive {
		margin-bottom: 30px;
		width: 85%;
	}

	.contacts-section__right:before {
	    width: 100%;
	}

	.checkbox-label--issled {
	    margin-left: -20px;
	}

	.team-item__img {
	    height: 195px;
	}

	.team-item {
	    height: auto;
	}

	.team-item__img {
	    height: auto;
	}

	.team-item__img img {
	    width: 100%;
	    height: auto;
	}


}

@media (max-width: 1024px) {

    .features-item-adaptive {
	    margin-left: 0px;
	}

	.to-top {
    	right: 62.5px;
	}

}


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

    .review-item {
        margin: 0px 86px 0px;
    }

}


@media (max-width: 991px) {


    header {
        display: none;
    }

    .offset-top  {
        margin-bottom: 100px;
        display: block;
    }

    .header-bar{
        display: block;
        font-size: 36px;
        margin-right: 10px;
        position: absolute;
        right: 0px;
        top: 0px;
        /*z-index: 9999;*/
    }

    .header-responsive {
        display: flex;
		justify-content: space-between;
		align-items: center;
        position: fixed;
        min-height: 50px;
        z-index: 9999;
        width: 100%;
        background-color: #f7f7f7;
        top: 0;
    }

    .mb-menu .fa {
        display: none;
    }

    .mb-menu .fa.fa-envelope {
        display: inline-block;
    }

    /*.features-item__top {
        font-size: 11px;
    }*/

    .features-item {
        width: 115%;
    }

    .btn--features {
        padding: 14px 14px 14px;
        font-size: 11px;
        margin-top: 42px;
    }

    .sets-title {
        font-size: 19px;
    }

    .events-title {
        font-size: 19px;
    }

    .set-wrapper {
        height: auto;
    }

    /*.review-wrapper {
        height: auto;
    }*/

    .review-item {
        margin: 0px 44px 0px;
    }

    .review-slider .owl-prev,
    .review-slider .owl-next {
        left: -126px;
    }

    .review-slider .owl-prev {
        top: 215px;
    }

    .review-slider .owl-next {
        top: 137px;
    }



    .working-text {
        /*white-space: nowrap;*/
    }


    .seo-wrapper {
        height: auto;
    }

    /*.form-text-area {
        margin-left: 135px;
    }*/

    .seo__text p:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .footer-logo__text-bottom {
        font-size: 11px;
    }

    .footer-bottom__left {
        font-size: 11px;
    }

    .privacy-ref {
        margin-right: -50px;
    }

    .privacy-ref a {
        font-size: 11px;
    }

    .form-text-area textarea {
        width: 100%;
    }

    /*.form-bottom .checkmark {
    	left: 184px;
    }*/

    /*.checkbox-label {
        padding-left: 62px;
    }*/

    /*.trigd {
        bottom: 3px;
    }
*/
    .side-menu {
    	display: none;
	}

	.footer-bottom {
        display: flex;
    }

    .footer-bottom__left {
        position: unset;
        left: unset;
        bottom: unset;
    }

    .privacy-ref {
        margin-right: unset;
        margin-top: unset;
    }

    .trigd {
        position: unset;
        right: unset;
        bottom: unset;
        text-align: unset;
    }

    .features-item-991 {
    	width: 100%;
    }

    .features-item--issled {
    	width: 100%;
	}

	.features-item--issled .btn--features {
	    padding: 14px 35px 14px;
	    font-size: 12px;
	}

	/*.checkbox-label {
	    padding-left: 15px;
	}*/

	.features-item-adaptive {
        width: 110%;
	}

	.to-top {
	    right: 77.5px;
	}

	/*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/



}

@media (max-width: 768px) {

    /*.working-text {
        white-space: unset;
    }*/

    .sets-title {
        font-size: 18px;
    }

    .events-title {
        font-size: 18px;
    }

    .footer-logo__middle-img {

    }

    .title-contacts-section:after {
    	width: 100%;
    }

    .contacts-section__right:before {
    	width: 95%;
	}

	/*.form-bottom .checkmark {
    	left: 185px;
	}*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/




}

@media (max-width: 767px) {

    .features-wrapper {
        height: auto;
    }

    .features-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn--features {
        padding: 14px 35px 14px;
    }

    .features-item__top {
        font-size: 14px;
    }

    .review-item {
        margin: 0px 197px 0px;
        /*margin: 0px 172px 0px;*/
    }

    .review-slider .owl-prev,
    .review-slider .owl-next {
        left: -117px;
    }

    .footer-logo__middle-img {
        width: unset;
    }

    /*.contacts-item__address {
	    font-size: 12.5px;
	}*/

	.tabs .tab__link {
	    width: calc(50% - 124px);
	}

	.tabs .tabs__caption, .tabs-2 .tabs__caption {
	    border-bottom: unset;
	}

	/*.form-bottom .checkmark {
	    left: 190px;
	}*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

}

@media only screen and (max-width: 767px) {
    .tabs .tab__link {
    	display: table-cell;
    }

}

@media (max-width: 767px) {

    .contacts-section__left {
	    margin-bottom: unset;
	}

	.contacts-section__right:before {
	    top: 40px;
	}

	.contacts-section__right {
	    padding-top: 55px;
	}

	/*.tab__content--three:after {
	    width: 200px;
	    height: 190px;
	}*/

}

@media (max-width: 730px) {

    .review-item {
        margin: 0px 172px 0px;
    }

    /*.form-bottom .checkmark {
    	left: 176px;
	}*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

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

    /*.form-bottom .checkmark {
        left: 168px;
    }*/

    .sets-title {
        padding-right: 53px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

}

@media (max-width: 700px) {

    .events-title {
        font-size: 17px;
    }

    .sets-title {
        font-size: 17px;
    }

    /*.form-bottom .checkmark {
    	left: 161px;
	}*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

    /*.tab__content--three:after {
        width: 214px;
        height: 244px;
    }*/

}

@media (max-width: 690px) {

    /*.form-bottom .checkmark {
        left: 154px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/


}

@media only screen and (max-width: 690px) {
    .team-item__top span {
    	font-size: 16px;
	}
}

@media (max-width: 680px) {

    /*.form-bottom .checkmark {
        left: 146px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media (max-width: 660px) {

    /*.form-bottom .checkmark {
        left: 140px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media (max-width: 650px) {

    .review-item {
        margin: 0px 150px 0px;
    }

    /*.form-bottom .checkmark {
        left: 135px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

}

@media (max-width: 640px) {

    /*.form-bottom .checkmark {
        left: 130px;
    }*/

    .review-item {
        margin: 0px 145px 0px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media only screen and (max-width: 640px) {
    .team-item__bottom {
	    font-size: 13px;
	    letter-spacing: 0.014px;
	}
}

@media only screen and (max-width: 635px) {
    .footer-contacts {
    	display: inline-grid;
    }

}

@media only screen and (max-width: 630px) {
    .team-item__top span {
    	font-size: 15px;
	}
}

@media (max-width: 620px) {

    .issled-date-block {
    	display: block;
        align-items: unset;
    }

    .issled-date--cost {
	    padding-left: 79px;
	}

	.issled-cost {
		padding-left: 50px;
	}

}

@media (max-width: 610px) {

    /*.form-bottom .checkmark {
        left: 114px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media (max-width: 600px) {

    .slider-item__left {
        width: 100%;
    }

    .slider-item__left .owl-nav {
        display: unset;
    }

    .slider-item__left .owl-dots {
        position: absolute;
        left: 27px;
        top: -10px;
        width: 66px;
        padding-top: 90px;
        margin-bottom: 11px;
        display: inline-flex;
    }

    .slider-item__left .owl-dot {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        color: #a8a8a8;
        font-size: 14px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 11px;
    }

    .slider-item__left .owl-dot.active span {
        width: 6px;
        height: 6px;
        background: #1ec9ee;
    }

    .slider-item__left .owl-nav {
        position: absolute;
        bottom: 0;
        top: auto;
        left: calc(50% - 67px);
    }

    .slider-item__left .owl-prev, .owl-next {
        /*width: 67px;
        height: 67px;*/
        text-align: center;
        /* padding: 0px 26px; */
        font-size: 45px;
        display: inline-block;
        cursor: pointer;
        line-height: 53px;
    }

    .slider-item__left .owl-prev {
        background-color: #1ec9ee;
        left: -203px;
        top: -135px;
    }

    .slider-item__left .owl-next {
        background-color: #227fdd;
        left: 265px;
        top: -135px;
    }

    .slider-item__left .owl-prev .fa {
        color: #ffffff;
    }

    .slider-item__left .owl-next .fa {
        color: #ffffff;
    }

    .slider-item__right {
        display: none !important;
    }

    .slider-item__center {
        top: 234px;
        left: 375px;
    }

    .slider-item__left .btn--big {
        bottom: 18px;
    }

    .slider-item__left-top {
        padding-left: 34px;
        padding-top: 81px;
    }

    .slider-item__left .owl-dots {
        left: 244px;
        top: 176px;
    }

    .slider-item__center {
        top: 108px;
        left: 490px;
    }

    .review-item {
        margin: 0px 128px 0px;
    }

    .trust-slider .owl-next .fa {
        left: 2px;
        top: -12px;
    }

    /*.form-bottom .checkmark {
        left: 108px;
    }*/

    .seo__title {
        line-height: 30px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

}

@media only screen and (max-width: 600px) {
    .team-item__bottom {
	    font-size: 12px;
	}

	.team-item {
	    width: 33%;
	}

	.team-item__top span {
    	font-size: 18px;
    }

    .team-item__bottom {
	    font-size: 15px;
	    letter-spacing: 0.14px;
	}

	/*.tab__content--three:after {
	    width: 175px;
	    height: 175px;
	}*/

}

@media (max-width: 580px) {

    .slider-item__center {
        left: 473px;
    }

    .slider-item__left .owl-prev,
    .slider-item__left .owl-next {
        top: -125px;
    }

    .slider-item__left .owl-dots {
        left: 228px;
    }

    .review-slider .owl-prev, .review-slider .owl-next {
        left: -98px;
    }

    /*.form-bottom .checkmark {
        left: 101px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/


}

@media (max-width: 560px) {

    .slider-item__center {
        left: 451px;
    }

    /*.form-bottom .checkmark {
        left: 84px;
    }*/

    .review-item {
        margin: 0px 111px 0px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/


}

@media (max-width: 550px) {

    .slider-item__left .owl-prev {
        left: -192px;
    }

    .slider-item__left .owl-next {
        left: 257px;
    }

    .slider-item__center {
        left: 440px;
    }

    .slider-item__left .owl-dots {
        left: 217px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

    /*.team-item {
	    height: 415px;
	}*/

    /*.team-item__img {
	    overflow: unset;
	}
*/
}

@media (max-width: 540px) {

    .tab__link {
	    padding: 18px 18px;
	}

	.select__title {
    	padding: 11px 35px 9px 35px;
	}

	.select {
	    width: auto;
	}

}

@media (max-width: 530px) {

    .slider-item__left .owl-next {
        left: 236px;
    }

    .slider-item__left .owl-prev {
        left: -171px;
    }

    .slider-item__center {
        left: 419px;
    }

    .review-item {
        margin: 0px 100px 0px;
    }

    /*.form-bottom .checkmark {
        left: 75px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

}

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

	.issled-date .fa {
	    left: 2px;
	    top: 3px;
	}

	.issled-date {
    	padding-left: 18px;
	}

	.issled-date--cost {
	    padding-left: 18px;
	}

}

@media only screen and (max-width: 520px) {
    .team-item__bottom {
	    font-size: 13px;
	    letter-spacing: 0.014px;
	}
}

@media (max-width: 510px) {

    /*.form-bottom .checkmark {
        left: 64px;
    }*/

    .slider-item__center {
        left: 399px;
    }

    .slider-item__left .owl-dots {
        left: 194px;
    }

    .logo-text--resp {
        margin-left: 6px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media (max-width: 500px) {

    .slider-item__center {
        left: 389px;
    }

    .set-wrapper {
        background: linear-gradient(to right, #ffffff 0%,#ffffff 65%,#227fdd 58%,#227fdd 100%);
    }

    /*.form-bottom .checkmark {
        left: 58px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media (max-width: 490px) {

    .logo--responsive {
        margin-left: 8px;
    }

    /*.form-bottom .checkmark {
        left: 45px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

    /*.tab__content--three:after {
	    width: 135px;
	    height: 160px;
	}*/



}


@media (max-width: 480px) {

    /*.main-page {*/
    /*    background: #ffffff url(/bitrix/templates/main/css/../img/bg/main-bg.jpg) repeat center top;*/
    /*}*/

    .slider-item__left {
        padding-left: 123px;
    }

    .slider-item__left {
        width: 100%;
    }

    .slider-item__left .owl-nav {
        display: unset;
    }

    .slider-item__left .owl-dots {
        position: absolute;
        left: 27px;
        top: -10px;
        width: 66px;
        padding-top: 90px;
        margin-bottom: 11px;
    }

    .slider-item__left .owl-dot {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        color: #a8a8a8;
        font-size: 14px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 11px;
    }

    .slider-item__left .owl-dot.active span {
        width: 6px;
        height: 6px;
        background: #1ec9ee;
    }

    .slider-item__left .owl-nav {
        position: absolute;
        bottom: 0;
        top: auto;
        left: calc(50% - 67px);
    }

    .slider-item__left .owl-prev, .owl-next {
        text-align: center;
        font-size: 45px;
        display: inline-block;
        cursor: pointer;
        line-height: 53px;
    }

    .slider-item__left .owl-prev {
        background-color: #1ec9ee;
        left: -148px;
        top: -179px;
    }

    .slider-item__left .owl-next {
        background-color: #227fdd;
        left: -148px;
        top: -112px;
    }

    .slider-item__left .owl-prev .fa {
        color: #ffffff;
    }

    .slider-item__left .owl-next .fa {
        color: #ffffff;
    }

    .slider-item__right {
        display: none !important;
    }

    .slider-item__center {
        top: 234px;
        left: 375px;
    }

    .set-wrapper {
        background: linear-gradient(to right, #ffffff 0%,#ffffff 62%,#227fdd 58%,#227fdd 100%);
    }

    .btn--events {
        font-size: 13px;
        padding: 15px 15px 15px;
    }

    .review-slider .owl-prev, .review-slider .owl-next {
        left: -80px;
    }

    .review-item {
        margin: 0px 78px 0px;
    }

    .trust-slider .owl-next .fa {
        left: 2px;
        top: -12px;
    }

    .seo-wrapper {
        background: #ffffff;
    }

    /*.form-bottom .checkmark {
        left: 51px;
    }*/

    .seo__title {
        line-height: 30px;
    }

    .seo__text p {
        padding-right: unset;
    }

    .footer-contacts {
        display: inline-grid;
    }

    .footer-logo__text-top {
        font-size: 15px;
    }

    /*.footer-bottom {
        display: flex;
    }

    .footer-bottom__left {
        position: unset;
        left: unset;
        bottom: unset;
    }

    .privacy-ref {
        margin-right: unset;
        margin-top: unset;
    }

    .trigd {
        position: unset;
        right: unset;
        bottom: unset;
        text-align: unset;
    }*/

    .slider-item__left .owl-dots {
        display: unset;
    }

    .footer-top-menu ul li {
        margin: 22px 19px 20px 19px;
    }

    .logo__text-bottom {
        font-size: 10.5px;
    }

    .logo-text--resp {
        width: 328px;
        margin-left: 12px;
    }

    /*.team-item__img {
	    height: 125px;
	}

	.team-item {
    	height: 325px;
	}
*/
	.team-item__top span {
	    font-size: 15px;
	}

	/*.team-item__top {
	    font-size: 10px;
	}*/

	.team-item__bottom {
    	font-size: 12px;
	}

	.bx-breadcrumb-item a span, .bx-breadcrumb-item span {
	    letter-spacing: 0.01px;
	}

	.btn--features {
	    padding: 14px 11px 14px;
	    font-size: 14px;
	}

	.tabs .tab__link {
    	width: 100%;
	}

	.issled-cost {
	    padding-left: 35px;
	}

	.date-value {
	    padding-left: 6px;
	}

	.issled-cost span {
	    font-size: 20px;
	    letter-spacing: 0.2px;
	}

	/*.issled-date-block {
	    display: inline-block;
	    align-items: unset;
	}*/

	/*.issled-date {
    	padding-left: 23px;
	}
*/
	/*.issled-date .fa {
	    left: 6px;
	    top: 3px;
	}*/

	/*.issled-date--cost {
	    padding-right: 70px;
	}*/

	.seminar-contacts__mail {
	    line-height: 18px;
	}

	/*.tab__content--three:before {
	    top: 172px;
	}*/

	/*.tab__content--three:before {
	    width: 140px;
	    height: 75px;
	}*/

	/*.tab__content--three:after {
	    width: 170px;
	    height: 165px;
	}*/

	.select__title--issled {
	    padding-left: 18px;
	}

	/*.select {
	    width: 200px;
	}*/

	/*.issled-date .fa {
	    display: none;
	}*/

	/*.form-issled-text {
	    padding-left: 53px;
	}*/

	/*.btn--download {
	    font-size: 11px;
	    width: 219px;
	}*/

	.contacts-section__right:before {
	    width: 85%;
	}

	.contacts-director {
	    font-size: 13px;
	}

	.contacts-item__phone {
	    font-size: 19px;
	}


	/*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/


}

@media (max-width: 479px) {

    .set-wrapper {
        background: #ffffff;
    }

    .sets-container {
        padding-top: 25px;
    }

    .events-container {
        padding-top: 15px;
    }

    .events-title {
        color: #2a2a2a;
        margin-bottom: 20px;
    }

    .event-item__bottom {
        color: #2a2a2a;
    }

    .set-item table {
        width: 100%;
    }

    .set-item-program {
        margin-bottom: 25px;
    }

    .review-title {
        padding-top: 25px;
    }

    .review-slider .owl-prev, .review-slider .owl-next {
        left: 0;
    }

    .review-wrapper {
        height: auto;
    }

    /*.review-item {
        margin: 0px 120px 0px;
    }*/

    .review-item {
    	margin: 0px 83px 0px 155px;
	}

    .review-slider .owl-next {
        top: 57px;
    }

    .review-slider .owl-prev {
        top: 135px;
    }

    .seo__title {
        padding-top: 25px;
    }

    .seo__text p:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .footer-logo__text {
        padding-top: unset;
    }

    .footer-logo__text-top {
        font-size: 15px;
    }

    .footer-logo__middle-img {
        width: 190px;
    }

    .footer-contacts {
        display: inline-grid;
        vertical-align: bottom;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/


}

@media (max-width: 470px) {

    /*.form-bottom .checkmark {
        left: 42px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

}

@media only screen and (max-width: 470px) {
    .footer-logo__middle-img {
	    width: 150px;
	}

	/*.team-item {

	    height: 340px;
	}*/

	.team-item__bottom {
	    font-size: 11px;
	}

	/*.tab__content--three:after {
	    width: 145px;
	    height: 155px;
	}*/
}

@media (max-width: 460px) {

	.select-wrapper {
	    padding-bottom: 20px;
	    text-align: center;
	}

	.select--issled {
	    float: unset;
	}

}

@media (max-width: 450px) {

    /*.form-bottom .checkmark {
        left: 32px;
    }*/

    .slider-item__left .owl-next,
    .slider-item__left .owl-prev {
        left: -133px;
    }

    .logo-text--resp {
        margin-left: 4px;
    }

    .slider-item__title {
        font-size: 23px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

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

	.logo__text-bottom {
	    font-size: 9.5px;
	}

	.logo-text--resp {
    	width: 300px;
    }

    .team-item__top span {
	    font-size: 14px;
	}

	.checkbox-label--issled {
        white-space: unset;
        /*margin-left: -57px;*/
        padding-left: unset;
    }

	.form-bottom-wrapper {
	    padding-left: 0px;
	}

	.form-issled-text {
	    padding-left: 22px;
	}

	.form-bottom-wrapper .checkmark {
		margin-right: unset;
	}

}

@media (max-width: 435px) {

	.issled-date {
	    display: block;
	}

	.date-value {
	    padding-left: 40px;
	}

	.issled-cost {
	    padding-left: 40px;
	}


}

@media (max-width: 425px) {

    .slider-item__title {
        font-size: 23px;
    }

    .slider-item__left .btn--big {
        bottom: 22px;
    }

    .slider-item__left p {
       font-size: 16px;
    }

    .slider-item__left .owl-prev,
    .slider-item__left .owl-next {
        left: -119px;
    }

    .slider-item__center {
        top: 241px;
        left: 334px;
    }

    .features-item__top {
        font-size: 12px;
    }

    .btn--features {
        padding: 14px 14px 14px;
    }

    .to-top {
       right: 28.5px;
    }

    .review-item__img {
        height: 256px;
    }

    .review-wrapper {
        height: 465px;
    }

    /*.checkmark {
        left: 45px;
    }*/

    .footer-top-menu ul li {
        margin: 22px 12px 20px 12px;
    }

    .footer-logo__middle-img {
        width: 165px;
    }

    .logo-text--resp {
        width: 298px;
        margin-left: 2px;
    }

    .logo--responsive {
        margin-left: 2px;
    }

    .logo__text-top {
        font-size: 21px;
    }

    .logo__text-bottom {
        font-size: 9.5px;
    }

    .footer-contacts__address {
	    font-size: 12px;
	}

	.to-top {
    	right: 3.5px;
	}

	/*.team-item__top span {
	    font-size: 9.3px;
	}*/

	/*.team-item__top {
	    font-size: 8.9px;
	}*/

	.team-title {
	    line-height: 30px;
	    font-size: 19px;
	}

	.features-item {
	    width: 100%;
	}

	.btn--features {
	    padding: 12px 8px 12px;
	    font-size: 12px;
	}

	.features-item__title {
	    font-size: 22px;
	}

	/*.issled-cost {
	    padding-left: 22px;
	}*/

	/*.tab__content--three:before {
	    width: 140px;
	    height: 65px;
	}*/

	.education:after {
	    left: 134px;
	}

	/*.select {
	    width: 175px;
	}*/

	.test-container .issled-date {
	    padding-left: 0px;
	}

	/*.select__title--issled {
	    padding-left: 3px;
	}*/

	/*.tab__content--three:after {
	    width: 155px;
	    height: 160px;
	}*/

	/*.form-bottom-wrapper .checkmark {
	    left: -13px !important;
	}*/

	/*.form-bottom-wrapper .checkbox-label {
	    padding-left: 12px;
	}*/

	/*.form-issled-text {
	    padding-left: 35px;
	}*/

	.btn-form--issled {
	    margin: unset;
	}

	/*.btn--download {
	    width: auto;
	    padding-top: 9px;
	}*/

	/*.form-bottom .checkmark {
	    left: 22px;
	}*/




}

@media (max-width: 410px) {

    /*.form-bottom .checkmark {
        left: 14px;
    }*/

    .slider-item__title {
        font-size: 19px;
    }

    .slider-item__center {
        top: 200px;
        left: 316px;
    }

    .header-bar {
        font-size: 36px;
        margin-right: 12px;
        position: fixed;
        right: 0px;
        top: 0px;
        /*z-index: 10000;*/
    }

    .slider-item__left .owl-prev, .slider-item__left .owl-next {
        left: -107px;
    }

    /*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/
}

@media (max-width: 405px) {

	.footer-logo__middle-img {
	    width: 150px;
	}

}

@media (max-width: 400px) {
	/*.team-item {
	    height: 360px;
	}*/

	.footer-contacts__address {
	    font-size: 17px;
	}

	.form-issled-text {
    	padding-left: unset;
	}

}

@media (max-width: 390px) {
    .footer-logo__middle-img {
        width: 144px;
    }

    .review-item {
        margin: 0px 46px 0px 155px;
    }

    /*.form-bottom .checkmark {
        left: 4px;
    }*/

    .slider-item__left {
        padding-top: 20px;
    }

    .features-item {
        width: 110%;
    }

    .logo__text-bottom {
        display: none;
    }

    .logo__text-top {
        font-size: 19px;
    }

    .logo-text--resp {
        width: 250px;
        margin-left: 10px;
    }

	/*.form-bottom-wrapper .checkmark {
        left: 8px;
    }*/

    .team-item__top {
	    font-size: 12px;
	}

	.team-item__top span {
	    font-size: 12px;
	}

}

@media (max-width: 380px) {

	.tabs .tab__link {
	    font-size: 12px;
	}

}


@media (max-width: 375px) {

    .logo-text--resp {
    	width: 270px;
	}

	.logo__text-top {
    	font-size: 19px;
	}

	.logo__text-bottom {
    	font-size: 8.5px;
        display: inline-block;
	}

	.slider-item__left .owl-prev, .slider-item__left .owl-next {
    	left: -96px;
	}

	.slider-item__title {
    	font-size: 18px;
	}

	.slider-item__left-top {
    	padding-left: 18px;
    	padding-top: 58px;
	}

	.slider-item__left p {
    	font-size: 15px;
	}

	.btn--big {
	    width: 139px;
	    margin: 60px 0px 0px 11px !important;
	    padding-left: 25px;
	    font-size: 15px;
	}

	/*.btn--features {
    	padding: 12px 8px 12px;
    	font-size: 10px;
	}*/

	.features-item {
	    width: 112%;
	}

	.sets-title {
	    font-size: 15px;
	}

	.review-item {
    	margin: 0px 61px 0px 116px;
	}

	.footer-top-menu ul li {
    	margin: 22px 8px 20px 8px;
	}

	.footer-logo__middle-img {
	    width: 144px;
	}

	.footer-logo__text {
	    width: calc(100% - 58px);
	}

	/*.footer-contacts__address {
	    font-size: 11px;
	}*/

	.logo--responsive {
	    margin-left: -1px;
	}

	/*.checkmark {
	    left: -9px;
	}*/

	.checkbox-label {
    	padding-left: unset;
	}

	.slider-item__center {
	    top: 253px;
	    left: 278px;
	}

	.event-item-right {
	    margin-top: -25px;
	    font-size: 13px;
	    letter-spacing: 0.01px;
	}

	.links {
	    height: 160px;
	}

	/*.tab__content--three:after {
	    width: 130px;
	    height: 155px;
	}*/

	.education {
	    line-height: 20px;
	}

	.education:after {
	    left: 100px;
	}

	/*.select {
	    width: 243px;
	}*/

	/*.select__title--issled {
	    padding-left: 44px;
	}*/

	/*.form-issled-text {
	    padding-left: 60px;
	}*/

	/*.form-bottom-wrapper .checkmark {
	    left: 10px !important;
	}*/

	/*.tab__content--three:before {
	    left: 14px;
	}*/

	/*.btn--download {
	    font-size: 10px;
	}*/

	.contacts-director {
	    font-size: 12px;
	}

	.contacts-item__phone {
	    font-size: 14px;
	}

	/*.form-bottom .checkmark {
	    left: -9px;
	}*/


    .team-item {
        width: 33%;
    }

    .team-item__top {
        font-size: 11.5px;
    }

    .team-item__top span {
        font-size: 12px;
    }

    .team-item__bottom {
        font-size: 10px;
    }



}

@media (max-width: 371px) {
    .logo__text-top {
        line-height: 22px;
    }

    .logo--responsive {
        margin-left: 10px;
    }

    .logo-text--resp {
        margin-left: 10px;
    }

    .logo-text--resp {
        width: 193px;
    }

    .logo__text-bottom {
        display: none;
    }


}

@media (max-width: 365px) {

	.footer-logo__middle-img {
	    width: 125px;
	}

}

@media (max-width: 363px) {
    .slider-item__left .owl-prev, .slider-item__left .owl-next {
        left: -67px;
    }

    .slider-item__left-top {
        padding-left: 4px;
        padding-top: 84px;
    }

    .slider-item__title {
        font-size: 14px;
        line-height: 16px;
    }

    .slider-item__left p {
        font-size: 13px;
        line-height: 15px;
    }

    .slider-item__left-top:before {
        content: unset;
    }

    .btn--big {
        width: 100%;
        margin: 60px 0px 0px 8px !important;
        padding-left: 18px;
        font-size: 14px;
    }

    .slider-item__left .btn--big {
        bottom: 66px;
    }

}

@media (max-width: 345px) {

	.team-item__top {
	    font-size: 10.5px;
	}

	.team-item__top span {
	    font-size: 10px;
	}

	.tabs .tab__link {
	    font-size: 11px;
	}

}

@media (max-width: 330px) {

	.footer-top-menu ul li {
	    margin: 22px 6px 20px 6px;
	}

}

@media (max-width: 325px) {
    .btn--big {
        margin: 60px 0px 0px 27px !important;
    }

    /*.form-bottom-wrapper .checkmark {
        left: -12px !important;
    }*/

    .footer-logo__text-bottom {
    	display: none;
	}

	.footer-contacts__address {
    	font-size: 13px;
	}
}


@media (max-width: 320px) {

    /*.logo__text-top {
    	line-height: 22px;
	}

	.logo--responsive {
    	margin-left: 10px;
	}

	.logo-text--resp {
    	margin-left: 10px;
	}

	.logo-text--resp {
    	width: 193px;
	}

	.logo__text-bottom {
    	display: none;
	}*/

	.slider-item__left .owl-prev, .slider-item__left .owl-next {
    	left: -67px;
	}

	.slider-item__left-top {
	    padding-left: 4px;
	    padding-top: 84px;
	}

	.slider-item__title {
	    font-size: 14px;
	    line-height: 16px;
	}

	.slider-item__left p {
    	font-size: 13px;
    	line-height: 15px;
	}

	.slider-item__left-top:before {
	    content: unset;
	}

	.btn--big {
	    width: 100%;
	    margin: 60px 0px 0px 29px !important;
	    padding-left: 18px;
	    font-size: 14px;
	}

	.slider-item__left .btn--big {
	    bottom: 66px;
	}

	.col-xsl-6 {
    	width: unset;
    	float: unset;
	}

	.features-item {
    	width: 100%;
	}

	.features-item__top {
    	font-size: 14px;
	}

	.btn--features {
    	padding: 14px 28px 14px;
    	font-size: 13px;
	}

	.review-item {
    	margin: 0px 23px 0px 106px;
	}

	.footer-top-menu ul li {
	    margin: 22px 5px 20px 5px;
	}

	.footer-logo__middle-img {
    	width: 127px;
	}

	.footer-logo__text-top {
    	font-size: 13px;
	}

	/*.footer-logo__text-bottom {
    	display: none;
	}

	.footer-contacts__address {
    	font-size: 13px;
	}*/

	.set-item td:nth-child(2n) {
	    background: unset;
	}

	.working-question {
	    line-height: 26px;
	}

	.slider-item__center {
	    top: 194px;
	    left: 234px;
	}

	.team-item__top {
	    font-size: 7.2px;
	}

    .team-item {
        width: 45%;
    }

    .team-item__top span {
        font-size: 13.5px;
    }

    .team-item__top {
        font-size: 13px;
    }

    .team-item__bottom {
        font-size: 12px;
    }

    .col-xsl-5 {
        width: 50%;
    }

    .features-item {
        width: 105%;
    }

    .btn--features {
        padding: 10px 12px 10px;
        font-size: 11px;
    }

    .event-item-right {
        font-size: 12px;
    }

    .spe-event-item {
        height: 210px;
    }

    .select {
        width: 100%;
    }

    .select__title--issled {
        padding-left: 11px;
    }

    .test-container .issled-date {
        padding-left: 31px;
    }

    .education:after {
        left: 71px;
    }

    .cont .placeholder {
        font-size: 13px;
    }

    .form-bottom-wrapper .checkbox-label {
        padding-left: 0px;
    }

    /*.form-issled-text {
        padding-left: 27px;
    }*/

    /*.form-bottom-wrapper .checkmark {
        left: -21px !important;
    }*/

    .seminar-contacts__phone {
        line-height: 18px;
    }

    .btn-form--issled {
        width: 75%;
        padding-left: 23px;
    }

    .issled-cost {
        font-size: 16px;
    }





}

.image-inner {
    width: 100%;
    height: 100%;
}


.first-level-menu li.selected,
.first-level-menu li.selected a {
    color: #fd6301;
    text-decoration: none;
}

.mb-menu a.root-item-selected {
    color: #fd6301;
}

.mb-menu li.item-selected,
.mb-menu li.item-selected a {
    color: #fd6301;
}

.mb-sub-menu-display {
    display: block;
}

.nav-menu a.root-item-selected {
    color: #fd6301;
}



/*@media only screen and (max-width: 767px) {
    .tabs .tab__link {
    	display: table-cell;
    }

}*/

/*@media only screen and (max-width: 635px) {
    .footer-contacts {
    	display: inline-grid;
    }

}*/

/*@media only screen and (max-width: 690px) {
    .team-item__top span {
    	font-size: 16px;
	}
}*/

/*@media only screen and (max-width: 640px) {
    .team-item__bottom {
	    font-size: 13px;
	    letter-spacing: 0.014px;
	}
}

@media only screen and (max-width: 630px) {
    .team-item__top span {
    	font-size: 15px;
	}
}*/

/*@media only screen and (max-width: 600px) {
    .team-item__bottom {
	    font-size: 12px;
	}

	.team-item {
	    width: 33%;
	}

	.team-item__top span {
    	font-size: 18px;
    }

    .team-item__bottom {
	    font-size: 15px;
	    letter-spacing: 0.14px;
	}

}*/

/*@media only screen and (max-width: 520px) {
    .team-item__bottom {
	    font-size: 13px;
	    letter-spacing: 0.014px;
	}
}*/

/*@media only screen and (max-width: 470px) {
    .footer-logo__middle-img {
	    width: 150px;
	}

	.team-item {
	    height: 340px;
	}

	.team-item__bottom {
	    font-size: 11px;
	}
}*/



/*@media only screen and (max-width: 440px) {

	.logo__text-bottom {
	    font-size: 9.5px;
	}

	.logo-text--resp {
    	width: 300px;
    }

    .team-item__top span {
	    font-size: 14px !important;
	}

}*/

/* End */


/* Start:/bitrix/templates/main/css/new-style.css?16570134949563*/
.frezerovka-list h2:not(.h2):after{
	display: none;
}

.search-page form{
	position: relative;
}
.search-page input[type="text"]{
    width: 100%;
    border: 0;
	padding: 10px;
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
    border-bottom: 1px solid #dadada;
}
.search-page input[type="submit"]{
	position: absolute;
	right: 10px;
	top: 0;
	border: none;
	display: flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    font-size: 16px;
    padding: 5px 15px;
}
.search-page input[type="submit"]:hover{
	background: #000;
	/*background: linear-gradient(135deg, rgba(253,99,1,1) 11%, rgba(253,99,1,1) 49%, rgba(0,0,0,1) 74%, rgba(153,60,1,1) 100%);*/
	color: #fff;
}


.wrapper-gallery .gallery-box{
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.wrapper-gallery .gallery-box img{
    min-width: 200px;
    max-width: none;
    max-height: none;
    height: auto;
    width: 300px;
    min-height: 100%;
    transition: all .2s;
}
.wrapper-gallery .gallery-box img:hover {
	transform: scale(1.1);
}

.md-result__content{
	top: 30%;
}
.md-result__check{
	top: 25%;
}
.card_parthner{
	margin: 10px 0;
    display: flex !important;
    width: 240px;
    text-align: center;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(135deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%);
    font-size: 16px;
}
.card_parthner:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
.header-top-menu .active{
	color: #fd6301;
}
.header-responsive .active{
	color: #fd6301;
}
.stop-fixed{
	position: relative !important;
}
footer{
    margin-top: 50px;
}
.active-menu:not(.stop-fixed) {
    position: fixed;
    top: 0%;
	z-index: 1111;
}
.news-detail td{
    vertical-align: middle;
}

.news-detail td .table-column{
    padding-left: 40px;
}
.news-detail td .table-column .p-small{
    font-size: 12px;
}
.news-detail td .table-column .p-red-small{
    font-size: 12px;
    color: #fc6800;
}
.news-detail td .table-column .p-red{
    font-size: 16px;
    color: #fc6800
}
.side-menu ul li.selected, .side-menu ul li.selected a, .side-menu ul li.selected .fa{
    background-color: #fd6301 !important;
}
.form-bottom .btn--form:hover{
	background: #fc6800 !important;
}
.md-result__title{
	font-size: 35px;
}
.md-result__content p{
	font-size: 18px;
}
.wrapper-main-block{
    margin: 50px 0;
}
.main-block{
    display: flex;
    background-color: rgba(231,231,231, .4);
    flex-wrap: wrap;
}
.main-block-col{
    width: 50%;
    display: flex;
    align-items: center;
}
.main-block-description{
    margin-top: 30px;
}
.main-block-description a{
	display: block;
	margin-top: 30px;
/*
	color: #4d4d4d;
	text-decoration: none;
*/
}
/*
.main-block-description a:hover{
	color: #fc6800;
}
*/
.main-block-col-container{
    padding: 0 40px 30px;
}

.main-first-block-radius{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 30px;
}
.main-block__img img{
    width: 100%;
    height: 100%;
}
.wrapper-advantages{
    margin-bottom: 50px;
}
.advantages-box{
    margin-bottom: 20px;
}
.advantages-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.advantages-img img{
    width: 100px;
    height: 100px;
}
.advantages-title{
    text-align: center;
    font-size: 20px;
}
.advantages-img p{
    color: #fc6800;
    font-size: 50px;
}

.t-news-list{
    display: flex;
    flex-wrap: wrap;
}
.t-news-list .news-item{
    display: flex;
    flex-direction: column;
/*
    width: 30%;
    margin-right: 15px;
*/
}
/* table custom */
.custom-table{
    margin-bottom: 20px;
	overflow-y: auto;
}
.page-content .custom-table table {
    border-collapse: collapse;
    box-shadow: 0 5px 48px rgba(0, 0, 1, 0.15);
}

.page-content .custom-table tr:nth-child(odd){
    background: #fbf4e9;
}

.page-content .custom-table th, .page-content .custom-table td {
    padding: 15px 20px;
	border: 1px solid #ccc;
}

@media(max-width: 767px) {
.page-content .custom-table th,.page-content .custom-table td {
padding:15px 4px
}
}

.page-content .custom-table-head{
    background: linear-gradient(135deg, rgba(0,0,0,1) 11%, rgba(153,60,1,1) 49%, rgba(253,99,1,1) 74%, rgba(253,99,1,1) 100%) !important;
    color: #fff;
}

.page-404-text{
	text-align: center;
}
.page-404-text .headline{
	font-size: 30px;
	letter-spacing: 0.75px;
	margin-bottom: 20px;
	font-weight: 550;
}
.page-404-text .btn{
	background: #fc6800;
	display: block;
    width: 220px;
    margin: 20px auto;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
}
.page-404-text .btn:hover{
	background: #000;
}
.card_parthner{
	margin: 10px 0;
	display: block;
}

@media only screen and (max-width: 991px) {
    .main-block-col{
        width: 100%;
    }
    .main-block-even{
        flex-direction: column-reverse;
    }
		.t-news-list .news-item{
			text-align: center;
		}
		.form-input input{
			display: block;
			margin: 0 auto;
			width: 90%;
		}
		.form-text-area textarea{
			display: block;
			margin: 0 auto;
			width: 90%;
		}
		.footer-logo{
			width: 100%;
		}
		.page-content .custom-table table{
			display: block;
		}
		.t-news-list{
			justify-content: center;
		}
		.wrapper-main-block {
			margin-top:0
		}
		.main-h1.text-center h1 {
			margin:0
		}
		.mb-menu li.active > a,.mb-sub-menu li.active > a {
			color: #fd6301;
		}
}

@media only screen and (max-width: 480px) {
	.footer-top-menu ul{
		flex-direction: column;
		height: auto;
	}
	.checkbox-label{
		white-space: normal;
	}
	.form-text-area{
		margin-top: 15px;
	}
	.footer-contacts{
		width: 100%;
	}
	.footer-middle{
		padding-top: 0;
	}
	.footer-logo{
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
	.footer-logo-middle {
    width: 100%;
	}
	.footer-logo__middle-img{
		width: 100% !important;
	}
	.footer-middle__social{
		margin-left: 0;
		text-align: center;
	}
	.working-question a{
		display: block;
		margin: 15px auto;
	}
	.logo--responsive{
		width: auto;
		margin-left: 10px;
	}
}

@media (max-width: 600px) {
    .page-content .custom-table table {
        box-shadow: none;
    }
}

.detail-descr h2 + p {
	padding-top: 0;
	padding-bottom: 15px;
}


.contacts-top__worktime .fa {
    margin-right: 11px;
}

@media screen and (max-width: 1199px) {
	.contacts-top__worktime .fa {
	    margin-right: 11px;
	}
    .active-menu:not(.stop-fixed) {
        width: 19%;
    }
}

.flex-top {
	display: flex;
	align-items: center;
}

.mfp-bg, 
.mfp-wrap {
	z-index: 9999;
}

.row-flex-top {
	display: flex;
	justify-content: space-between;
}

.col-md-logo-head {
	width: calc(100% - 210px);
}

.col-md-contacts-head {
	width: 205px;
}

.btn--call-order {
	width: 180px;
    padding: 10px 10px 10px;
    line-height: 20px;
}

.header-top-menu .btn--call-order:hover {
	background-color: #000;
}

.footer-middle__social--header {
	margin: 0;
	padding-top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer-middle__social--header a {
	margin: 0 10px;
}

.row--top-head {
	display: flex;
	align-items: center;
}

.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: #c2c2c2;
}
@media(max-width: 425px) {
    .cookie-wrapper {
        left: 0;
    }
}
.cookie-cross {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    width: 30px;
    height: 30px;
    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: #000;
}
.cookie-cross-i:hover {
    color: #fff;
}
.cookie-cross-i::before {
  content: "\f00d";
}
.cookie-text {
	font-size: 16px;
	color: #000000;
	
}
.cookie-text a {
	color: #fff;
}
.cookie-close {
  margin-top: 10px;
  background:  #fff;
  color: #000;
}
.cookie-close:hover {
  background: #000;
  color: #fff;
}

.virus_protection {
display:flex;
align-items:center
}

.virus_protection h3 {
color:#ee1d24
}

/* TOP SLIDER EXAMPLES */
/*.trust-item--top {
	height: 90px;
}

.trust-slider--top {
	padding: 0 55px;
}

.trust-slider--top .owl-prev {
	top: calc(50% - 44px);
}

.trust-slider--top .owl-next {
    right: 0;
    top: calc(50% - 45px);
}*/

.top-detail {
	display: flex;
	margin-bottom: 0;
}

.detail-picture {
	float: none;
	width: 55%;
	margin-right: 30px;
}

.detail_picture {
    /*transform: scale(1.5);*/
    width: 100%;
}

.news-buy {
	width: 54%;
	float: none;
	margin-left: 0;
	display: block;
}

.news-buy .price {
	margin-right: 15px;
}

@media(max-width:  1200px) {
	.detail_picture {
    	transform: none;
	}
}

@media(max-width: 768px) {
	.top-detail{
		flex-direction: column;
		align-items: center;
	}

	.news-buy .price {
		font-size:  20px;
	}

	.detail-picture,
	.news-buy {
		width: 100%;
	}
}

.header-bottom__search-btn {
	font-size: 12px;
	background: #fd6301;
	width: 180px;
	padding: 10px 10px 10px;
	line-height: 20px;
	margin-left: 15px
}

.header-bottom__search-btn:hover {
	background-color: #000;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/mb-top_multilevel/style.min.css?16570134943715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/bitrix/templates/main/components/bitrix/menu/mb-top_multilevel/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/bitrix/templates/main/components/bitrix/menu/mb-top_multilevel/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/main/components/bitrix/menu/mb-top_multilevel/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/top_multilevel/style.min.css?16570134943715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/bitrix/templates/main/components/bitrix/menu/top_multilevel/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/bitrix/templates/main/components/bitrix/menu/top_multilevel/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/bitrix/templates/main/components/bitrix/menu/top_multilevel/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1657013494467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/left-elems/style.min.css?1657013494490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/left-elems/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/bottom/style.min.css?1657013494490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/main/css/custom-bootstrap.css?165701349429038 */
/* /bitrix/templates/main/libs/libs.min.css?165701349439477 */
/* /bitrix/templates/main/css/custom-components.css?165701349432990 */
/* /bitrix/templates/main/css/style.css?171345078165583 */
/* /bitrix/templates/main/css/ik.css?16570134949253 */
/* /bitrix/templates/main/css/ak.css?165701349445955 */
/* /bitrix/templates/main/css/new-style.css?16570134949563 */
/* /bitrix/templates/main/components/bitrix/menu/mb-top_multilevel/style.min.css?16570134943715 */
/* /bitrix/templates/main/components/bitrix/menu/top_multilevel/style.min.css?16570134943715 */
/* /bitrix/templates/main/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1657013494467 */
/* /bitrix/templates/main/components/bitrix/menu/left-elems/style.min.css?1657013494490 */
/* /bitrix/templates/main/components/bitrix/menu/bottom/style.min.css?1657013494490 */
