


/* Start:/bitrix/templates/.default/components/bitrix/menu/deost_menu_top/style.css*/
	.main-menu_hover .main-menu_item:hover .main-menu_submenu-wrap {
		display: block;
	}
	.main-menu_hover .main-menu_item.m-current .main-menu_link,
	.main-menu_hover .main-menu_item:hover .main-menu_link {
		color: #ffffff;
		
	}
	.main-menu_hover .main-menu_item.m-current,
	.main-menu_hover .main-menu_item:hover {
		background: #00a651;
	}
	.main-menu_item_click.m-current .main-menu_link,
	.main-menu_item_click .main-menu_link {
		color: #ffffff;
		
	}	
	.main-menu_item.main-menu_item_click {
		background: #00a651;
	}

	.main-menu_item.m-current{
		background: #00a651;
	}
	.main-menu_item.m-current .main-menu_link {
		color: #ffffff;
		
	}
/* End */



/* Start:/local/components/qsoft/subscribe.form/templates/deost_subscribe_form/style.css*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

#popupError{
    color: #A60000;
}

#popupSuccess{
    color: #00a651;
}
/* End */



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End */



/* Start:/bitrix/templates/deost_main/styles.css*/
/*====================================================================
							Content
====================================================================*/
.content {
	overflow: hidden;
	padding-top: 7px;
}
.content p {
	margin: 12px 0;
	line-height: 1.3;
}
.content img {
	float: left;
	margin-right: 15px;
}
.content ol,
.content ul {
	margin: 10px 0;
}
.content ul ul,
.content ol ol {
	margin-top: 8px;
}
.content li {
	margin-bottom: 10px;
	line-height: 1.2;
}
.content ul {
	padding: 0;
	list-style: none;
}
.content ul li {
	padding-left: 26px;
	background: transparent url(/bitrix/templates/deost_main/images/marker-line.png) 2px 10px no-repeat;
}
.content ol {
	padding-left: 23px;
}
.content ol ol {
	list-style-type: lower-alpha;
}
.content ol li {
	padding-left: 2px;
	color: #999999; font-weight: bold;
}
.content ol li span {
	color: #000000; font-weight: normal;
	vertical-align: -1px;
}

.content table {
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	border-collapse: collapse;
}
.content tr:first-child td {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	background: #f5f7f5;
}
.content td {
	padding: 7px 8px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #efefef;
}
.content td:first-child {
	border-left-width: 0;
}

/*====================================================================
							Other
====================================================================*/
/*-- default-form (jquery.ikSelect.min.js) --*/
.default-form {
	width: 455px;
	padding: 20px; margin-bottom: 40px;
	background: #f5f7f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.default-form_line {
	*zoom: 1; /*for IE7*/
	position: relative;
}
.default-form_line:before,
.default-form_line:after {
	content: '';
	display: table;
}
.default-form_line:after {
	clear: both;
}
.default-form_title {
	float: left;
	display: block;
	width: 133px;
	padding-top: 8px;
}
.default-form .notValid + .error {
	float: right;
	width: 309px;
	margin-bottom: 10px;
	color: #cc3333; font-size: 14px;
	line-height: 1;
}

.default-form_line .error{
    float: right;
    width: 309px;
    margin-bottom: 10px;
    color: #cc3333; font-size: 14px;
    line-height: 1;
}

.default-form .notValid {
	border-color: #ff9999 !important;
}
.default-form_line input[type="text"],
.default-form_line textarea {
	float: right;
	width: 295px;	
}
.default-form_line select {
	float: right;
	width: 321px;
	outline: none;
}
.default-form input[type="text"],
.default-form textarea,
.default-form select {
	padding: 6px 10px; margin: 0 0 10px 0;
	resize: none;
	color: #000; font-size: 16px; font-family: "Myriad Pro";
	line-height: 1.2;
	border: 3px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: #fff;
}
.default-form textarea {
	overflow: auto;

}
.default-form input[type="submit"], .default-form input[type="reset"] {
	padding: 9px 20px 7px 20px;
	*padding: 8px 0 5px 0; margin: 13px 0 5px 135px;
	background: #00a651;
	color: #fff; font-size: 16px; font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.ik_select {
	float: right;
	width: 315px;
	margin-bottom: 10px;
	border: 3px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url(/bitrix/templates/deost_main/images/select-city-marker.png) 96% 50% no-repeat;
	cursor: pointer;
}
	.ik_select_link {
		padding: 5px 11px;
	}
	.ik_select_dropdown {
		
	}
	.ik_select_list_inner {
		margin: 0 5px;
		font-size: 14px;
		border: 3px solid #e0e0e0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #f5f5f5;
	}
	.ik_select_list ul {
		margin: 0; padding: 0;
		list-style: none;		
	}
	.ik_select_option {
		padding: 5px 7px;
		cursor: pointer;
	}
	.ik_select_option.ik_select_hover {
		background: #e0e0e0;
	}

#pop-up-form {
	width: 700px;
	max-width: 740px;
	display: none;
	padding: 40px;
}
#pop-up-form input {
	font: 16px/1.3 "Trebuchet MS","Myriad Pro";
}
#pop-up-form .default-form_title {
	width: 350px;
}
#pop-up-form input[type="submit"] {
	margin-left: 260px;
}
#pop-up-form img {
	position: relative;
	top: -8px;
}
#pop-up-form .calendar-icon {
	top:8px;
	left: 350px;
}
#pop-up-form .error {
	float: none;
	clear: both;
	width: 100%;
	text-align: right;
}
#pop-up-form .error span {
	display: inline-block;
	width: 295px;
}
/*-- end default-form --*/

/*-- direction --*/
.direction {
	margin-bottom: 50px;
	padding-top: 9px;
}
	.direction_title {
			display: block;
			margin: 20px 0;
			font-size: 28px; font-weight: normal;
			font-family:"Arial";
			text-transform: uppercase;
	}
		.direction_title span{
			font-weight: normal;
			font-family: "Arial";
		}
	.direction_table {
		border-collapse: collapse;
		table-layout: fixed;
		margin-bottom: 30px;
	}
		.direction_table-line {
		}
			.direction_table-line td {
				padding: 0 0 0 20px;
				width: 300px;
				vertical-align: top;
			}
			.direction_table-line td:first-child {
				padding-left: 0;
				width: 320px;
			}
			.direction_table-head {
			}
				.direction_table-head img {
					width: 100%;
					height: 133px;
					vertical-align: top;
				}
					.direction_table-wrap-img {
						height: 133px;
					}
				.direction_box-title {
					display: block;
					margin: 15px 0 8px 0;
					font-size: 17px;
					font-family:"Arial";
					line-height: 1.2;
					text-decoration: none;
					text-transform: uppercase;
					-ms-word-wrap: break-word;
					word-wrap: break-word;
				}

			.direction_table-content {
			}
				.direction_table-content p {
					margin: 5px 0 2px 0;
					line-height: 1.2;
				}
				.direction_table-content ul {
					margin: 0; padding: 0;
					color: #999999; font-size: 14px;
					list-style: none;
				}
					.direction_table-content li {
						margin-bottom: 6px; padding-left: 15px;
						line-height: 1.2;
						background: transparent url(/bitrix/templates/deost_main/images/marker-circle.png) 1px 6px no-repeat;
					}
				.direction_table-content ul + a {
					margin-top: 7px;
				}
				.direction_table-more {
					display: inline-block;
					margin-top: 9px;
					font-size: 14px;
				}
/*-- end direction --*/

/*-- news-index --*/
.news-index {
	margin-bottom: 30px;
	overflow: hidden;
}
	.news-index_title {
		display: block;
		margin: 25px 0 20px 0;
		font-size: 28px;
		font-family:"Arial";
		text-transform: uppercase;
	}
	.news-index_inner {
		overflow: hidden;
	}
		.news-index_item {
			float: left;
			width: 295px;
			margin-left: 20px;
			line-height: 1.5;
		}
		.news-index_item:first-child {
			margin-left: 0;
		}
			.news-index_text {
				display: block;
				color: #000000; font-size: 14px;
				margin-bottom: 0px;
			}
			a.news-index_text:visited {
				color: #000;
			}
			a.news-index_text:hover {
				color: #006632;
			}
			.news-index_date {
				padding-left: 15px;
				color: #666666; font-size: 12px;
				background: transparent url(/bitrix/templates/deost_main/images/news-date.png) 0 2px no-repeat;
			}
