body {
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color:#666;
    -webkit-font-smoothing: subpixel-antialiased;
    position:relative;
    background-image: radial-gradient( circle farthest-corner at 48.7% 44.3%,  rgba(30,144,231,1) 0%, rgba(56,113,209,1) 22.9%, rgba(38,76,140,1) 76.7%, rgba(31,63,116,1) 100.2% );
}

footer {color:#eee;}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.navbar-inner {background-image: none; background: #fff;}

.navbar .nav > li > a {
    float: none;
    padding: 20px 15px 20px;
}


.block {border-radius: 4px;}

.nav-tabs {border-radius: 4px 4px 0 0;}

.dropdown-menu > li > a {    
    padding: 10px 20px;
}

li.dropdown.open > a {text-shadow: none;}

.navbar .brand {padding: 5px 20px; padding-top:20px;}

div.pagination {text-align: right;}

.cover > .cover-text > h1 {text-align: left; font-size: 20px; line-height: 26px; margin: 0px; color: #fff;}

.congrats > h1:first-child {text-align: left; line-height: 22px; padding: 10px 20px; margin: 0; border-radius: 4px 4px 0 0; color: #fff;}

.congrats > p {text-align: left; padding: 20px 20px;}

.cover-text {margin-left: 20px; text-align: left; padding: 20px 20px; background:rgba(0,115,185,.75); max-width: 40%; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.cover > .cover-text > p {margin-top: 15px; font-size: 14px;}

.congrats > img {float: left; padding: 10px 20px;}

.congrats > ul > li {list-style-type: none; padding-left: 10px; margin-bottom: 4px; color: #fff; font-size: 14px;}

.congrats > a {margin: 0px;}

.cover {background: url(../css/sysadmin.jpg); background-size: cover; min-height: 250px; color: #fff; text-align: left; border-radius: 4px 4px 0 0;}

.block { background: transparent; border: none;}
.block-content {background: #fff; margin: 0; padding: 1em; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}

#yw0,  #yw1{margin-bottom: 0px;}

ul.nav-tabs {margin-left: 0px;}

.nav-tabs > li > a     {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}

.nav-tabs > li > a:hover     {color: #000;
}

#content > div.congrats > p:nth-child(2), #content > div.congrats > p:nth-child(4), #content > div.congrats > h1, #content > div.congrats > ul > li {color: #fff;}

.navbar .nav {margin-top: 10px;}

#banner_new_product{border:1px solid #bbc5c5;height:240px;padding:0}
#banner_new_product #advert{width:100%;background-position:center;position:relative}
#banner_new_product #advert p.button{display:table;margin-left:15px;position:absolute;bottom:15px}
#banner_new_product #advert p.button > a{display:table-cell;vertical-align:middle;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:115px;background:#0be;color:#FFF;height:30px;text-align:center;text-decoration:none;font-size:14px;border-radius:10px;outline:none;border-bottom:none}
#banner_new_product #advert p.button > a:active{background:#0069b4;box-shadow:inset 2px 2px 5px rgba(0,40,50,0.5);border-radius:10px}
#banner_new_product #advert .container{height:240px;width:100%;position:relative;overflow:hidden;z-index:10}
#banner_new_product #advert .adv_paging{position:absolute;top:15px;right:15px;z-index:35}
#banner_new_product #advert .adv_paging a{display:block;height:12px;margin-bottom:5px;width:12px;background:url(https://gaselectro.ru/images/design_ege/slider_switcher_passive.png) no-repeat;border-bottom:none}
#banner_new_product #advert .adv_paging a:hover{background:url(https://gaselectro.ru/images/design_ege/slider_switcher_hover.png) no-repeat}
#banner_new_product #advert .adv_paging a.current{background:url(https://gaselectro.ru/images/design_ege/slider_switcher_active.png) no-repeat}
#banner_new_product #advert .adv_slide{width:100%;top:0;left:0;padding-top:10px;position:absolute;background-repeat:no-repeat!important;background-position:right 0!important;z-index:25;height:230px}
#banner_new_product #advert .adv_slide .new_product_text{float:left;margin-left:40px;margin-right:5px;width:310px;text-align:left}
#banner_new_product #advert .adv_slide .new_product_text h4{color:#005BAE;font-size:26px;font-family:Arial;font-weight:400;letter-spacing:normal;padding-bottom:5px;border-bottom:#9aa3ac 1px dotted;margin:8px 0 5px}
#banner_new_product #advert ul{font-size:15px;line-height:1.3em}
#banner_new_product #advert .adv_slide .new_product_text ul{list-style:disc outside;margin-left:10px;padding-left:10px;margin-top:0;padding-top:0;margin-bottom:5px;padding-bottom:5px}
#navibar{text-align:left!important;background-color:#FFF;width:1000px;max-width:1000px;margin-right:auto;margin-left:auto;padding:5px 0 0}
#navibar .elements{font-size:11px;font-weight:400;min-height:32px;border-bottom:1px solid #CCC;background:url(https://gaselectro.ru/images/design_ege/navibar_bg.jpg) repeat-x scroll left bottom #FFF;display:table;width:1000px}
#navibar .elements > a,#navibar .elements > div{display:table-cell;height:31px;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;border-top:1px solid #CCC;background-color:#fff;overflow-y:visible;text-decoration:none;padding:8px}
#navibar .elements > a{color:#999;background:url(https://gaselectro.ru/images/design_ege/navibar_item_bg.jpg) no-repeat right center #FFF;background-size:contain;white-space:nowrap;padding:8px 28px 8px 8px}
#navibar .elements > a:hover{color:#333}
#navibar .elements a.first{text-decoration:none;width:68px;background:url(https://gaselectro.ru/images/design_ege/navibar_ico_home.jpg) no-repeat scroll 30px center,url(https://gaselectro.ru/images/design_ege/navibar_item_bg.jpg) no-repeat right center #fff;padding-right:0}
#navibar .elements a.first:hover{background:url(https://gaselectro.ru/images/design_ege/navibar_ico_home_hover.jpg) no-repeat 30px center,url(https://gaselectro.ru/images/design_ege/navibar_item_bg.jpg) no-repeat right center #fff}
#navibar .elements > div.separator{background:url(https://gaselectro.ru/images/design_ege/navibar_item_bg.png) no-repeat left center;border-top:none;min-width:40px;-moz-box-sizing:content-box;box-sizing:content-box;background-size:contain;padding:0}
#banner_new_product{width:705px;height:200px;overflow:hidden;border:none}
#banner_new_product #advert .adv_slide .new_product_text h4{font:200 19px SansRoundedLight-Regular,Arial,Helvetica,sans-serif;line-height:1;border-bottom:none}
#banner_new_product #advert .adv_slide .new_product_text ul,#banner_new_product #advert .adv_slide .new_product_text p{font-size:inherit}
#banner_new_product #advert .adv_slide .new_product_text ul>li{margin:5px 0}
#banner_new_product #advert p.button>a{font-size:inherit}
#banner_new_product #advert .adv_slide .new_product_text h4>strong{font-size:20px}
#banner_new_product #advert .adv_slide div.new_product_text{width:330px;margin:15px 0 0 30px;float:none}
#banner_new_product #advert .adv_slide,#banner_new_product #advert .container{height:200px;padding-top:0}
#banner_new_product #advert .adv_slide .new_product_text ul li {font-size: 12px; color: #000; line-height: 1.2em !important;}
td.address{text-align:right;font-size:11px;color:#fff;font-family:Tahoma;width:33%;padding:10px}
td.address a:link,td.address a:visited,td.address a:hover,td.address a:active{color:#fff;text-decoration:none;border-bottom:none}
#order_catalog{color:#666}
#order_catalog img,#banner_3d img{margin-top:1px}
#order_catalog p{text-align:left;padding:0 15px}
#order_catalog p.button{display:table;margin:15px auto}
#order_catalog a.button1,#vote .button input[type=button],#subscribe input[type=submit]{display:table-cell;vertical-align:middle;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:200px;background:#0be;color:#FFF;height:30px;text-align:center;text-decoration:none;font-size:14px;border-radius:10px;outline:none;font-weight:400!important;border:none}
#order_catalog a.button1:active,#order_catalog a.button1:focus,#vote .button input[type=button]:active,#subscribe input[type=submit]:active,#vote .button input[type=button]:focus,#subscribe input[type=submit]:focus{background:#0069b4;box-shadow:inset 2px 2px 5px rgba(0,40,50,0.5)}
.fb_iframe_widget iframe{position:static!important}
#zharchikov{display:inline;vertical-align:middle}
#support_block p{text-align:left;border-top:1px dotted #666;color:#666;margin:0 15px;padding:5px 0 10px}
#support_block img{margin-top:1px}
a.consultant > span,.hidden{display:none}
#quick-links a:hover,#auth_links a:hover{color:#000}
div.aside>div{width:230px}
div.aside>div>h2,div.bottom h2,div.rightside>div>h2{background:#035 none repeat scroll 0 0;height:35px;font-size:15px!important;font-family:Arial,sans-serif;text-align:left;color:#FFF!important;font-weight:400!important;vertical-align:middle;display:table-cell!important;margin:0!important;padding:0 0 0 15px !important}
div.aside>div>h2,div.rightside>div>h2{width:215px}