@media (max-width: 900px) {
	#sticky {
		display: none;
	}
}

.mobile #sticky {
	display: none;
}

#sticky {
	position: relative;
}

#sticky .sticky-panel-header a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
    height: 100%;
    padding-top: 9px;
}
#sticky .sticky-panel-header a:hover {
	text-decoration: none !important;
}

#sticky .select-wrapper {
	height: 26px;
	background: #FFF;
	border: none;
	border-bottom: 1px solid #ff9400;
	position: relative;
}

#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;
	right: 0;
	top: 277px;
	z-index: 10000;
}

#sticky-bar.fixed {
	position: fixed;
	top: 127px;
}

#sticky-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sticky-bar ul li {
	position: relative;
}

.sticky-shortcut {
	width: 46px;
	height: 46px;
	background-color: #009989;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.sticky-shortcut:hover {
	
}

#sticky-bar .sticky-shortcut {
	border-bottom: 2px solid #ffffff;
}

#sticky-bar ul li .sticky-icon {
	display: block;
	width: 100%;
	height: 100%;
	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;
}
  .sticky-newsletter .sticky-panel-header {
    width: 150px;
}  
.sticky-search .sticky-icon {
	background-image: url(img/icon-search.png);
}

.sticky-chat .sticky-icon {
	background-image: url(img/icon-chat.png);
}

.sticky-phone .sticky-icon {
	background-image: url(img/icon-phone.png);
}

.sticky-contact .sticky-icon {
	background-image: url(img/icon-contact.png);
}

.sticky-techwiki .sticky-icon {
	background-image: url(img/icon-hoerwiki_02.png);
}

.sticky-newsletter .sticky-icon {
	background-image: url(img/icon-doa.png);
}

.sticky-facebook .sticky-icon {
	background-image: url(img/icon-fb.png);
}
.sticky-youtube .sticky-icon {
	background-image: url(img/icon-youtube.png);
}
.sticky-instagram .sticky-icon {
	background-image: url(img/icon-ig.png);
}
.sticky-panel {
	position: absolute;
	top: 0;
	right: -2048px;
	border-right: 2px solid transparent;
	-webkit-transition: right .2s;
	transition: right .2s;
}

/*#sticky ul>li.active .sticky-panel,*/
/*#sticky ul>li:hover .sticky-panel,*/
.active .sticky-panel,
.sticky_active_fixed .sticky-panel {
	right: 46px;
	text-wrap: nowrap;
}

.sticky-panel-header {
	height: 46px;
	border-bottom: 2px solid #ffffff;
	background-color: #009989;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.sticky-panel-header h2, .sticky-panel-header .bigfont {
	font-family: 'DolceVita';
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 44px;
	height: 44px;
}
/*#sticky ul>li:hover  .sticky-panel,
.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;
}

.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: #FFF;
	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: 46px;
	width: 26px;
	position: absolute;
	top: 0;
	right: 100%;
	background-color: #009989;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	text-indent: 5px;
	border-bottom: 2px solid #ffffff;        
}
    
.sticky-panel-close::after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 1px;
	height: 0;
	border-style: solid;
	border-width: 44px 0 0 18px;
	border-color: #009989 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 {
	background-color: #009989;
	border-bottom: 2px solid #009989;
	overflow: hidden;
}

.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 {
	padding: 15px 20px;
}

#sticky-newsletter-form > p {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	margin-bottom: 15px;
}

#sticky-newsletter-form .sticky-input {
	margin-top: 10px;
}

.sticky-form-bottom {
	text-align: right;
	position: relative;
	margin-top: 20px;
}

.sticky-form-bottom p {
	font-size: 11px;
	color: #d1d1d1;
	position: absolute;
	left: 0;
	top: 0;
}

#sticky-newsletter-form button {
	display: inline-block;
	vertical-align: top;
	width: 92px;
	height: 26px;
	font-family: "DolceVita";
	color: #009989 !important;
	line-height: 26px;
	text-align: center;
	background-color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
}

.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;
	z-index: 1;
}



.sticky_disable_en {
	display:none;
}
.sticky_disable_ru {
	display:none;
}
div.col-right .search_button_submit {
/*	display2:none !important;*/
}