/*-- end news-index --*/

/*-- news-content --*/
.news-content {
	width: 675px;
}
	.news-content_title {

	}
	.news-content_inner {

	}
		.news-content_item {
			margin-bottom: 35px;
			overflow: hidden;
		}
			.news-content_img_frame {
				width: 179px;
				height: 135px;
				line-height: 135px;
				text-align: center;
				margin: 6px 20px 0 0;
				float: left;
			}
			.news-content_text {
				display: block;
				color: #00a651; font-size: 22px;
				font-family: "Arial";
				text-decoration: none;
			}
			.news-content_text:visited {
				color: #00a651;
			}
			.news-content_text:hover {
				text-decoration: underline;
			}
			.news-content_date {
				display: inline-block;
				margin-top: 15px;padding-left: 15px;
				color: #666666; font-size: 12px;
				background: transparent url(/bitrix/templates/deost_main/images/news-date.png) 0 2px no-repeat;
			}
			.news-content_text-wrap {
				overflow: hidden;
			}
/*-- end news-content --*/

/*-- content-pager--*/
	.content-pager {
		margin: 44px 0 130px 0;
	}
		.content-pager_page {
			display: inline-block;
			margin: 0 11px; padding: 2px 9px;
			color: #00a651; font-size: 30px; font-weight: bold;
			text-decoration: none;
		}		
		.content-pager_out:visited,
		.content-pager_page:visited {
			color: #00a651;
		}
		.content-pager_page:hover,
		.content-pager_page.m-current {
			color: #000;
		}
		.content-pager_out {
			font-weight: normal;
			color: #00a651; font-size: 14px;
			vertical-align: 3px;
		}
		.content-pager_out.m-prev{
			margin-right: 10px;
		}
		.content-pager_out.m-next{
			margin-left: 10px;
		}
		.content-pager_out.m-end {
			color: #595959;
			cursor: default;
		}
.content-pager.m-equipment .content-pager_page:first-child {
	margin-left: 0; padding-left: 0;
}
/*-- end content-pager--*/

.all-inclusive {
	margin-bottom: 50px;
	padding-top: 1px;
}
	.all-inclusive_title {
		display: block;
		width: 960px;
		margin: 29px 0 5px 0;
		font-size: 28px;
		font-family:"Arial";
		text-transform: uppercase;
	}
	.all-inclusive_list {

	}
		.all-inclusive_item {
			position: relative;

			width: 85px;
			float: left;
			margin-left: 40px;
			padding-top: 15px;
		}
		.all-inclusive_item:first-child {
			margin-left: 0;
		}
			.all-inclusive_link {
				display: block;
			}
				.all-inclusive_link img {
					width: 85px;
				}
		.lte-ie8 .all-inclusive_popup-inner { /*for IE7-8*/
			position: relative;
			behavior: url(/bitrix/templates/deost_main/PIE.htc);
		}
		.all-inclusive_popup {
			display: none;
			position: absolute; left: -20px; bottom: 85px;
			width: 280px;
			padding: 20px;
			overflow: hidden;
		}
		.all-inclusive_popup-inner {
			position: relative;
			padding: 1px 0;
			color: #666666; font-size: 14px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
			-webkit-box-shadow: 0 2px 25px #B2B2B2;
			-moz-box-shadow: 0 2px 25px #B2B2B2;
			box-shadow: 0 2px 25px #B2B2B2;
			background: #f1f1f1 url(/bitrix/templates/deost_main/images/awards-popup-bg.png) 0 0 repeat-x;
			z-index: 1;
		}
		.all-inclusive_item-hover:hover .all-inclusive_popup {
			display: block;
		}
		.all-inclusive_item +
		.all-inclusive_item +
		.all-inclusive_item +
		.all-inclusive_item ~
		.all-inclusive_item .all-inclusive_popup {
			left: auto;
			right: -20px;
		}
			.all-inclusive_text {
				margin: 20px;
			}
			.all-inclusive_corner {
				position: absolute; left: 30px; bottom: -13px;
				width: 15px; height: 13px;
				background: transparent url(/bitrix/templates/deost_main/images/awards-popup-corner.png) 0 0 no-repeat;
			}
			.all-inclusive_item +
			.all-inclusive_item +
			.all-inclusive_item +
			.all-inclusive_item ~
			.all-inclusive_item .all-inclusive_corner {
				left: auto;
				right: 35px;
			}

/*-- about --*/
.about {
	margin: 0 0 47px 0; padding-top: 6px;
	overflow: hidden;
}
	.about_info {
		float: left;
		width: 630px;
	}
		.about_quote {
			margin: 0 0 23px 0;
		}
			.about_quote p {
				margin: 10px 0 5px 0;
				color: #00a651; font-size: 40px;
				line-height: 1.2;
				font-family: "Arial";
			}
			.about_quote span {
				color: #484848; font-size: 14px;
			}

		.about_info > p {
			width: 300px;
			color: #333333; font-size: 16px;
			line-height: 1.4;
		}
		.about_column-l {
			float: left;
		}
		.about_column-r {
			float: right;
		}
	.about_list {
		float: right;
		width: 300px;
		overflow: hidden;
	}
		.about_list-title {
			display: inline-block;
			margin-top: 15px;
			font-size: 24px;
		}
		.about_list ul {
			padding: 0; margin: 18px 0 0 0;
			list-style: none;
		}
			.about_list ul li {
				color: #333333; font-size: 14px;
				padding-left: 29px;
				margin-bottom: 12px;
				line-height: 1.2;
				background: transparent url(/bitrix/templates/deost_main/images/marker-line.png) 2px 10px no-repeat;
			}
/*-- end about --*/

/*-- branding pages--*/
.branding {
	margin: 24px 0 60px 0;
}
	.branding_part {
		font-size: 18px;
	}
	.branding_part p {
		margin: 5px 0 9px 0;
		line-height: 1.4;
	}
	.branding_title {
		display: inline-block;
		min-height: 25px;
		margin: 10px 0 0 5px; padding-left: 35px;
		font-size: 20px; font-family: 'Trebuchet MS', 'Myriad Pro';
		line-height: 1.1;
	}
		.branding_title.m-make {
			background: transparent url(/bitrix/templates/deost_main/images/clean-ico.png) 0 0 no-repeat;
		}
		.branding_title.m-design {
			background: transparent url(/bitrix/templates/deost_main/images/clean-ico.png) 0 -62px no-repeat;
		}
		.branding_title.m-mounting {
			background: transparent url(/bitrix/templates/deost_main/images/clean-ico.png) 0 -123px no-repeat;
		}
	.branding_part ul {
		padding: 0; margin: 10px 0;
		list-style: none;
	}
		.branding_part ul li {
			color: #000; font-size: 16px;
			padding-left: 26px;
			margin: 0 0 10px 14px;
			line-height: 1.2;
			background: transparent url(/bitrix/templates/deost_main/images/marker-line.png) 2px 10px no-repeat;
		}
			.branding_part ul ul {
				margin-top: 5px;
				color: #666666; font-size: 14px;
			}
				.branding_part ul ul li {
					margin: 0 0 7px 0; padding-left: 20px;
					color: #666666; font-size: 14px;
					background: transparent url(/bitrix/templates/deost_main/images/marker-line-small.png) 2px 6px no-repeat;
				}
	.branding_link {
		display: inline-block;
		margin-top: 8px;
	}
	.branding_link:visited {
		color: #00a651;
	}
	.branding_link:hover {
		color: #006632;
	}
	.branding_link-marker {
		display: inline-block;
		position: relative;
	}
	.branding_link-marker span{
		position: absolute; top: -12px;
		width: 16px; height: 16px;
		margin-left: 10px;
		background: transparent url(/bitrix/templates/deost_main/images/more-link.png) 0 0 no-repeat;
		vertical-align: top;
	}
	.branding_link:hover .branding_link-marker span {
		background: transparent url(/bitrix/templates/deost_main/images/more-link.png) 0 -17px no-repeat;
	}
/*-- end branding pages--*/

