/**********  RESET STYLES  **********/

* {
	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,
u,
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}

table,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

img {
	vertical-align: top;
}

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

:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

/********** FONTS **********/

@font-face {
	font-family: 'icon-font';
	src: url("../fonts/icon-font.eot?-82cb1k");
	src: url("../fonts/icon-font.eot?#iefix-82cb1k") format("embedded-opentype"), url("../fonts/icon-font.ttf?-82cb1k") format("truetype"), url("../fonts/icon-font.woff?-82cb1k") format("woff"), url("../fonts/icon-font.svg?-82cb1k#icon-font") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
	content: "\e60e";
}

.icon-arrow:before,
.promo-gallery .bx-prev:before,
.promo-gallery .bx-next:before,
.main-news .bx-prev:before,
.main-news .bx-next:before,
.main-events .bx-prev:before,
.main-events .bx-next:before,
.last-news-gallery .bx-prev:before,
.last-news-gallery .bx-next:before {
	content: "\e600";
}

.icon-arrow-down:before {
	content: "\e601";
}

.icon-attach:before {
	content: "\e602";
}

.icon-close:before {
	content: "\e603";
}

.icon-document:before {
	content: "\e604";
}

.icon-presentation:before {
	content: "\e605";
}

.icon-booklet:before {
	content: "\e60f";
}

.icon-settings:before {
	content: "\e606";
}

.icon-email:before {
	content: "\e607";
}

.icon-phone:before {
	content: "\e608";
}

.icon-search:before {
	content: "\e609";
}

.icon-et:before,
.promo-gallery .bx-pager-link:before,
.last-news-gallery .bx-pager-link:before {
	content: "\e60a";
}

.icon-fb:before {
	content: "\e60b";
}

.icon-od:before {
	content: "\e60c";
}

.icon-vk:before {
	content: "\e60d";
}

.icon-tw:before {
	content: "\e611";
}

.icon-download:before,
.document-list-item__link:after {
	content: "\e610";
}

/**********  GLOBAL STYLES **********/

html {
	font-size: 10px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	color: #000;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 1;
	background: #fff;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 1240px;
}

a {
	color: #0ea2dc;
}

a:hover {
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

h1 {
	font-size: 3.2rem;
	margin-bottom: 15px;
	font-weight: 300;
	line-height: 1.2;
}

h2 {
	font-size: 2.8rem;
	margin-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-size: 2.4rem;
	margin-bottom: 15px;
	font-weight: normal;
}

h4 {
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: normal;
}

h5 {
	font-size: 1.8rem;
	margin-bottom: 5px;
	font-weight: normal;
}

h6 {
	font-size: 1.8rem;
	margin-bottom: 5px;
	font-weight: normal;
}

input[type="text"],
input[type="password"],
textarea {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.leften {
	float: left;
}

.righten {
	float: right;
}

.clear {
	clear: both;
	position: relative;
	height: 0px;
}

.fw:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.wrapper {
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.base-content {
	padding-bottom: 90px;
}

.inner-width {
	width: 1200px;
	margin: 0 auto;
}

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

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

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
}

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

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

.fancybox-inner {
	overflow: hidden;
}

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

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

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

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

#fancybox-loading {
	background-image: url("/local/include/file_template/images/fancybox/fancybox_sprite.png");
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/local/include/file_template/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0;
	right: -30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	border: none;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

.fancybox-close:hover {
	color: #f68933;
}

.fancybox-close:before {
	font-size: 20px;
}

.fancybox-nav {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	z-index: 8040;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

.fancybox-nav:hover {
	color: #f68933;
}

.fancybox-nav:before {
	font-size: 30px;
}

.fancybox-prev {
	left: -55px;
}

.fancybox-next {
	right: -55px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

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

/* Overlay helper */

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/local/include/file_template/images/fancybox/fancybox_overlay.png");
}

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

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

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

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 0 20px;
	font-size: 1.8em;
	height: 40px;
	line-height: 40px;
	background: #01539f;
	border-radius: 15px;
	color: #FFF;
	white-space: nowrap;
}

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

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

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

/*Retina graphics!*/

/* 
 * Selecter v3.2.4 - 2015-04-04 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://classic.formstone.it/selecter/ 
 * 
 * Copyright 2015 Ben Plum; MIT Licensed 
 */

.selecter {
	position: relative;
	display: block;
	margin: 0 0;
	z-index: 1;
	font-weight: 300;
}

.selecter:focus {
	box-shadow: none;
	outline: none;
}

.selecter,
.selecter * {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
	box-sizing: border-box;
}

.selecter-element {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.selecter-element,
.selecter-element:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}

.no-opacity .selecter-element {
	left: -999999px;
}

.selecter-selected {
	position: relative;
	height: 45px;
	background: #fff;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	margin: 0;
	overflow: hidden;
	padding: 15px 50px 0 15px;
	text-overflow: clip;
	z-index: 2;
}

.selecter-selected:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 100%;
	background: #e1e7e8;
	top: 0;
	right: 0;
}

.selecter-selected:after {
	content: '';
	height: 20px;
	width: 19px;
	position: absolute;
	top: 12px;
	right: 12px;
	background: url("/local/include/file_template/images/select-arrow.png") no-repeat 0 0;
}

.selecter-options {
	width: 100%;
	max-height: 300px;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	display: none;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	z-index: 50;
	border: 1px solid #e1e7e8;
	border-top: none;
}

.selecter-options.scroller {
	position: absolute;
}

.no-opacity .selecter-options {
	width: auto;
}

.selecter-group {
	border-bottom: 1px solid #cccccc;
	color: #999999;
	display: block;
	font-size: 11px;
	padding: 10px 15px;
	text-transform: uppercase;
}

.selecter-item {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #e1e7e8;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	margin: 0;
	overflow: hidden;
	padding: 12px 15px;
	text-decoration: none;
	text-overflow: ellipsis;
}

.selecter-item.placeholder {
	display: none;
}

.selecter-item.selected {
	color: #f68933;
}

.selecter-item.disabled {
	color: #999999;
	cursor: default;
}

.selecter-item:first-child {
	border-radius: 0;
}

.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
	color: #fff;
	background-color: #00a4e4;
}

.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
	color: #cccccc;
	background-color: #ffffff;
}

.selecter.open {
	z-index: 3;
}

.selecter.open .selecter-selected {
	z-index: 51;
}

.selecter.cover .selecter-options {
	border-width: 1px;
	top: 0;
	border-radius: 3px;
}

.selecter.cover.open .selecter-selected {
	z-index: 49;
	border-radius: 3px 3px 0 0;
}

.selecter.bottom .selecter-options {
	top: auto;
	bottom: 100%;
}

.selecter.bottom .selecter-item:last-child {
	border: none;
}

.selecter.bottom.open .selecter-selected {
	border-radius: 0 0 3px 3px;
}

.selecter.bottom.open .selecter-options {
	border-radius: 3px 3px 0 0;
}

.selecter.bottom .cover .selecter-options {
	top: auto;
	bottom: 0;
}

.selecter.bottom .cover.open .selecter-selected {
	border-radius: 3px;
}

.selecter.bottom .cover.open .selecter-options {
	border-radius: 3px;
}

.selecter.multiple .selecter-options {
	width: 100%;
	position: static;
	border-width: 1px;
	display: block;
	border-radius: 3px;
	box-shadow: none;
}

