@media (max-width: 1020px) {
	#sticky {
		display: none;
	}
}
#sticky {
/*	position: relative;*/
}
#sticky .select-wrapper {
	position: relative;
	float: right;
	width: 205px;
	height: 26px;
	border: none;
	border-bottom: 2px solid #f09905;
	background: #f2f2f2;
}
#sticky .select-wrapper::after {
	content: "";
	display: block;
	height: 26px;
	width: 26px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(img/arrow-down-orange.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sticky input[placeholder] {
	color: #595959;
	opacity: 1;
}
#sticky-bar {
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 10000;
}
#sticky-bar.fixed {
	position: fixed;
	display:block;
	/*top: 124px;*/
	top:0;
}
/*#sticky-bar::before,
#sticky-bar::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
#sticky-bar::before {
	bottom: 100%;
	border-width: 18px 0 0 48px;
	border-color: transparent transparent transparent #005eab;
}
#sticky-bar::after {
	top: 100%;
	border-width: 0 48px 18px 0;
	border-color: transparent #005eab transparent transparent;
}*/
#sticky-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sticky-bar ul li {
	position: relative;
}
.sticky-shortcut {
	position: relative;
	width: 48px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	z-index: 1;
}
#sticky-bar ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -14px;
	width: 68px;
	height: 44px;
	background: #f1ab08;
	background: -webkit-linear-gradient(left, #ffc233 0%,#f07f01 100%);
	background: -moz-linear-gradient(left, #ffc233 0%, #f07f01 100%);
	background: -o-linear-gradient(left, #ffc233 0%,#f07f01 100%);
	background: -ms-linear-gradient(left, #ffc233 0%,#f07f01 100%);
	background: linear-gradient(to right, #ffc233 0%,#f07f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc233', endColorstr='#f07f01',GradientType=1 );
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
/*.sticky-shortcut:hover {
	background-color: #004e8d;
}*/
#sticky-bar ul li:not(:last-child) {
	border-bottom: 2px solid transparent;
}
#sticky-bar ul li .sticky-icon {
	display: block;
	width: 48px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.sticky-chat .sticky-text {
	display: block;
	width: 48px;
	height: 130px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/icon-chat-text.png);
}
.sticky-phone .sticky-icon {
	background-image: url(img/tel.png);
}
.sticky-search .sticky-icon {
	background-image: url(img/search.png);
}
.sticky-newsletter .sticky-icon {
	background-image: url(img/airplane.png);
}
.sticky-contact .sticky-icon {
	background-image: url(img/contacts.png);
}
.sticky-infoCompany .sticky-icon {
	background-image: url(img/label.png);
}
.sticky-chat .sticky-icon {
	background-image: url(img/icon-chat.png);
}
.sticky-facebook .sticky-icon {
	background-image: url(img/icon-facebook.png);
}
.sticky-panel {
	position: absolute;
	top: 0;
	left: -2048px;
	-webkit-transition: left .2s;
	transition: left .2s;
}
.active .sticky-panel,
.sticky_active_fixed .sticky-panel {
	left: 0;
    padding-left: 64px;
}
.active .sticky-panel:before,
.sticky_active_fixed .sticky-panel:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -14px;
	width: 100%;
	height: 44px;
	padding-right: 14px;
	background: #f1ab08;
	background: -webkit-linear-gradient(left, #ffc233 0%,#f07f01 100%);
	background: -moz-linear-gradient(left, #ffc233 0%, #f07f01 100%);
	background: -o-linear-gradient(left, #ffc233 0%,#f07f01 100%);
	background: -ms-linear-gradient(left, #ffc233 0%,#f07f01 100%);
	background: linear-gradient(to right, #ffc233 0%,#f07f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc233', endColorstr='#f07f01',GradientType=1 );
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
.sticky-panel-header {
	height: 44px;
	/*border-bottom: 1px solid rgba(255, 255, 255, .25);
	background-color: #004e8d;
	background-image: url(img/sticky-shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	padding-left: 20px;
	padding-right: 70px;
	position: relative;
}
/*.sticky-panel-header h2, .sticky-panel-header .bigfont {
	font-size: 13px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 44px;
	height: 44px;
}
.sticky-panel-header h2 a, .sticky-panel-header .bigfont a {
	color: #FFF;
	text-decoration: underline;
}
.sticky-panel-header h2 a:hover, .sticky-panel-header .bigfont a:hover {
	color: #FFF;
	text-decoration: none;
}*/
#content .sticky-panel-header h3,
#content .sticky-panel-header h3 a,
#content .sticky-panel-header .telefon,
#content .sticky-panel-header .telefon a {
	/*line-height: 44px;*/
	line-height: 2.444em;
	font-size: 1.125rem;
	font-family: 'LatoRegular', sans-serif;
	white-space: nowrap;
	color: #ffffff;
}
.sticky-panel button {
	display: block;
	padding: 0;
	outline: none;
	border: none;
	cursor: pointer;
	overflow: visible;
/*	color: inherit;*/
	text-decoration: none;
/*	font: inherit;*/
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
/*.sticky-panel input,*/
.sticky-panel select {
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.sticky-input,
#sticky input[type="text"] {
	height: 26px;
	background: #f2f2f2;
	border: none;
	/*border-bottom: 1px solid #ff9400;*/
	font-size: 13px;
	color: #595959;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
#sticky-search-form,
#sticky .sticky-search form {
	position: relative;
}
#sticky-search-form .sticky-input,
#sticky .sticky-search form .sticky-input,
#sticky .sticky-search form input[type="text"] {
	width: 130px;
	margin-top: 9px;
	padding-right: 26px;
}
#sticky-search-form button,
#sticky .sticky-search form button {
	position: absolute;
	right: 0;
	top: 10px;
	width: 26px;
	height: 26px;
	background-color: transparent;
	background-image: url(img/arrow-right-orange.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	font-size: 0;
}
.sticky-panel .sticky-panel-close {
	height: 44px;
	width: 26px;
	position: absolute;
	top: 0;
	right: 10px;
	background-color: transparent;
	background-image: url(img/close.png);
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	font-weight: 700;
	font-size: 18px;
	text-indent: 5px;
}
/*.sticky-panel-close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 18px 0 0;
	border-color: #013e73 transparent transparent transparent;
}*/

/*.sticky-phone .sticky-panel-header::after,
.sticky-contact .sticky-panel-header::after,
.sticky-facebook .sticky-panel-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 18px 0 0;
	border-color: #004e8d transparent transparent transparent;
}*/
.sticky-panel-body {
	position: absolute;
	top: 44px;
	left: 70px;
	background-color: #ffffff;
	-khtml-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
#sticky span.header {
	font-family: 'LatoBold', sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #0e6d99;
}
.sticky-chat .sticky-panel-body a {
	display: block;
	width: 565px;
	height: 129px;
	background-image: url(img/chat.png);
	background-repeat: no-repeat;
	background-position: center left;
	position: relative;
}
.sticky-chat .sticky-panel-body a::after {
	content: "";
	display: block;
	background-color: #ff9400;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	background-image: url(img/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}
#sticky .sticky-contact .sticky-panel .sticky-panel-body>div {
	color:#fff;
	padding:3px 22px 5px 20px;
	width:200px;
}
#sticky .sticky-contact .sticky-panel .sticky-panel-body>div>span {
	color:#fff;
	width:48px;
	padding-right:10px;
	display:inline-block;
}
#sticky .sticky-contact .sticky-panel .sticky-panel-body>div>a:hover,
#sticky .sticky-contact .sticky-panel .sticky-panel-body>div>a {
	color:#fff;
}
#sticky-newsletter-form {
	min-width: 330px;
	padding: 15px 20px;
}
#sticky-newsletter-form > p {
	font-size: 16px;
	line-height: 18px;
	color: #787a88;
	margin: 25px 0 5px;
}
/*#sticky-newsletter-form .sticky-input {
	margin-top: 10px;
}*/
.sticky-form-bottom {
	text-align: right;
	position: relative;
	margin-top: 20px;
}
.sticky-form-bottom p {
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #787a88;
}
#sticky-newsletter-form button {
	display: inline-block;
	padding: 10px 60px;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 16px;
	color: #ffffff;
}
.sticky-select {
	background: none;
	border: none;
	font-size: 13px;
	color: #595959;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	width: 100%;
	height: 100%;
	color: #595959;
	position: relative;
}
.sticky_disable_en {
	display:none;
}
.sticky_disable_ru {
	display:none;
}
div.col-right .search_button_submit {
/*	display2:none !important;*/
}
#sticky .formRow {
	position: relative;
	margin-top: 10px;
}
#sticky .formRow label {
	display: block;
	position: relative;
	float: left;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 16px;
	color: #787a88;
}
#sticky .formRow input[type="text"],
#sticky .formRow input[type="email"] {
	display: block;
	position: relative;
	float: right;
	width: 185px;
	border-bottom: 2px solid #f09905;
}
#sticky .formRow .imgCaptcha {
	display: block;
	position: relative;
	float: left;
	max-width: 175px;
	height: 50px;
}
#sticky .formRow .imgCaptcha img {
	max-width: 150px;
	height: 100%;
}
#sticky .formRow input.inputCaptcha {
	width: 130px;
	height: 48px;
}
.reload_captcha {
	background: #0a456e;
	background-image: url(/templates/images/reload.png);
	background-image: url(/templates/images/reload.png), -webkit-linear-gradient(left, #0a456e 0%,#0e6d99 100%);
	background-image: url(/templates/images/reload.png), -moz-linear-gradient(left, #0a456e 0%, #0e6d99 100%);
	background-image: url(/templates/images/reload.png), -o-linear-gradient(left, #0a456e 0%,#0e6d99 100%);
	background-image: url(/templates/images/reload.png), -ms-linear-gradient(left, #0a456e 0%,#0e6d99 100%);
	background-image: url(/templates/images/reload.png), linear-gradient(to right, #0a456e 0%,#0e6d99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a456e', endColorstr='#0e6d99',GradientType=1 );
	background-repeat: no-repeat;
}
#sticky .reload_captcha {
	float: left;
	width: 23px;
	height: 50px;
	cursor: pointer;
}
.sticky_txt {
	padding: 15px 20px !important;
	min-width: 330px;
	line-height: 21px;
}
.contact_company_name, .social_headline {
	text-transform: uppercase;
	color: #0e6d99;
	font-family: 'LatoBold', sans-serif;
	font-size: 1.125rem;
}
.contact_company_empty {
	height: 20px;
}
.sticky_txt span {
	padding: 0 20px 0 0;
	width: 50px;
	display: inline-block;
}
.sticky_txt .facebook:before, .sticky_txt .twitter:before {
	content: initial !important;
}
.sticky_txt .social {
	float: left;
	margin: 0 10px 0 0;
}
.sticky_txt .social img {
	content: inherit;
	/*background: #0a456e;
	background: -webkit-linear-gradient(left, #0a456e 0%,#0e6d99 100%);
	background: -moz-linear-gradient(left, #0a456e 0%, #0e6d99 100%);
	background: -o-linear-gradient(left, #0a456e 0%,#0e6d99 100%);
	background: -ms-linear-gradient(left, #0a456e 0%,#0e6d99 100%);
	background: linear-gradient(to right, #0a456e 0%,#0e6d99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a456e', endColorstr='#0e6d99',GradientType=1 );
	background-repeat: no-repeat; */
	padding: 10px;
	width: 40px;
}
/*.sticky_txt .social img:hover {
	content: inherit;
	background: ##F07F01;
	background: -webkit-linear-gradient(left, #F1C00C 0%,#F07F01 100%);
	background: -moz-linear-gradient(left, #F1C00C 0%, #F07F01 100%);
	background: -o-linear-gradient(left, #F1C00C 0%,#F07F01 100%);
	background: -ms-linear-gradient(left, #F1C00C 0%,#F07F01 100%);
	background: linear-gradient(to right, #F1C00C 0%,#F07F01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1C00C', endColorstr='#F07F01',GradientType=1 );
}*/

@media (min-width: 768px) {
	.sticky-panel button,
	.sticky-panel .searchbutton {
		display: block;
		padding: 0;
		outline: none;
		border: none;
		cursor: pointer;
		overflow: visible;
		 color: inherit; 
		text-decoration: none;
		 font: inherit; 
		line-height: normal;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}
	#searchForm .searchbutton {
		position: absolute;
		right: 0;
		top: 9px;
		width: 26px;
		height: 26px;
		background-color: transparent;
		background-image: url(img/arrow-right-orange.png);
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		font-size: 0;
	}
}

#content table.sticky_newsletter_table {
	width:800px;
}
#content td.sticky_newsletter_table_td1 {
	width:330px;
}