/*-- reviews --*/
/*-- jquery.jcarousel-media.min.js, jquery.reviews.zoom.js, jquery.reviews.hidden.js) --*/
.reviews {
	overflow: hidden;
	padding-bottom: 35px;
}
	.reviews_part {
		float: left;
		width: 300px;
		margin-left: 30px;
		font-size: 18px;
	}
	.reviews_part:first-child {
		margin-left: 0;
	}
		.reviews_title {
			margin: 25px 0 0 0;
			color: #231f20; font-size: 20px; 
			font-weight: bold; font-family: "Trebuchet MS", "Myriad Pro";
			line-height: 1;
			min-height: 40px;
		}
		.reviews_text {
			color: #333333; font-size: 14px;
			line-height: 1.4;
			min-height: 300px;
		}
.reviews-slider {
	padding: 25px 20px 15px 20px; margin: 25px 0;
	background: #fffaec;
	position: relative;
}
	.reviews-slider_jcarousel {
    overflow: hidden;
    position: relative;
    width: 260px;
	}
	.reviews-slider_inner {
		width: 20000em;
	    position: relative;
	    list-style: none; 
	    margin: 0; padding: 0;
	}
	.reviews-slider_item {
		position: relative;
		float: left;
		width: 260px;
	}
	.reviews-slider_box {
		width: 260px;
		margin: 0 auto; padding-top: 10px;
		text-align: center;
	}
		.reviews-slider_box img {
			margin-left: 20px;
		}
		.reviews-slider_text {
			position: relative;
			margin: -5px 0 0 0; padding: 0 14px;
			color: #999999; font-size: 14px;
		}
			.reviews-slider_text .js-text-hidden {
				display: inline;
			}
			.reviews-slider_subtitle {
				display: inline-block;
				width: 100%;
				color: #333333; font-size: 16px; font-weight: bold;
			}
			.reviews-slide_quotes {
				display: inline-block;
				position: absolute;
				width: 14px; height: 14px;
			}
			.reviews-slide_quotes.m-before {
				left: 0; top: 2px;
				background: transparent url(/bitrix/templates/deost_main/images/reviews-quotes.png) 0 0 no-repeat;
			}
			.reviews-slide_quotes.m-after {
				bottom: 2px; right: 0;
				background: transparent url(/bitrix/templates/deost_main/images/reviews-quotes.png) 0 -15px no-repeat;
			}
		.reviews-slider_location {
			display: inline-block;
			padding-left: 15px;
			color: #999999; font-size: 12px;
			background: transparent url(/bitrix/templates/deost_main/images/marker-region.png) 0 0 no-repeat;
		}
		.reviews-slider_more {
			display: inline-block;
			color: #00a651; font-size: 14px;
			line-height: 1;
			border-bottom: 1px dotted #00a651;
			cursor: pointer;
		}
	.reviews-slider .jcarousel-prev,
	.reviews-slider .jcarousel-next {
		position: absolute; top: 53px;
		width: 13px; height: 38px;
		text-indent: -9999px;
		cursor: pointer;
	}
	.reviews-slider .jcarousel-prev {
		left: 0;
		background: transparent url(/bitrix/templates/deost_main/images/reviews-slide-controls.png) 0 -117px no-repeat;
	}
	.reviews-slider .jcarousel-next {
		right: 0;
		background: transparent url(/bitrix/templates/deost_main/images/reviews-slide-controls.png) 0 -78px no-repeat;
	}
	.reviews-slider .jcarousel-prev.inactive {
		background: transparent url(/bitrix/templates/deost_main/images/reviews-slide-controls.png) 0 -39px no-repeat;
	}
	.reviews-slider .jcarousel-next.inactive {
		background: transparent url(/bitrix/templates/deost_main/images/reviews-slide-controls.png) 0 0 no-repeat;
	}
.reviews-slider-counter {
	margin-top: 11px;
	color: #b7b7b7; font-size: 12px; font-family: Courier;
	text-align: center;
}
	.reviews-slider-counter span {
		margin: 0 1px;
	}
/*-- end reviews --*/

/*-- zoom --*/
.zoom {display:inline-block;}
#zoomLoading {position:absolute; display:block; opacity:0.5; filter:alpha(opacity=50);}
.zoomX {position:absolute; top:50px; left:50px; width:34px; height:34px; background-image:url(/bitrix/templates/deost_main/images/zoom/zoom-x.png); cursor:pointer; background-repeat:no-repeat; background-position:0 0; z-index: 101;}
.zoomX:hover {background-position:0 -34px;}
.zoomPic {position:absolute; display:block; top:-9999px; left:0; cursor:pointer; z-index: 100;}
.zoomShadow {position:absolute; left:0; top:-9999px; z-index: 100;}
.zoomShadow table {width:auto; height:auto; border:0; border-collapse:collapse; border-spacing:0;}
.zoomShadow td {margin:0; padding:0; border:0;}
.zoomShadow b {display:block; width:10px; height:10px; overflow:hidden;}
.zoomBase {position:relative; width:10px; height:10px; margin:0; padding:0; background:#000;}
.zs1 {width:10px; height:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) no-repeat 0 0;}
.zs2 {width:10px; height:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) no-repeat -10px 0;}
.zs3 {width:10px; height:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) no-repeat 0 -10px;}
.zs4 {width:10px; height:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) no-repeat -10px -10px;}
.zh1 {height:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) repeat-x 0 -20px;}
.zh2 {height:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) repeat-x 0 -30px;}
.zv1 {width:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) repeat-y 0 -40px;}
.zv2 {width:10px; background:url(/bitrix/templates/deost_main/images/zoom/zoom-shadow.png) repeat-y -10px -40px;}
.bigGrey {position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); z-index: 100;}
/*-- end zoom --*/

/*-- awards --*/
.awards {
	margin: 20px 0 30px 0;
	font-size: 18px;
}
	.awards p {
		margin: 10px 0;
		line-height: 1.4;
	}

.awards-media {
	position: relative;
	margin-bottom: 110px;
	z-index: 1;
	height: 170px;
}
	.awards-media_panel {
		position: absolute; left: -32px; bottom: -45px;
		width: 994px; height: 83px;
		background: transparent url(/bitrix/templates/deost_main/images/awards-panel.png) 0 0 no-repeat;
		z-index: -1;
	}
.awards-slider { 	
    position: absolute; bottom: 0;
    width: 960px;
    height: 170px;
    overflow: hidden;
}
	.awards-slider_list {
		width: 20000em;
	    position: absolute; top: auto !important; bottom: 0;
	    list-style: none; 
	    margin: 0 0 0 0; padding: 0;
	}
		.awards-slider_item {
			position: relative;
			float: left;
			width: 240px; min-height: 170px;
		}
			.awards-slider_inner-item {
				position: absolute; left: 0; bottom: 0;
				width: 240px;
				text-align: center;
			}
				.awards-slider_inner-item img {
					cursor: pointer;
				}			
				.awards-slider_popup {
					display: none;
					position: absolute; left: 25px; bottom: 155px;
					width: 280px;
					padding: 1px 0;
					color: #666666; font-size: 14px;
					-webkit-border-radius: 6px;
					-moz-border-radius: 6px;
					border-radius: 6px;
					-webkit-box-shadow: 0 2px 25px #B2B2B2;
					-moz-box-shadow: 0 2px 25px #B2B2B2;
					box-shadow: 0 2px 25px #B2B2B2;
					background: #f1f1f1 url(/bitrix/templates/deost_main/images/awards-popup-bg.png) 0 0 repeat-x;
					z-index: 1;
				}
				.lte-ie8 .awards-slider_popup { /*for IE7-8*/
					bottom: 130px;
				}
				.awards-slider_item.last .awards-slider_popup {
					left: -65px;
				}
					.awards-slider_text {
						margin: 20px;
					}
					.awards-slider_corner {
						position: absolute; left: 70px; bottom: -13px;
						width: 15px; height: 13px;
						background: transparent url(/bitrix/templates/deost_main/images/awards-popup-corner.png) 0 0 no-repeat;
					}
					.awards-slider_item.last .awards-slider_corner {
						left: 100px;
					}
	.awards-media .jcarousel-prev,
	.awards-media .jcarousel-next {
		position: absolute; bottom: 30px;
		width: 40px; height: 65px;
		text-indent: -9999px;
		cursor: pointer;
	}
	.awards-media .jcarousel-prev {
		left: -35px;
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-prev-active.png) 50% 0 no-repeat;
	}
	.awards-media .jcarousel-next {
		right: -35px;
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-next-active.png) 50% 0 no-repeat;
	}
	.awards-media .jcarousel-prev.inactive {
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-prev.png) 50% 0 no-repeat;
	}
	.awards-media .jcarousel-next.inactive {
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-next.png) 50% 0 no-repeat;
	}