.selecter.disabled .selecter-selected {
	background: #ffffff;
	border-color: #cccccc;
	color: #cccccc;
	cursor: default;
}

.selecter.disabled .selecter-options {
	background: #ffffff;
	border-color: #cccccc;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
	border-color: #cccccc;
	color: #cccccc;
	cursor: default;
}

.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
	background: #fafafa;
}

.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
	color: #cccccc;
	background-color: #ffffff;
}

.selecter-options.scroller {
	overflow: hidden;
}

.selecter-options.scroller .scroller-content {
	max-height: 260px;
	padding: 0;
}

/********** UI **********/

/***** Button ******/

.doble-arrow {
	position: relative;
	display: inline-block;
	font-size: 30px;
}

.doble-arrow._small {
	font-size: 20px;
}

.doble-arrow._next {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.doble-arrow:hover .doble-arrow_left,
.doble-arrow:hover .doble-arrow_right {
	color: #f68933;
}

.doble-arrow_left {
	color: #00a1e0;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

.doble-arrow_right {
	color: #7fd0ef;
	margin-left: -20px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

._small .doble-arrow_right {
	margin-left: -13px;
}

.callback-btn {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -92px;
	width: 52px;
	height: 183px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.3;
	z-index: 100;
	background: url(/local/include/file_template/images/callback-btn.png) no-repeat 0 0;
	-webkit-transform: translate(100%, 0);
	    -ms-transform: translate(100%, 0);
	        transform: translate(100%, 0);
	-webkit-transition: -webkit-transform 0.2s;
	        transition: transform 0.2s;
}

.callback-btn:hover {
	background-position: 0 -183px;
}

.callback-btn.is-bottom-state {
	position: absolute;
}

.callback-btn.is-show {
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

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

.load-more-btn {
	display: inline-block;
	text-decoration: none;
	height: 45px;
	line-height: 43px;
	padding: 0 40px;
	font-weight: 300;
	font-size: 1.6rem;
	color: #333;
	border: 1px solid #999;
	-webkit-transition: .2s;
	        transition: .2s;
}

.load-more-btn:hover {
	border-color: #f68933;
	background: #f68933;
	color: #fff;
}

/***** Line *****/

.spec-hr {
	height: 8px;
	background-color: #00a1e0;
	margin-bottom: 15px;
	position: relative;
}

.spec-hr__right {
	position: absolute;
	width: 15px;
	height: 100%;
	right: 25px;
	top: 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-transform: matrix(1, 0, -1, 1, 0, 0);
	    -ms-transform: matrix(1, 0, -1, 1, 0, 0);
	        transform: matrix(1, 0, -1, 1, 0, 0);
}

.spec-hr__right:before,
.spec-hr__right:after {
	content: "";
	position: absolute;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #f68933;
}

.spec-hr__right:before {
	left: 3px;
}

.spec-hr__right:after {
	left: 9px;
}

/***** Tabs ******/

.tabs {
	border-bottom: 1px solid #00a4e4;
}

.tabs-title {
	position: relative;
	height: 69px;
	padding-bottom: 1px;
	border-bottom: 1px solid #00a4e4;
}

.tabs-title__item {
	display: inline-block;
	vertical-align: bottom;
	height: 56px;
	line-height: 56px;
	background-color: #e7ebef;
	text-decoration: none;
	font-size: 3rem;
	font-weight: 100;
	color: #666;
	padding: 0 50px;
	border: 1px solid transparent;
	border-bottom: none;
	position: relative;
	margin-right: 1px;
	-webkit-transition: height 0.3s, color 0.2s;
	        transition: height 0.3s, color 0.2s;
}

.tabs-title__item:hover {
	color: #00a4e4;
}

.tabs-title__item._active {
	height: 67px;
	line-height: 74px;
	background-color: #fff;
	border-color: #00a4e4;
	color: #00a4e4;
	cursor: default;
	top: 2px;
}

.tabs-content__item {
	display: none;
}

.tabs-content__item._active {
	display: block;
}

/***** FORM ELEMENTS ******/

.inp-text,
.textar {
	width: 100%;
	background: #fff;
	border: 1px solid #bcbcbc;
	font-size: 1.4rem;
	display: block;
}

.inp-text:focus,
.textar:focus {
	border-radius: #999;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.34);
}

.inp-text.with-error,
.textar.with-error {
	border-color: #ff0000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.34);
}

.inp-text {
	height: 36px;
	padding: 5px 10px;
}

.textar {
	padding: 5px 1px 5px 10px;
	min-height: 60px;
	resize: none;
}

.form-subm-btn {
	display: block;
	height: 58px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	background: #0ea2dc;
	-webkit-transition: .2s;
	        transition: .2s;
}

.form-subm-btn:hover {
	background: #f68933;
}

.attach-file-field {
	display: none;
}

.form-attach-file__top {
	padding-bottom: 6px;
}

.attach-file-btn-label {
	display: inline-block;
	text-decoration: none;
	position: relative;
	height: 36px;
	line-height: 34px;
	background: #fff;
	font-size: 1.4rem;
	padding-left: 10px;
	cursor: pointer;
	border: 1px solid #0ea2dc;
	color: #0ea2dc;
	width: 170px;
	text-align: center;
	-webkit-transition: .2s;
	        transition: .2s;
}

.attach-file-btn-label:before {
	position: absolute;
	height: 38px;
	width: 38px;
	font-size: 38px;
	left: 0;
	top: -12px;
}

.attach-file-btn-label:hover {
	border: 1px solid #f68933;
	color: #f68933;
}

.form-attach-file__name {
	font-size: 1.4rem;
	text-align: right;
	color: #0ea2dc;
}

/***** BREADCRUMBS ******/

.breacrumbs {
	margin-bottom: 25px;
	font-size: 1.1rem;
	color: #f68933;
}

.breacrumbs a {
	position: relative;
	margin-right: 20px;
	color: #00a1e0;
}

.breacrumbs a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #00a1e0;
	border-radius: 50%;
	top: 5px;
	right: -12px;
}

/********** POPUP **********/

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	        transition: .3s;
}

.overlay.is-show {
	opacity: 1;
	visibility: visible;
}

.popup {
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 1000;
	background: #fff;
	width: 370px;
	margin-left: -185px;
	box-shadow: 0 0 73px rgba(0, 0, 0, 0.83);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	        transition: opacity 0.3s, visibility 0.3s;
}

.popup.is-show {
	opacity: 1;
	visibility: visible;
}

.popup-title {
	text-align: center;
	background: #0ea2dc;
	color: #fff;
	padding: 25px 40px;
	font-size: 3.3rem;
	font-weight: 100;
}

#popup-apply-vacancy .popup-title {
	padding: 18px 40px;
}

.popup-content {
	padding: 20px 40px 40px;
}

.popup-close-btn {
	position: absolute;
	top: 0;
	right: -26px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s;
	        transition: .2s;
}

.popup-close-btn:hover {
	color: #f68933;
}

.popup-form-line {
	margin-bottom: 7px;
}

.popup-form-label {
	font-size: 1.4rem;
	margin-bottom: 5px;
	color: #666;
}

.popup-form-submit {
	padding-top: 10px;
}

.gproveerr {
	font-size: 1.4rem;
	margin-bottom: 5px;
	color: #f00;
}

.calltime-item {
	display: block;
	width: 48%;
}

.calltime-item span {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #bcbcbc;
	font-size: 1.4rem;
	text-align: center;
	color: #666;
	cursor: pointer;
	-webkit-transition: .2s;
	        transition: .2s;
}

.calltime-item input[type="radio"] {
	display: none;
}

.calltime-item input[type="radio"]:checked + span {
	border-color: #0ea2dc;
	color: #0ea2dc;
	box-shadow: 0 0 1px #bcbcbc;
}

.popup-form-dop-text {
	line-height: 1.5;
	margin-bottom: 5px;
}

/********** TOP PANEL **********/

.top-panel {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
}

.top-panel__inner {
	position: relative;
}

/* Top menu */

.top-menu {
	position: absolute;
	top: 0;
	right: 42px;
	width: 127px;
	overflow: hidden;
	-webkit-transition: .3s;
	        transition: .3s;
}

.top-menu.is-shift {
	right: 832px;
}

.top-menu.is-show {
	width: 917px;
}

.is-big .top-menu.is-show {
	width: 1158px;
}

.top-menu__control-btn {
	width: 127px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-decoration: none;
	position: relative;
	background: #00a4e4;
	color: #fff;
	font-size: 1.4rem;
	padding-left: 55px;
	-webkit-transition: .3s;
	        transition: .3s;
}

.top-menu__control-btn:hover {
	background: #f68933;
}

.is-show .top-menu__control-btn {
	opacity: 0;
}

.top-menu__control-btn-icon {
	position: absolute;
	width: 17px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 24px;
	margin-top: -1px;
}

.top-menu__control-btn-icon:before,
.top-menu__control-btn-icon:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.top-menu__control-btn-icon:before {
	top: -5px;
}

.top-menu__control-btn-icon:after {
	bottom: -5px;
}

.top-menu__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 164, 228, 0.85);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	        transition: .3s;
}

