@font-face {
    font-family: 'RoubleSign';
    src: url('/images/fonts/alsrubl-webfont.eot');
    src: url('/images/fonts/alsrubl-webfont.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/alsrubl-webfont.woff') format('woff'),
         url('/images/fonts/alsrubl-webfont.ttf') format('truetype'),
         url('/images/fonts/alsrubl-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SGP';
    src: url('/images/fonts/SegoePrint.eot');
    src: url('/images/fonts/SegoePrint.eot') format('embedded-opentype'),
         url('/images/fonts/SegoePrint.woff') format('woff'),
         url('/images/fonts/SegoePrint.ttf') format('truetype'),
         url('/images/fonts/SegoePrint.svg') format('svg');
    font-weight: bold;
    font-style: normal;

}
.SearchPanel .selectbox .select {
	width: 89px !important;
}
.SearchPanel .selectbox .dropdown {
	min-width: 139px !important;
}
span.rur {font-family: 'RoubleSign' !important;}

.text,p,td,div,a,body,h1,h2,h3,h4,h5,li,ul,span {
	font-family: 'Trebuchet MS';
	color:#232323;
}

.text,p,a,h1,h2,h3,h4,h5,li,ul,span {
	line-height:11pt;
}
strong {color:#009999;}
b {color:#fa5606;}
.text,p,td,div,body,li,ul,input,label {
	font-size:9pt;
}

p {
	text-align:justify;
	line-height:14pt;
}
.Content td {
	line-height:15pt;
}
a {
	color:#009999;
}
a:hover {
	color:#fa5606;
}

ul {
	margin-bottom:5px;
}

ul li {
	list-style-type: none;
	background:transparent url("/images/bgUl.gif") no-repeat;
	background-position:left 0px top 4px;
	padding-left: 20px;
	line-height:13pt;
}

.gmnoprint {display:none;}

input, textarea, select {
	background-color: #d7d3d3;
	color:#232323;
	height:25px;
	border:1px #fff solid;
	padding-left:5px;
	height:25px;
	line-height:23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select option {
	background-color: #d7d3d3;
	color:#232323;
	height:25px;
	line-height:25px;
}

input.checkbox, input.radio {
	color: #ffffff;
	background-color: transparent;	
	border:0px;
}

.select {background: transparent url("/images/selectArrow.gif") no-repeat right center;}
.select div {
	overflow:hidden;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 0px 2px 8px;
}

H1 {
	font-family: 'Trebuchet MS';
	font-size:14pt;
	line-height:16pt;
	text-transform:uppercase;
	margin:15px 0;
}
H2 {
	font-family: 'Trebuchet MS';
	font-size:13pt;
	margin:10px 0;
	color:#d3600b;
}
H3 {
	font-family: 'Trebuchet MS';
	
	font-size:14pt;
	margin-bottom:6px;
}
H4 {
	font-family: 'Trebuchet MS';
	font-size:13pt;
	margin-bottom:6px;
}
H5 {
	font-family: 'Trebuchet MS';
	font-size:13pt;
	margin-bottom:6px;
}

.RecommendationText {
	margin:15px 0 15px 0;
	width:645px;
	padding:0 16px;
	border:1px #009999 dashed;
}

.RecommendationText b, .RecommendationText strong {
	color:#fa5606;
}

.AnnoyingBanner {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 380px;
    height: 128px;
    z-index: 10001;
}

.AnnoyingBanner .BannerWrapper {
    border: 3px solid #ffffff;
    border-radius: 9px;
    box-sizing: border-box;
    overflow: hidden;
}

.CloseBanner {
    background: url('/images/close-popup.png') no-repeat center center;
    width: 24px;
    height: 25px;
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 9px;
    cursor: pointer;
}

.filterList
{
	width: 100px;
	padding-left: 30px;
	padding-right: 12px;
	margin-top: 5px;
}
.filterList .chooseFilter
{
	text-decoration: none;
	border-bottom: 1px dashed #009999;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.buble
{
	position: absolute;
	top: -276px;
	left: 114px;
	z-index: 999;
	background: #e4e2e2;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 3px 3px 8px rgba(17, 17, 17, 0.42);
	display: none;

}
.buble.och
{
	top: -20px;
	width: 164px;
}
.buble.active
{
	display: flex;
}
.buble:before
{
	position: absolute;
	top: 50%;
	left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 8px solid transparent;
	margin-top: -4px;
}
.buble:after
{
	position: absolute;
	top: 50%;
	left: -8px;
	content: "";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 9px solid #e4e2e2;
	border-bottom: 7px solid transparent;
	margin-top: -3px;
}
.closebutt
{
	font-size: 32px;
	position: absolute;
	top: 7px;
	right: 6px;
	cursor: pointer;
}
.buble-col
{
	float: left;
	width: 130px;
	margin-right: 40px;
}
.buble-col:last-child
{
	margin-right: 0;
}
.filterList .chooseFilter:hover
{
	border-color: #fa5606;
}
.listSquere
{
	margin: 3px 0 0 17px;
}
.Pick:hover
{
	color: #009999!important;
}
.filterList
{
	border-right:1px solid #d7d3d3 ;
}
.filterList.flr
{
	border: none;
}
.filterList a
{
	margin-bottom: 3px;
	display: block;
}
.Bottom {
	width:100%;
	height:100%;
}

.Bottom div {
	font-size:10pt;
}

.Bottom .BottomMenu {
	margin-top:13px;
	height:100%;
	width:660px;
	float:left;
}
.Bottom .Contacts {
	margin-top:13px;
	height:100%;
	width:185px;
	float:left;
	font-size:12px;
	line-height:12px;
	color:#fa5606;
}
.Bottom .Contacts b {
	font-size:12pt;
	font-weight:bold;
	line-height:22px;
	margin-left:2px;
}
.Bottom .Contacts a {
	text-decoration:none;
	color:#fa5606;
}
.Bottom .Copyright {
	margin-top:13px;
	width:155px;
	height:100%;
	float:left;
	font-size:8pt;
	line-height:8pt;
}
ul#BottomMenu {
	width:100%;
	margin:0px 15px 15px 22px; 
	padding:0;
	z-index:200;
	display:block;
	list-style: none;
}

ul#BottomMenu:after {clear:both;content:"";}/* СѓР±РёСЂР°РµРј РїРѕСЃР»Рµ РјРµРЅСЋ РґРµР№СЃС‚РІРёРµ float */
ul#BottomMenu li {
	background: none;
	float:left;
	white-space: nowrap; /* СЃРѕРґРµСЂР¶РёРјРѕРµ РЅР° РѕРґРЅРѕР№ СЃС‚СЂРѕРєРµ */ 
	position: relative;
	margin:0 12px;
}

ul#BottomMenu li, ul#BottomMenu li a, ul#BottomMenu li a:link, ul#BottomMenu li a:hover, ul#BottomMenu li a:visited {
	font-size:9pt;
	line-height: 26px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}

ul#BottomMenu li a:hover {
	color:#009999;
}
ul#MenuServices {
	width:100%;
	margin:5px 13px 10px 18px; 
	padding:0;
	z-index:200;
	display:block;
	list-style: none;
}