/*-- end awards --*/

/*-- regions-map --*/
.regions-map {
	position: relative;
	min-width: 960; max-width: 1200px; height: 584px;
	margin: -70px auto -65px auto;
	text-align: center;
	overflow: hidden;
	z-index: -1;
}
	.regions-map img {
		margin-left: -70px;
	}
/*-- end regions-map --*/
/*-- regions-city --*/
.regions-city {
	margin: 0 0 65px -24px;
}
	.regions-city_part {
		float: left;
		width: 240px;
	}
	.regions-city_country {
		min-height: 30px;
		color: #333333; font-size: 22px; font-weight: bold;
		margin: 20px 0 0 23px;
	}
	.regions-city_name {
		position: relative;
		margin: 4px 0;
		font-size: 14px;
		overflow: hidden;
	}
	.regions-city_name:first-child {
		margin-top: 57px;
	}
		.regions-city_name-letter {
			position: absolute; left: 0; top: 0;
			width: 14px;
			padding: 2px 0 3px 0;
			color: #00a651; font-weight: bold;
		}
		.regions-city_name-word {
			display: block;
			width: 130px;
			margin-left: 14px; padding: 2px 10px 3px 10px;
			color: #333333;
			text-decoration: underline;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background: transparent url(/bitrix/templates/deost_main/images/zero.png) 0 0 repeat;
		}
		.regions-city_name-word:visited {
			color: #333333;
		}
		.regions-city_name-word:hover,
		.regions-city_name-word.m-current {
			text-decoration: none;
			color: #fff;
			background: #00a651;
		}
/*-- end regions-city --*/
/*-- regions-slider --*/
.regions-slider-container {
	position: absolute; top: 680px; left: 0; right: 0;
	background: transparent url(/bitrix/templates/deost_main/images/regions-slider-bg.png) 0 0 repeat;
	display: none;
}
.regions-slider {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
	.regions-slider_inner {
		position: relative;
		width: 960px; height: 140px;		
		overflow: hidden;
	}
		.regions-slider_list {
			position: relative;
			width: 2000000em;
			margin: 0; padding: 0;
			list-style: none;
		}
			.regions-slider_item {
				width: 960px;
				float: left;
			}
.regions-slide {
	overflow: hidden;
	position: relative;
}
	.regions-slide_title {
		display: inline-block;
		margin: 12px 0 0 0;
		font-size: 42px;
		font-family: "Arial";
	}
	.regions-slide_wrap {
		width: 100%;
		height: 65px;
		border-collapse: collapse;
	}
		.regions-slide_box {
			width: 320px;
			padding: 0;
			background: transparent url(/bitrix/templates/deost_main/images/region-slider-ico.png) 0 0 no-repeat;
		}
		.regions-slide_box.m-agent {
			background-position: 0 4px;
		}
		.regions-slide_box.m-phone {
			background-position: 0 -78px;
		}
		.regions-slide_box.m-email {
			background-position: 0 -156px;
		}
		.regions-slide_box.m-office {
			background-position: 0 -228px;
		}
			.regions-slide_content  {
				line-height: 1.1;
			}
			.regions-slide_content address {
				font-style: normal;
			}
			.regions-slide_box.m-agent
			.regions-slide_content {
				margin-left: 37px;
				font-size: 14px; font-weight: bold;
			}
			.regions-slide_box.m-phone
			.regions-slide_content {
				margin-left: 37px;
				font-size: 18px;
				font-family: "Arial";
			}
				.regions-slide_box.m-phone
				.regions-slide_content b {
					font-weight: normal;
					font-family:"Arial";
				}
			.regions-slide_box.m-email
			.regions-slide_content {
				margin-left: 52px;
				font-size: 18px;
				text-decoration: none;
			}		
			.regions-slide_box.m-office
			.regions-slide_content {
				margin: 0 10px 0 52px;
				font-size: 14px;
			}
	.regions-slide_close {
		position: absolute; right: 60px; top: 20px;
		width: 21px; height: 21px;
		background: transparent url(/bitrix/templates/deost_main/images/region-slider-close.png) 0 0 no-repeat;
		cursor: pointer;
	}
	.regions-slide_close:hover {
		background-position: 0 -23px;
	}							
.regions-slider .jcarousel-prev,
.regions-slider .jcarousel-next {
	position: absolute; top: 40px;
	width: 22px; height: 65px;
	text-indent: -9999px;
	cursor: pointer;
}
.regions-slider .jcarousel-prev {
	left: -45px;
	background: transparent url(/bitrix/templates/deost_main/images/manufacturers-prev-active.png) 0 0 no-repeat;
}
.regions-slider .jcarousel-next {
	right: -45px;
	background: transparent url(/bitrix/templates/deost_main/images/manufacturers-next-active.png) 0 0 no-repeat;
}
.regions-slider .jcarousel-prev.inactive {
	background: transparent url(/bitrix/templates/deost_main/images/manufacturers-prev.png) 0 0 no-repeat;
}
.regions-slider .jcarousel-next.inactive {
	background: transparent url(/bitrix/templates/deost_main/images/manufacturers-next.png) 0 0 no-repeat;
}
/*-- end regions-slider --*/

/*-- career --*/
.career-title {
	margin: 31px 0 14px 0;
	font-size: 38px;
}

.career-list {
	margin: 70px 0 0 0; padding: 0;
	list-style: none;
}
	.career-list_item {
		width: 300px;
		margin: 0 0 21px -30px; padding-left: 30px;
		font-size: 20px;
		line-height: 1.2;
		background: transparent url(/bitrix/templates/deost_main/images/list-marker.png) 0 1px no-repeat;
		*zoom: 1; /*for IE7*/
	}
	.career-list_text {
		color: #000;
		text-decoration: none;
		overflow: hidden;
		cursor: pointer;
		padding-bottom: 3px;
	}
	.career-list_text span {
		display: inline;
		border-bottom: 1px dotted #000;
		line-height: 0.9;
	}
	.career-list_text:visited {
		color: #000;
	}
	.career-list_text:hover,
	.career-list_text:hover span {
		color: #006632;
		border-color: #006632;
	}
	.career-list_number {
		display: block;
		float: left;
		width: 22px; height: 22px;
		margin: 2px 7px 0 0;
		color: #00a651; font-size: 12px;
		text-align: center;
		line-height: 22px;
		border: none;
		background: transparent url(/bitrix/templates/deost_main/images/career-media-marker.png) 0 0 no-repeat;
	}
.career-list.m-media {
	margin-top: 150px;
}
.career-list.m-media .career-list_item {
	padding: 0;
	background: none;
}

.career-entry {
	color: #000; font-size: 14px;
}
	.career-entry_head p {
		margin-top: 5px;
		color: #010101; font-size: 22px;
		font-family: "Arial";
		line-height: 1.4;
	}
	.career-entry_body {
		padding-top: 2px;
		line-height: 1.4;
		overflow: hidden;
	}

.career-achievement {
	min-height: 375px;
	margin-top: 4px; padding-top: 80px;
	background: url(/images/back_images/career-image.jpg) 50% 0 no-repeat;
}
	.career-achievement_title {
		margin-top: 19px;
		color: #000; font-size: 48px;
		line-height: 1.2;
	}
		.career-achievement_title span {
			display: block;
		}
		.career-achievement_title-big {
			font-size: 100px; font-weight: normal;
			line-height: 1;
		}
		.career-achievement_title-small {
			font-size: 38px;
		}

.career-hot {
	min-height: 193px;
	background: #f3f3f3;
	overflow: hidden;
}
	.career-title.m-hot {
		float: left;
		width: 780px;
		margin: 35px 0 25px 0;
	}
		.career-title.m-hot span {
			display: inline-block;
			width: 11px; height: 10px;
			margin-left: 8px;
			background: transparent url(/bitrix/templates/deost_main/images/career-hot-marker-big.png) 0 0 no-repeat;
			vertical-align: middle;
		}
	.career-hot_all {
		float: right;
		margin-top: 56px;
		color: #000; font-size: 14px; font-weight: bold;
		text-decoration: none;
	}
	.career-hot_all:visited {
		color: #000;
	}
	.career-hot_all:hover {
		color: #006632;
	}
		.career-hot_all span {
			display: inline-block;
			width: 8px; height: 14px;
			margin: 0 40px 0 5px;
			vertical-align: middle;
			background: transparent url(/bitrix/templates/deost_main/images/career-hot-marker.png) 0 0 no-repeat;
		}
	.career-hot_vacancy {
		margin-top: 5px; padding-left: 29px;
		font-size: 14px;
		background: transparent url(/bitrix/templates/deost_main/images/career-vacancy-ico.png) 0 3px no-repeat;
	}
		.career-hot_vacancy-link {
			display: inline-block;
			color: #000;
			text-decoration: none;
		}
		.career-hot_vacancy-link:visited {
			color: #000;
		}
		.career-hot_vacancy-link:hover {
			color: #006632;
		}
		
		.career-hot__link {
			color: #000;
		}
		.career-hot__text {
			margin-top: 0;
		}

.career-culture {
	font-size: 14px;
}
	.career-media-photo {
		position: relative;
		height: 180px;
		bottom: 34px;
	}
	.career-culture p {
		line-height: 1.4;
	}
	.career-slider {
		position: absolute;
		width: 900px;
		height: 180px;
		overflow: hidden;
		left: 30px;
	}
	.career-media-photo a {
		float: left;
	}
	.career-media-photo .career-gallery {
		width: 200000em;
		position: absolute;
	}

	.career-media-photo .jcarousel-prev,
	.career-media-photo .jcarousel-next {
		position: absolute; bottom: 53px;
		width: 40px; height: 65px;
		text-indent: -9999px;
		cursor: pointer;
	}
	.career-media-photo .jcarousel-prev {
		left: -35px;
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-prev-active.png) 50% 0 no-repeat;
	}
	.career-media-photo .jcarousel-next {
		right: -35px;
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-next-active.png) 50% 0 no-repeat;
	}
	.career-media-photo .jcarousel-prev.inactive {
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-prev.png) 50% 0 no-repeat;
	}
	.career-media-photo .jcarousel-next.inactive {
		background: transparent url(/bitrix/templates/deost_main/images/manufacturers-next.png) 50% 0 no-repeat;
	}