.is-show .top-menu__content {
	opacity: 1;
	visibility: visible;
}

.is-big .top-menu__content {
	background: #00a4e4;
}

.top-menu__sections {
	list-style: none;
	display: table;
	width: 100%;
}

.top-menu__section-item {
	display: table-cell;
	vertical-align: top;
}

.top-menu__item {
	position: relative;
	white-space: nowrap;
}

.top-menu__item:hover {
	background: rgba(0, 102, 153, 0.9);
}

.top-menu__item:hover .top-menu__sub {
	opacity: 1;
	visibility: visible;
}

.top-menu__item-link {
	display: block;
	text-align: center;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.top-menu__sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	background: rgba(0, 129, 180, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	        transition: 0.2s;
}

.top-menu__sub li {
	list-style: none;
}

.top-menu__sub a {
	display: block;
	padding: 12px 10px 12px 24px;
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
	white-space: normal;
	-webkit-transition: 0.2s;
	        transition: 0.2s;
}

.top-menu__sub a:hover {
	background: rgba(0, 102, 153, 0.9);
}

/* Top search */

.top-search {
	position: absolute;
	right: 0;
	top: 0;
}

.top-search__control-btn {
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	background: #0099cc;
	position: relative;
	-webkit-transition: .3s;
	        transition: .3s;
}

.top-search__control-btn:before {
	position: absolute;
	font-size: 24px;
	color: #fff;
	left: 12px;
	top: 9px;
}

.top-search__control-btn:hover {
	background: #f68933;
}

.top-search__content {
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	background: rgba(0, 164, 228, 0.5);
	padding: 3px;
	width: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	        transition: .3s;
}

.is-show .top-search__content {
	width: 790px;
	visibility: visible;
	opacity: 1;
}

.top-search__field {
	width: 100%;
	height: 36px;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 15px;
	font-size: 1.3rem;
}

/********** HEADER **********/

.header {
	background: url(/local/include/file_template/images/header-bg.jpg) no-repeat center center;
	margin-bottom: 20px;
	background-size: cover;
}

.header.header_special {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: none;
	margin-bottom: 0;
}

.header__inner {
	position: relative;
}

.logo {
	width: 240px;
	height: 138px;
	text-align: center;
	color: #fff;
	padding-top: 25px;
	background: rgba(0, 164, 228, 0.85);
}

.logo-link {
	display: block;
	text-decoration: none;
}

.logo-text {
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #fff;
	padding-top: 18px;
}

/********** FOOTER **********/

.footer {
	background-color: #00a4e4;
	padding: 28px 0;
	color: #fff;
}

.footer__content {
	position: relative;
}

.bottom-menu {
	padding-bottom: 27px;
}

.bottom-menu-section {
	list-style: none;
	float: left;
	width: 13%;
	margin-left: 1.5%;
}

.bottom-menu-section:first-child {
	margin-left: 0;
}

.bottom-menu-section__title {
	position: relative;
	font-weight: 300;
	font-size: 1.7rem;
	padding-bottom: 22px;
	margin-bottom: 29px;
}

.bottom-menu-section__title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 145px;
	width: 100%;
	height: 1px;
	background-color: #66ccff;
}

.bottom-menu-section__content {
	list-style: none;
}

.bottom-menu-section__content a {
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 1.6;
	display: inline-block;
}

.bottom-menu-section__content a:hover {
	text-decoration: underline;
	color: #27394a;
}

.footer__bottom-title {
	position: relative;
	font-weight: 300;
	font-size: 1.7rem;
	padding-bottom: 13px;
	margin-bottom: 12px;
}

.footer__bottom-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 145px;
	width: 100%;
	height: 1px;
	background-color: #66ccff;
}

.footer__contacts {
	width: 300px;
	float: left;
}

.footer__contact-item {
	font-size: 1.4rem;
	margin-bottom: 12px;
	position: relative;
}

.footer__contact-item._phone,
.footer__contact-item._email {
	padding-left: 32px;
}

.footer__contact-item._phone:before,
.footer__contact-item._email:before {
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 22px;
}

.footer__contact-item a {
	color: #fff;
	text-decoration: none;
}

.footer__soclinks {
	float: left;
	margin-left: 50px;
}

.footer__soclink-item {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 8px;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	background-color: #fff;
	text-decoration: none;
	color: #00a4e4;
	-webkit-transition: .2s;
	        transition: .2s;
}

.footer__soclink-item:hover {
	background-color: #f68933;
	color: #fff;
}

.footer__soclink-item:before {
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 10px;
}

.footer__soclink-item.vk:before {
	font-size: 16px;
	top: 11px;
	left: 12px;
}

.technical-support-link {
	display: block;
	float: right;
	width: 272px;
	height: 58px;
	line-height: 56px;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	-webkit-transition: .2s;
	        transition: .2s;
}

.technical-support-link:hover {
	border-color: #27394a;
	color: #27394a;
}

.copyright {
	font-size: 1.2rem;
	float: right;
	margin-left: 100px;
	padding-top: 7px;
}

.copyright a {
	float: right;
	margin-left: -130px;
	margin-top: 20px;
	width: 151px;
    height: 39px;
	
}/*логотип hawking brothers*/

.go-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: rgba(153, 153, 153, 0.8);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	        transition: .2s;
}

.go-top-btn:before {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 32px;
	-webkit-transform: translate(0, -4px);
	    -ms-transform: translate(0, -4px);
	        transform: translate(0, -4px);
	-webkit-animation: btn-arrow-vertical-animation 1.2s linear infinite;
	        animation: btn-arrow-vertical-animation 1.2s linear infinite;
}

.go-top-btn:hover {
	background-color: #f68933;
}

