.e-contact__group-list.group-email {
 text-transform: none;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans/PTS55F_W.eot');
  src: local('PT Sans'), url('../fonts/PTSans/PTS55F_W.woff') format('woff'), url('../fonts/PTSans/PTS55F_W.ttf') format('truetype'), url('../fonts/PTSans/PTS55F_W.svg#PTSans-Regular') format('svg');
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/PTSans/PTS75F_W.eot');
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Bold'), url('../fonts/PTSans/PTS75F_W.woff') format('woff'), url('../fonts/PTSans/PTS75F_W.ttf') format('truetype'), url('../fonts/PTSans/PTS75F_W.svg#PTSans-Bold') format('svg');
}
@font-face {
  font-family: 'PT Sans Bold';
  src: url('../fonts/PTSans/PTS75F_W.eot');
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans Bold'), url('../fonts/PTSans/PTS75F_W.woff') format('woff'), url('../fonts/PTSans/PTS75F_W.ttf') format('truetype'), url('../fonts/PTSans/PTS75F_W.svg#PTSans-Bold') format('svg');
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../fonts/PTSansNarrow/PTN57F_W.eot');
  src: local('PT Sans Narrow'), url('../fonts/PTSansNarrow/PTN57F_W.woff') format('woff'), url('../fonts/PTSansNarrow/PTN57F_W.ttf') format('truetype'), url('../fonts/PTSansNarrow/PTN57F_W.svg#PTSans-Regular') format('svg');
}
@font-face {
  font-family: 'PT Sans Narrow Bold';
  src: url('../fonts/PTSansNarrowBold/PTN77F_W.eot');
  font-style: normal;
  font-weight: bold;
  src: local('PT Sans Narrow Bold'), url('../fonts/PTSansNarrowBold/PTN77F_W.woff') format('woff'), url('../fonts/PTSansNarrowBold/PTN77F_W.ttf') format('truetype'), url('../fonts/PTSansNarrowBold/PTN77F_W.svg#PTSansNarrow-Bold') format('svg');
}
@font-face {
  font-family: 'Uni Sans';
  src: url('../fonts/Uni Sans/uni_sans_thin-webfont.eot');
  src: url('../fonts/Uni Sans/uni_sans_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Uni Sans/uni_sans_thin-webfont.woff') format('woff'), url('../fonts/Uni Sans/uni_sans_thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family: 'PT Sans';
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #545454;

}
a {
  color: #075d93;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
.h1,
h1 {
  font: normal 26px/30px 'PT Sans Narrow Bold';
  margin-top: 2px;
  margin-bottom: 26px;
  text-transform: uppercase;
  /*white-space: pre-wrap;*/
}
.h1 .search_string,
h1 .search_string {
  color: #1d92c3;
}
.h2 {
  font: normal 17px 'PT Sans Narrow Bold';
  color: #4a4a4a;
  text-align: center;
}
h2 {
  color: #4a4a4a;
  font: normal 26px/30px 'PT Sans Narrow Bold';
  margin-top: 51px;
	margin-bottom: 13px;
}

h3 {
  font: normal 15px/21px 'PT Sans';
  color: #0f0f0f;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 4px;
}
h4 {
  font: normal 15px 'PT Sans';
  color: #0f0f0f;
  margin-bottom: 5px;
}
p {
  margin-bottom: 21px;
}
input[type='submit'] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
.spam-defense {
  display: none;
}

@keyframes scale-btn {
	0% {
		transform: translateY(1);
	}
	86% {
		transform: scale(1);
	}
	89% {
		transform: scale(1.1);
	}
	92% {
		transform: scale(1);
	}
	95% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.usabllity-feedback_button {
	animation: scale-btn 7s linear infinite;
}

.styled_button {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;
  padding: 0;
  margin: 30px 0 6px 0px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: #00aee5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aee5), color-stop(100%, #0067bb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00aee5 0%, #0067bb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aee5', endColorstr='#0067bb', GradientType=0);
  /* IE6-9 */
  color: #FFF;
  text-align: center;
  font: normal 17px/40px 'PT Sans Bold';
}
.styled_button span {
  position: relative;
  z-index: 5;
}
.styled_button:after {
  content: '';
  position: absolute;
  background: url('../img/button_hover.png') center bottom repeat-x;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.styled_button:hover:after {
  opacity: 1;
  visibility: visible;
}
.clear {
  width: 100%;
  clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.lte8 .clearfix {
	overflow: hidden;
	zoom: 1;
}

.left {
  float: left;
}
.right {
  float: right;
}
.back_link {
  position: relative;
}
.back_link:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: -1px;
  left: -3px;
  background: url('../img/news_link_back.png') center no-repeat;
}
.wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.header_inner-logo, .header_inner-lang, .header_inner-info  {
  float: left;
}
.header_inner-phone{
  float: right;
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/ 
  margin-left: 50px;
}
.header_inner-info {
  /*margin: 8px 0px;*/
  width: 354px;
}
.header_inner-logo{
  margin-top: 3px;
}
.icon {
  display: inline-block;
  position: relative;
}
.icon_mail-text{
	padding: 5px;
}
.icon.forum,
.icon.support,
.icon.mail {
  /*margin-right: 7px;*/
  /*top: 4px;*/
  /*padding-top: 4px;*/
  background: url('../img/phone.png') center no-repeat;
}
.icon.forum {
  width: 20px;
  height: 17px;
  background-position: 0 top;
}
.icon.support {
  width: 20px;
  height: 18px;
  background-position: -19px top;
}
.icon.mail {
  width: 100%;
  height: 100%;
  background-position: 10px;
}
.icon.history {
  width: 25px;
  height: 15px;
  top: 1px;
  right: 7px;
  background: url('../img/history.png') center no-repeat;
}
.icon.question {
  width: 21px;
  height: 21px;
  background: url('../img/question.png') center no-repeat;
}
.icon.download {
  width: 20px;
  height: 21px;
  background: url('../img/download.png') center no-repeat;
  top: 5px;
  padding-right: 8px;
}
.icon.knowledge_base {
  width: 27px;
  height: 18px;
  background: url('../img/knowledge_base.png') center no-repeat;
  top: 3px;
  padding-right: 16px;
}
.icon.subscribe {
  width: 25px;
  height: 18px;
  background: url('../img/icon_subscribe.png') center no-repeat;
  top: 3px;
  padding-right: 8px;
}
.header_outer {
  width: 100%;
  height: 66px;
  background: #f4f4f4;
  padding-top: 10px;
  display: block;/*--DELETE--*/
}
.header_inner {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header_logo {
  width: 216px;
  height: 45px;
  display: inline-block;
  background: url('../img/logo.png') center no-repeat;
  position: relative;
  left: -3px;
}
.header_info {
  font-size: 19px;
  font-family: "PT Sans";
  color: rgb(86, 86, 86);
  line-height: 1.4;
  text-align: left;
}

.header_choose_lang {
  background: #ebebeb;
  display: inline-block;
  /*padding: 0 11px;*/
  margin: 0 28px 0 41px;
  border-radius: 3px;
  top: -7px;
  /*position: relative;*/
}
.header_choose_lang li {
  /*float: left;*/
  /*margin-left: 11px;*/
}
.header_choose_lang li:first-child {
  margin: 0;
}
.header_choose_lang a, .header_choose_lang span{
  color: #565656;
  font: normal 14px/27px 'PT Sans';
  padding: 5px;
}
/*.header_choose_lang a.active,
.header_choose_lang span.active{
  background-color: rgb(99, 188, 221);
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 199;
}*/

.header_choose_lang a.active,
.header_choose_lang span.active_first{
  color: #FFF;
  background-color: #63bcdd;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
  position: relative;
}
.header_choose_lang a.active,
.header_choose_lang span.active_last{
  color: #FFF;
  background-color: #63bcdd;
  text-decoration: none;
  border-radius: 0 0 3px 3px;
  position: relative;
}
.header_choose_lang a.active,
.header_choose_lang span.active_center{
  color: #FFF;
  background-color: #63bcdd;
  text-decoration: none;
  position: relative;
}
.header_choose_lang a.active:before,
.header_choose_lang span.active:before{
  content: '';
  position: absolute;
  border: 3px solid transparent;
  border-bottom: 3px solid #00a0cb;
  left: 6px;
  bottom: -1px;
}
.header_choose_lang a:hover {
  color: #075d93;
  text-decoration: none;
}
.header_links {
  float: right;
  position: relative;
  top: 7px;
}
.header_links li {
  float: left;
  margin-left: 4px;
}
.header_links li:first-child {
  margin: 0;
}
.header_links li a {
  border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  display: inline-block;
  text-decoration: none;
  width: 230px;
  height: 28px;
  font-size: 16px;
  font-family: "PT Sans";
  color: rgb(244, 244, 244);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.header_phone{
  font-size: 30px;
  font-family: "PT Sans";
  color: #0084C4;
  line-height: 0.533;
  text-align: right;
}
.header_phone-code {
  color: rgb(119, 119, 119);
}

/*.header_links li a {
  height: 31px;
  background: #ebebeb;
  color: #565656;
  border-radius: 3px;
  font: normal 14px/31px 'PT Sans';
  display: inline-block;
  text-decoration: none;
  padding: 0 11px;
}*/
.header_links li:hover a {
  /*color: #075d93;*/
}
.header_links li:hover a span {
  background-color: #ff9657;
  border-radius: 3px;
}
.header_after {
  width: 100%;
  background: #0084c4 url('../img/blure.png') 80% 25% no-repeat;
}
.header_after.main_page {
  background-position: 80% bottom;
  padding-bottom: 13px;
}
.header_after.main_page .top_menu {
  margin-bottom: 0px;
}
.header_after_inner {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header_after .top_menu {
  float: left;
  margin-top: 11px;
  margin-bottom: 14px;
}
.header_after .top_menu.main_page {
  margin-bottom: 0px;
}
.active:before{
border-bottom: none !important;
}
.header_after .top_menu > li {
  float: left;
  margin-left: 5px;
  position: relative;
  padding: 7px 12px 6px 14px;
  z-index: 205;
  border-radius: 3px;
  left: -18px;
}
.header_after .top_menu > li:first-child {
  margin-left: 0;
}
.header_after .top_menu > li:hover {
  background: #FFF;
}
.header_after .top_menu > li:hover .main_item {
  color: #003d64;
}
.header_after .top_menu > li:hover .main_item:before {
  border: 0;
}
.header_after .top_menu > li:hover .main_item:after {
  display: block;
}
.header_after .top_menu > li:hover > .sub_menu {
  display: block;
}
.header_after .top_menu .main_item {
  font: normal 16px 'PT Sans Bold';
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  position: relative;

}
.header_after .top_menu .main_item:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  border-bottom: 1px dotted #FFF;
}
.header_after .top_menu .main_item_root-section {
    border-radius: 3px 3px 0 0px;
}

.header_after .top_menu .main_item_root-section a:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 35px;
  top: -7px;
  right: -26px;
  display: none;
  background: url('../img/main_menu_element.png') center no-repeat;
}
.header_after .top_menu .sub_menu {
  padding: 0px 0 26px;
  position: absolute;
  z-index: 200;
  display: none;
  left: 0px;
  top: 34px;
  border-radius: 0 3px 3px 3px;
}
.header_after .top_menu .sub_menu:before {
  content: '';
  width: 100%;
  height: -moz-calc(100% - 26px);
  height: -webkit-calc(100% - 26px);
  height: calc(100% - 26px);
  left: 0;
  bottom: 26px;
  position: absolute;
  z-index: 195;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.header_after .top_menu .sub_menu table {
  background: #FFF;
  position: relative;
  z-index: 200;
  border-radius: 0 3px 3px 3px;
}

.header_after .top_menu .sub_menu table:before,
.header_after .top_menu .sub_menu table:after {
  content: '';
  width: 100%;
  height: 26px;
  display: block;
  position: relative;
}
.header_after .top_menu .sub_menu table:before {
  top: 0px;
  border-radius: 0 3px 3px 3px;
}
.header_after .top_menu .sub_menu table:after {
  bottom: 0px;
  border-radius: 0 0px 3px 3px;
}
.header_after .top_menu .sub_menu table td {
  padding: 26px 0;
}

.header_after .top_menu .sub_menu .col {
  min-width: 245px;
  max-width: 390px;
  padding: 15px;
  border-left: 1px dashed #c4c1b8;
  vertical-align: top;
}
.header_after .top_menu .sub_menu .col:first-child {
  border: 0;
}
.header_after .top_menu .sub_menu ul {
  margin-top: 40px;
}
.header_after .top_menu .sub_menu ul:first-child {
  margin-top: 0;
}
.header_after .top_menu .sub_menu li {
  margin-left: 0;
  clear: both;
}
.header_after .top_menu .sub_menu a {
  color: #4a4a4a;
  font: normal 13px/25px 'PT Sans';
  text-decoration: underline;
}
.header_after .top_menu .sub_menu a:hover {
  color: #003d64;
  text-decoration: none;
}
.header_after .top_menu .sub_menu .section {
  padding: 4px 12px 3px;
  border-radius: 3px;
  display: block;
}
.header_after .top_menu .sub_menu .section:hover {
  background: #f2f2f2;
}
.header_after .top_menu .sub_menu .section a {
  color: #003d64;
  line-height: 23px;
  text-transform: uppercase;
}
.header_after .top_menu .sub_menu .item {
  margin-left: 30px;
}
.header_after .top_menu .sub_menu .sub_item {
  margin-left: 30px;
  padding-left: 11px;
  background: url('../img/list_dotted.png') left 10px no-repeat;
}
.search_input {
  border-radius: 3px;
  width: 180px;/*253px;*/
  height: 31px;
  float: right;
  position: relative;
  margin-top: 14px;
}
.search_input input {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 31px;
  text-indent: 5px;
  color: #FFF;
}
.search_input input[type='text'] {
  width: 180px;/*253px;*/
  background: #44a5d0;
  border-radius: 3px;
}
.search_input input[type='submit'] {
  width: 39px;
  cursor: pointer;
  background: url('../img/search_button.png') center no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.search_input__suggest-container{
	position: relative;
}
	.search_input__suggest{
		background: #fff;
		border-radius: 0 0 3px 3px;
		box-shadow: 0 1px 1px rgba(0,0,0,0.5);
		padding: 10px 5px;
		font-size: 12px;
	}
		.search_input__suggest__cat{
			color: #525252;
		}
	.e-search_input__suggest{
		margin-bottom: 8px;
		line-height: 14px;
	}
	.e-search_input__suggest_more{
		margin-top: 15px;
		font-weight: bold;
	}
	.search_input__suggest_kb{
		font-size: 14px;
		padding: 20px 14px;
		box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	}

		.search_input__suggest_kb .e-search_input__suggest{
			margin-bottom: 12px;
			line-height: 16px;
		}
		.search_input__suggest_kb .e-search_input__suggest_more{
			margin-top: 24px;
		}
.breadcrumbs-container{
	overflow: hidden;
}
.breadcrumbs {
  background: #f2f2f2;
  padding: 5px 19px;
  border-radius: 0 0 0 5px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
}
.breadcrumbs:after {
  content: '';
  position: absolute;
  left: 100%;
  border: 100px solid transparent;
  border-top-color: #f2f2f2;
  top: 100%;
  margin-top: -100px;
  margin-left: -100px;
}
.breadcrumbs li {
  float: left;
  position: relative;
  z-index: 5;
  cursor: default;
  margin: 5px 0;
}
.breadcrumbs li a {
  background: #e7e7e7;
  padding: 3px 6px 4px 11px;
  border-radius: 3px 0 0 3px;
  color: #003d64;
  font: normal 13px 'PT Sans';
  text-decoration: none;
  position: relative;
  margin-right: 21px;
}
.breadcrumbs li a:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 23px;
  background: url('../img/breadcrumbs_element.png') center no-repeat;
  left: 100%;
  margin-left: -1px;
  top: 0;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.main_slider {
  height: 255px;
  color: #FFF;
  position: relative;
  /*top: 13px;*/
  margin-top: 15px;
  
}
.main_slider li {
  height: 255px;
}
.main_slider .left {
  max-width: 455px;
}
.main_slider .slide_item,
.main_slider .slide_button,
.main_slider .slide_description,
.main_slider .slide_name {
  position: relative;
  z-index: 5;
}
.main_slider .slide_item {
  font: normal 30px/40px 'Uni Sans';
  margin-top: 49px;
}
.main_slider .slide_name {
  font: normal 77px/67px 'PT Sans Bold';
}
.main_slider .slide_button {
  font: normal 19px/50px 'PT Sans Bold';
  cursor: pointer;
  height: 50px;
  color: #FFF;
  border: 0;
  outline: 0;
  border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;
  padding: 0 40px;
  margin: 0 0 0 19px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 105;
  background: #00aee5;
  background: -moz-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aee5), color-stop(100%, #0067bb));
  background: -webkit-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -o-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -ms-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: linear-gradient(to bottom, #00aee5 0%, #0067bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aee5', endColorstr='#0067bb', GradientType=0);
  text-decoration: none;
}
.main_slider a.slide_button {
	text-decoration: none;
}
.main_slider .slide_button span {
  position: relative;
  z-index: 5;
}
.main_slider .slide_button:before {
  content: '';
  position: absolute;
  background: url('../img/button_hover.png') center bottom no-repeat;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
/*
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
*/
}
.main_slider .slide_button:hover:before {
  opacity: 1;
  visibility: visible;
}
.main_slider .slide_description {
  font: normal 14px/18px 'PT Sans Narrow';
  float: right;
  margin-top: 9px;
}
.main_slider .slide_image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.main_slider .controls {
  position: absolute;
  top: 62px;
  width: 100%;
}
.main_slider .controls .prev,
.main_slider .controls .next {
  cursor: pointer;
  position: absolute;
  outline: 0;
  width: 93px;
  height: 135px;
  text-indent: -9999px;
  z-index: 99;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 5px;
}
.main_slider .controls .prev a,
.main_slider .controls .next a {
  display: block;
  height: 100%;
}
.main_slider .controls .prev:hover,
.main_slider .controls .next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main_slider .controls .prev {
  left: -22px;
  background: url(../img/main_slider_arrows_l.png) center no-repeat;
}
.main_slider .controls .prev:hover {
  opacity: 1;
}
.main_slider .controls .next {
  right: -22px;
  background: url(../img/main_slider_arrows_r.png) center no-repeat;
}
.main_slider .controls .next:hover {
  opacity: 1;
}
.section_title {
  font: bold 26px 'PT Sans Narrow Bold';
  color: #4a4a4a;
  text-transform: uppercase;
}
.section_title + .title_addition {
  font: normal 14px/31px 'PT Sans';
  color: #075d93;
}
.main_page_news .section_header {
  width: 1000px;
  padding: 0 19px;
  padding-top: 11px;
  box-sizing: border-box;
  margin: 0 auto;
  /*margin-top: 19px;*/
  clear: both;
}
.main_page_news .section_header .section_title {
  float: left;
	/*margin-bottom: 12.5px;*/
	font-size: 20px;
	font-family: "PT Sans";
	color: rgb(84, 84, 84);
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
}
.main_page_news .section_header .archive {
  float: left;
  margin-top: 3px;
  margin-left: 26px;
  border-radius: 3px;
  padding: 0 12px 0 16px;
}
.main_page_news .section_header .archive:hover {
  background: #f2f2f2;
}
.main_page_news .items {
  width: 967px;
  height: 105px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 2px 0;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 8px;
}
.main_page_news .items li {
  float: left;
  width: 239px;
  position: relative;
}
.main_page_news .items li:before {
  content: '';
  position: absolute;
  min-height: 84px;
  border-left: 1px dashed #cacaca;
  top: 7px;
  left: 0;
  height: -moz-calc(100% - 13px);
  height: -webkit-calc(100% - 13px);
  height: calc(100% - 13px);
}
.main_page_news .items li:first-child {
  border: 0;
}
.main_page_news .items li:first-child:before {
  border: 0;
}
.main_page_news .items a {
  min-height: 83px;
  text-decoration: none;
  margin: 0 2px;
  display: inline-block;
  padding: 13px 18px 6px;
  border-radius: 5px;
}
.main_page_news .items a:hover {
  background: #FFF;
  color: #075d93;
}
.main_page_news .items .preview {
  color: #545454;
  font: normal 14px/19px 'PT Sans';
  margin-top: 1px;
  position: relative;
}
.main_page_news .items .preview:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: -1px;
  right: -3px;
  background: url('../img/news_link.png') center no-repeat;
}
.date {
  font: normal 14px 'PT Sans';
  color: #003d64;
  clear: both;
  width: 100%;
  display: inline-block;
}
.date span {
  float: left;
}
.date span.bold {
  font: normal 14px 'PT Sans Bold';
  margin-right: 3px;
    text-transform: uppercase;
}
h1 + .date {
  position: relative;
  top: -22px;
  margin-bottom: -3px;
  text-transform: uppercase;
}
.footer_outer {
  position: relative;
  background-color: #0084c4;
  padding-bottom: 60px;
  /*margin-top: 40px;*/
}
.footer_outer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: url('../img/blure.png') 50% bottom no-repeat;
}
.footer_outer > * {
  position: relative;
  z-index: 5;
}
.footer_inner {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 24px 7px 33px;
}
.footer_inner .footer_menu_col {
  float: left;
    width: 162px;
}
.footer_inner .footer_menu_col a {
  color: #f4f4f4;
  font: normal 13px 'PT Sans';
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
    max-width: 143px;
    margin-bottom: -1px;
    padding:4px 12px 5px;
}

.footer_inner .footer_menu_col li:first-child a span {
	border-bottom: 1px solid #7ebedc;
}
.footer_inner .footer_menu_col a span {
    border-bottom: none;
}

.footer_inner .footer_menu_col a.section_title {
  font: normal 17px/21px 'PT Sans Bold';
  padding: 5px 12px;
  margin-bottom: 18px;
}
.footer_inner .footer_menu_col a:hover {
  background: #0072ab;
}
.footer_inner .footer_menu_col a:hover span:after {
  border: 0;
}
.footer_info {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
  /*border-top: 1px solid #5eb1d3;*/
  color: #FFF;
  /*padding-top: 18px;*/
  overflow: hidden;
}
.footer_info .copyright {
  font: normal 17px 'PT Sans Bold';
  padding-top: 4px; /*8px*/
  display: inline-block;
}
.ycacopy{
	display: block;
	padding-top: 0px;
	font-size: 14px;
}
.ycacopy a{
	color: #fff;
	text-decoration: none;
}
.footer_info .contact {
  float: right;
}
.footer_info .contact > span {
  padding: 0 23px;
  border-left: 1px dashed #5eb1d3;
}
.footer_info .contact > span:first-child {
  border: 0;
}
.footer_info .contact .phone {
  font: bold 37px/43px 'PT Sans Narrow Bold';
  margin-top: 6px;
  display: inline-block;
}
.footer_info .contact .email {
  padding-top: 7px;
  display: inline-block;
}
.footer_info .contact .email .send_order {
  font: normal 14px 'PT Sans';
  padding-left: 14px;
  height: 16px;
  background: url('../img/phone.png') left center no-repeat;
  cursor: pointer;
}
.footer_info .contact .email .send_order .border{
    border-bottom: 1px dotted #FFF;
}

.footer_info .contact .email .send_order:hover .border {
    border-bottom: 0;
}

.footer_info .contact .email_text {
  width: 100%;
  display: block;
  font: normal 16px 'PT Sans Bold';
  color: #FFF;
    margin-top: 3px;
}
.footer_info .contact .email_text:hover {
  text-decoration: none;
}
.footer_info .contact .social {
  padding-right: 0;
  padding-top: 13px;
  display: inline-block;
}
.footer_info .contact .social .icon {
  width: 31px;
  height: 31px;
  background: url('../img/icon_social.png') center no-repeat;
  display: inline-block;
}
.footer_info .contact .social .icon.vk {
  background-position: -31px center;
}
.footer_info .contact .social .icon.fb {
  background-position: 0 center;
}
.footer_info .contact .social .icon.tw {
  background-position: -62px center;
}
.footer_info .contact .social .icon:hover {
  opacity: 0.6;
}
/*.main_page_news {
  padding-bottom: 20px;
  margin-bottom: 32px;
}*/
.main_products-list-outer {
  width: 100%;
  background: #dcdcdc;
  padding-top: 17px;
  padding-bottom: 12.5px;
}
.main_products-list-inner {
  width: 967px;
  margin: 0 auto;
}
.main_support_outer {
  width: 100%;
  clear: both;
  background: #dcdcdc;
  padding-top: 17px;
  padding-bottom: 12.5px;
  /*margin-bottom: 17px;*/
  margin-top: 12.5px;
  display: inline-block;
}
.main_support_inner {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 15px;
}
.main_support_inner .section_title {
  /*margin-top: 19px;*/
}
.main_support_inner .item {
  font-size: 16px;
  font-family: "PT Sans Bold";
  color: rgb(84, 84, 84);
  line-height: 1.125;
  text-align: left;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 236px;
  height: 72px;
  /*padding: 6px 0;*/
  margin-left: 6px;
  box-sizing: border-box;
  /*color: #075d93;*/
  /*font: normal 18px 'PT Sans Bold';*/
  /*display: table;*/
  /*text-align: center;*/
  text-decoration: none;
  float: left;
  z-index: 5;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_support_inner .item:first-child {
  margin-left: 0;
}
.main_support_inner .item:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.main_support_inner .item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_support_inner .item:hover:after {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.main_support_inner .item img {
  display: inline;
  float: left;
  /*max-width: 46px;
  height: auto;*/
  margin: 13px 20px 13px 25px;
}
.main_support_inner .item span {
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
  padding-top: 27px;
}
.good {
  width: 212px;
  padding: 11px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
 /* Фикс вертикального отображения связанных продуктов в товарах */
  /*width: 250px;*/ 
	float:left; 
}
.good:hover .hover_clone {
  display: block;
}
.good .img {
  height: 150px;
  line-height: 150px;
  clear: both;
  text-align: center;
}
	.good .img img{
		display: inline;
		margin: 0;
		vertical-align: middle;
	}
.good .name {
  color: #003d64;
  font: normal 15px 'PT Sans Bold';
  text-decoration: underline;
  width: 100%;
  clear: both;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 10px;
}
.good .description {
  font: normal 15px/17px 'PT Sans Narrow';
}
.good .new_request,
.b-stdbtn{
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 30px 0 6px 0px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background-image: -moz-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5420', endColorstr='#FF9657', GradientType=0);
  color: #FFF;
  text-align: center;
  font: normal 16px/40px 'PT Sans Bold';
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}
.good .new_request span,
.b-stdbtn span{
  position: relative;
  z-index: 5;
}
.good .new_request:hover,
.b-stdbtn:hover{
	box-shadow: 1px 7px 9px -4px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 1px 7px 9px -4px rgba(0,0,0, 0.2);
    -moz-box-shadow: 1px 7px 9px -4px rgba(0,0,0, 0.2);
}
.good.hover_clone {
  background-color: #f2f2f2;
  position: absolute;
  display: none;
  z-index: 300;
  top: 0px;
  left: 0px;
}
.good.hover_clone .name {
  text-decoration: none;
  color: #ff3c00;
}
.good.hover_clone.hover {
  display: block;
}
.bx-wrapper .good:hover .hover_clone {
  display: block;
}
.bx-wrapper .hover_clone {
  background-color: #f2f2f2;
  position: absolute;
  display: none;
  z-index: 300;
  top: 0px;
  left: 0px;
}
.bx-wrapper .hover_clone .name {
  color: #ff3c00;
  text-decoration: none;
}
.bx-wrapper .hover_clone.hover {
  display: block;
}
.item_list .good {
  float: left;
}
.main_items_slider {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
  /*padding-bottom: 95px;*/
  /*padding-bottom: 20px;*/
  /*margin-bottom: 15px;*/
  margin-top: 17px;
/*border-bottom: 1px solid #cdcdcd;*/
}
.items_slider {
  width: auto;
  clear: both;
  position: relative;
  margin-top: -3px;
}
.items_slider .section_title {
  position: relative;
  display: inline-block;
  clear: both;
}
.items_slider .controls {
  width: 78px;
  position: absolute;
  top: -11px;
  right: -88px;
}
.items_slider .controls .prev,
.items_slider .controls .next {
  position: absolute;
  top: 0;
  width: 38px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  z-index: 20;
}
.items_slider .controls .prev:hover,
.items_slider .controls .next:hover {
  background-color: #f2f2f2;
}
.items_slider .controls .prev a,
.items_slider .controls .next a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.items_slider .controls .prev {
  left: 0;
  background-image: url('../img/galleryGoodPrev.png');
}
.items_slider .controls .next {
  right: -4px;
  background-image: url('../img/galleryGoodNext.png');
}
.items_slider_detailpage{
	margin-top: 21px;
}
.detail-gallery-slider-button_disabled{
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

.content_outer {
  width: 100%;
  margin-top: 17px;
}
.content_inner {
  width: 1000px;
  padding: 0 19px;
  box-sizing: border-box;
  margin: 0 auto;
  font: normal 14px/21px 'PT Sans';
}


.content_inner.without-padding {
  padding: 0;
}
.content_inner .b-content-column {
  box-sizing: border-box;
  width: 250px;
}
.content_inner .b-content-column_left {
  width: 269px;
  padding-right: 19px;
  margin-top: 6px;
  float: left;
}
.content_inner .b-content-column_right {
  width: 240px;
  margin-top: 3px;
  padding-right: 38px;
  float: right;
}
.content_inner .b-content-column .without_icon {
  padding-left: 47px;
}
.content_inner .b-content-column .content_block_menu {
    margin-top: -13px;
}
.content_inner .b-content-column .content_block_menu li {
    margin-top: 10px;
}
.content_inner .b-content-column .content_block_menu li:first-child {
    margin-top: 0px;
}
.content_inner .b-content-column .point_icon {
  display: inline-block;
  margin-right: 13px;
  position: relative;
    float: left;
}
.content_inner .b-content-column .point_icon img {
  position: relative;
  top: 11px;
  width: 34px;
  height: 34px;
}
.content_inner .b-content-column .section {
  font: normal 15px 'PT Sans';
}
.content_inner .b-content-column .section .text {
    position: relative;
    top:18px;
    max-width: 203px;
    display: inline;
}
.content_inner .b-content-column .active .section {
  position: relative;
  text-decoration: none;
}
.content_inner .b-content-column .active .section .text:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: 4px;
  right: -8px;
  background: url('../img/news_link.png') center no-repeat;
}
.content_inner .b-content-column .submenu {
  padding-left: 57px;
    margin-top: 20px;
}
.content_inner .b-content-column .submenu li {
  margin: 0;
    margin-bottom: -2px;
}
.content_inner .b-content-column .submenu a {
  color: #4a4a4a;
  font: normal 13px/17px 'PT Sans';
  padding: 4px 20px 5px 7px;
  display: inline-block;
}
.content_inner .b-content-column .submenu a.active {
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  background: #f2f2f2;
}
.content_inner .b-content-column .submenu a.active:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: -1px;
  right: -5px;
  background: url('../img/news_link.png') center no-repeat;
}
.content_inner .b-content-column .good {
  background: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 1px;
  display: inline-block;
}
.content_inner .b-content-column .good .name {
  text-align: center;
}
.content_inner .b-content-column .good .new_request {
  margin-top: 20px;
}
.content_inner .b-content-column button {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  /*border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;*/
  padding: 0;
  margin: 30px 0 6px 0px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  bottom: 0;
  cursor: pointer;
  /*background: #00aee5;*/
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #00aee5 0%, #0067bb 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aee5), color-stop(100%, #0067bb));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #00aee5 0%, #0067bb 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #00aee5 0%, #0067bb 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #00aee5 0%, #0067bb 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, #00aee5 0%, #0067bb 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aee5', endColorstr='#0067bb', GradientType=0);*/
  /* IE6-9 */
  /*color: #FFF;*/
  background: #00aee5;
  background-image: -moz-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5420', endColorstr='#FF9657', GradientType=0);
  color: #fff;
  text-align: center;
  font: normal 16px/40px 'PT Sans Bold';
}
.content_inner .b-content-column button span {
  position: relative;
  z-index: 5;
}
.content_inner .b-content-column button:after {
  content: '';
  position: absolute;
  /*background: url('../img/button_hover.png') center bottom repeat-x;*/
  background-color: #ff9657;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
}
.content_inner .b-content-column button:hover:after {
  opacity: 1;
  visibility: visible;
}
.content_inner .b-content-column button.item-testing-btn__vesr{
	margin-left: 16px; 
}

.content_inner .content_text {
  padding-bottom: 35px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.content_inner .content_text.left_border {
  border-left: 1px dashed #d3d3d3;
  padding-left: 37px;
  width: 652px;
}
.content_inner .content_text.right_border {
  border-right: 1px dashed #d3d3d3;
  padding-right: 25px;
  width: 667px;
}
.category_item_list {
  margin-top: 70px;
}
.category_item_list .item {
  width: 50%;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 8px;
  box-sizing: border-box;
  float: left;
  background: none !important;
}
.category_item_list .item:hover {
  border-color: #ebebeb;
}
.category_item_list a {
  display: table;
  color: #003d64;
  font: normal 14px/20px 'PT Sans';
}
.category_item_list a img {
  margin-right: 24px;
  border-radius: 50%;
}
.category_item_list a span {
  display: table-cell;
  vertical-align: middle;
}
.content_text img {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
.content_text ul {
  margin-bottom: 21px;
}
.content_text ul li {
  margin-left: 34px;
  position: relative;
}
.content_text ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: url('../img/list_dotted.png') center no-repeat;
  left: -10px;
  top: 9px;
}
.content_text ul.geolocation-feedback_wrapper li:before{
  content: none;
}
.content_text li ul {
	margin-bottom: 0;
}

.content_text ol {
	margin-bottom: 21px;
	padding-inline-start: 34px;
}


.download-file {
  width: 100%;
  display: inline-block;
}
.download-file a {
  min-height: 40px;
  padding-left: 70px;
  margin-right: 50px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  font: normal 13px 'PT Sans';
  margin-bottom: 20px;
}
.download-file a span {
  position: relative;
  top: 13px;
  display: inline;
  border-bottom: 1px dotted #075d93;
}
.download-file a:hover span {
  border: none;
}
.download-file a:hover.file {
  opacity: 0.6;
}
.download-file a.pdf {
  background: url('../img/pdf.png') 21px center no-repeat;
}
.download-file a.gear {
  background: url('../img/gears.png') 21px center no-repeat;
}
.download-file a.rar {
	background: url('../img/rar.png') 21px center no-repeat;
}
.download-file a.zip {
	background: url('../img/zip.png') 21px center no-repeat;
}
.download-file a.doc {
	background: url('../img/doc.png') 21px center no-repeat;
}
.download-file_col a {
  width: 100%;
}
.download-file_left {
  background-position: left center;
}
.link_col {
  width: 33%;
  float: left;
  padding-right: 21px;
  display: inline-block;
  box-sizing: border-box;
}
.link_col .link_catalog {
  width: 100%;
  padding: 29px 0px 23px 68px;
  box-sizing: border-box;
}
.link_col .link_catalog a {
  color: #4a4a4a;
  text-decoration: underline;
}
.link_col .link_catalog a:hover {
  color: #003d64;
  text-decoration: none;
}
.link_col .link_catalog .section {
  background: none;
  position: relative;
  font: normal 13px/23px 'PT Sans';
  text-transform: uppercase;
  text-decoration: underline;
}
.link_col .link_catalog .section a {
  color: #003d64;
}
.link_col .link_catalog .section_icon {
  position: absolute;
  width: 56px;
  height: 56px;
  left: -69px;
  top: -28px;
}
.link_col .link_catalog .item {
  margin: 2px 0 0 16px;
}
.link_col .link_catalog .sub_item {
  margin-left: 24px;
  margin-top: 4px;
  padding-left: 10px;
  line-height: 17px;
  background: url('../img/list_dotted.png') left 9px no-repeat;
}
.news-archive {
  position: relative;
}
.news-archive .years {
  border-top: 1px solid #2596c3;
  float: left;
  position: relative;
  margin: 10px 0px 0 0;
  padding: 13px 8px 0;
}
.news-archive .years a {
  position: relative;
  background: none;
  margin-left: 16px;
  color: #565656;
  font: normal 13px 'PT Sans';
  display: inline-block;
  padding: 6px 8px 4px;
  text-decoration: none;
}
.news-archive .years a:first-child {
  margin-left: 0px;
}
.news-archive .years a span {
  position: relative;
}
.news-archive .years a span:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted #565656;
}
.news-archive .years a:hover span:after {
  display: none;
}
.news-archive .years a.active {
  background: #f2f2f2;
  border-radius: 3px;
  color: #003d64;
  font: normal 14px 'PT Sans Bold';
  position: relative;
}
.news-archive .years a.active span:after {
  display: none;
}
.news-archive .years a.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: url('../img/arrow_down.png') center no-repeat;
  bottom: -11px;
  left: 0px;
}
.news-archive .years a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: url('../img/list_dotted.png') center no-repeat;
  top: -16px;
  left: 0;
}
.news-archive .years a.active:before{
	top: -15px;
}
.news-archive .form_box {
  width: 272px;
  margin-left: 47px;
  float: left;
  position: relative;
  top: -5px;
}
.news-archive .form_box input[type='text'],
.news-archive .form_box select {
  width: 100%;
  background: #f2f2f2;
  height: 31px;
  padding-left: 12px;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  border-radius: 3px;
  color: #727272;
  font: normal 13px/30px 'PT Sans';
}
.news-archive .form_box input[type='submit'] {
  width: 39px;
  height: 24px;
  border: 2px solid #003d64;
  border-radius: 3px;
  color: #003d64;
  position: absolute;
  right: 4px;
  bottom: 3px;
  background: none;
}
.news-archive .form_box label {
  width: 100%;
  clear: both;
  display: block;
  color: #4a4a4a;
  font: normal 14px 'PT Sans';
  margin-bottom: 9px;
}
.news_list {
  width: 100%;
  display: inline-block;
  margin: 57px 0 53px;
}
.news_list_articlemod{
	margin: 0;
}
.news_list .item {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-top: 46px;
  border-radius: 5px;
  padding: 25px 23px;
}
.news_list .item:first-child {
  margin-top: 0px;
}
.news_list .item .date {
  width: 136px;
  float: left;
}
.news_list .item .content {
  padding-left: 136px;
}
.news_list .item .content .title {
  display: block;
  color: #0f0f0f;
  font: normal 19px/21px 'PT Sans Bold';
  margin-bottom: 8px;
  text-decoration: none;
}
.news_list .item .content .preview_text {
  display: inline-block;
  font: normal 14px/18px 'PT Sans';
  text-decoration: none;
  color: #545454;
  position: relative;
}
.news_list .item .content .preview_text:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: -1px;
  right: -3px;
  background: url('../img/news_link.png') center no-repeat;
}
.news_list .item:hover {
  background: #f2f2f2;
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination a {
  font: normal 14px 'PT Sans Bold';
  color: #545454;
  text-decoration: none;
  padding: 5px 10px 4px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #003d64;
}
.pagination a.active {
  color: #003d64;
  background: #f2f2f2;
}
.pagination a.arrow {
  background: url('../img/arrow_right.png') center no-repeat;
}
.detail_gallery {
  position: relative;
}
.detail_gallery .img {
  width: 250px;
  height: 250px;
  line-height: 247px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.detail_gallery .img img {
  max-width: 250px;
  max-height: 250px;
  display: inline-block;
  vertical-align: middle;
}
.detail_gallery .img:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  right: 0;
  bottom: 0;
  background: url('../img/zoom_hover.png') center no-repeat;
  display: none;
}
.detail_gallery .img:hover:after {
  display: block;
}
.detail_gallery_slider {
  position: relative;
  z-index: 5;
  margin-top: 9px;
}
.detail_gallery_slider li {
  border: 1px solid transparent;
  cursor: pointer;
  width: 82px;
  height: 82px;
  box-sizing: border-box;
  text-align: center;
  line-height: 77px;
}
.detail_gallery_slider li img {
  display: inline-block;
  vertical-align: middle;
}
.detail_gallery_slider li:hover {
  border: 1px solid #cbcbcb;
}
.detail_gallery_slider .active {
  border: 1px solid #cbcbcb;
}
.detail_gallery_slider .active img {
  opacity: 0.5;
}
.detail_gallery .controls {
  position: relative;
  width: 100%;
}
.detail_gallery .controls .next,
.detail_gallery .controls .prev {
  width: 35px;
  height: 62px;
  position: absolute;
  bottom: 10px;
}
.detail_gallery .controls .next a,
.detail_gallery .controls .prev a {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: inline-block;
}
.detail_gallery .controls .next a.disabled,
.detail_gallery .controls .prev a.disabled {
  display: none;
}
.detail_gallery .controls .next a:hover,
.detail_gallery .controls .prev a:hover {
  background-color: #f2f2f2;
}
.detail_gallery .controls .next {
  right: 0;
}
.detail_gallery .controls .next a {
  background: url('../img/galleryGoodNext.png') center no-repeat;
  right: 0;
}
.detail_gallery .controls .prev {
  left: 0;
}
.detail_gallery .controls .prev a {
  background: url('../img/galleryGoodPrev.png') center no-repeat;
  left: 0;
}
.subscribe_block {
  color: #075d93;
  min-height: 21px;
  cursor: pointer;
  display: inline-block;
}
.subscribe_block:hover .text {
  border: 0;
}
.subscribe_block .text {
  font: normal 13px 'PT Sans';
  border-bottom: 1px dotted #075d93;
}
.subscribe_block .icon {
  top: 5px;
  margin-left: 6px;
}
.column_title {
  position: relative;
  left: -1px;
  font: normal 17px 'PT Sans Bold';
  color: #4a4a4a;
  text-transform: uppercase;
  margin-top: 28px;
}
.column_title:first-child {
  margin-top: 0;
}
.doc_block {
  position: relative;
  width: 270px;
  box-sizing: border-box;
  left: -10px;
  padding: 12px 15px 26px;
  margin-top: 25px;
  background: #f2f2f2;
  border-radius: 5px;
}
.doc_block .download-file {
  margin-top: 16px;
}
.doc_block .download-file a {
  margin: 0 0 12px;
  padding-left: 49px;
  background-position: left center;
}
.news_col {
  margin-top: 38px;
}
.news_col .section_title {
  margin-bottom: 38px;
}
.news_col .item {
  margin-top: 21px;
  margin-bottom: -1px;
}
.news_col .preview_text {
  position: relative;
  display: inline-block;
  color: #545454;
  font: normal 14px 'PT Sans';
  text-decoration: none;
}
.news_col .preview_text:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: -1px;
  right: -3px;
  background: url('../img/news_link.png') center no-repeat;
}
.news_col .preview_text:hover {
  color: #075d93;
  text-decoration: underline;
}
.b-newselement__gallery{
	margin: 80px -4px 20px;/*vogood 26.10.18*/
	font-size: 0;
	line-height: 1;
}
/*vogood 26.10.18*/
.b-newselement__gallery.items_slider .controls{  
	top: -63px;
    right: -2px;
}
.e-newselement__gallery{
	display: inline-block;
	margin: 4px 4px;
	width: 186px;
	height: 120px;
	overflow: hidden;
}
.e-newselement__gallery img{vertical-align: top; margin: 0;}
.b-newselement__gallery_narrow .e-newselement__gallery{
	width: 160px;
	height: 110px;
}

.detail_page_links {
  right: -8px;
  top: 2px;
}
.detail_page_links a {
  border-radius: 3px;
  padding: 0 12px;
  min-height: 31px;
  display: inline-block;
  line-height: 31px;
  margin-left: 5px;
}
.detail_page_links a:hover {
  background: #f2f2f2;
}

.l-detail_page_title{

}
	.l-detail_page_title__right{
		float: right;
	}
	.l-detail_page_title__left{
		overflow: hidden;
	}

.tabs {
  position: relative;
  margin-top: 3px;
}
.tabs__selector {
  position: absolute;
  width: 16px;
  height: 9px;
  background: #ffffff url('../img/tabs_selector.png') center no-repeat;
  bottom: -2px;
  left: 40px;
  z-index: 10;
  margin-left: -48px;
}
.tabs__header {
  border-spacing: 0;
  margin-left: -44px;
  position: relative;
  font-size: 0;
}
.tabs__header__wrapper {
  position: relative;
  margin-bottom: 22px;
  border-bottom: 2px solid #cbcbcb;
  left: -9px;
}
.tabs__header_have-max .tabs__header__item {
  max-width: 115px;
}
.tabs__header__item {
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 22px;
  display: inline-block;
  margin-left: 44px; /* ref #241814 - убрали проектные партнеры */
  /* margin-left: 16px; */ /* ref #241346 - добавили зарубежные партнеры */
  font-size: 14px;
}

.tabs__header__item:first-child{
	margin-left: 44px; 
}

@media(max-width: 468px){

	.tabs__header__item:first-child{
		margin-left: 0; 
	}
}
.tabs__header__item_b {
  vertical-align: middle;
  padding: 3px 9px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.tabs__header__item_b:hover {
  background: #f2f2f2;
}
.tabs__header__item_b:hover > * {
  border: 0;
  color: #003d64;
}
.tabs__header__item_b.active {
  background: #f2f2f2;
}
.tabs__header__item_b.active > * {
  color: #003d64;
  border: 0;
}
.tabs__header__item__name {
  border-bottom: 1px dotted #4a4a4a;
}
.tabs__content__block {
  display: none;
}
.tabs__content__title {
  color: #4a4a4a;
  font: normal 17px/20px 'PT Sans Bold';
}
.tabs__content .file_docs {
  color: #075d93;
  font: normal 13px 'PT Sans';
  margin-bottom: 42px;
}
.tabs__content .file_docs .file {
  width: 100%;
  text-decoration: none;
  min-height: 60px;
  box-sizing: border-box;
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 70px;
}
.tabs__content .file_docs .file.pdf {
  background: url('../img/pdf.png') 21px center no-repeat;
}
.tabs__content .file_docs .file.gear {
  background: url('../img/gears.png') 21px center no-repeat;
}
.tabs__content .file_docs .file.rar {
  background: url('../img/rar.png') 21px center no-repeat;
}
.tabs__content .file_docs .file.zip {
  background: url('../img/zip.png') 21px center no-repeat;
}
.tabs__content .file_docs .file.doc {
  background: url('../img/doc.png') 21px center no-repeat;
}
.tabs__content .file_docs .file .name {
  position: relative;
  top: 13px;
  border-bottom: 1px dotted #4a4a4a;
}
.tabs__content .file_docs .file:hover .name {
  border-bottom: 0;
}
.js-baloonRight {
  position: relative;
}
.js-baloonRight:hover .baloon {
  visibility: visible;
  opacity: 1;
}

.baloon {
  position: absolute;
  left: -1%;
  color: #f4f0ce;
  font-size: 13px;
  line-height: 16px;
  background: #555;
  z-index: 50;
  min-width: 262px;
  height: 73px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.baloon:before {
  content: '';
  position: absolute;
  min-width: 29px;
  height: 100%;
  background: url('../img/baloon_background.png') left center no-repeat;
  background-size: contain;
  left: -26px;
  top: 0;
}

.slider_for_detail {
  top: 13px;
  /*margin-left: -6px;*/
  list-style: none;
  position: relative;
}
	.content_text ul.slider_for_detail li{
		margin-left: 0;
		float: Left;
	}
	.content_text ul.slider_for_detail li:before{
		display: none;
	}

.load_more {
  color: #075d93;
  font-size: 13px;
  text-align: center;
  margin-top: 11px;
}
.load_more .center {
  padding: 0 11px 2px 5px;
  background: #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.load_more .center:hover .text {
  border: 0;
}
.load_more .text {
  text-align: left;
  border-bottom: 1px dotted #075d93;
}
.plus {
  position: relative;
  width: 14px;
  height: 14px;
  top: 4px;
  display: inline-block;
  box-sizing: border-box;
}
.plus_white {
  width: 20px;
  height: 14px;
  top: 2px;
  background: #FFF;
  border: 2px solid #114a6e;
  border-radius: 3px;
  margin-right: 5px;
}
.plus:before,
.plus:after {
  content: '';
  position: absolute;
  background: #114a6e;
}
.plus:before {
  width: 6px;
  height: 2px;
  left: 5px;
  top: 4px;
}
.plus:after {
  width: 2px;
  height: 6px;
  left: 7px;
  top: 2px;
}
.all_news {
  margin-top: 14px;
}
.all_news a {
  text-decoration: none;
}
.all_news a .text {
  text-decoration: underline;
}
.all_news a:hover .text {
  text-decoration: none;
}
.hidden_files {
  display: none;
}
.styled_select {
  width: 273px;
  background: #f2f2f2;
  height: 31px;
  padding-left: 12px;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  border-top: 1px solid #bababa;
  border-radius: 3px;
  color: #727272;
  font: normal 13px/30px 'PT Sans';
  margin-right: 45px;
}
.b-dealers,.b-dealers-new {
  width: 100%;
  margin-top: 46px;    
    /*font-size: 0;*/
}
.b-dealers_filter {
  margin-top: 23px;
  display: inline-block;
}
.e-dealers {
  width: 50%;
  float: left;
    /*display: inline-block;
    vertical-align: top;*/
  padding-right: 44px;
  box-sizing: border-box;
  margin-bottom: 68px;
}
.e-dealers__logo {
  width: 151px;
  height: 151px;
  box-sizing: border-box;
  /* border: 1px solid #dfdfdf; */
  border-radius: 5px;
  background-color: #FFF;
  line-height: 149px;
  text-align: center;
  float: left;
}
.e-dealers__logo img {
  max-width: 149px;
  max-height: 149px;
  vertical-align: middle;
}
.e-dealers__info {
  margin-left: 174px;
  margin-top: 11px;
  padding-left: 7px;
}
.e-dealers__name {
  font: normal 19px/21px 'PT Sans Bold';
  color: #0f0f0f;
  margin-bottom: 9px;
}
.e-dealers__description {
  font: normal 12px/17px 'PT Sans';
  color: #545454;
}
.e-dealers__contact {
  margin-top: 13px;
  padding-top: 14px;
  border-top: 1px dashed #d3d3d3;
}
.e-dealers__address {
  color: #003d64;
  font: normal 13px/16px 'PT Sans';
  margin-bottom: 8px;
}
.e-dealers__param {
  text-transform: uppercase;
  font: normal 13px/20px 'PT Sans Bold';
  color: #003d64;
}
.e-dealers__param_name {
  color: #a2a2a2;
  margin-right: 5px;
}
.e-metka {
  background: url('../img/metka.png') left center no-repeat;
  color: #003d64;
  font: normal 14px/41px 'PT Sans Bold';
  padding-left: 46px;
  height: 41px;
  margin-bottom: 20px;
}
.e-metka__separator {
  color: #a2a2a2;
}

.e-metka__time {
  background: url('../img/time.png') left center no-repeat;
  color: #003d64;
  font: normal 14px/41px 'PT Sans Bold';
  padding-left: 46px;
  height: 41px;
  margin-bottom: 20px;
}
.e-contact__content {
  letter-spacing: 0;
}
.e-contact__content a {
  color: #003d64;
}
.e-contact__info {
  width: 381px;
  min-height: 444px;
  box-sizing: border-box;
  border-top: 1px dashed #d3d3d3;
  padding: 31px 0 127px;
  float: left;
  position: relative;
}
.e-contact__group {
  width: 100%;
  clear: both;
  font: normal 13px 'PT Sans Bold';
  text-transform: uppercase;
  display:flex;
}
.e-contact__group_margin {
  margin-bottom: 20px;
}
.e-contact__group-name {
  color: #a2a2a2;
  float: left;
  width: 212px;
  padding-left: 45px;
  box-sizing: border-box;
}

.e-contact__group-list {
  display: inline-block;
}

.e-contact__group-list.group-email {
 text-transform: none;
}

.e-contact__group-value {
  color: #003d64;
  margin-bottom: 3px;
}
.e-contact__button {
  border-top: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
  padding: 24px 43px 19px;
  margin-top: 19px;
  position: absolute;
  bottom: 0;
  width: 381px;
  box-sizing: border-box;
}
.e-contact__button button {
  margin-top: 0px;
  height: 52px;
}
.e-contact__button button:after {
  height: 52px;
}
.e-contact__map {
  width: 559px;
  height: 444px;
  margin-left: 402px;
}
.e-contact__map > div {
  width: 559px;
  height: 444px;
}
.b-catalog-switch {
  width: 86px;
  height: 32px;
  padding: 7px 11px;
  box-sizing: border-box;
  background: #ebebeb;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.e-catalog-switch {
  width: 22px;
  height: 16px;
  background: #565656 url('../img/catalog_switch.png') left center no-repeat;
  cursor: pointer;
  display: inline-block;
}
.e-catalog-switch_block {
  background-position: left center;
  margin-right: 15px;
}
.e-catalog-switch_table {
  background-position: right center;
}
.e-catalog-switch.active {
  background-color: #00a1cc;
  position: relative;
}
.e-catalog-switch.active:before {
  content: '';
  position: absolute;
  border: 3px solid transparent;
  border-top: 3px solid #00a0cb;
  left: 9px;
  bottom: -9px;
}
.b-catalog-table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  width: 661px;
  color: #545454;
  font: normal 13px/17px 'PT Sans Narrow';
  text-align: center;
  margin-top: 36px;
  border-collapse: collapse;
  border-spacing: 0;
}
.b-catalog-table th {
  font: normal 14px/25px 'PT Sans Bold';
  background: #e3f2f6;
  height: 25px;
  color: #003d64;
  /*min-width: 83px;*/
  border-left: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
}
.b-catalog-table th:first-child {
  border: none;
  background: none;
  min-width: 141px;
}
.b-catalog-table tr {
  min-height: 86px;
}
.b-catalog-table td {
  vertical-align: middle;
}
.b-catalog-table td span {
  min-height: 86px;
  display: table;
}
.b-catalog-table td span a {
  vertical-align: middle;
  display: table-cell;
}
.e-catalog-table__item-name {
  color: #003d64;
  font: normal 14px 'PT Sans Bold';
  text-align: left;
}
.e-catalog-table__border {
  height: 5px;
  position: relative;
}
.e-catalog-table__border:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.e-catalog-table__item-line td:first-child {
  border-radius: 5px 0 0 5px;
  padding-left: 17px;
}
.e-catalog-table__item-line td:last-child {
  border-radius: 0 5px 5px 0;
}
.e-catalog-table__item-line:hover {
  background: #f2f2f2;
}
.b-catalog-block {
  border-top: 1px solid #e7e7e7;
  padding-top: 6px;
  margin-top: 15px;
}
.b-subscribe {
  position: absolute;
  top: 4px;
  left: 123px;
  white-space: nowrap;
  line-height: 16px;
}
.b-subscribe_news-short{
	position: static;
	display: inline-block;
	margin-top: 4px;
	margin-left: 15px;
}
.e-subscribe {
  text-decoration: none;
}
.e-subscribe__text {
  border-bottom: 1px dotted #003d64;
}
.e-subscribe__text:hover {
  border: 0;
}
.b-search-result {
  position: relative;
  left: -19px;
}
.e-search-result__title {
  font: normal 26px/30px 'PT Sans Narrow Bold';
  color: #4a4a4a;
  border-radius: 5px;
  padding: 4px 62px 5px 18px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.e-search-result__title span {
  position: relative;
}
.e-search-result__title span:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  border-bottom: 1px dotted #4a4a4a;
}
.e-search-result__title_active {
  background: #f2f2f2;
}
.e-search-result__title_active span:after {
  border: 0;
}
.e-search-result__title:hover span:after {
  border: 0;
}
.e-search-result__title:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 15px;
  top: 13px;
  right: 19px;
  background: url('../img/arrow2_down.png') center no-repeat;
}

.e-search-result__title_active:after {
    background: url('../img/arrow2_up.png') center no-repeat;
}

.e-search-result-list__item {
  display: block;
  text-decoration: none;
  padding: 20px 19px 18px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.e-search-result-list__item:hover {
  background: #f2f2f2;
}
.e-search-result-list__item:hover .e-search-result-list__title {
  color: #003d64;
}
.e-search-result-list__title {
  color: #0f0f0f;
  font: normal 19px/21px 'PT Sans Bold';
  margin-bottom: 8px;
}

.e-search-result-list__item_section{
	display: inline-block;
	background: #f2f2f2;
}
.e-search-result-list__item_section .e-search-result-list__title{
	color: #003d64;
	margin-bottom: 0;
}

.e-search-result-list__item_section:hover{
	background: transparent;
}
	.e-search-result-list__item_section:hover .e-search-result-list__title{
		color: #0f0f0f;
	}

.e-search-result-list__text {
  color: #545454;
  font: normal 14px/18px 'PT Sans';
  position: relative;
}
.e-search-result-list__text:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 6px;
  height: 9px;
  bottom: -1px;
  right: -3px;
  background: url('../img/news_link.png') center no-repeat;
}
.b-knowledge-base-help {
  background: #2495c3;
  color: #FFF;
  font: normal 14px/16px 'PT Sans';
  text-transform: none;
  border-radius: 5px;
  padding: 17px 17px 21px 21px;
  box-sizing: border-box;
  top: -15px;
  position: relative;
}
.b-knowledge-base-help:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 34px;
  left: -9px;
  top: 13px;
  background: url('../img/info_block_arrow.png') center no-repeat;
}
.b-knowledge-base-help p {
  margin-bottom: 12px;
}
.e-knowledge-base-help__form {
  position: relative;
  margin-top: 25px;
}
.e-knowledge-base-help__form_line{
	margin-top: 4px;
}
.e-knowledge-base-help__input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  font: normal 17px/48px 'PT Sans';
  text-indent: 14px;
}
.e-knowledge-base-help__submit {
  position: absolute;
  width: 52px;
  cursor: pointer;
  height: 48px;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: url('../img/search_button2.png') center no-repeat;
}
.b-base-tabs {
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 28px 0;
  margin-top: 10px;
}
.e-base-tabs__header {
  width: 949px;
  border-bottom: 2px solid #cbcbcb;
  padding-left: 13px;
}
.e-base-tabs__icon {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: 18px;
}
.e-base-tabs__icon_kbase {
  width: 88px;
  background: url('../img/support_base.png') center no-repeat;
}
.e-base-tabs__icon_dcenter {
  width: 63px;
  background: url('../img/support_center.png') center no-repeat;
}
.e-base-tabs__icon_demo {
  width: 80px;
  background: url('../img/demo_zone.png') center no-repeat;
}
.e-base-tabs__tab {
  width: 277px;
  height: 102px;
  background: #FFF;
  border-radius: 6px 6px 6px 0;
  box-sizing: border-box;
  border: 2px solid #cbcbcb;
  font: normal 18px/102px 'PT Sans Bold';
  color: #075d93;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin-left: 25px;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
}
.e-base-tabs__tab:first-child {
  margin-left: 0;
  z-index: 3;
}
.e-base-tabs__tab:last-child {
  z-index: 1;
}
.e-base-tabs__tab:before {
  content: '';
  width: 317px;
  height: 2px;
  background: #cdcdcd;
  position: absolute;
  left: -4px;
  bottom: -2px;
  z-index: 5;
}
.e-base-tabs__tab_active {
  z-index: 10 !important;
  cursor: default;
}
.e-base-tabs__tab_active:before {
  width: 307px;
  height: 4px;
  background: #ffffff url('../img/e-base-tabs_active.png') left bottom no-repeat;
}
.e-base-tabs__tab:after {
  content: '';
  position: absolute;
  width: 46px;
  height: 102px;
  right: -41px;
  top: -2px;
  background: url('../img/e-base-tabs_bg.png') center no-repeat;
}
.e-base-tabs__name {
  display: inline-block;
  vertical-align: middle;
}
.b-knowledge-base {
  border-right: 1px dashed #d3d3d3;
  padding-right: 13px;
  width: 681px;
}
.b-knowledge-base__column {
  width: 267px;
  box-sizing: border-box;
  margin-top: 14px;
}
.b-knowledge-base__column_right {
  float: right;
  padding-left: 22px;
}
.b-knowledge-base__column .title {
  color: #4a4a4a;
  font: normal 17px 'PT Sans Bold';
  display: inline-block;
}
.b-knowledge-base__column .title_section {
  position: relative;
  margin-top: 26px;
  margin-bottom: 13px;
}
.b-knowledge-base__column .title_section:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 6px;
  background: url('../img/arrow_down.png') center no-repeat;
  top: 9px;
  right: -11px;
}
.b-knowledge-base__column a {
  display: inline-block;
  color: #075d93;
  font: normal 13px/17px 'PT Sans';
  margin-bottom: 12px;
}
.e-knowledge-base__choose {
  font: normal 17px/20px 'PT Sans Bold';
  width: 100%;
  clear: both;
}
.e-knowledge-base__selectBox {
  margin-top: 18px;
  margin-bottom: 16px;
}
.e-knowledge-base__select {
  width: 219px;
  height: 138px;
  background: #f2f2f2;
  border-radius: 3px;
  font: normal 11px/20px 'PT Sans';
  overflow-y: auto;
  color: #003d64;
  border: 1px solid #e9e9e9;
  border-top: 1px solid #bababa;
  border-bottom: none;
  padding: 2px;
  box-sizing: border-box;
  cursor: default;
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
	position:relative;
}
.e-knowledge-base__select:first-child {
  margin-left: 0;
}
.e-knowledge-base__option {
  padding-left: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.e-knowledge-base__option_active {
  background: #cfe2eb;
}
.e-knowledge-base__header {
  width: 100%;
  min-height: 47px;
  padding: 12px 22px 10px;
  box-sizing: border-box;
  background: #eef4f7;
  font: normal 17px 'PT Sans Bold';
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
.e-knowledge-base__title {
  float: left;
  max-width: 390px;
}
.e-knowledge-base__icons {
  color: #075d93;
  font: normal 13px 'PT Sans';
  position: relative;
  display: inline-block;
  top: -3px;
  right: -9px;
  float: right;
}
.e-knowledge-base__hlink {
  display: inline-block;
  cursor: pointer;
  margin-left: 31px;
  margin-right: 4px;
  position: relative;
}
.e-knowledge-base__hlink:hover .e-knowledge-base__name {
	border-bottom-color: transparent;
}
.e-knowledge-base__hlink:first-child {
  margin-left: 0;
}
a.e-knowledge-base__hlink_hd{
	text-decoration: none;
}
.e-knowledge-base__hlink_hd .e-knowledge-base__name{
	border-bottom: 1px solid;
}
.e-knowledge-base__icon {
  display: inline-block;
  margin-right: 4px;
  top: 2px;
  position: relative;
}
.e-knowledge-base__icon_helpdesc {
  width: 23px;
  height: 19px;
  background: url('../img/help_desc.png') center no-repeat;
}
.e-knowledge-base__icon_communicate {
  width: 22px;
  height: 19px;
  background: url('../img/communicate.png') center no-repeat;
}
.e-knowledge-base__name {
  border-bottom: 1px dotted #003d64;
}
.e-knowledge-base__aqlist {
  padding-left: 24px;
}
.e-knowledge-base__question {
  color: #075d93;
  font: normal 13px 'PT Sans';
  position: relative;
  border-bottom: 1px dotted #003d64;
  cursor: pointer;
  text-decoration: none;
}
a.e-knowledge-base__question{
  text-decoration: none;
}
.e-knowledge-base__question:hover {
  border-bottom: 0;
}
.e-knowledge-base__question:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: #f2f2f2;
  left: -19px;
  top: 1px;
}
.e-knowledge-base__question:after {
  content: '+';
  position: absolute;
  width: 9px;
  height: 9px;
  left: -18px;
  top: -6px;
  font-size: 21px;
  color: #818181;
}
.e-knowledge-base__item {
  margin-bottom: 12px;
}
.e-knowledge-base__item_active .e-knowledge-base__question {
  border-bottom: 0;
}
.e-knowledge-base__item_active .e-knowledge-base__question:before {
  background: #e4eff4;
}
.e-knowledge-base__item_active .e-knowledge-base__question:after {
  content: '-';
  left: -16px;
  top: -7px;
}

.e-knowledge-base__item_single .e-knowledge-base__question{
	cursor: default;
}
.e-knowledge-base__item_single .e-knowledge-base__question:before,
.e-knowledge-base__item_single .e-knowledge-base__question:after{
	display: none;
}
.e-knowledge-base__answer {
  color: #545454;
  font: normal 14px/21px 'PT Sans';
  background: #f2f2f2;
  border-radius: 5px;
  padding: 10px 14px;
  margin-top: 11px;
  margin-bottom: 3px;
  display: none;
}
.e-knowledge-base__answer img{
	display: block;
	width: 100%;
	height: auto;
}

.modal_overlay {
  width: 100%;
  background: rgba(255, 255, 255, 0.7) url('../img/overlay.png') repeat;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}
.modal {
  display: none;
  background: #0486c4;
  position: absolute;
  z-index: 1000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
  padding: 42px 40px;
  top: 0;
  /*left: 50%;*/
  box-sizing: border-box;
  border-radius: 3px;
  color: #FFF;
  /*min-width: 758px;*/
}
.modal.message {
  width: 770px;
}
.modal.header-message {
  width: 410px;
  min-width: 410px;
}
.modal.subscribe{}
.modal .submit {
  border: 0;
  outline: 0;
  border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 46px;
  right: 43px;
  cursor: pointer;
  background: #00aee5;
  background: -moz-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aee5), color-stop(100%, #0067bb));
  background: -webkit-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -o-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -ms-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: linear-gradient(to bottom, #00aee5 0%, #0067bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aee5', endColorstr='#0067bb', GradientType=0);
  color: #fff;
  text-align: center;
  font: normal 17px/40px 'PT Sans Bold';
  width: 245px;
  height: 52px;
  float: right;
}
.modal .submit span {
  position: relative;
  z-index: 5;
}
.modal .submit:after {
  content: '';
  position: absolute;
  background: url('../img/button_hover.png') center bottom repeat-x;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modal .submit:hover:after {
  opacity: 1;
  visibility: visible;
}
.modal .submit-new {
  border: 0;
  outline: 0;
  /*border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;*/
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  /*bottom: 46px;*/
  right: 43px;
  cursor: pointer;
  background: #00aee5;
  /*background-image: -moz-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -o-linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: linear-gradient( 90deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5420', endColorstr='#FF9657', GradientType=0);*/
  background-image: -moz-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  background-image: linear-gradient( 0deg, rgb(255,84,32) 0%, rgb(255,150,87) 100%);
  color: #fff;
  text-align: center;
  /*font: normal 17px/40px 'PT Sans Bold';*/
  width: 156px;
  height: 31px;
  float: right;
}
.modal .submit-new span {
  position: relative;
  z-index: 5;
}
.modal .submit-new:after {
  content: '';
  position: absolute;
  /*background: url('../img/button_hover.png') center bottom repeat-x;*/
  background-color: #ff9657;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modal .submit-new:hover:after {
  opacity: 1;
  visibility: visible;
}
.modal.subscribe .submit{
	right: 137px;
	width: 250px;
}
.modal input[type="text"],
.modal input[type="email"],
.modal input[type="tel"]{
  width: 273px;
  height: 31px;
  text-indent: 9px;
  font: normal 16px/31px 'PT Sans Bold';
  border: 0;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  background: #44a5d0;
  color: #FFF;
  margin-bottom: 14px;
}

.modal input.styled-pleceholder-new,
.modal input.style-pleceholder_product-name {
  width: 100%;
  height: 31px;
  text-indent: 9px;
  font: normal 16px/31px 'PT Sans Bold';
  border: 0;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  background: #44a5d0;
  color: #FFF;
  margin-bottom: 12px;
}
.modal input.style-pleceholder_product-name{
  margin-bottom: 23px;
}
.modal input.styled-pleceholder_phone {
  width: 50%;
}
.modal select {
    width: 273px;
    height: 31px;
    font: normal 16px/31px 'PT Sans';
    border: 0;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    background: #44a5d0;
    color: #FFF;
    margin-bottom: 14px;
	box-sizing: border-box;
	padding-left: 5px;
}
.modal input::-webkit-input-placeholder {
  font: normal 16px/31px 'PT Sans';
  color: #FFF;
}
.modal input:-moz-placeholder {
  font: normal 16px/31px 'PT Sans';
  color: #FFF;
  opacity: 1;
}
.modal input::-moz-placeholder {
  font: normal 16px/31px 'PT Sans';
  color: #FFF;
  opacity: 1;
}
.modal input:-ms-input-placeholder {
  font: normal 16px/31px 'PT Sans';
  color: #FFF;
}
.modal input[type='submit'] {
  border: 0;
  outline: 0;
  border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: #00aee5;
  background: -moz-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aee5), color-stop(100%, #0067bb));
  background: -webkit-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -o-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -ms-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: linear-gradient(to bottom, #00aee5 0%, #0067bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aee5', endColorstr='#0067bb', GradientType=0);
  color: #FFF;
  text-align: center;
  font: normal 17px/40px 'PT Sans Bold';
  width: 245px;
  height: 52px;
  float: right;
  margin: 12px 0 0px 0;
}
.modal input[type='submit'] span {
  position: relative;
  z-index: 5;
}
.modal input[type='submit']:after {
  content: '';
  position: absolute;
  background: url('../img/button_hover.png') center bottom repeat-x;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modal input[type='submit']:hover:after {
  opacity: 1;
  visibility: visible;
}
.modal .e-modal__clode-finish-btn {
  border: 0;
  outline: 0;
  border-top: 1px solid #6bc9f0;
  border-bottom: 1px solid #008ac9;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  /*bottom: 46px;
  right: 43px;*/
  cursor: pointer;
  background: #00aee5;
  background: -moz-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aee5), color-stop(100%, #0067bb));
  background: -webkit-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -o-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: -ms-linear-gradient(top, #00aee5 0%, #0067bb 100%);
  background: linear-gradient(to bottom, #00aee5 0%, #0067bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aee5', endColorstr='#0067bb', GradientType=0);
  color: #fff;
  text-align: center;
  /*font: normal 17px/40px 'PT Sans Bold';*/
  width: 156px;
  height: 32px;
  float: right;
  margin-left: 85px;
  bottom: 39px;
}
.modal .e-modal__clode-finish-btn span {
  position: relative;
  z-index: 5;
}
.modal .e-modal__clode-finish-btn:after {
  content: '';
  position: absolute;
  background: url('../img/button_hover.png') center bottom repeat-x;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.modal .e-modal__clode-finish-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.modal textarea {
  width: 322px;
  min-height: 110px;
  resize: none;
  font: normal 15px/20px 'PT Sans';
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 8px;
  background: #44a5d0;
  color: #FFF;
}
.modal textarea::-webkit-input-placeholder {
  color: #FFF;
}
.modal textarea:-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.modal textarea::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.modal textarea:-ms-input-placeholder {
  color: #FFF;
}
.e-modal__close {
  width: 75px;
  height: 75px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('../img/close_btn-sprite.png') 0 0 no-repeat;
}
.e-modal__close-new {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  background: url('../img/close_btn-sprite-2.png') 0 0 no-repeat;
}
.e-modal__close-new:hover{
  background-position: 0 100%;
}
.e-modal__close:hover{
	background-position: 0 100%;
}
.e-modal__inputs {
  width: 345px;
  float: left;
}
.e-modal__description {
  /*margin: 40px 0px 0 0px;*/
  float: right;
    width: 344px;
}
.e-modal__name-new {
  color: #FFF;
  font: normal 26px/30px 'PT Sans Narrow Bold';
  text-transform: uppercase;
  margin-bottom: 5px;
}
.e-modal__name-finish {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #FFF;
  font: normal 26px/30px 'PT Sans Narrow Bold';
  text-transform: uppercase;
}
.e-modal-finish-wraper{
	text-align: center; 
	width: 98%;
}
.e-modal__label-new {
  color: #98dffe;
  font: normal 14px/23px 'PT Sans';
  margin-left: 5px;
  margin-bottom: 38px;
  line-height: 1.3;
  text-align: left;
}
.e-modal__label-finish {
  color: #98dffe;
  font: normal 14px/23px 'PT Sans';
  margin-left: 5px;
  margin-bottom: 84px;
}
.e-modal__name {
  color: #FFF;
  font: normal 26px/30px 'PT Sans Narrow Bold';
  text-transform: uppercase;
}
.e-modal__label {
  color: #98dffe;
  font: normal 14px/23px 'PT Sans';
  margin-left: 5px;
}
.e-modal__subtitle{
	font-size: 15px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 4px;
}
.styled-pleceholder {
  position: relative;
}
.styled-pleceholder .placeholder {
  position: absolute;
  z-index: 205;
  left: 5px;
  top: -9px;
  height: 14px;
  font: normal 11px/14px 'PT Sans';
  background: #0486c4;
  border-radius: 5px;
  padding: 0 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.styled-pleceholder .placeholder.visible {
  opacity: 1;
  visibility: visible;
}
.detail-orderSubscribe {
  width: 190px;
  margin: 0 auto;
  text-align: center;
  margin-top: -15px;
}
.modal .checkbox_list{
    margin-left: 32px;
    margin-top: 35px;
}
.styled-checkbox {
    position: absolute ! important;
    left: -9999px;
}
.styled-checkbox + label {
    background: url('../img/checkbox_disabled.png') left 9px no-repeat;
    display: block;
    padding: 7px 0 12px 34px;
    margin-left: 5px;
    cursor: pointer;
    color: #FFF;
    font:normal 15px 'PT Sans Narrow';
}
.styled-checkbox:checked + label {
    background: url('../img/checkbox_enabled.png') left top no-repeat;
}
.styled-radio{
	position: absolute ! important;
    left: -9999px;
}
.styled-radio-icon + label {
	display: block;
    padding: 7px 0 12px 0;
    margin-left: 5px;
    cursor: pointer;
    color: #FFF;
    font:normal 15px 'PT Sans Narrow';
}
.styled-radio-icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #43A6D0;
	box-shadow: inset 0 0px 1px rgba(0,0,0,0.5);
    cursor: pointer;
}
.styled-radio:checked  + .styled-radio-icon:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 5px;
	border-radius: 50%;
	background-color: #BDEBFF;
	box-shadow: 0 0px 2px rgba(0,0,0,0.5);
}
.radio-group{}
.radio-group_row {
  margin: 15px 0;
}
.radio-group_row label {display: inline-block; margin-left: 5px; margin-right: 15px; cursor: pointer}


.modal__disabler{
	position: absolute;
	z-index: 206;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9) url(../img/bx_loader.gif) no-repeat 50% 50%;
	display: none;
}
.modal.courses .submit{
	position: relative;
	margin-top: 70px;
	margin-bottom: -52px;
}
.h1__l{
	float: left;
	margin-right: 15px;
	padding-top: 15px;
}
.h1__r{
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 15px;
	overflow: hidden;
}

.main_about {
    overflow: hidden;
    margin-top: 15px;
}

.main_about .img {
    float: left;
    margin-right: 36px;
    height: 139px;
    position: relative;
}
.main_about .img a{
  position: absolute;
  bottom: 0;
}
.b-prodreviews{

}
	.b-prodreviews__inner{

	}
		.e-prodreviews{
			margin-bottom: 25px;
		}
			.e-prodreviews__title{
				font-size: 24px;
				font-weight: bold;
				font-family: 'PT Sans Narrow Bold';
				margin-bottom: 15px;
			}
			.e-prodreviews__company{
				font-weight: bold;
				margin-bottom: 15px;
				margin-top: -10px;
			}

.b-knowledge-base__content{
	position: relative;
	min-height: 60px;
}
	.b-knowledge-base__content__inner{

	}
	.b-knowledge-base__content__disabler, .gen-disabler{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.8) url('../img/bx_loader.gif') no-repeat 50% 50%;
	}

.b-newselement{

}
	.b-newselement img{
		display: block;
		/*width: 100%;*/
		height: auto;
	}

.b-tinybtn{
	display: inline-block;
	vertical-align: baseline;
	padding: 4px 12px 3px;
	border-radius: 3px;
}
	.b-tinybtn:hover{
		background: #f2f2f2;
		text-decoration: none;
	}

.b-catalog-subsection{
	margin: 100px 0;
}
	.b-catalog-subsection__title{
		font-size: 22px;
		color: #6B6B6B;
		margin-bottom: 20px;
		font-family: 'PT Sans Narrow Bold';
	}
	b-catalog-subsection h2{
/*margin-top: 30px;
		font: normal 26px/30px 'PT Sans Narrow Bold';
		color: #4a4a4a;
		margin-bottom: 20px;
font-family: 'PT Sans Narrow Bold';*/
	}
	.b-catalog-subsection:last-child{
		margin-bottom: 0;
	}
	.b-catalog-subsection .item_list,
	.b-catalog-subsection .b-catalog-table{
		margin-bottom: 51px;
	}
		.b-catalog-subsection .item_list:last-child,
		.b-catalog-subsection .b-catalog-table:last-child{
			margin-bottom: 0;
		}

.b-vacancies{

}
	.b-vacancies__list{

	}
		.b-vacancies__list .tabs__header__wrapper{
			margin-right: -9px;
		}
		.e-vacancies{
			border-radius: 8px;
			cursor: pointer;
			margin-left: -9px;
			-webkit-transition: background 0.2s;
			   -moz-transition: background 0.2s;
			     -o-transition: background 0.2s;
			        transition: background 0.2s;
		}
			.e-vacancies:hover{
				background: #f2f2f2;
			}
			.e-vacancies_active{
				background: #f2f2f2;
			}
			.e-vacancies__inner{
				padding: 19px 13px;
			}
				.e-vacancies__pic{
					width: 120px;
					height: 120px;
					line-height: 120px;
					background: #fff;
					border: 3px solid #f2f2f2;
					border-radius: 3px;
					text-align: center;
					margin-right: 16px;
				}
					.e-vacancies__pic img{
						margin: 0;
						vertical-align: middle;
						max-width: 120px;
					}
				.e-vacancies__salary{
					font-family: 'PT Sans Narrow Bold';
					font-size: 14px;
					color: #003d64;
					text-transform: uppercase;
				}
				.e-vacancies__title{
					font-family: 'PT Sans Narrow Bold';
					font-size: 19px;
					color: #0f0f0f;
					margin-bottom: 16px;
					text-transform: uppercase;
				}
				.e-vacancies__desc{

				}
					.e-vacancies__desc:after{
						content: '';
						position: relative;
						display: inline-block;
						width: 6px;
						height: 9px;
						bottom: -1px;
						right: -3px;
						background: url(../img/news_link.png) center no-repeat;
					}
						.e-vacancies_active .e-vacancies__desc:after{
							display: none;
						}
				.e-vacancies__fulldesc{
					display: none;
				}
					.e-vacancies_active .e-vacancies__fulldesc{
						display: block;
					}
			.l-e-vacancies{

			}
				.l-e-vacancies__left{
					float: left;
				}
				.l-e-vacancies__right{
					float: right;
				}
				.l-e-vacancies__center{
					overflow: hidden;
				}
	.b-vacancies-contact-title{
		font-family: 'PT Sans Narrow Bold';
		font-size: 17px;
		text-transform: uppercase;
		margin-bottom: 17px;
	}
	.b-vacancies-contact{
		background: #f2f2f2;
		border-radius: 8px;
		font-family: 'PT Sans Bold';
		font-size: 14px;
		text-transform: uppercase;
		color: #003d64;
	}
		.b-vacancies-contact__inner{
			padding: 14px 11px;
		}
			.b-vacancies-contact__person{
				margin-bottom: 24px;
			}
			.b-vacancies-contact__contacts{
				margin-bottom: 35px;
			}
				.b-vacancies-contact__contact{

				}
			.b-vacancies-contact__grptitle{
				color: #a2a2a2;
			}
			.b-vacancies-contact__item{
				float: right;
			}
				.b-vacancies-contact__item a{
					color: #003d64;
				}
			.b-vacancies-contact__btn{
				font-size: 17px;
				text-transform: none;
			}


.b-pressroom{

}
	.b-pressroom__inner{

	}
		.e-pressroom{

		}
			.e-pressroom__inner{

			}
				.e-pressroom__title{

				}
					.e-pressroom__title__text{
						display: inline-block;
						vertical-align: middle;
						font-family: 'PT Sans Narrow Bold';
						font-size: 26px;
						text-transform: uppercase;
					}
				.e-pressroom__more{
					display: inline-block;
					vertical-align: middle;
					font-family: 'PT Sans';
					font-size: 13px;
					margin-left: 20px;
				}
				.e-pressroom__icon{
					width: 56px;
					height: 56px;
					float: left;
					margin-right: 16px;
					position: relative;
					top:-15px;
				}
					.e-pressroom__icon img{
						margin: 0;
					}
			.e-pressroom__block{
				padding-left: 62px;
			}
		.news_list_pressroom.news_list{
			margin: 0;
		}
			.news_list_pressroom.news_list .item{
				width: auto;
				display: block;
				padding: 11px;
				padding-bottom: 9px;
				margin-top: 0;
			}
				.news_list_pressroom.news_list .date{
					float: none;
					margin-bottom: 5px;
				}
				.news_list_pressroom.news_list .item .content{
					padding-left: 0;
				}
		.download-file_pressroom{
			display: block;
			margin-left: -10px;
		}
	.l-pressroom{
		margin-top: 45px;
	}
		.l-pressroom__top{
			margin-bottom: 85px;
		}
			.l-pressroom__left{
				float: left;
				width: 50%;
			}
				.l-pressroom__left .l-pressroom__inner{
					padding-right: 12px;
				}
			.l-pressroom__right{
				float: right;
				width: 50%;
			}
				.l-pressroom__right .l-pressroom__inner{
					padding-left: 12px;
				}
		.l-pressroom__bottom{

		}

.b-mediakit{
	margin-top: 40px;
}
	.b-mediakit__inner{

	}
		.b-mediakit__group{

		}
			.b-mediakit__group__title{
				font-family: 'PT Sans Narrow Bold';
				font-size: 26px;
			}
			.b-mediakit__group__inner{
				margin-top: 32px;
			}
		.e-mediakit{
			width: 49%;
			display: inline-block;
			vertical-align: top;
			margin-bottom: 25px;
			font-family: 'PT Sans Bold';
			font-size: 14px;
			text-decoration: none;
		}
			.e-mediakit__pic{
				display: block;
				float: left;
				width: 80px;
				height: 80px;
				line-height: 80px;
				margin: 12px;
				margin-top: 0;
				border: 3px solid #f2f2f2;
				background: #fff;
				border-radius: 3px;
				text-align: center;
			}
				.e-mediakit__pic img{
					max-width: 80px;
					margin: 0;
				}
			.e-mediakit__link{
				text-decoration: underline;
				max-width: 60%;
				display: inline-block;
				margin-top: 27px;
			}
				.e-mediakit:hover .e-mediakit__link{
					text-decoration: none;
				}

.b-demo-list{

}
	.b-demo-list__inner{
		margin-left: -25px;
		font-size: 0;
	}
		.e-demo-list{
			display: inline-block;
			vertical-align: middle;
			width: 47%;
			margin-left: 25px;
			margin-bottom: 22px;
			border-radius: 8px;
			text-decoration: none;
			color: #545454;
			font-size: 12px;
		}
			a.e-demo-list{
				text-decoration: none;
			}
			.e-demo-list:hover{
				background: #f2f2f2;
			}
			.e-demo-list__inner{
				display: block;
				padding: 20px 10px;
			}
				.e-demo-list__pic{
					display: block;
					float: left;
					margin-right: 12px;
					width: 149px;
					height: 149px;
					line-height: 149px;
					border: 3px solid #f2f2f2;
					border-radius: 3px;
					text-align: center;
					background: #fff;
				}
					.e-demo-list__pic img{
						max-width: 149px;
					}
				.e-demo-list__desc{
					display: block;
				}
					.e-demo-list__title{
						font-family: 'PT Sans Bold';
						font-size: 19px;
						text-transform: uppercase;
						display: block;
						max-width: 80%;
						color: #0f0f0f;
						margin-bottom: 20px;
					}
					.e-demo-list__text{
						display: block;
						line-height: 18px;
					}
						.e-demo-list__text:after{
							content: '';
							position: relative;
							display: inline-block;
							width: 6px;
							height: 9px;
							bottom: -1px;
							right: -3px;
							background: url(../img/news_link.png) center no-repeat;
						}
.b-upload{
	width: 272px;
	cursor: pointer;
}
	.b-upload__title{
		overflow: hidden;
		line-height: 31px;
	}
	.b-upload__btn{
		height: 31px;
		line-height: 31px;
		font-size: 13px;
		width: 100px;
		float: right;
		margin: 0;
		font-family: 'PT Sans';
	}

.b-study-programms{

}
	.b-study-programms__inner{

	}
		.e-study-programms{
			margin: 30px 0;
		}
			.e-study-programms__desc{

			}
				.e-study-programms__desc p{
					margin: 10px 0;
				}

.b-su{

}
	.b-su__filter{
		margin-left: -47px;
	}

	.b-su__filter__date.form_box{
		width: 216px;
	}
		.b-su__filter__date.form_box input.b-su__filter__input{
			width: 180px;
		}

		.b-su__filter__callc{
			width: 31px;
			height: 31px;
			line-height: 31px;
			text-align: center;
			display: block;
			float: right;
			cursor: pointer;
			border-radius: 3px;
		}
			.b-su__filter__callc:hover{
				background: #f2f2f2;
			}
			.b-su__filter__callc img{
				width: 19px;
				height: 19px;
				vertical-align: middle;
				margin: 0;
				display: inline;
				position: relative;
				top: -1px;
			}
.b-su__list{
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
}
	.b-su__cell{
		border: 1px solid #dfdfdf;
		padding: 3px 4px;
		vertical-align: top;
		text-align: left;
	}
		.b-su__cell_h{
			font-weight: bold;
		}

		.b-su__cell_date{
			width: 100px;
		}
		.b-su__cell_page{
			width: 250px;
		}
		.b-su__cell_categ{
			width: 100px;
		}
		.b-su__cell_link{
			width: 65px;
		}
		.b-su__cell_f{
			vertical-align: middle;
			text-align: right;
		}
.e-su__export{

}
	.e-su__export__link, a.e-su__export__link{
		text-decoration: none;
		vertical-align: middle;
	}
	.e-su__export__icon{
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 27px;
		background-repeat: no-repeat;
		background-position: -3px -1291px;
	}

.b-catdetail-sbtext{
	margin: 10px 0;
	margin-bottom: -5px;
}
	.b-catdetail-sbtext__inner{
}
.main_index-list-title {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: "PT Sans";
	color: rgb(84, 84, 84);
	font-weight: bold;
	line-height: 0.8;
	text-align: left;
}


.support_h1 .h1__l {
    margin-bottom: 20px;
}


.header_phone_link {
    text-decoration: none;
}


.detail_page_title__left__forum_link {
    background: url("/local/assets/img/detail_forum_link.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin-left: 4px;
    width: 20px;
}
#on_search_list {
    display: inline-block;
}


#on_search_list input[type="submit"] {
    background: hsl(198, 60%, 54%) url("../img/search_button.png") no-repeat scroll center center;
    border: medium none;
    bottom: 0;
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
}

#on_search_list input[type="text"] {
    font-size: 23px;
    font-weight: bold;
    height: 36px;
    margin-left: 10px;
    vertical-align: bottom;
	box-sizing: border-box;
}


a.footer_phone_link {
    color: inherit;
    text-decoration: none;
}

/* Пункт меню "Прочее оборудование"  и "Тонкие клиенты"*/
.bx_catalog_line_ul a#bx_1847241719_8,
.bx_catalog_line_ul a#bx_1847241719_7{
	display:none;
}

/*------eltex-smd-temp------*/
.s2 .header_logo{
    background-image: url(/local/assets/img/logo_s2.png);
    width: 250px;
}
.s2 .main_about img{
	max-width: 216px;
}
.s2 .header_inner-lang{
    display: none;
}
.s2 .header_inner-info{
    width: 420px;
    line-height: 60px;
    text-align: center;
    padding-left: 35px;
    box-sizing: border-box;
}
.s2 .header_inner-phone .header_links{
    display: none;
}
.s2 .header_inner-phone{
    float: right;
    line-height: 58px;
    margin-left: 50px;
}
.s2 .footer_info .social{
    display: none;
}
.s2 .footer_info .send_order{
    display: none;
}
.s2 .footer_info .contact .email{
    padding-top: 7px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.s2 .footer_info .contact{
    float: right;
    position: relative;
    padding-right: 180px;
}
.s2 .contacts .tabs__header{
    visibility: hidden;
}
.s2 .e-contact__group._services{
    padding-bottom: 15px;
}
.s2 .e-contact__group._services .e-contact__group-name{
    width: 175px;
}
.s2 .e-contact__group._services._light .e-contact__group-name{
    color: #4F4F4F;
}

.s2 .e-contact__group-name{
	padding-left: 25px;
}
.s2 .e-contact__group-name-elem{
    margin-bottom: 5px;
}
.s2 .e-contact__group-list._services{
    padding: 30px 0;	
}
.contacts .e-metka{
    font-size: 22px;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ZAKUPKI */
.b-procurement {
    font-size: 16px;
    margin: 30px 0;
}
.b-procurement .download-file {
    margin-right: 120px;
}
.b-procurement__item {
    padding-top: 10px;
}
.b-procurement__item:hover {
    background: #f2f2f2;
}
.b-procurement__head {
    background: #E6E6E6;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FF3C00;
    text-transform: uppercase;
    font-weight: bold;
}
.b-procurement__head-item {
    display: inline-block;
    padding-right: 35px;
}
.b-procurement__head-item_subject {
    position: relative;
    bottom: 10px;
}
.b-procurement__head-item_stage {
    position: relative;
    bottom: 10px;
}
.b-procurement__date-start {
    padding-left: 35px;
    width: 140px;
}
.b-procurement__subject {
    width: 318px;
}
.b-procurement__stage {
    width: 175px;
}
.b-procurement__date-end {
    padding-right: 35px;
    width: 140px;
}
.b-procurement__property {
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
}
.b-procurement__property {
    padding-right: 35px;
}
.b-procurement__files {
    margin-top: 10px;
    padding-left: 195px;
}
.b-procurement__file {
    float: left;
    width: 357px;
}
.b-procurement__file .download-file a span {
    top: 5px;
}
.b-procurement__divider {
    border-bottom: 1px solid #dadada;
}
.b-procurement__notice {
    font-size: 16px;
    margin-top: 60px;
}
.b-procurement__notice p {
    margin-bottom: 10px;
}
.b-catalog__file{
  padding-left: 15px;
  text-decoration: none; 
  line-height: 19px;
  font-size: 14px;
  font-weight: initial;
}
.b-catalog__file_ico{
  padding-right: 10px;
  width: 18px;
  height: auto;
}
.b-catalog__file._catalog{
  position: absolute;
    top: 8px;
    left: 300px;
    white-space: nowrap;    
}
.b-catalog__file-text{
  border-bottom: 1px dotted #003d64;
}
.b-catalog__file-text:hover{
  border-bottom: 0;
}

.section_logo_container{
  position: absolute;
  width: inherit;
  margin-top: -60px;
  pointer-events: none;
}

.section_logo_container img{
  width: 95px;
  float: right;
}
.section_logo_container img:not(:first-child) {
  margin-right: 10px;
}
@media(max-width:765px){
	.section_logo_container {
		margin-top: 84px;
	}
	.section_logo_container img{
		width:80px;
	}
}


/*ycaweb 2017.07.19*/
.header_inner-phone a{
	text-decoration: none;
}
.agreement-checkbox{
    position: absolute;
    left: -9999px;
}
.agreement-checkbox-label{
    cursor: pointer;
    position: relative;
		padding-left: 27px;
}

.agreement-checkbox-label:before{
    content: '';
    position: absolute;
    top: -8px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url(../img/checkbox.png) no-repeat 0 -27px;;
}
.agreement-checkbox:checked + .agreement-checkbox-label:before {
    background-position: 0 0px;
}

.btn.btn_disabled, .btn.btn_disabled:hover,  .modal .submit-new.btn.btn_disabled:after{
	background: gray;
	cursor: not-allowed;
	-webkit-transition: none;
	border: none;
	box-shadow: none;
}
.btn.btn_disabled:hover{
	box-shadow: none;
}
.modal .submit.btn_disabled:after{
	background: gray;
}
.modal .agreement-checkbox-wrapper a{
	color:#98dffe;
}
.agreement-checkbox-wrapper{
	    margin: 10px 0;
}
.footer_licenses_detail a{
	color:#f4f4f4;
	text-decoration: none;	
}

.agreement-checkbox-hint{
	  opacity: 0;
		margin-top: 3px;
}
.agreement-checkbox-hint.active-checkbox-hint{
	  opacity: 1;
}
.modal.subscribe .submit {
    bottom: 58px;
}
.hidden-gallery {
	display: none;
}
.e-contact__detail {
	clear: both;
	margin-top: 35px;
}
.e-contact__detail img {
	max-width: 100%;
}
.section-empty{
	padding-top: 30px;
    	font-size: 18px;
}

/*---new styles---*/
.main_page_news {
    padding: 0 0 20px;
}
.main_page_news .items .preview {
	height: 58px;
    overflow: hidden;
    display: block;
}
.news-preview__inner {
    display: flex;
}
.news-preview__item-img {
    width: 190px;
    margin-right: 10px;
	overflow: hidden;
    max-height: 82px;
    display: inline-flex;
    align-items: center;
}
.main_page_news .items {
	height: 106px;
    padding: 2px 0 4px;	
}
.news-preview__item-img img {
    max-width: 100%;
    max-height: 100%;
}
.main_page_news .items a {
	box-sizing: border-box;
    width: 100%;
}
.main_items_slider-wrapper {
    background: #dcdcdc;
    padding: 15px 0 20px;
}
.main_items_slider {
	margin-top: 0;
}
.modal ._callback-form select {
	width: 100%;
}
.modal.header-message {
    width: 460px;
    min-width: 460px;
}
::-webkit-scrollbar-track {
background-color:#ecedee;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #0486c4;
    border-radius: 10px;
}
.search_input,
.search_input input[type='text'] {
	width: 230px;
}
.modal ._callback-form select {
    width: 100%;
}
.allnews-link-title{
  color: rgb(84, 84, 84);
  text-decoration: none;
}


.section-block-info{
	padding-top: 5px;
}
.smartfilter .edd-root{
	width: 100%;
}
.filter__el{ 
	float: right;
    padding: 0px;
    margin: 2px;
	width: 214px;
}
.filter__el:nth-child(3n+3){  
	 margin-right: 0px;
}
.filter-catalog-wrapp{
	text-align: right;
}

/*------support page form------*/
.support-form-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin: 40px 0 100px;	
}
.support-form {
	padding: 43px 63px 65px;
    box-sizing: border-box;
}
.support-form__title {
    margin-bottom: 10px;
}
.support-form__subtitle {
    color: #81868e;
    margin-bottom: 27px;
}
.support-form__top {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.support-form__middle {
    margin-bottom: 55px;
	padding-top: 12px;	
}
.support-form__bottom {
	
}
.form-field {
	position:relative;
	margin-bottom: 20px;
}
.form-field.form-field--narrow {
	width: 48%;
}
.form-field__label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #737373;
  font-size: 13px; 
}
.form-field__textarea + .form-field__label {
    top: 20px;
}
.form-field__input {
	width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #737980;
    font-size: 13px;
    line-height: 25px;
    text-indent: 13px;
    padding-right: 10px;
    outline: 0;
}
.form-field__textarea {
    width: 418px;
    display: inline-block;
    vertical-align: top;
    height: 128px;
    min-height: 90px;	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #737980;
    font-size: 13px;
    line-height: 25px;
    text-indent: 13px;
    padding-right: 10px;
    outline: 0;
    padding-top: 5px;
    resize: vertical;	
}
.form-field.textarea-wrapper {
    margin-bottom: 0;
}
.star {
  color:red;
}
.form-field__textarea:focus ~ .form-field__label,
/*.form-field__textarea:valid ~ .form-field__label,*/
.form-field__textarea:not(:placeholder-shown) ~ .form-field__label,
.form-field__input:focus ~ .form-field__label,
/*.form-field__input:valid ~ .form-field__label,*/
.form-field__input:not(:placeholder-shown) ~ .form-field__label{
  display:none;
}
.support-form__list {
    height: 90px;
    overflow: scroll;
}
.support-form__list ::-webkit-scrollbar-thumb:hover{
    background-color: #a1a9b3;
}
.block-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.support-form__list-wrapper {
    flex-wrap: wrap;
    display: flex;
    
}
.form-field.support-textarea-wrapper {
    margin-bottom: 0;	
}
.support-form__list {
    height: 200px;
    overflow-y: scroll;
    width: 190px;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #737980;
    outline: 0;
    overflow-x: hidden;
}
.btn.support-form__btn {
    border: 0;
    outline: 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    width: 265px;
    margin: 0;
    line-height: 40px;
    height: 40px;
}
.btn.support-form__btn:not(:disabled):hover {
    background-color: #ff9657;
    background-image: none;
}
.btn.support-form__btn {
	box-shadow: none;
}
.form-field__checkbox {
    position: absolute;
    left: -9999px;
}
.form-field__checkbox-label {
    color: black;
    font-size: 14px;
    line-height: 26px;
	cursor: pointer;
    display: block;
    padding: 2px 15px;	
}
.form-field__checkbox:checked + label {
	background-color: #cfe2eb;
}
.form-checkbox-wrapper.is-hidden {
	display: none;
}
.support-form__middle {
    margin-bottom: 35px;
	display: flex;
    align-items: flex-end;
    justify-content: space-between;	
}
.form__form-file {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;	
}
.form__form-file-text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    color: #686868;
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
    outline: 0;
    height: 40px;
    text-align: center;
	cursor: pointer;
	position: relative;	
    width: 265px;
    margin-right: 25px;	
}
.form__form-file-text:hover {
    background-color: #f1f1f1;
}
.form__form-file-text:before {
	content: '';
    position: absolute;
	height: 19px;
    width: 13px;
    background: url(../img/paperclip.png);
	left: 16px;
    top: 10px;
    opacity: .8;	
}
.form__form-file-title {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 40px;
    line-height: 39px;
}
.form__form-file-delete {
    display: none;
    position: relative;
    border: 0;
    float: left;
    padding-left: 45px;
    line-height: 39px;
    cursor: pointer;	
}
.form__form-file-delete:before {
    content: '';
    position: absolute;
    background: url(../img/cross.svg) -5px -5px;
    width: 14px;
    height: 14px;
    top: 13px;
    left: 28px;
    transform: scale(.8);
}
.form__form-file-delete:hover {
    opacity: .9;
}
.support-form-wrapper .e-modal-finish__title {
    padding: 30px;
}

.support-form .agreement-checkbox-label:before {
	width: 21px;
	height: 17px;
}
.support-form .agreement-checkbox + .agreement-checkbox-label:before {
	background: url(../img/checkbox_.png) 0 -30px;
	top: 2px;
}
.support-form .agreement-checkbox:checked + .agreement-checkbox-label:before {
    background-position: 0px -4px;
    width: 21px;
    height: 23px;
	top: -4px;
}
.support-form  .agreement-checkbox-hint {
    font-size: 12px;
    color: red;
    margin-top: 0;
}

/*------end support page form------*/

.kaspersky-logo{
	position: absolute;
	width: 200px;
    bottom: 0px;
    right: 0px;
    object-fit: cover;
}

@media(max-width:700px){
	.kaspersky-logo{
		width: 180px;
		right: -40px;
	}
}

/*------start warranty page------*/
.warranty-table{
	border-collapse: collapse;
	/*table-layout:fixed;
	text-align: center; 
	word-wrap: break-word; 
	width:100%; */ 
}
.warranty-table thead{background-color: #f4f5f7;}
.warranty-table thead th{
	padding: 10px 15px;
	border: 1px solid #c1c7d0;
	}
.warranty-table td{
	border: 1px solid #c1c7d0;
	padding: 10px 15px;
}

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

.cell-bind{
	width: 7%; 
}

/*------end warranty page------*/


@media(max-width: 468px){

    .support-form {
        padding: 15px 23px 25px;
    }
    .support-form__list:first-child{
        margin-bottom: 15px; 
    }
    .support-form__list{
        width: 270px; 
    }

    .form-field__textarea{
        margin-bottom: 15px;
        margin-left: -40px;  
        padding-left: 0; 
    }

    .support-form__btn{
        margin-bottom: 20px !important; 
        right: 0px !important; 
    }
    .support-form-wrapper{
        margin-bottom: 0px; 
    }

    .stab-section-element{
        margin: 20px; 
        border-bottom: 1px solid #a9a9a9; 
    }

}