.career-gallery {
	margin-bottom: 34px;
	text-align: center;
}
	.career-gallery_link {
		position: relative;
		display: inline-block;
		width: 180px; height: 180px;
		text-align: center;
		overflow: hidden;
	}
		.career-gallery_link img {
			height: 100%;
		}
		.career-gallery_mask {
			position: absolute; left: 0; top: 0;
			width: 180px; height: 180px;
			background: transparent url(/bitrix/templates/deost_main/images/gallery-photo-mask.png) 0 0 repeat;
		}
		.career-gallery_mask:hover {
			background-position: 0 -185px;
		}

.career-video {
	background: #f8f8f8 url(/bitrix/templates/deost_main/images/career-video-top.png) 0 0 repeat-x;
}
	.career-video_wrap {
		position: relative;
		min-height: 585px;
		background: transparent url(/bitrix/templates/deost_main/images/career-video-bottom.png) 0 100% repeat-x;
	}
		.career-video_marker {
			position: absolute; top: -13px; left: 50%;
			width: 46px; height: 27px;
			margin-left: -23px;
			background: transparent url(/bitrix/templates/deost_main/images/career-video-marker.png) 0 0 no-repeat;
		}

.career-video-player {
	width: 931px; height: 552px;
	margin: 20px auto 0 auto;
	background: transparent url(/bitrix/templates/deost_main/images/video-frame.png) 0 0 no-repeat;
	overflow: hidden;
}
	.career-video-player_inner {
		width: 881px; height: 495px;
		margin: 29px 0 0 25px;
		background: #A0C0A3;
		overflow: hidden;
	}

.career-evolution {
	margin-bottom: 20px;
	font-size: 14px;
}
	.career-evolution p {
		line-height: 1.4;
	}

.career-media {
	position: relative;
	min-height: 455px;
	background: url(/images/back_images/career-last.jpg) 50% 0 no-repeat;
}

.career-head {
	margin-top: 110px;
	font-family: "Arial";
}
	.career-head_term {
		margin-bottom: 10px;
		font-size: 47px;
	}
	.career-head_definition {
		margin: 0;
		font-size: 24px;
	}

.career-slide {
	position: absolute; left: 0; top: 0;
	display: none;
	width: 100%; min-height: 455px;
	color: #fff; font-size: 14px;
}
	.career-slide_wrap {
		position: relative;
	}
	.career-slide p {
		margin-right: 35px;
	}
	.career-slide_close {
		position: absolute; right: 10px; top: 35px;
		width: 42px; height: 42px;
		background: transparent url(/bitrix/templates/deost_main/images/career-media-close.png) 0 0 no-repeat;
		cursor: pointer;
	}
	.career-slide_close:hover {
		background: transparent url(/bitrix/templates/deost_main/images/career-media-close.png) 0 -43px no-repeat;
	}
	.career-slide_title {
		width: 580px;
		margin-top: 75px;
		font-size: 47px;
		line-height: 1.2;
	}

/*-- end career --*/

/*-- equipment --*/
.equipment {
	margin-bottom: 50px;
	padding-top: 9px;
}
	.equipment_title {
			display: block;
			margin: 20px 0;
			font-size: 28px; font-weight: normal;
			font-family:"Arial";
			text-transform: uppercase;
	}
		.equipment_title span{
			font-weight: normal;
			font-family: "Arial";
		}
	.equipment_connect {
		margin-bottom: 50px;
		font-size: 22px;
		line-height: 1.4;
		font-family: "Arial";
	}
		.equipment_connect span {
			font-family: "Arial";
		}
		.equipment_request {
			color: #00A651;
			display: inline-block;
			font-family: "Arial";
			line-height: 0.9;
			text-decoration: none;
			border-bottom: 1px dotted #00A651;
		}
	.equipment_table {
		border-collapse: collapse;
		table-layout: fixed;
		margin-bottom: 30px;
	}
		.equipment_table-line {
		}
			.equipment_table-line td {
				padding: 0 0 0 20px;
				width: 300px;
				vertical-align: top;
			}
			.equipment_table-line td:first-child {
				padding-left: 0;
				width: 320px;
			}
			.equipment_table-head {
			}
				.equipment_table-pic {
					width: 100%;
					height: 177px;
					line-height: 177px;
					text-align: center;
					border: 1px solid #CCC;
					border-radius: 3px;
					overflow: hidden;
				}
					.equipment_table-pic img {
						max-width: 100%;
						vertical-align: middle;
					}
				.equipment_table-title {
					display: block;
					margin: 15px 0 8px 0;
					font-size: 22px;
					font-family: "Trebuchet MS","Myriad Pro";
					text-decoration: none;
					-ms-word-wrap: break-word;
					word-wrap: break-word;
				}
			.equipment_table-content {
			}
				.equipment_table-content p {
					margin: 5px 0 2px 0;
					line-height: 1.2;
					font-size: 14px;
				}
				.equipment_table-content ul {
					margin: 0; padding: 0;
					color: #999999; font-size: 14px;
					list-style: none;
				}
					.equipment_table-content li {
						margin-bottom: 6px; padding-left: 15px;
						line-height: 1.2;
						background: transparent url(/bitrix/templates/deost_main/images/marker-circle.png) 1px 6px no-repeat;
					}
				.equipment_table-content ul + a {
					margin-top: 7px;
				}
				.equipment_table-more {
					display: inline-block;
					margin-top: 9px;
					font: bold 14px/1.3 "Trebuchet MS","Myriad Pro";
				}
/*-- end equipment --*/

/*-- vacancy --*/
.vacancy {
	
}