.go-top-btn.is-show {
	opacity: 1;
	visibility: visible;
}

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

/***** Promo *****/

.promo-gallery {
	position: relative;
}

.promo-gallery .bx-prev,
.promo-gallery .bx-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	z-index: 80;
	text-decoration: none;
	color: #ccc;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

.promo-gallery .bx-prev:before,
.promo-gallery .bx-next:before {
	font-family: 'icon-font';
	font-size: 32px;
}

.promo-gallery .bx-prev:hover,
.promo-gallery .bx-next:hover {
	color: #f68933;
}

.promo-gallery .bx-prev {
	left: 12px;
}

.promo-gallery .bx-next {
	right: 12px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.promo-gallery .bx-pager {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	bottom: 200px;
	text-align: center;
	z-index: 80;
}

.promo-gallery .bx-pager-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.promo-gallery .bx-pager-link {
	display: block;
	text-decoration: none;
	width: 16px;
	height: 16px;
	-webkit-transition: .2s;
	        transition: .2s;
	color: transparent;
	font-size: 0;
}

.promo-gallery .bx-pager-link:before {
	font-family: 'icon-font';
	font-size: 16px;
	color: #fff;
}

.promo-gallery .bx-pager-link.active:before {
	color: #f68933;
}

.promo-gallery-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-promo-gallery .promo-gallery-item {
	min-height: 640px;
	height: 100vh;
}

.promo-gallery-item__content {
	padding-top: 168px;
	font-size: 5.5rem;
	color: #fff;
}

.promo-gallery-item__text-line-1 {
	font-weight: 100;
	margin-bottom: 1px;
}

.promo-gallery-item__text-line-1 span {
	display: inline-block;
	padding: 8px 40px 8px 21px;
	background: rgba(89, 121, 137, 0.65);
}

.promo-gallery-item__text-line-2 {
	font-weight: 900;
	text-transform: uppercase;
}

.promo-gallery-item__text-line-2 span {
	display: inline-block;
	padding: 7px 40px 10px 21px;
	background: rgba(246, 137, 51, 0.78);
}

/***** Top block *****/

.main-page-top {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 80;
}

.main-page-top__content {
	position: relative;
}

.main-spec-info-item {
	float: left;
	width: 50%;
	position: relative;
	height: 180px;
	text-align: center;
	color: #fff;
}

.main-spec-info-item .doble-arrow_left {
	color: #fff;
}

.main-spec-info-item__link {
	display: block;
	text-decoration: none;
	height: 100%;
	padding: 25px 20px 10px;
	color: #fff;
	-webkit-transition: .2s;
	        transition: .2s;
}

._left .main-spec-info-item__link {
	background: rgba(14, 162, 220, 0.87);
}

._left .main-spec-info-item__link:hover {
	background: #0ea2dc;
}

._left .main-spec-info-item__link .doble-arrow {
	left: 20px;
}

._right .main-spec-info-item__link {
	background: rgba(58, 85, 100, 0.87);
}

._right .main-spec-info-item__link:hover {
	background: #3a5564;
}

._right .main-spec-info-item__link .doble-arrow {
	right: 20px;
}

.main-spec-info-item__link .doble-arrow {
	position: absolute;
	bottom: 24px;
}

.main-spec-info-item__inner {
	height: 100%;
	overflow: hidden;
}

.main-spec-info-item__title {
	position: relative;
	font-size: 3.2rem;
	font-weight: 100;
	padding-bottom: 25px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.main-spec-info-item__title:after {
	content: "";
	position: absolute;
	width: 345px;
	height: 1px;
	background-color: #fff;
	left: 50%;
	margin-left: -172px;
	bottom: 0;
}

.main-spec-info-item__text {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0 50px;
}

.main-page-top__callback-btn {
	position: absolute;
	left: 50%;
	margin-left: -136px;
	width: 272px;
	height: 58px;
	bottom: 315px;
	z-index: 80;
	line-height: 60px;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	border-color: #f68933;
	background: rgba(246, 137, 51, 0.8);
	text-align: center;
	-webkit-transition: .2s;
	        transition: .2s;
}

.main-page-top__callback-btn:hover {
	border-color: #f68933;
	background: rgba(14, 162, 220, 0.87);
}

.main-page-top__slide-down-btn {
	position: absolute;
	right: 0;
	bottom: 200px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: .3s;
	        transition: .3s;
}

.main-page-top__slide-down-btn:before {
	position: absolute;
	left: 18px;
	top: 18px;
	-webkit-transform: translate(0, -4px);
	    -ms-transform: translate(0, -4px);
	        transform: translate(0, -4px);
	-webkit-animation: btn-arrow-vertical-animation 1.2s linear infinite;
	        animation: btn-arrow-vertical-animation 1.2s linear infinite;
}

.main-page-top__slide-down-btn:hover {
	background-color: #f68933;
}

/***** About *****/

.main-about {
	margin-bottom: 41px;
}

.main-about__description {
	background-color: #0ea2dc;
	position: relative;
}

.main-about__left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	padding: 35px;
	color: #fff;
	background: url(../pages_content/main-about-bg.jpg) no-repeat left bottom;
	background-size: cover;
}

.main-about__title {
	font-weight: 100;
	font-size: 3.2rem;
}

.main-about__right {
	float: right;
	width: 50%;
	padding: 35px 30px 15px 45px;
}

.main-about__text {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}

.main-about__text h1 {
	font-size: 3rem;
	font-weight: 100;
	line-height: 1.1;
	margin-bottom: 25px;
}

.main-about__text p {
	margin-bottom: 22px;
}

/***** Characteristics *****/

.main-about__characteristics {
	list-style: none;
	text-align: center;
	padding-top: 50px;
}

.main-about-characteristic-item {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	margin: 0 52px;
}

.main-about-characteristic-item__value {
	width: 136px;
	height: 136px;
	line-height: 136px;
	margin: 0 auto 17px;
	font-weight: 900;
	font-size: 3rem;
	color: #00a4e4;
	position: relative;
}

.main-about-characteristic-item__value:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	bottom: 0;
	border: 2px solid #00a4e4;
	border-right: none;
	border-top-left-radius: 68px;
	border-bottom-left-radius: 68px;
}

.main-about-characteristic-item__value:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 68px;
	bottom: 0;
	border: 2px solid #f68933;
	border-left: none;
	border-top-right-radius: 68px;
	border-bottom-right-radius: 68px;
}

.main-about-characteristic-item__value span {
	position: relative;
	z-index: 1;
}

.main-about-characteristic-item__label {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
}

/***** Main tasks *****/

.main-tabs {
	margin-bottom: 46px;
}

.main-task-gallery {
	position: relative;
}

.main-task-gallery .bx-prev,
.main-task-gallery .bx-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -15px;
}

.main-task-gallery .bx-prev {
	left: 0;
}

.main-task-gallery .bx-next {
	right: 0;
}

.main-task-slide {
	text-align: center;
	padding: 17px 0 26px;
}

.main-task-item {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 30px 34px;
	text-align: left;
}

.main-task-item__link {
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: .2s;
	        transition: .2s;
}

.main-task-item__link:hover {
	color: #00a4e4;
}

.main-task-item__photo {
	width: 192px;
	height: 192px;
	display: inline-block;
	vertical-align: middle;
}

.main-task-item__photo img {
	max-width: 100%;
	border-radius: 50%;
}