ul#MenuServices:after {clear:both;content:"";}/* СѓР±РёСЂР°РµРј РїРѕСЃР»Рµ РјРµРЅСЋ РґРµР№СЃС‚РІРёРµ float */
ul#MenuServices li {
	float:left;
	white-space: nowrap; /* СЃРѕРґРµСЂР¶РёРјРѕРµ РЅР° РѕРґРЅРѕР№ СЃС‚СЂРѕРєРµ */ 
	position: relative;
}
ul#MenuServices li {
	background-image:url('/images/delimiterMenuService.gif');
	background-repeat:no-repeat;
	background-position:center right;
	padding:1px 19px 0 6px;
}
ul#MenuServices > :last-child{background:transparent;}

ul#MenuServices li, ul#MenuServices li a, ul#MenuServices li a:link, ul#MenuServices li a:hover, ul#MenuServices li a:visited {
	line-height: 25px;
	font-family:"Segoe Print", "SGP";
	font-size:10pt;
	color:#000;
	text-decoration: none;
	font-weight:bold;
}

ul#MenuServices li a:hover {
	color:#009999;
}
ul#TopMenu {
	width:100%;
	margin:8px 15px 15px 22px; 
	padding:0;
	z-index:200;
	display:block;
	list-style: none;
}

ul#TopMenu:after {clear:both;content:"";}/* СѓР±РёСЂР°РµРј РїРѕСЃР»Рµ РјРµРЅСЋ РґРµР№СЃС‚РІРёРµ float */
ul#TopMenu li {
	float:left;
	white-space: nowrap; /* СЃРѕРґРµСЂР¶РёРјРѕРµ РЅР° РѕРґРЅРѕР№ СЃС‚СЂРѕРєРµ */ 
	position: relative;
}
ul#TopMenu li {
	background-image:url('/images/delimiterTopMenu.gif');
	background-repeat:no-repeat;
	background-position:center right;
	padding:1px 16px 0 4px;
}
ul#TopMenu > :last-child{background:transparent;}


ul#TopMenu li, ul#TopMenu li a, ul#TopMenu li a:link, ul#TopMenu li a:hover, ul#TopMenu li a:visited {
	line-height: 29px;
	font-size:9pt;
	font-weight:bold;
	color:#000;
	text-decoration: none;
	text-transform:uppercase;
}

ul#TopMenu li a:hover {
	color:#009999;
}
.rss a > span{
   background-image: url(/images/newsprites.png);
    background-position: 0 -60px !important;
    display: block;
    width: 38px;
    height: 35px;
}

body{background-color:#f4f2f2;}

/*Struct.L1*/
.wBodySpacer{width:40px}
.hSpacer{height:5px}
.hTop{height:121px}
.hTop2{height:187px}
.wLeft{width:325px}
.wCenter{width:675px}
.hBottom{height:52px}

.bgTop{background-image:url('/images/bgTop.jpg');background-repeat:no-repeat;}
.bgSpacer{background-color:#009999}

.MenuServices {
	position:absolute;
	margin-top:149px;
	margin-left:571px;
	width:386px;
	height:35px;
	background-image:url('/images/bgMenuServices.gif');
	background-repeat:no-repeat;
}
.Content {
	margin-right:40px;
	margin-bottom:20px;
}
.SpecialOffers {
	margin:30px 30px;
}