.vacancy-list {
	float: left;
	width: 305px;
	padding: 0; margin: 35px 0 0 0;
	list-style: none;
	overflow: visible;
}
	.vacancy-list_item {
		margin: 0 0 15px 0; padding-left: 13px;
		font-size: 14px;
		background: transparent url(/bitrix/templates/deost_main/images/vacancy-marker.png) 0 5px no-repeat;
	}
		.vacancy-list_title {
			color: #00a651;
			border-bottom: 1px dotted #00a651; 
			line-height: 1.4;
			cursor: pointer;
		}
		.vacancy-list_title:hover {
			color: #006632;
		}
		.vacancy-list_title.js-hidden {
			display: none;
		}
		.vacancy-list_text {
			display: block;
			display: none;
			padding: 5px 15px; margin: 8px 0 0 -15px;
			color: #000;
			text-decoration: none;
			border: 1px solid #b1e4ca;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: #fff;
		}
		.vacancy-list_text.js-visible {
			display: block;
		}
		

.vacancy-current {
	position: relative;
	float: right;
	width: 655px;
	margin-bottom: 20px;
}
	.vacancy-current_paper {
		position: absolute; left: 0;
		width: 712px;
		background-image: url(/bitrix/templates/deost_main/images/career-paper.png);
		background-repeat: no-repeat;
	}
	.vacancy-current_paper.m-top {
		top: 0;
		height: 210px;
		background-position: 0 0;
	}
	.vacancy-current_paper.m-bottom {
		bottom: 0;
		height: 400px;
		background-position: 0 100%;
	}
	.vacancy-current_paper-center {
		position: absolute; 
		left: 0; bottom: 400px; top: 210px;
		width: 712px;
		background: url(/bitrix/templates/deost_main/images/career-paper-repeat.png) 0 0 repeat-y;
	}

.vacancy-current-content {
	position: relative;
	margin: 0 85px; padding: 32px 0 105px 0;
	z-index: 5;
	display: none;
}
	.vacancy-current-content h2 {
		font-size: 24px; font-family: "Trebuchet MS", "Myriad Pro";
	}
		.vacancy-current-content h3 {
			color: #00a651; font-size: 16px; font-family: "Trebuchet MS", "Myriad Pro";
		}
		.vacancy-current-content ul {
			padding: 0; margin: 10px 0;
			list-style: none;
		}
			.vacancy-current-content ul li {
				padding-left: 26px;
				margin: 0 0 10px 14px;
				color: #000; font-size: 14px;
				line-height: 1.2;
				background: transparent url(/bitrix/templates/deost_main/images/marker-line-green.png) 2px 9px no-repeat;
			}

.vacancy-upload {
	margin-top: 30px;
}
	.vacancy-upload_ico {
		display: inline-block;
		width: 19px; height: 20px;
		background: transparent url(/bitrix/templates/deost_main/images/career-vacancy-ico.png) 0 0 no-repeat;
		vertical-align: middle;
	}
	.vacancy-upload_link {
		display: inline-block;
		margin: 0 10px;
		font-size: 14px; color: #00a651; font-weight: bold;
		line-height: 1.1;
		text-decoration: none;
		border-bottom: 1px dotted #00a651;
	}
	.vacancy-upload_link:visited {
		color: #00a651;
	}
	.vacancy-upload_link:hover {
		color: #006632;
		cursor: pointer;
	}
		.vacancy-upload_link span {
			color: #5f5f5f; font-weight: normal;
		}
	.vacancy-upload_button {
		padding: 4px 10px; 
		color: #5f5f5f;
		border: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #dedede;
		cursor: pointer;
		vertical-align: middle;
	}
	.vacancy-upload label{
		display: inline-block;
	}

	.vacancy-upload .inputfile {
		display: none;
	}

.vacancy-loser {
	margin-bottom: 80px;
	clear: both;
}
	.vacancy-loser_text {
		width: 630px;
		color: #010101; font-size: 18px; font-family: "Arial";
	}
		.vacancy-loser_text a {
			display: inline-block;
			color: #00a651; font-family:"Arial";
			text-decoration: none;
			border-bottom: 1px dotted #00a651;
			line-height: 1;
		}
		.vacancy-loser_text a:hover {
			color: #006632;
		}
/*-- end vacancy --*/

/*================ error style =================*/
.fatal-error {
	padding-top: 183px;
}
.fatal-error_inner {
	margin-top: 100px;
}
	.fatal-error_message {
		overflow: hidden;
		text-align: center;
	}
		.fatal-error_number {
			color: #2F353C;
			font-size: 120px;
			font-family: "Arial";
			line-height: 1;
			vertical-align: baseline;
		}
		.fatal-error_text {
			margin: 0;
			font-family: "Arial";
			font-size: 36px;
			line-height: 1;
			font-weight: normal;
			color: #2F353C;
		}
		.fatal-error_text span {
			display: inline-block;
			line-height: 1;
			vertical-align: bottom;
		}
/* End */



/* Start:/bitrix/templates/deost_main/template_styles.css*/
/*====================================================================
							Fonts
====================================================================*/
@font-face{
font-family:"Arial";
src:url("/bitrix/templates/deost_main/fonts/bb50198c-6155-4115-a1af-08b7b712a439.eot");
src:url("/bitrix/templates/deost_main/fonts/bb50198c-6155-4115-a1af-08b7b712a439.eot?#iefix") format("eot"),
	url("/bitrix/templates/deost_main/fonts/f540df91-79a5-4ffa-a92c-9e825795067c.woff") format("woff"),
	url("/bitrix/templates/deost_main/fonts/a73f9b80-fffc-4fae-9665-67e9b05a3729.ttf") format("truetype"),
	url("/bitrix/templates/deost_main/fonts/4f52285b-1a5f-4a2e-97cd-a6d9b4de065f.svg#4f52285b-1a5f-4a2e-97cd-a6d9b4de065f") format("svg");
}
@font-face{
font-family:"Arial";
src:url("/bitrix/templates/deost_main/fonts/ad81b41e-9e00-48af-bcc1-dbc89364f439.eot");
src:url("/bitrix/templates/deost_main/fonts/ad81b41e-9e00-48af-bcc1-dbc89364f439.eot?#iefix") format("eot"),
	url("/bitrix/templates/deost_main/fonts/eb666948-b1c3-4b9c-ae16-52ae29dbe726.woff") format("woff"),
	url("/bitrix/templates/deost_main/fonts/a5a3ca65-7fbc-4440-bf85-8095233ef14d.ttf") format("truetype"),
	url("/bitrix/templates/deost_main/fonts/f6f14d99-3d60-4628-bcb7-23fcf2b360df.svg#f6f14d99-3d60-4628-bcb7-23fcf2b360df") format("svg");
}

/*====================================================================
							Default
====================================================================*/
html {
	height: 100%;
}
body {
	margin: 0;
	font: normal 16px/1.3 'Trebuchet MS', 'Myriad Pro';
	background: #fff url(/bitrix/templates/deost_main/images/page-bg.jpg) 50% 0 no-repeat; 
	background-attachment: fixed;
	height: 100%;
}

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

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Arial";
}
h1 {
	margin: 16px 0 29px 0;
	color: #231f20; font-size: 65px; 
	line-height: 0.9;
}
h1.separated {
	width:1000px;
}
h2 {
	margin: 29px 0 12px 0;
	font-size: 36px;
}
h3 {
	margin: 25px 0 12px 0;
	font-size: 28px;
}
h4 {
	font-size: 22px;
	margin: 25px 0 12px 0;
}

p {
	margin: 15px 0;
	line-height: 1.3;
}

a {
	color: #00a651;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #00a651;
}
a:hover {
	color: #006632;
}

input,
textarea {
	outline: none;
}

.placeholder {
	color: #cccccc !important;
}

.g-center {
	width: 960px;
	margin: 0 auto; padding: 1px 0;
}

.g-clearfix:before,
.g-clearfix:after {
	content: '';
	display: table;
}
.g-clearfix:after {
	clear: both;
}
.g-clearfix {
	*zoom: 1; /*for IE7*/
}