.main-task-item__title {
	display: inline-block;
	vertical-align: middle;
	width: 132px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	padding-left: 10px;
}

/***** Main products *****/

.main-products {
	padding-bottom: 77px;
}

.main-products h2 {
	font-weight: 100;
	font-size: 3.2rem;
	color: #27394a;
	margin-bottom: 13px;
}

.product-list-item {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 63px;
	position: relative;
}

.product-list-item._first-in-line {
	margin-left: 0;
}

.product-list-item .doble-arrow {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.product-list-item__link {
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: .2s;
	        transition: .2s;
}

.product-list-item__link:hover {
	color: #00a4e4;
}

.product-list-item__preview-photo {
	text-align: center;
	height: 190px;
	line-height: 190px;
	/*margin-bottom: 40px;   бран отступ перед фоткой 09.10.2015      */
}

.product-list-item__preview-photo img {
	vertical-align: middle;
	/*max-width: 100%;
	max-height: 100%; */
	height: 190px;
	width: 190px;
}

.product-list-item__title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 8px;
	width: 220px;
	margin-top: 20px;
}

.product-list-item__description {
	font-size: 1.4rem;
	line-height: 1.2;
	padding-right: 25px;
}

/***** Main news *****/

.main-materials {
	position: relative;
	margin-bottom: 43px;
}

.main-materials:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background-color: #0ea2dc;
}

.main-materials:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background-color: #394149;
}

.main-materials__content {
	position: relative;
	z-index: 1;
}

.main-materials__column {
	float: left;
	width: 50%;
	padding: 45px 0 60px;
	position: relative;
}

.main-news,
.main-events {
	width: 545px;
	position: relative;
}

.main-news h3,
.main-events h3 {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.main-news h3 a,
.main-events h3 a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .2s;
	        transition: .2s;
}

.main-news .bx-controls,
.main-events .bx-controls {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10;
}

.main-news .bx-pager,
.main-events .bx-pager {
	padding: 4px 27px 0;
}

.main-news .bx-pager-item,
.main-events .bx-pager-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

/* высота блока мероприятия изменено 08.10.2015 */
.main-events .bx-viewport {
	height: 460px !important;
}
.main-news .bx-pager-link,
.main-events .bx-pager-link {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.main-news .bx-pager-link.active,
.main-events .bx-pager-link.active {
	border-color: #f68933;
	background-color: #f68933;
}

.main-news .bx-prev,
.main-news .bx-next,
.main-events .bx-prev,
.main-events .bx-next {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	color: #bac8ce;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

.main-news .bx-prev:before,
.main-news .bx-next:before,
.main-events .bx-prev:before,
.main-events .bx-next:before {
	font-family: 'icon-font';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}

.main-news .bx-prev:hover,
.main-news .bx-next:hover,
.main-events .bx-prev:hover,
.main-events .bx-next:hover {
	color: #f68933;
}

.main-news .bx-next,
.main-events .bx-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.main-news {
	margin-left: 17px;
}

.main-news h3 a:hover {
	color: #000;
}

.main-news .spec-hr {
	background-color: #fff;
	margin-bottom: 26px;
}

.main-news .spec-hr__right {
	background-color: #0ea2dc;
}

.main-news .spec-hr__right:before,
.main-news .spec-hr__right:after {
	background-color: #fff;
}

.main-events {
	margin-left: 38px;
}

.main-events h3 a:hover {
	color: #00a4e4;
}

.main-events .spec-hr__right {
	background-color: #394149;
}

.main-events .spec-hr__right:before,
.main-events .spec-hr__right:after {
	background-color: #f68933;
}

.main-news-item {
	margin-bottom: 16px;
}

.main-news-item__link {
	display: block;
	text-decoration: none;
	height: 112px;
	padding: 6px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: .2s;
	        transition: .2s;
}

.main-news-item__link:hover {
	background-color: #394149;
}

.main-news-item__link:hover .main-news-item__preview-text {
	color: #ccc;
}

.main-news-item__left {
	float: left;
	width: 160px;
	position: relative;
}

.main-news-item__preview-photo img {
	max-width: 100%;
	min-width: 100%;
}

.main-news-item__date {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ccc;
	height: 22px;
	line-height: 22px;
	padding: 0 13px;
	font-size: 1.2rem;
	background-color: rgba(0, 0, 0, 0.8);
}

.main-news-item__right {
	margin-left: 177px;
	font-size: 1.4rem;
}

.main-news-item__title {
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.22;
	padding-right: 10px;
}

.main-news-item__preview-text {
	line-height: 1.3;
	-webkit-transition: .2s;
	        transition: .2s;
}

.main-event-item {
	float: left;
	width: 50%;
	margin-bottom: 22px;
}

.main-event-item__link {
	display: block;
	text-decoration: none;
	width: 220px;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: .2s;
	        transition: .2s;
}

.main-event-item__link:hover {
	color: #00a4e4;
}

.main-event-item__date {
	color: #ссс;
	font-size: 1.2rem;
	margin-bottom: 5px;
	margin-top: 10px;
}

.main-event-item__preview-photo {
	margin-bottom: 7px;
	width: 205px;
	height:150px;           /*  изменено 13.10.2015     */
}

.main-event-item__preview-photo img {
	max-width: 100%;
	height:140px;    /*max-height:140px;  изменено 13.10.2015     */
	
}

.main-event-item__title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	overflow: hidden;
	height: 32px;
}

/***** Main customers *****/

.main-customers h3 {
	color: #27394a;
	font-weight: 100;
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.main-customers .spec-hr {
	margin-bottom: 40px;
}

.customer-list {
	position: relative;
}


.customer-list ul li:after {
	display:none;
}



.customer-list .bx-prev,
.customer-list .bx-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 40px;
	height: 40px;
}

.customer-list .bx-prev {
	left: 0;
}

.customer-list .bx-next {
	right: 0;
}

.customer-list-slide-item {
	padding: 0 100px;
}

.customer-item {
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 20%;
	height: 110px;
	line-height: 110px;
	-webkit-transition: .2s;
	        transition: .2s;
}

.customer-item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

/********** CATALOG **********/

/*** Catalog filter ***/

.catalog-filter {
	margin-bottom: 10px;
}

.catalog-filter__top {
	margin-bottom: 25px;
}

.catalog-filter__top h1 {
	font-weight: 100;
}

.catalog-filter__info {
	font-weight: 700;
	color: #27394a;
	font-size: 1.6rem;
	padding-top: 10px;
}

.catalog-filter__info a {
	color: #f68933;
}

.catalog-filter__content {
	background: #00a4e4;
	padding: 30px 0 35px;
	color: #fff;
}

.catalog-filter__item {
	float: left;
	width: 292px;
	margin-right: 46px;
}

.catalog-filter__controls {
	float: right;
	width: 186px;
	padding-top: 26px;
}

.catalog-filter__label {
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 10px;
}

.clear-catalog-filter-btn {
	display: block;
	width: 100%;
	background: none;
	border: 1px solid #fff;
	height: 45px;
	font-size: 1.6rem;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
	-webkit-transition: .2s;
	        transition: .2s;
}

.clear-catalog-filter-btn:hover {
	border-color: #f68933;
	background: #f68933;
}

/*** Product list ***/

.product-list__line {
	border-top: 1px solid #ccc;
	margin-bottom: 60px;
	padding-top: 20px;
}

.product-list__line:first-child {
	border-top: none;
}

/********** PRODUCT DETAIL **********/

.product-detail-title h1 {
	margin-bottom: 35px;
}

.product-detail-section {
	position: relative;
	margin-bottom: 45px;
}

.product-detail-section h3 {
	font-weight: 100;
	font-size: 3.2rem;
	margin-bottom: 12px;
}

.product-detail-section .spec-hr {
	margin-bottom: 40px;
}

/*** Product detail description ***/

.product-detail-description {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666;
}



.product-detail-description ul {
	list-style: none;
	/*font-size: 1.7rem;*/
/*	color: #27394a; */
}

.product-detail-description ul ul {
	margin-bottom: 0;
	padding-top: 10px;
}

.product-detail-description ul li {
	position: relative;
	padding-left: 23px;
}

.product-detail-description ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 3px solid #00a4e4;
	border-radius: 50%;
}