.g-row {
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.g-box {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.g-box:first-child {
	margin-left: 0;
}

.lte-ie8 .pie, /*for IE7-8*/
.lte-ie8 .pie a,
.lte-ie8 .pie span,
.lte-ie8 .pie input,
.lte-ie8 .pie textarea,
.lte-ie8 .pie select,
.lte-ie8 .ik_select,
.lte-ie8 .ik_select_list_inner,
.lte-ie8 .drop-left-menu_list li,
.lte-ie8 .main-menu_item,
.lte-ie8 .drop-left-menu_wrap-button,
.lte-ie8 .regions-city_name-word,
.lte-ie8 .awards-slider_popup,
.lte-ie8 .add-nav_link,
.lte-ie8 .equipment-detail_frame,
.lte-ie8 .vacancy-list_link,
.lte-ie8 .vacancy-upload_button {
	position: relative;
	behavior: url(/bitrix/templates/deost_main/PIE.htc);
}

/*====================================================================
							Header
====================================================================*/
.page {
    height: 100%;
    position: relative;
    max-width: 1300px;
    min-width: 980px;
    margin: 0 auto;
}
.page_wrap {
    min-height: 100%;
    position: relative;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    z-index: 0;
}
.header {
	position: absolute; left: 0; top: 0;
	width: 100%; min-height: 182px;
	background: transparent url(/bitrix/templates/deost_main/images/header-bg.png) 0 0 repeat;
	z-index: 99;
	border-bottom: 1px solid #f2f2f2;
}

/*-- logo --*/
.logo {
	float: left;
	width: 225px;
	padding-top: 42px;
}
	.logo_link {
		display: inline-block;
		text-decoration: none;
		color: #003606; font-size: 12px;
	}
		.logo_link:hover,
		.logo_link:visited {
			color: #003606;
		}
		.logo_link img {
			
		}
		.logo_note {
			margin: -17px 0 0 75px;
		}
/*-- end logo --*/

/*-- language --*/
.language {
	float: left;
	width: 85px;
	padding-top: 53px;
	font-size: 11px;
}
	.language_current {
		color: #201c1d;
		margin-left: 5px;
	}
	.language_select {
		margin-left: 5px;
		font-weight: bold;
	}
	.language span:first-child,
	.language a:first-child {
		margin-left: 23px;
	}
/*-- end language --*/

/*-- network --*/
.network {
	float: left;
	width: 240px; min-height: 120px;
	background: transparent url(/bitrix/templates/deost_main/images/map-region.png) 0 8px no-repeat;
}
	.network_link {
		display: inline-block;
		margin: 55px 0 0 25px; padding-left: 13px;
		color: #00a651;
		font-size: 12px;
		background: transparent url(/bitrix/templates/deost_main/images/marker-region.png) 0 0 no-repeat;
	}
	.network_link:hover {
		background: transparent url(/bitrix/templates/deost_main/images/marker-region-active.png) 0 0 no-repeat;
	}
/*-- end network --*/

/*-- search (jquery.placeholder.min.js)--*/
.search {
	float: left;
	width: 220px;
	padding-top: 51px;
}
	.search_form {
		display: block;
		width: 205px; height: 22px;
		background: transparent url(/bitrix/templates/deost_main/images/search-field.png) 0 0 no-repeat;
	}
		.search_field {
			display: inline-block;
			float: left;
			width: 160px; height: 22px;
			margin: 0 11px; padding: 0;
			border: none;
			background: none;
			color: #969696; font-size: 12px; font-family: "Myriad Pro";
			line-height: 20px;
			vertical-align: middle;
		}
		.search_button {
			display: block;
			float: right;
			margin: 6px 8px 0 0;
		}
		
.search.m-city {
	float: none;
	padding: 0;
	margin-top: 75px;
	position: relative;
}

.m-city .search_select {
	display: none;
	z-index: 2;
	position: absolute;
	top: 21px;
	right: 22px;
	width: 190px;
	background-color: #fff;
	border-bottom: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
}
	.m-city .search_option{
		width: 176px;
		display: none;
		padding: 5px 7px;
		cursor: pointer;
	}
	.m-city .search_option:hover{
		background-color: #e0e0e0;
	}
/*-- end search --*/

/*-- phone --*/
.phone {
	float: right;
	width: 190px;
	padding-top: 50px;
	text-align: right;
}
	.phone_number {
		margin-left: 4px;
		color: #a7a6a7; font-size: 20px; font-style: normal;
	}
	.phone_number b {
		color: #201c1d; font-weight: normal; font-family:"Arial";
	}
/*-- end phone --*/

/*-- main-menu --*/
.main-menu {
	margin: 2px 0 0 0; padding: 0;		
	list-style: none;
	text-align: center;
}
	.main-menu_item {
		position: relative;
		display: inline-block;		
		margin-left: 15px;
		background: transparent url(/bitrix/templates/deost_main/images/zero.png) 0 0 repeat;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		*display: inline; /*for IE7*/
		*zoom: 1;	/*for IE7*/	
	}
	.main-menu_item:first-child {
		margin-left: 0;	
	}

	.default_cursor {
		cursor:default;
	}
		.main-menu_link {
			display: block;
			padding: 6px 22px;
			color: #000000; font-size: 14px;
			font-family:"Arial";
			text-decoration: none; text-transform: uppercase;
		}
		.main-menu_link:visited {
			color: #000;
		}

.main-menu_submenu-wrap {
	display: none;	
	position: absolute; top: 98%; left: -5px;
	min-width: 270px; max-width: 400px;
}
	.main-menu_submenu {	
		margin: 29px 0 0 0; padding: 0 0 15px 0;
		text-align: left;
		list-style: none;
	}

		.main-menu_submenu-item {
			margin: 0 6px;
			font-size: 14px;
		}
			.main-menu_submenu-link {
				display: block;
				margin: 3px 0; padding: 5px 17px;
				text-decoration: none;
				white-space: nowrap;
			}
			.main-menu_submenu-link:hover {
				color: #00a651;
				background: transparent url(/bitrix/templates/deost_main/images/submenu/submenu-hover-bg.png) 0 0 repeat-x;
			}
			.main-menu_submenu-link:visited {
				color: #00a651;
			}
	.main-menu_submenu-bg {
		position: absolute;
		z-index: -1;
		background: transparent url(/bitrix/templates/deost_main/images/submenu/submenu.png) 0 0 no-repeat;
	}
	.main-menu_submenu-bg.m-l-t {
		top: 10px; right: 20px; bottom: 20px; left: 0;
		background-position: 0 0;
	}
	.main-menu_submenu-bg.m-r-t {
		top: 10px; right: 0; bottom: 20px;
		width: 20px;
		background-position: 100% 0;
	}
	.main-menu_submenu-bg.m-r-b {
		bottom: 0; right: 0;
		background-position: 100% 100%;
		width: 20px; height: 20px;
	}
	.main-menu_submenu-bg.m-l-b {
		left: 0; bottom: 0; right: 20px;
		height: 20px;
		background-position: 0 100%;
	}
	
/*-- end main-menu --*/

/*-- back-image --*/
.back-image {
	position: relative;
	min-width: 960px; max-width: 1300px; /*min-height: 368px;*/
	margin: 0 auto; padding-top: 200px;
	overflow: hidden;
}
	.back-image img {
		position: absolute; left: 50%; top: 0;
		margin-left: -650px;
		z-index: -1;
	}
/*-- end back-image --*/

/*-- crumbs --*/
.crumbs {
	color: #999999; font-size: 11px;
}
	.crumbs a {
		color: #999999;
		text-decoration: none;
	}
	.crumbs a:hover {
		text-decoration: underline;
	}
	.crumbs_separator {
		display: inline-block;
		width: 10px; height: 7px;
		margin: 0 2px;
		*vertical-align: middle; /*for IE7*/
		background: transparent url(/bitrix/templates/deost_main/images/crumbs-pointer.png) 0 0 no-repeat;
	}
/*-- end crumbs --*/

/*-- drop-left-menu (jquery.drop.js)--*/
.drop-left-menu {
	margin-top: 97px;
	overflow: hidden;
	width: 750px;
}
	.drop-left-menu_wrap-button {
		width: 136px; height: 32px;
		margin-bottom: 9px;
		border: 1px solid #69C997;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		cursor: pointer;
		overflow: hidden;
	}
	.drop-left-menu_wrap-button.m-down {
		border-color: #b1e3c9;
	}
	.drop-left-menu_button {
		width: 120px;
		margin: 5px 0 0 12px;
		color: #00a651; font-size: 14px;
		background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 114% -453px no-repeat;				
	}
		.drop-left-menu_button span {
			display: inline-block;
			height: 22px;
			padding: 7px 0 0 21px;
			line-height: 0.7;
			background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 0 -412px no-repeat;
		}
	.drop-left-menu_list {
		padding: 0 0 3px 0; margin: 0;
		list-style: none;
		overflow: hidden;
	}
		.drop-left-menu_list li {
			float: left;
			margin: 0 9px 10px 0;
			height: 41px;
			border: 1px solid #e3e3e3;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;		
		}
		.drop-left-menu_list li:hover {
			border-color: #36c77c;
		}			
			.drop-left-menu_list a {
				display: inline-block;
				width: 167px; height: 44px;
				line-height: 39px;
				text-decoration: none;
			}
			.drop-left-menu_list a:hover span {
				color: #00a651;
			}
			.drop-left-menu_list a.m-history {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 12px 8px no-repeat;
			}
			.drop-left-menu_list a.m-mission {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 12px -42px no-repeat;
			}
			.drop-left-menu_list a.m-team {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 12px -352px no-repeat;
			}
			.drop-left-menu_list a.m-awards {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 14px -243px no-repeat;
			}
			.drop-left-menu_list a.m-response {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 12px -299px no-repeat;
			}
			.drop-left-menu_list a.m-projects {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 14px -143px no-repeat;
			}
			.drop-left-menu_list a.m-suppliers {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 12px -190px no-repeat;
			}
			.drop-left-menu_list a.m-clients {
				background: transparent url(/bitrix/templates/deost_main/images/drop-left-menu-ico-all.png) 13px -96px no-repeat;
			}
				.drop-left-menu_list span {
					display: inline-block;
					padding: 0 0 0 50px;
					color: #000; font-size: 14px; font-weight: bold;
					line-height: 1.2; 
					vertical-align: middle;
					cursor: pointer;
				}
				.drop-left-menu_list .m-iefix {
					display: inline-block;
					width: 0;
					overflow: hidden;
					vertical-align: middle;
				}
/*-- end drop-left-menu --*/

/*-- end add-nav --*/
.add-nav {
	margin: 20px 0 40px 0; padding: 0;
	list-style: none;
	overflow: hidden;
}
	.add-nav_item {
		float: left;
		margin-bottom: 10px;
	}
		.add-nav_link {
			display: inline-block;
			margin: 0 5px 0 0; padding: 2px 13px 5px 13px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background: transparent url(/bitrix/templates/deost_main/images/zero.png) 0 0 repeat;
		}
		.add-nav_link:visited {
			color: #00a651;
		}
		.add-nav_link:hover,
		.add-nav_link.m-current {
			color: #fff;
			background: #00a651;
			text-decoration: none;
		}
/*-- end add-nav --*/

/*-- main slider (jquery.bxslider.js, jquery.bxslider.index.js ) --*/
.main-slider {
	position: relative;
	min-width: 960px; max-width: 1300px; min-height: 563px;
	margin: 0 auto;
	overflow: hidden;
}
.main-slider_wrapper {
	position: absolute; top: 0; left: 50%;
	width: 1300px;
	margin-left: -650px;
	overflow: hidden;
}
.main-slider .bx-wrapper {
	position: relative;
}
	.main-slider .bx-viewport {
		z-index: 1;
	}
		.main-slider .bxslider {
			margin: 0; padding: 0;
			list-style: none;
			width: 2000em;
		}
			.main-slider .bxslider li {
				float: left;
			}
			.main-slider .bxslider img {
				vertical-align: top;
			}
			.main-slider .bxslider_note {
				position: absolute; left: 167px; top: 217px;
				font-family: "Arial";
			}
				.main-slider .bxslider_note-first {
					display: inline-block;
					margin-right: 21px;
					color: #00a651;	font-size: 120px;
					font-family:"Arial";
					vertical-align: top;
					line-height: 1.2;
				}
				.main-slider .bxslider_note-first + span {
					display: inline-block;
					margin-top: 37px;
					font-size: 38px;
					line-height: 0.9;
					width:400px;
				}
	.main-slider .bx-controls {
		position: absolute; left: 0; right: 0; bottom: 0;
		line-height: 0;
		z-index: 3;
	}
		.main-slider .bx-pager {
			width: 100%;
			margin-bottom: 15px;
			text-align: center;
			overflow: hidden;
		}
			.main-slider .bx-pager-item {
				display: inline-block;
				*display: inline; /*for IE7*/	
				*zoom: 1;	/*for IE7*/	
				margin: 0 1px 0 1px;
				font-size: 0;
			}
				.main-slider .bx-pager-link {
					display: block;
					width: 37px; height: 7px;
					text-indent: -9999px;
					background: transparent url(/bitrix/templates/deost_main/images/bx-pager.png) 0 0 no-repeat;
				}
				.main-slider .bx-pager-link.active {
					background: transparent url(/bitrix/templates/deost_main/images/bx-pager-current.png) 0 0 no-repeat;
				}
/*-- end main slider --*/

h1.no-menu-indent {
	margin: 145px 0 50px -4px;
}
.body {
	padding-bottom: 111px;
}
/*====================================================================
							Footer
====================================================================*/
.footer {
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    margin-top: -111px;
    position: relative;
    z-index: 2;
}

/*-- duplicate-menu --*/
.duplicate-menu {
	float: left;
	width: 590px;
	margin: 0; padding: 0;
	list-style: none;
}
	.duplicate-menu_item {
		display: inline-block;
		*display: inline; /*for IE7*/	
		*zoom: 1; /*for IE7*/	
	}
		.duplicate-menu_item a {
			display: block;
			padding: 0 8px 0 13px;
			color: #00a651; font-size: 12px;
			font-family:"Arial";
			text-decoration: none;
			text-transform: uppercase;
			background: transparent url(/bitrix/templates/deost_main/images/menu-dotted.png) 0 3px no-repeat;
		}
		.duplicate-menu_item a:hover {
			text-decoration: underline;
		}
		.duplicate-menu_item:first-child a {
			background-image: none;
			padding-left: 1px;
		}
/*-- end duplicate-menu --*/

/*-- subscribe (jquery.placeholder.min.js)--*/
.subscribe {
	float: right;
	width: 370px;
	overflow: hidden;
}
	.subscribe_title {
		float: right;
		margin-top: 3px;
		color: #999999; font-size: 12px;
	}
	.subscribe_form {
		float: right;
		width: 205px; height: 22px;
		margin-left: 10px;
		background: transparent url(/bitrix/templates/deost_main/images/email-field.png) 0 0 no-repeat;
	}
		.subscribe_field {
			display: inline-block;
			float: left;
			width: 160px; height: 22px;
			margin: 0 11px 0 7px; padding: 0;
			border: none;
			background: none;
			color: #999999; font-size: 12px; font-family: "Myriad Pro";
			outline: none;
			line-height: 20px;
			vertical-align: middle;
		}
		.subscribe_button {
			display: block;
			float: right;
			padding: 8px 11px 5px 0;
		}
/*-- end subscribe --*/

/*-- copyright --*/
.copyright {
	float: left;
	margin: 17px 0 35px 0;
	color: #231f20; font-size: 14px;
}
	.copyright span {
		color: #999999;
		margin-left: 3px;
	}
/*-- end copyright --*/

/*-- qsoft --*/
.qsoft {	
	float: right;
	margin: 20px 0 35px 0;
	color: #999999; font-size: 12px;
	text-decoration: none;
	text-align: right;
}
	.qsoft:hover,
	.qsoft:visited {	
		color: #999999;
	}
	.qsoft img {
		margin-left: 3px;
		vertical-align: -2px;
	}

	@media only screen and  (max-device-width : 1000px) {
		html, body {
			min-width: 1180px;
		}
	}
/*-- end qsoft --*/
.fright{
    float: right;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/menu/deost_menu_top/style.css */
/* /local/components/qsoft/subscribe.form/templates/deost_subscribe_form/style.css */
/* /css/magnific-popup.css */
/* /bitrix/templates/deost_main/styles.css */
/* /bitrix/templates/deost_main/template_styles.css */