.illustrations-gallery ul li:after {
display:none;
}
.product-detail-description ul > li > ul {
	margin-left: 23px;
}

.product-detail-description ul > li > ul li {
	padding-left: 17px;
	font-size: 1.5rem;
	line-height: 1.1;
	margin-bottom: 5px;
}

.product-detail-description ul > li > ul li:after {
	width: 4px;
	height: 4px;
	top: 2px;
}

.product-detail-description ul > li > ul li > ul {
	margin-left: 17px;
}

.product-detail-description ul > li > ul li > ul li {
	padding-left: 14px;
	font-size: 1.3rem;
}

.product-detail-description ul > li > ul li > ul li:after {
	border-width: 0;
	width: 6px;
	height: 6px;
	background: #00a4e4;
	top: 3px;
}

.product-detail-description ul > li > ul li > ul li > ul {
	margin-left: 14px;
}

.product-detail-description ul > li > ul li > ul li > ul li {
	padding-left: 16px;
}

.product-detail-description ul > li > ul li > ul li > ul li:after {
	border-width: 0;
	width: 4px;
	height: 4px;
	background: #00a4e4;
	top: 5px;
}





.product-detail-description table th,
.product-detail-description table td {
	padding: 12px 20px;
	line-height: 1.1;
	font-weight: 700;
}

.product-detail-description table tr td:first-child {
	border-left: none;
}

.product-detail-description table tr td:last-child {
	border-right: none;
}

.product-detail-description table tr:nth-child(odd) td {
	background: #edf0f2;
}

.product-detail-description table th {
	background: #00a4e4;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
}

.product-detail-description table th:first-child {
	border-left: none;
}

.product-detail-description table td {
	border: 1px solid #ced7db;
}









/*** Product detail advantage ***/

.product-detail-advantages {
	text-align: center;
	padding-top: 10px;
}

.product-detail-advantage-item {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	margin: 0 52px;
}

.product-detail-advantage-item__icon {
	width: 136px;
	height: 136px;
	line-height: 136px;
	margin: 0 auto 17px;
	font-weight: 900;
	font-size: 3rem;
	color: #00a4e4;
	position: relative;
}

.product-detail-advantage-item__icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	bottom: 0;
	border: 2px solid #00a4e4;
	border-right: none;
	border-top-left-radius: 68px;
	border-bottom-left-radius: 68px;
}

.product-detail-advantage-item__icon:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 68px;
	bottom: 0;
	border: 2px solid #f68933;
	border-left: none;
	border-top-right-radius: 68px;
	border-bottom-right-radius: 68px;
}

.product-detail-advantage-item__icon img {
	vertical-align: middle;
	max-height: 100%;
}

.product-detail-advantage-item__label {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1;
}

/*** Product detail illustrations ***/

.product-detail-illustrations {
	padding-top: 10px;
}

.product-detail-illustrations .bx-prev,
.product-detail-illustrations .bx-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -15px;
}

.product-detail-illustrations .bx-prev {
	left: 0;
}

.product-detail-illustrations .bx-next {
	right: 0;
}

.illustrations-gallery {
	position: relative;
}

.illustration-item {
	display: block;
	text-decoration: none;
	width: 320px;
	margin: 0 auto;
}

.illustration-item img {
	max-width: 100%;
}

/*** Product detail documentation ***/

.product-detail-documentation {
	background: #00a1e0;
	padding: 35px 0 55px;
	color: #fff;
}

.product-detail-documentation .spec-hr {
	background: #fff;
}

.product-detail-documentation .spec-hr__right {
	background: #00a1e0;
}

.product-detail-documentation .spec-hr__right:before,
.product-detail-documentation .spec-hr__right:after {
	background-color: #fff;
}

.document-list-item {
	float: left;
    list-style: outside none none;
    padding-bottom: 1px;
    padding-right: 1px;
    position: relative;
    width: 25%;
}

.document-list-item__link {
	display: block;
	text-decoration: none;
	position: relative;
	height: 78px;
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	padding-left: 84px;
	padding-right: 45px;
	background: #394149;
	line-height: 1.3;
	-webkit-transition: .2s;
	        transition: .2s;
}

.document-list-item__link:hover {
	background: #f68933;
}

.document-list-item__link:before {
	position: absolute;
	left: 18px;
	top: 15px;
	width: 48px;
	height: 48px;
	font-size: 48px;
}

.document-list-item__link:after {
	position: absolute;
	width: 26px;
	height: 26px;
	font-size: 26px;
	color: #fff;
	top: 22px;
	right: 12px;
	font-family: 'icon-font';
}

.document-list-item__text {
	display: table;
	width: 100%;
	height: 100%;
}

.document-list-item__text-inner {
	display: table-cell;
	vertical-align: middle;
}

/*** Product detail tasks ***/

.product-detail-tasks {
	padding-bottom: 30px;
}

.task-list-gallery {
	position: relative;
}

.task-list-gallery .product-list-item {
	display: block;
	margin: 0 auto;
}

.task-list-gallery .bx-prev,
.task-list-gallery .bx-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -15px;
}

.task-list-gallery .bx-prev {
	left: 0;
}

.task-list-gallery .bx-next {
	right: 0;
}

/********** VACANCIES **********/

.vacancies-promo-gallery {
	margin-bottom: 18px;
}

.vacancies-promo-gallery .promo-gallery-item {
	height: 445px;
}

.vacancies-promo-gallery .bx-pager {
	bottom: 25px;
}

.vacancies__title h1 {
	font-weight: 100;
}

.vacancies__title .spec-hr {
	margin-bottom: 30px;
}

.vacancies__left-colunm {
	float: left;
	width: 37%;
	position: relative;
}

.vacancies__right-colunm {
	float: right;
	width: 59%;
	position: relative;
}

.vacancy-list {
	margin-bottom: 25px;
}

.vacancy-list-item {
	list-style: none;
	margin-bottom: 1px;
}

.vacancy-list-item__link {
	display: block;
	text-decoration: none;
	position: relative;
	height: 48px;
	font-weight: 700;
	font-size: 1.6rem;
	cursor: pointer;
	color: #000;
	padding: 0 28px;
	background: #f8f9fa;
	border: 1px solid #b5e4f6;
	-webkit-transition: .2s;
	        transition: .2s;
}

.vacancy-list-item__link:hover {
	color: #0ea2dc;
}

.vacancy-list-item__link.active {
	border-color: #0ea2dc;
	background: #0ea2dc;
	color: #fff;
}

.vacancy-list-item__link.active:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -16px;
	border: 24px solid transparent;
	border-left-color: #0ea2dc;
	border-left-width: 15px;
	border-right-width: 0;
}

.vacancy-list-item__title {
	display: table;
	width: 100%;
	height: 100%;
}

.vacancy-list-item__title-inner {
	display: table-cell;
	vertical-align: middle;
}

.vacancy-contact-info {
	background: #00a1e0;
	padding: 28px;
	color: #fff;
}

.vacancy-contact-info .spec-hr {
	background: #fff;
	margin-bottom: 20px;
}

.vacancy-contact-info .spec-hr__right {
	background: #00a1e0;
}

.vacancy-contact-info .spec-hr__right:before,
.vacancy-contact-info .spec-hr__right:after {
	background: #fff;
}

.vacancy-contact-info__title {
	font-weight: 100;
	font-size: 3rem;
	margin-bottom: 20px;
}

.vacancy-contact-info__phone {
	position: relative;
	padding-left: 40px;
	font-weight: 300;
	font-size: 2.8rem;
	margin-bottom: 15px;
}

.vacancy-contact-info__phone:before {
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 30px;
}

.vacancy-contact-info__fio {
	padding-left: 40px;
	margin-bottom: 17px;
	font-size: 1.6rem;
	font-weight: 700;
}

.vacancy-contact-info__email {
	font-size: 1.4rem;
	position: relative;
	padding-left: 40px;
}

.vacancy-contact-info__email:before {
	position: absolute;
	left: 0;
	top: -6px;
	font-size: 26px;
}

.vacancy-contact-info__email a {
	color: #fff;
}

.vacancy-item-detail {
	font-size: 1.4rem;
	color: #666;
	line-height: 1.5;
	padding-top: 7px;
	display: none;
}

.vacancy-item-detail.active {
	display: block;
}

.vacancy-item-detail__section {
	margin-bottom: 22px;
}

.vacancy-item-detail__section h3 {
	font-weight: 100;
	line-height: 1.1;
	color: #00a4e4;
	margin-bottom: 10px;
}

.vacancy-item-detail__controls {
	padding-top: 25px;
}

.apply-vacancy-btn {
	display: inline-block;
	text-decoration: none;
	height: 55px;
	line-height: 54px;
	padding: 0 40px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	text-transform: uppercase;
	background: #00a1e0;
	-webkit-transition: .2s;
	        transition: .2s;
}

.apply-vacancy-btn:hover {
	background: #f68933;
}

.popup-form-attach-file {
	padding: 10px 0 5px;
}

.attach-file-label {
	float: left;
	width: 100px;
	font-size: 1.4rem;
	color: #666;
	line-height: 1.1;
	padding-top: 2px;
}

.attach-file-value {
	float: right;
	width: 170px;
}

/********** NEWS **********/

.last-news {
	margin-bottom: 60px;
}

.last-news h1 {
	font-weight: 100;
}

.last-news-gallery {
	position: relative;
}

.last-news-gallery .bx-prev,
.last-news-gallery .bx-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	z-index: 80;
	text-decoration: none;
	color: #ccc;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
}

.last-news-gallery .bx-prev:before,
.last-news-gallery .bx-next:before {
	font-family: 'icon-font';
	font-size: 32px;
}

.last-news-gallery .bx-prev:hover,
.last-news-gallery .bx-next:hover {
	color: #f68933;
}

.last-news-gallery .bx-prev {
	left: -35px;
}

.last-news-gallery .bx-next {
	right: -35px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.last-news-gallery .bx-pager {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	bottom: 50px;
	text-align: center;
	z-index: 80;
}

.last-news-gallery .bx-pager-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.last-news-gallery .bx-pager-link {
	display: block;
	text-decoration: none;
	width: 16px;
	height: 16px;
	-webkit-transition: .2s;
	        transition: .2s;
	color: transparent;
	font-size: 0;
}

.last-news-gallery .bx-pager-link:before {
	font-family: 'icon-font';
	font-size: 16px;
	color: #fff;
}

.last-news-gallery .bx-pager-link.active:before {
	color: #f68933;
}

.last-news-item {
	height: 475px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 28px;
}

.last-news-item__text {
	position: absolute;
	z-index: 50;
	width: 485px;
	height: 360px;
	overflow: hidden;
}

.last-news-item__title {
	font-weight: 100;
	color: #fff;
	font-size: 3.6rem;
	z-index: 50;
}

.last-news-item__title span {
	background: #8ca1ae;
	position: relative;
	padding: 9px 0 8px;
	line-height: 1.72;
}

.last-news-item__title > span > span {
	left: 50px;
}

.last-news-item__title > span > span > span {
	left: -27px;
}

.last-news-item__preview-text {
	color: #fff;
	background: rgba(0, 164, 228, 0.8);
	padding: 25px;
	font-size: 1.4rem;
	line-height: 1.5;
	z-index: 50;
}

.last-news-item__date {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	font-size: 3.6rem;
	font-weight: 100;
	height: 58px;
	line-height: 58px;
	color: #fff;
	background: rgba(0, 164, 228, 0.8);
	padding: 0 20px;
}

.last-news-item__more-btn {
	position: absolute;
	left: 50%;
	margin-left: -110px;
	bottom: 105px;
	width: 220px;
	height: 58px;
	line-height: 56px;
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid #00a4e4;
	color: #00a4e4;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .2s;
	        transition: .2s;
}

.last-news-item__more-btn:hover {
	background: #00a4e4;
	color: #fff;
}

.archive-news h2 {
	font-weight: 100;
	font-size: 3.2rem;
}

.archive-news-list {
	padding-top: 15px;
	list-style: none;
}

.archive-news-list-item {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin-bottom: 45px;
	margin-left: 37px;
}

.archive-news-list-item:nth-child(4n+1) {
	margin-left: 0;
}

.archive-news-list-item__link {
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-transition: .2s;
	        transition: .2s;
}

.archive-news-list-item__link:before {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	opacity: 0;
	background: #00a4e4;
	-webkit-transition: .2s;
	        transition: .2s;
}

.archive-news-list-item__link:hover {
	background: #00a4e4;
}

.archive-news-list-item__link:hover:before {
	opacity: 1;
}

.archive-news-list-item__link:hover .archive-news-list-item__title {
	color: #fff;
}

.archive-news-list-item__photo {
	position: relative;
	margin-bottom: 12px;
}

.archive-news-list-item__photo img {
	max-width: 100%;
}

.archive-news-list-item__date {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	padding: 0 10px;
	color: #ccc;
	background: rgba(0, 0, 0, 0.8);
}

.archive-news-list-item__title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #000;
	line-height: 1.1;
	position: relative;
}

/********** SEARCH RESULT **********/

.search-result h1 {
	border-bottom: 12px;
	font-weight: 100;
}

.search-result .load-more {
	padding-top: 30px;
	text-align: left;
}

.search-result-form {
	background: #66c8ef;
	margin-bottom: 24px;
	padding: 10px;
}

.search-result-form__inner {
	background: #fff;
	position: relative;
	padding: 0 50px 0 13px;
}

.search-result-form__field {
	height: 42px;
	padding: 10px 0;
	background: none;
	border: none;
	font-size: 1.4rem;
	width: 100%;
}

.search-result-form__submit {
	position: absolute;
	width: 42px;
	height: 100%;
	right: 0;
	top: 0;
	background: #0099cc;
	border: none;
	cursor: pointer;
	color: #fff;
	-webkit-transition: .2s;
	        transition: .2s;
}

.search-result-form__submit:before {
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 20px;
	left: 12px;
	top: 10px;
}

.search-result-form__submit:hover {
	background: #f68933;
}

.search-result-list {
	border-top: 1px solid #00a4e4;
	padding-top: 7px;
}

.search-result-list-item {
	padding: 22px 0;
	border-top: 1px solid #ccc;
	list-style: none;
	padding-right: 30%;
}

.search-result-list-item:first-child {
	border-top: none;
}

.search-result-list-item__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.6rem;
}

.search-result-list-item__title a {
	text-decoration: none;
	color: #000;
	-webkit-transition: .2s;
	        transition: .2s;
}

.search-result-list-item__title a:hover {
	color: #f68933;
}

.search-result-list-item__text {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #666;
	margin-bottom: 7px;
}

.search-result-list-item__date {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 10px;
}

.search-result-list-item__path {
	font-size: 1.2rem;
	color: #666;
}

.search-result-list-item__path a {
	position: relative;
	margin-right: 21px;
}

.search-result-list-item__path a:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #00a1e0;
	border-radius: 50%;
	top: 5px;
	right: -12px;
}

.search-result-list-item__path a:last-child:after {
	display: none;
}

.search-result-list-item__path-label {
	margin-right: 12px;
}

/********** STYLED TEXT BLOCKS **********/

.text-page {
	font-size: 1.4rem;
	color: #666;
	line-height: 1.5;
}

.text-page h1,
.text-page h2,
.text-page h3 {
	font-weight: 300;
	color: #27394a;
}

.text-page h1 {
	margin-bottom: 30px;
}

.text-page h2 {
	margin-bottom: 20px;
}

.text-page p,
.text-page ul,
.text-page ol,
.text-page table,
.text-page blockquote {
	margin-bottom: 30px;
}

.text-page blockquote {
	background: #f5fbfe;
	padding: 25px;
	border-top: 1px solid #f68933;
	border-bottom: 1px solid #f68933;
}

.text-page blockquote h5,
.text-page blockquote h6 {
	color: #00a4e4;
}

.text-page table th,
.text-page table td {
	padding: 12px 20px;
	line-height: 1.1;
	font-weight: 700;
}

.text-page table tr td:first-child {
	border-left: none;
}

.text-page table tr td:last-child {
	border-right: none;
}

.text-page table tr:nth-child(odd) td {
	background: #edf0f2;
}

.text-page table th {
	background: #00a4e4;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
}

.text-page table th:first-child {
	border-left: none;
}

.text-page table td {
	border: 1px solid #ced7db;
}

.text-page ul {
	list-style: none;
	/*font-size: 1.7rem;*/
/*	color: #27394a; */
}

.text-page ul ul {
	margin-bottom: 0;
	padding-top: 10px;
}

.text-page ul li {
	position: relative;
	padding-left: 23px;
}

.text-page ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 3px solid #00a4e4;
	border-radius: 50%;
}

.illustrations-gallery ul li:after {
display:none;
}
.text-page ul > li > ul {
	margin-left: 23px;
}

.text-page ul > li > ul li {
	padding-left: 17px;
	font-size: 1.5rem;
	line-height: 1.1;
	margin-bottom: 5px;
}

.text-page ul > li > ul li:after {
	width: 4px;
	height: 4px;
	top: 2px;
}

.text-page ul > li > ul li > ul {
	margin-left: 17px;
}

.text-page ul > li > ul li > ul li {
	padding-left: 14px;
	font-size: 1.3rem;
}

.text-page ul > li > ul li > ul li:after {
	border-width: 0;
	width: 6px;
	height: 6px;
	background: #00a4e4;
	top: 3px;
}

.text-page ul > li > ul li > ul li > ul {
	margin-left: 14px;
}

.text-page ul > li > ul li > ul li > ul li {
	padding-left: 16px;
}

.text-page ul > li > ul li > ul li > ul li:after {
	border-width: 0;
	width: 4px;
	height: 4px;
	background: #00a4e4;
	top: 5px;
}

.text-page .styled-ol {
	list-style: none;
	font-size: 1.8rem;
	line-height: 1.1;
	color: #27394a;
}

.text-page .styled-ol li {
	margin-bottom: 10px;
}

.text-page .styled-ol .styled-ol__num {
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 2.4rem;
	color: #00a4e4;
	position: relative;
	text-align: center;
}

.text-page .styled-ol .styled-ol__num:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	bottom: 0;
	border: 2px solid #00a4e4;
	border-right: none;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

.text-page .styled-ol .styled-ol__num:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	bottom: 0;
	border: 2px solid #f68933;
	border-left: none;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

.text-page .styled-ol .styled-ol__text {
	margin-left: 64px;
	padding-top: 15px;
}
/********** PARTNERS **********/
.document-list-item__link.icon-price:before {
	content: "";
	background: url(/local/include/file_template/images/icon-price.png) no-repeat center center;
}

.document-list-item__link.icon-description:before {
	content: "";
	background: url(/local/include/file_template/images/icon-description.png) no-repeat center center;
}
.partner-item {
	cursor: pointer;
}

.partner-item-detail {
	display: none;
	width: 750px;
	padding: 30px 20px;
}

.partner-item-detail__title {
	font-size: 2.4rem;
	font-weight: bold;
	color: #0ea2dc;
	margin-bottom: 2px;
}

.partner-item-detail__city {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0ea2dc;
}

.partner-item-detail__info {
	padding: 55px 0;
}

.partner-item-detail__description {
	font-size: 1.4rem;
	line-height: 1.24;
	width: 60%;
}

.partner-item-detail__logo {
	width: 35%;
	padding-top: 20px;
}

.partner-item-detail__logo img {
	max-width: 100%;
}

.partner-item-detail__contacts {
	font-size: 1.4rem;
}

.partner-item-detail__contacts-line {
	margin-bottom: 4px;
}

.partner-item-detail__contacts-line span {
	color: #0ea2dc;
}

.partner-item-detail__contacts-line a {
	color: #0036ff;
}

.partner-item-preview{

}
.partner-item-preview img {
	width: 320px;
	/*margin-right: 40px; *//* увеличен отступ от иконки партнера 26.10.2015*/
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("/local/include/file_template/images/fancybox/fancybox_sprite@2x.png");
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
	background-image: url("/local/include/file_template/images/fancybox/fancybox_loading@2x.gif");
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}

}

@media (max-height: 700px) {

.main-page-top__callback-btn {
	bottom: 240px;
}

}

@-webkit-keyframes btn-arrow-vertical-animation {

50% {
	-webkit-transform: translate(0, 4px);
	        transform: translate(0, 4px);
}

100% {
	-webkit-transform: translate(0, -4px);
	        transform: translate(0, -4px);
}

}

@keyframes btn-arrow-vertical-animation {

50% {
	-webkit-transform: translate(0, 4px);
	        transform: translate(0, 4px);
}

100% {
	-webkit-transform: translate(0, -4px);
	        transform: translate(0, -4px);
}

}

/*  изменения 08.10.2015     
.bx-viewport {
	height: 400px !important;
}
*/


/*изменения 11.03.2016*/
.name_zakaz {
    font-style: italic;
    font-weight: 700;
    color: #00a1e0;
}

.item_name_zakaz {
    margin-top:8px;
    margin-bottom:8px;
} 
/**/