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


body.noScroll .b-content,
body.noScroll .b-wrapper,
body.noScroll #footer_new,

body.noScroll #map_canvas,
body.noScroll #Controlls,
body.noScroll #Panel{
  /*-webkit-filter: url(#blur);
  filter: url(#blur);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');*/
}

/*** Всплывающий контейнер ***/
#popupInner{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  border: 1px solid #efefef;
  background-color: #FFF;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 99999;
  padding: 13px 15px;
  width: 450px;
  cursor: auto;
  opacity: 0;
  top: 50%;

  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);

  transition:  0.4s transform ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

#popupInner.animate{
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#popupInner.no-padding {
  padding: 0;
}

#popupOverlay{
  /*background: rgba(0,0,0,.3);
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,rgba(0,0,0,.3)),color-stop(100%,rgba(0,0,0,.7)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%);*/

  background-color: rgba(0,0,0,.6);

  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;

  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  opacity: 0;
}

/*** Индикатор загрузки ***/
#loader {
  background: transparent;
  position: fixed;
  z-index: 10000;
  display: none;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#loader.active{
  display: block;
}

#loader .b-loading {
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  background: #23B6F9;
  position: fixed;
  display: block;
  z-index: 100000;
  height: 4px;
  width: 0%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

/*** Шапка ***/
.b-header{
  background-image: linear-gradient(-180deg, #FBFBFB 3%, #F3F3F3 99%);
  position: relative;
  z-index: 1002;
  height: 97px !important;
  width: 100%;
  min-width: 1260px;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
}

.b-header .logo {
  background: url(/static/c2m/header/img/Logo_new.png);
  background-position:center center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 203px;
  height: 42px;
}

.b-nav-fill .div_search {
  margin-bottom: 0;
}
.b-nav-fill .b-products-search {
  margin-bottom: 0;
}

.section-search {
  width: auto;
}

.b-header .nav{
  height: 34px;
  margin: 0 auto;
  width: auto;
  padding: 0;
}

.b-nav-left {
  display: inline-block;
  float: left;
  position: relative;
  width: auto;
  height: 93px;
  padding: 29px 0 0 14px;
}
.b-nav-right {
  display: inline-block;
  float: right;
  position: relative;
  width: auto;
  height: 93px;
}
.b-nav-fill {
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  height: 93px;
  padding: 0 24px 0 50px;
}
/*@media only screen and (max-width: 1477px) {*/
/*.b-header .nav{*/
/*margin: 0 0 0 230px;*/
/*position: absolute;*/
/*display: block;*/
/*height: 60px;*/
/*width: auto;*/
/*padding: 0;*/
/*top: 0;*/
/*}*/
/*}*/
/*@media only screen and (max-width: 1135px) {*/
/*body {*/
/*margin-top: 0 !important;*/
/*}*/
/*}*/

.b-header .nav > li{
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  margin: -1px 0 0 0;
  list-style: none;
  cursor: pointer;
  display: block;
  height: 34px;
  width: auto;
  float: left;
  padding: 0 15px;
  z-index: 102;
}
.b-header .nav > li:first-child {
  padding-left: 0;
}
.b-header .nav > li.b-link-grants {
  padding-right: 0;
}
.b-header .nav > li.castle {
  padding-left: 0;
  padding-right: 15px;
}

.b-header .nav > li.castle,
.b-header .nav > li.language {
  float: right;
}
.b-header .nav > li.language {
  height: 20px;
  margin-top: 6px;
  padding: 0;
}

.b-header .nav > li:hover{
  background: transparent;
}

.b-header .nav > li > a{
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0;
  height: 46px;
  width: inherit;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  color: #525252;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
}

.b-header .nav > li > a.grants {
  /*margin-top: -2px;*/
}

.b-header .nav > li.active > a.grants {
  height: 62px;
  height: 62px;
}

.b-header .nav > li > a:focus{
  background-color: transparent;
}

.b-header .nav > li > a span {
  color: #7c7c7c;
  line-height: 60px;
  font-size: 18px;
}
.b-header .nav > li > a:hover,
.b-header .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #00afff;
  /*border-bottom: 2px solid #23B6F9;*/
  transition: all 0.5s ease 0s;
}
.b-header .nav > li > a:hover span {
  color: #00afff;
}

.b-header .nav > li.m-line > a {
  /*border-bottom: 2px solid #23B6F9;*/
}
.b-header .nav > li.active > a {
  /*-webkit-box-shadow: 3px 0px 13px 0px rgba(50, 50, 50, 0.75);*/
  /*-moz-box-shadow: 3px 0px 13px 0px rgba(50, 50, 50, 0.75);*/
  /*box-shadow: 3px 0px 13px 0px rgba(50, 50, 50, 0.75);*/
  color: #00afff;
  background-color: transparent;
  height: 34px;
  /*border-bottom: 2px solid #23B6F9;*/
}

.b-header .nav > li.active > a span {
  color: #00afff;
}

.b-header .nav > li#home > a{
  background-image: none;
}

.b-header .nav > li#cards > a{
  background-image: none;
}

.b-header .nav > li#chat > a{
  background-image: none;
}

.b-header .nav > li#dialogs > a{
  background-image: none;
}

.b-header .nav > li#contacts > a{
  background-image: none;
}

.b-header .nav > li#geolocation > a{
  background-image: none;
}

.b-header .nav > li#buy > a {
  background-image: none;
}

.b-header .nav > li#time > a {
  background-image: none;
}

.b-header .nav > li#notify{
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
  width: 0px;
}
.b-header .nav > li#notify.more{
  width: 60px;
}

.b-header .nav > li#more{
  position: relative;
}

.b-header .nav > li#more:before {
  background-color: #D8D8D8;
  content: "";
  height: 10px;
  position: absolute;
  left: 0;
  top: 25px;
  width: 1px;
}

.b-header .user{
  height: 96px;
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

.b-header .user > li{
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;

  vertical-align: middle;
  display: table-cell;
  text-align: center;
  list-style: none;
  cursor: pointer;
  padding: 0 20px;
  font-size: 15px;
  height: 60px;
}

.b-header .user > li > a{
  line-height: 17px;
  color: #333333;

}

.b-header .nav > li > a:focus,
.b-header .nav > li > a:hover {
  outline: none;
}

.b-header .user > li:hover{
  /*background: #4d555b;*/
}


/* Language */
.b-header .user > li.language{
  /*background-image: url(/static/techcrunch/images/flags/rus.png), url(/static/techcrunch/images/top_panel/li_bg_right.png);*/
  background-position: center center, right center;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding: 0 20px 0 10px;
}

.b-header .user > li.language:before {
  background-color: #D8D8D8;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 1px;
}

.b-header .nav > li.language .language-ru {
  background-image: url("/static/techcrunch/images/flags/RU.png");

  display: inline-block;
  height: 15px;
  margin-top: 4px;
  width: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-header .nav > li.language .language-eng {
  background-image: url("/static/techcrunch/images/flags/eng.png");
  margin-left: 5px;
  margin-right: 1px;
  display: inline-block;
  height: 15px;
  margin-top: 4px;
  width: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.b-header .nav > li.language .language-ru a,
.b-header .nav > li.language .language-eng a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.b-header .user > li.language:hover{
  background-color: transparent;
}


.account-menu{
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;

  background-color: #2C3339;
  position: absolute;
  overflow: hidden;
  text-align: left;
  list-style: none;
  min-width: 186px;
  height: 0;
  padding: 0;
  margin: 0;
  right: 0;
  top: 60px;
}

.b-header .user > li.account:hover > .account-menu{
  height: 104px;
}

.account-menu > li{
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;

  padding: 20px 20px 20px 64px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 12px;
  font-size: 13px;
  color: #FFFFFF;
  display: block;
}

.account-menu > li:hover{
  background-color: #5B6165;
}

.account-menu > li > a{
  color: #FFFFFF;
}

.account-menu > li.account-menu-topup{
  background-image: url(/static/techcrunch/images/top_panel/icon_plus.png);
  background-position: 25px center;
  background-repeat: no-repeat;
}

.account-menu > li.account-menu-service{
  background-image: url(/static/techcrunch/images/top_panel/icon_purse.png);
  background-position: 25px center;
  background-repeat: no-repeat;
}



/* Bonus */
.b-header .user > li.bonus{
  padding: 0 10px 0 35px;
  position: relative;
  color: #7c7c7c;
}

.b-header .user .bonus span {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  /*font-weight: bold;*/
}

.b-header .user .account,
.b-header .user .bonus {
  color: #333333;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
  padding-right: 22px;
  text-align: right;
  vertical-align: top;
  padding-top: 4px;
}
.b-right-indent {
  width: 18px;
}
.b-header .user .account span {
  color: #333333;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.b-header .user .account.icon-Credit_card span:before {
  background: url("../img/arrow_accaunt2.png");
  background-position:left;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 6px;
  right: -27px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  width: 12px;
}

.b-header .user .b-basket {
  position: relative;
  padding-right: 3px;
}

.b-header .user .bonus a {
  color: #636363;
  display: inline-block;
  margin-left: 20px;
  min-width: 44px;
  padding-left: 22px;
  padding-top: 19px;
  position: relative;
  text-align: right;
}
.b-header .user .bonus a:focus,
.b-header .user .bonus a:hover,
.b-header .user .account a:focus,
.b-header .user .account a:hover {
  color: #7c7c7c;
  outline: none;
  text-decoration: none;
}
.b-header .b-user-name {
  height: 47px;
  padding-top: 22px;
  padding-right: 22px;
  text-align: right;
  vertical-align: bottom;

}
.b-header .b-user-name span {
  color: #7c7c7c;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
}

.b-header .user .bonus a:before {
  background: url("../img/icon_bonus.png");
  content: "";
  display: inline-block;
  height: 14px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 18px;
  width: 15px;
  background-position:left center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-header .user > li.bonus:hover {
  color: #65a9c8;
}

.b-header .user > li.bonus a {
  margin-left: 10px;
  display: inline-block;
  line-height: 58px;
  margin-top: -2px;
}

.b-header .user > li.bonus:hover{
  background-color: transparent;
}

.b-header .user > li.bonus a:hover {
  text-decoration: none;
}


/* Profile */
.b-header .user > li.profile > img{
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  border-radius: 50%;
  height: 43px;
  width: 43px;
}
.b-header .user .profile .cuAvatar {
  background: url("../../../techcrunch/images/top_panel/user_avatar_default.png");
  background-position:center center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 3px 47px 0 12px;
  height: 56px;
  width: 56px;
  overflow: hidden;
}
.b-header .user .profile .cuAvatar a {
  display: inline-block;
  height: 56px;
  width: 56px;
}
.b-header .user .profile .cuAvatar a:hover,
.b-header .user .profile .cuAvatar a:focus {
  outline: none;
  text-decoration: none;
}
.b-header .user .profile .cuAvatar > span {
  background-image: url(/photo/avatar);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-color: #404a53;*/

  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  vertical-align: middle;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}


.b-header .user > li.profile:hover{
  background-color: transparent;
}

.profile-all {
  min-width: 40px;
}
.profile-menu{
  -webkit-transition: height .5s;
  -moz-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;

  background-color: #2C3339;
  position: absolute;
  overflow: hidden;
  text-align: left;
  list-style: none;
  min-width: 186px;
  height: 0;
  padding: 0;
  margin: 0;
  right: 0;
  top: 60px;
}

.b-header .user > li.profile:hover > .profile-menu{
  height: 156px;
}

.profile-menu > li{
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;

  padding: 20px 20px 20px 64px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 12px;
  font-size: 13px;
  color: #FFFFFF;
  display: block;
}

.profile-menu > li:hover{
  background-color: #5B6165;
}

.profile-menu > li > a{
  color: #FFFFFF;
}

.profile-menu > li.profile-menu-name{
  background-image: url(/static/techcrunch/images/top_panel/icon_user_profile.png);
  background-position: 25px center;
  background-repeat: no-repeat;
}

.profile-menu > li.profile-menu-options{
  background-image: url(/static/techcrunch/images/top_panel/icon_user_settings.png);
  background-position: 26px center;
  background-repeat: no-repeat;
}

.profile-menu > li.profile-menu-exit{
  background-image: url(/static/techcrunch/images/top_panel/icon_user_exit.png);
  background-position: 28px center;
  background-repeat: no-repeat;
}


/*Signin*/
.b-header .user > li.signin{
  position: relative;
}

.b-header .user > li.signin:before {
  background-color: #D8D8D8;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 1px;
}


.b-header .user > li.signin:hover{
  background-color: transparent;
}

.b-header .user > li.signin .signin-popup{
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;

  -webkit-transition: opacity .4s, top .4s;
  -moz-transition: opacity .4s, top .4s;
  -o-transition: opacity .4s, top .4s;
  transition: opacity .4s, top .4s;

  padding: 25px 45px 20px 45px;
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  text-align: left;
  width: 220px;
  cursor: auto;
  right: 0px;
  opacity: 0;
  top: 90px;
}

/*.b-header .user > li.signin.active:after {
  border-width: 0px 10px 10px 10px;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-style: solid;
  position: absolute;
  display: block;
  content: '';
  height: auto;
  width: 0px;
  left: 22px;
  top: 60px;
}*/

.b-header .user > li.signin.active .signin-popup{
  visibility: visible;
  opacity: 1;
  top: 60px;
}

.b-header .user > li.signin .signin-popup > form{
  overflow: hidden;
}

.b-header .user > li.signin .signin-popup .signin-form-title{
  font-family: "Roboto",sans-serif;
  padding: 0 0 4px 0;
  line-height: 119%;
  font-size: 16px;
  color: #333;
}

.b-header .user > li.signin .signin-popup .signin-form-text{
  text-align: center;
  padding: 14px 0;
  font-size: 13px;
  color: #828282;
  display: block;
  clear: both;
  margin: 0;
}

.b-header .user > li.signin .signin-popup .signin-form-field{
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  position: relative;
}

.b-header .user > li.signin .signin-popup .signin-form-username-error,
.b-header .user > li.signin .signin-popup .signin-form-password-error,
.b-header .user > li.signin .signin-popup .signin-form-forgot-error{
  position: absolute;
  visibility: hidden;
  display: block;
  color: #F5A623;
  right: 0;
  top: 50%;
}

.b-header .user > li.signin .signin-popup .signin-form-username-error.active,
.b-header .user > li.signin .signin-popup .signin-form-password-error.active,
.b-header .user > li.signin .signin-popup .signin-form-forgot-error.active{
  visibility: visible;
}

.b-header .user > li.signin .signin-popup input[type="text"],
.b-header .user > li.signin .signin-popup input[type="password"]{
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  background-color: #FCFCFC !important;
  padding: 21px 0 5px 0;
  font-family: "Roboto",sans-serif;
  font-weight: lighter;
  font-size: 14px;
  color: #828282;
  outline: none;
  border: none;
  height: 18px;
  width: 230px;
}

.b-header .user > li.signin .signin-popup input[type="submit"]{
  margin: 22px auto 18px auto;
  border: 1px solid #7c7c7c;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  color: #7c7c7c;
  outline: none;
  height: 50px;
  width: 50px;
  opacity: 0.68;
}

.b-header .user > li.signin .signin-popup input[type="submit"]:hover{
  opacity: 1;
}


.b-header .user > li.signin .signin-popup input[type="submit"]:active{
  border: 1px solid #65A9C8;
  color: #65A9C8;
}

.b-header .user > li.signin .signin-popup input[type="checkbox"]{
  display: none;
}

.b-header .user > li.signin .signin-popup input[type="checkbox"] + label{
  background: transparent;
  margin: 19px 0 6px 0;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  line-height: 18px;
  cursor: pointer;
  color: #7E7E7E;
}

.b-header .user > li.signin .signin-popup input[type="checkbox"] + label:before{
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.3);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,.3);

  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  content: "";
  left: 0px;
  top: 0px;
}

.b-header .user > li.signin .signin-popup input[type="checkbox"]:checked + label:before{
  background-image: url(/static/c2m/header/img/check.svg);
  background-position: center;
  background-size: 90%;
}

.b-header .user > li.signin .signin-popup .signin-form-forgot{
  text-transform: uppercase;
  font-family: "Roboto",sans-serif;
  font-size: 10px;
  cursor: pointer;
  display: block;
  color: #b2b2b2;
}

.b-header .user > li.signin .signin-popup .signin-form-social{
  text-align: center;
  margin: auto;
  width: 87px;
}

.b-header .user > li.signin .signin-popup .signin-form-social a{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  display: block;
  margin: 0 1px;
  height: 25px;
  width: 25px;
  float: left;
}

.b-header .user > li.signin .signin-popup .signin-form-social a.icon-Facebook{
  background-image: url(/static/c2m/header/img/facebook.svg);
}

.b-header .user > li.signin .signin-popup .signin-form-social a.icon-vkontakte{
  background-image: url(/static/c2m/header/img/vk.svg);
}

.b-header .user > li.signin .signin-popup .signin-form-social a.icon-Twitter{
  background-image: url(/static/c2m/header/img/twitter.svg);
}

/*Signup*/
.b-header .user .signup{
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.b-header .user .signup:hover{
  background-color: transparent;
}


/*** Форма поиска в сером блоке ***/
.b-search{
  border-bottom: 1px solid #f4f4f4;
  background-color: #fafafa;
  margin: 0 auto;
  height: 124px;
  width: 100%;
}

.b-search .b-search-header{
  padding: 21px 0 11px 0;
  margin: 0 auto;
  width: 1024px;
}

.b-search .b-search-header h1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.b-search .b-search-header h1 .tooltip {
  margin-left: 340px;
}

.b-search .b-search-header h1 .tooltip-inner {
  text-transform: none;
  text-align: left;
  max-width: 830px;
  border-radius: 2px;
  background: rgba(10, 10, 10, 0.55);
}

.b-header .profile .tooltip-inner {
  text-transform: none;
  text-align: center;
  max-width: 100px;
  border-radius: 2px;
  background: rgba(10, 10, 10, 0.55);
}

.b-search .b-search-header h1 .tooltip-arrow {
  left: 74px;
  border-bottom-color: rgba(10, 10, 10, 0.55);
}

.b-search .div_search{
  margin: 0 auto;
  width: 1024px;
}

/*** Tool Tip ***/
body .ui-tooltip{
  background-color: rgba(51,51,51,0.7);
  border-radius: 0;
  box-shadow: none;
  opacity: 0.7;
  color: #fff;
  border: 0;
}

body .ui-tooltip:after{
  border-color: transparent;
  border-style: solid;
  border-width: 6px;

  border-bottom-color: rgba(51,51,51,0.7);

  position: absolute;
  margin: 0 0 0 -6px;
  display: block;
  content: '';
  left: 50%;
  top:-12px;
  height: 0;
  width: 0;
}

/*шрифты для иконок в шапке*/
@font-face {
  font-family: 'icomoon';
  src:url('/static/c2m/header/fonts/icomoon.eot?9cv4tx');
  src:url('/static/c2m/header/fonts/icomoon.eot?#iefix9cv4tx') format('embedded-opentype'),
  url('/static/c2m/header/fonts/icomoon.woff?9cv4tx') format('woff'),
  url('/static/c2m/header/fonts/icomoon.ttf?9cv4tx') format('truetype'),
  url('/static/c2m/header/fonts/icomoon.svg?9cv4tx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Arrow:before {
  content: "\e621";
}
.icon-Chat:before {
  content: "\e622";
}
.icon-Clock:before {
  content: "\e623";
}
.icon-Contacts:before {
  content: "\e624";
}

.icon-Credit_card a {
  color: #636363;
  display: inline-block;
  margin-left: 20px;
  min-width: 44px;
  padding-left: 27px;
  padding-top: 19px;
  position: relative;
  text-align: right;
}
.icon-Credit_card a:before {
  background: url("../img/icon-Credit_card.png");
  background-position:left;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 18px;
  width: 15px;

}

/*basket*/

.icon-basket a {
  color: #7c7c7c;
  display: block;
  height: 32px;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: 35px;
}
.icon-basket a:hover,
.icon-basket a:focus {
  outline: none;
  text-decoration: none;
}
.basket-text strong {
  color: #23B6F9;
}
.icon-basket a span {

}

.icon-basket .basket-text {
  display: inline-block;
  text-align: left;
  color: #7c7c7c;
  font-size: 12px;
}
.icon-basket .basket-number {
  color: #f5a623;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
  left: 5px;
  padding-left: 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 18px;
}
.icon-basket a:before {
  background:  url("../img/basket.png");
  background-position:left center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 12px;
  width: 24px;

}
/*basket*/


.icon-Ellipsis:before {
  content: "\e626";
}
.icon-Home:before {
  content: "\e627";
}
.icon-Location:before {
  content: "\e628";
}
.icon-Shopping_cart:before {
  content: "\e629";
}

.icon-sum:before {
  content: "\e61f";
  font-size: 14px;
}
.icon-cog:before {
  content: "\e61e";
  font-size: 15px;
}
.icon-ellipsis:before {
  vertical-align: top;
  content: "\e620";
  font-size: 4px;
}
/*дополнительные шрифты для иконок в шапке*/

@font-face {
  font-family: 'icomoon-2';
  src:url('../fonts/tmp1/icomoon.eot?wol4xy');
  src:url('../fonts/tmp1/icomoon.eot?#iefixwol4xy') format('embedded-opentype'),
  url('../fonts/tmp1/icomoon.woff?wol4xy') format('woff'),
  url('../fonts/tmp1/icomoon.ttf?wol4xy') format('truetype'),
  url('../fonts/tmp1/icomoon.svg?wol4xy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
  font-family: 'icomoon-2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-address-book,
.icons-address-book2 {
  font-size: 17px !important;
}

.icons-address-book:before {
  content: "\e9897";
}

.icons-address-book2:before {
  content: "\e9898";
}




/*** Всплывающеее окно формы регистрации ***/
/*
.unauthorized-popup{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  font-family: "Roboto",sans-serif;
  padding: 25px 45px 20px 45px;
  overflow: hidden;
  height: 290px;
  width: 310px;
}
.b-all-popup-close {
  background: url("/static/img/bids/close2x@.png");
  background-position:left;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  cursor: pointer;
  z-index: 101;
}
.b-all-popup-close.m-wallet  {
  right: 10px;
  top: 10px;
}
.b-all-popup-close.m-bidding  {
  right: 10px;
  top: 10px;
}

.unauthorized-popup,
.unauthorized-popup *{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.unauthorized-popup .unauthorized-title{
  font-family: "Roboto",sans-serif;
  display: inline-block;
  padding: 0 0 4px 0;
  line-height: 119%;
  font-size: 16px;
  color: #23B6F9;
}

.unauthorized-popup .unauthorized-link{
  font-family: "Roboto",sans-serif;
  display: inline-block;
  position: relative;
  line-height: 119%;
  font-size: 16px;
  padding: 0 0 0 20px;
  cursor: pointer;
  color: #333;
}

.unauthorized-popup .unauthorized-link:hover{
  color: #FFAB00;
}

.unauthorized-popup .unauthorized-link:before {
  background-color: #D8D8D8;
  position: absolute;
  height: 10px;
  content: "";
  width: 1px;
  top: 5px;
  left: 8px;
}

.unauthorized-popup .unauthorized-text{
  text-align: center;
  padding: 14px 0;
  font-size: 13px;
  color: #828282;
  display: block;
  clear: both;
  margin: 0;
}

.unauthorized-popup .unauthorized-forms{
  position: relative;
  display: block;
  width: 310px;
  height: 210px;
}

.unauthorized-popup form{
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;

  position: absolute;
  display: block;
  width: 320px;
  height: 210px;
}
.unauthorized-popup form.j-hidden{
  display:none;
}
.unauthorized-popup form p{
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  color: #828282;
}
.unauthorized-popup input[type="checkbox"] {
  display:none !important;
}
.unauthorized-popup .unauthorized-forms form input{
  visibility:hidden;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;
  opacity:0;
 }
.unauthorized-popup .unauthorized-forms[step="0"] form.signin-form  input,
.unauthorized-popup .unauthorized-forms[step="1"] form.forgot-form  input,
.unauthorized-popup .unauthorized-forms[step="2"] form.signup-form  input,
.unauthorized-popup .unauthorized-forms[step="3"] form.emailSuccess-form  input,
.unauthorized-popup .unauthorized-forms[step="4"] form.confirm-form  input,
.unauthorized-popup .unauthorized-forms[step="5"] form.phoneSuccess-form  input,
.unauthorized-popup .unauthorized-forms[step="6"] form.emailRecoverySuccess-form  input,
.unauthorized-popup .unauthorized-forms[step="7"] form.phoneRecoverySuccess-form  input{
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}


.unauthorized-popup .unauthorized-forms[step="0"] .signin-form{
  left: 0px;
  display:block;
}
.unauthorized-popup .unauthorized-forms[step="1"] .signin-form,
.unauthorized-popup .unauthorized-forms[step="2"] .signin-form,
.unauthorized-popup .unauthorized-forms[step="3"] .signin-form,
.unauthorized-popup .unauthorized-forms[step="4"] .signin-form,
.unauthorized-popup .unauthorized-forms[step="5"] .signin-form,
.unauthorized-popup .unauthorized-forms[step="6"] .signin-form,
.unauthorized-popup .unauthorized-forms[step="7"] .signin-form{
  left: -376px;
  display:block;
}

.unauthorized-popup .unauthorized-forms .forgot-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="1"] .forgot-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-forms .signup-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="2"] .signup-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-forms .emailSuccess-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="3"] .emailSuccess-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-forms .confirm-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="4"] .confirm-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-forms .phoneSuccess-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="5"] .phoneSuccess-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-forms .emailRecoverySuccess-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="6"] .emailRecoverySuccess-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-forms .phoneRecoverySuccess-form{
  left: 376px;
}
.unauthorized-popup .unauthorized-forms[step="7"] .phoneRecoverySuccess-form{
  left: 0px;
}

.unauthorized-popup .unauthorized-form-field{
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  position: relative;
}


.unauthorized-popup .unauthorized-form-field[type="phone"]:before{

  color: #828282;
  content: '+';
  display: block;
  width: 18px;
  height: 20px;
  bottom: 4px;
  left: -15px;
  position: absolute;
}

.unauthorized-popup .unauthorized-form-field[type="email"]:before{
  background: url(/static/c2m/header/img/phone.svg) -13px 5px no-repeat;
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  bottom: 3px;
  left: -20px;
  position: absolute;
}

.unauthorized-popup .unauthorized-form-error{
  line-height: 14px;
  font-size: 10px;
  display: block;
  display: block;
  color: #F5A623;
  height: 14px;
}


.unauthorized-popup .unauthorized-form-username-error,
.unauthorized-popup .unauthorized-form-password-error,
.unauthorized-popup .unauthorized-form-forgot-error,
.unauthorized-popup .unauthorized-form-sms-error,
.unauthorized-popup .unauthorized-form-emailOrPhone-error,
.unauthorized-popup .unauthorized-form-confirm-error{
  position: absolute;
  visibility: hidden;
  display: block;
  color: #F5A623;
  right: 0;
  top: 50%;
}

.unauthorized-popup .unauthorized-form-username-error.active,
.unauthorized-popup .unauthorized-form-password-error.active,
.unauthorized-popup .unauthorized-form-forgot-error.active,
.unauthorized-popup .unauthorized-form-sms-error.active,
.unauthorized-popup .unauthorized-form-emailOrPhone-error.active,
.unauthorized-popup .unauthorized-form-confirm-error.active{
  visibility: visible;
}

.unauthorized-popup input[type="text"],
.unauthorized-popup input[type="password"]{
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  background-color: #ffffff !important;
  padding: 21px 0 5px 0;
  font-family: "Roboto",sans-serif;
  font-weight: lighter;
  font-size: 12px;
  color: #828282;
  outline: none;
  border: none;
  height: 18px;
  width: 310px;
}


.unauthorized-popup input[type="submit"]{
  border: 1px solid #7c7c7c;
  background: transparent;
  margin: 0 0 0 -25px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  color: #7c7c7c;
  outline: none;
  height: 50px;
  width: 50px;
  opacity: 0.68;
  padding: 0;
  bottom: 0;
  left: 50%;
}


.unauthorized-popup input[type="checkbox"]{
  display: none;
}

.unauthorized-popup input[type="checkbox"] + label{
  background: transparent;
  display: inline-block;
  font-weight: normal;
  margin: 2px 0 6px 0;
  padding-left: 25px;
  position: relative;
  line-height: 18px;
  cursor: pointer;
  font-size: 12px;
  color: #7E7E7E;
}

.unauthorized-popup input[type="checkbox"] + label:before{
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(60,60,60,.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(60,60,60,.3);
  box-shadow: inset 0px 0px 0px 1px rgba(60,60,60,.3);

  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  content: "";
  left: 0px;
  top: 0px;
}

.unauthorized-popup input[type="checkbox"]:checked + label:before{
  background-image: url(/static/c2m/header/img/check.svg);
  background-position: center;
  background-size: 90%;
}

.unauthorized-popup .unauthorized-form-forgot{
  color: #b2b2b2;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: 'Roboto', sans-serif !important;
  font-size: 10px;
  padding-top: 4px;
  text-transform: uppercase;
}

.unauthorized-popup input[type="submit"]:hover{
  opacity: 1;
  color: #23B6F9;
  border: 1px solid #23B6F9;
}


.unauthorized-popup input[type="submit"]:active{
  border: 1px solid #65A9C8;
  color: #65A9C8;
}

.unauthorized-popup .unauthorized-social{
  text-align: center;
  margin: auto;
  width: 87px;
}

.unauthorized-popup .unauthorized-social a{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  display: block;
  margin: 0 1px;
  height: 27px;
  width: 27px;
  float: left;
}

.unauthorized-popup .unauthorized-social a.icon-Facebook{
  background-image: url(/static/c2m/header/img/facebook.svg);
}

.unauthorized-popup .unauthorized-social a.icon-vkontakte{
  background-image: url(/static/c2m/header/img/vk.svg);
}

.unauthorized-popup .unauthorized-social a.icon-Twitter{
  background-image: url(/static/c2m/header/img/twitter.svg);
}
*/
.b-header .nav > li#contacts > a {

  vertical-align: middle;
}
.b-header .nav > li#contacts > a:hover .b-icon-Contacts,
.b-header .nav > li#contacts.active > a .b-icon-Contacts {
  background: url('/static/c2m/header/img/contacts_blue.png') no-repeat center center;
}


.b-icon-Contacts {
  background: url('/static/c2m/header/img/contacts.png') no-repeat center center;
  width: 16px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .b-icon-Contacts {
    background:url('../img/contacts2x@.png') no-repeat center center ;
    background-size: 16px 20px !important;
  }

  .b-header .nav > li#contacts > a:hover .b-icon-Contacts,
  .b-header .nav > li#contacts.active > a .b-icon-Contacts {
    background: url('/static/c2m/header/img/contacts_blue2x@.png') no-repeat center center;
  }

}

/*** Всплывающий блок пополнения счета ***/
.deposit-popup {
  color: #333;
  position: relative;
}

.deposit-popup-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
}

.deposit-popup-img {
  background: url('/static/c2m/img/deposit/wallet_icon.png');
  background-position:center center;
  background-color:transparent;
  background-repeat: no-repeat;
  padding: 36px 0;
}

.deposit-popup-input {
  font-family: 'Open Sans', sans-serif;
  padding: 27px 0 40px 0;
  position: relative;
  text-align: center;
}

.deposit-popup-input:before {
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;

  margin: 0 0 0 -35px;
  position: absolute;
  content: '00,-руб';
  font-size: 20px;
  display: block;
  color: #8F8F8F;
  right: 170px;
  width: 70px;
  left: 50%;
  top: 0px;
}

.deposit-popup-input.focus:before {
  margin: 0 0 0 45px;
  content: ',-руб';
  color: #74B617;
}

.deposit-popup-input input {
  border-bottom: 1px solid #b2b2b2;
  background: transparent;
  margin: 0 0 0 -59px;
  position: absolute;
  text-align: center;
  border-right: none;
  border-left: none;
  border-top: none;
  font-size: 20px;
  color: #74B617;
  display: block;
  outline: none;
  height: auto;
  width: 116px;
  padding: 0;
  left: 50%;
  top:0;
}

.deposit-popup-input label {
  font-weight: normal;
  font-size: 12px;
}

.deposit-popup-input.invalid label {
  color: #FD7D28;
}

.deposit-popup-methods tr {
  border-top: 1px solid #eaeaea;
}

.deposit-popup-methods tr:first-child {
  border-top: none;
}

.deposit-popup-methods td {
  border-left: 1px solid #eaeaea;
}

.deposit-popup-methods div[data-method] {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 150px;
  height: 70px;
}

.deposit-popup-methods div[data-method="CCVISAMC"] {
  background-image:url('/static/c2m/img/deposit/visa.png');
  background-size: 63px 20px;
}

.deposit-popup-methods div[data-method="CCVISAMC"].mastercart {
  background-image:url('/static/c2m/img/deposit/logo-mastercard.png');
  background-size: 53px 35px;
}

.deposit-popup-methods div[data-method="ALFACLICK"] {
  background-image:url('/static/c2m/img/deposit/alfaclick@1x.png');
  background-size: 128px 38px;
}

.deposit-popup-methods div[data-method="QIWI"] {
  background-image:url('/static/c2m/img/deposit/qw.png');
  background-size: 109px 42px;
}

.deposit-popup-methods div[data-method="WEBMONEY"] {
  background-image:url('/static/c2m/img/deposit/wmlogo_vector_blue.png');
  background-size: 117px 30px;
}

.deposit-popup-methods div[data-method="MAILRU"] {
  background-image:url('/static/c2m/img/deposit/dengi_mail_ru_forex_logo_png.png');
  background-size: 112px 42px;
}

.deposit-popup-methods div[data-method="EUROSET_SVYAZNOI"] {
  background-image:url('/static/c2m/img/deposit/svaznoy.png');
  background-size: 113px 27px;
}

.deposit-popup-methods div[data-method="CARDS"] {
  background-image:url('/static/c2m/img/deposit/cards.png');
  background-size: 108px 19px;
}

.deposit-popup-methods div[data-method]:hover {
  background-color: #EDF7FD;
}

.deposit-popup-methods td:first-child {
  border-left: none;
}

.deposit-popup-request-data {
  display: none;
}



@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .deposit-popup-img {
    background: url('/static/c2m/img/deposit/2x/wallet_icon2X@.png') center center no-repeat;
    background-size: 32px 32px;
  }

  .deposit-popup-methods div[data-method="CCVISAMC"] {
    background-image:url('/static/c2m/img/deposit/2x/visa.png');
    background-size: 63px 20px;
  }

  .deposit-popup-methods div[data-method="CCVISAMC"].mastercart {
    background-image:url('/static/c2m/img/deposit/2x/logo-mastercard.png');
    background-size: 53px 35px;
  }

  .deposit-popup-methods div[data-method="ALFACLICK"] {
    background-image:url('/static/c2m/img/deposit/2x/Alfa-bank_new.png');
    background-size: 128px 38px;
  }

  .deposit-popup-methods div[data-method="QIWI"] {
    background-image:url('/static/c2m/img/deposit/2x/qw.png');
    background-size: 109px 42px;
  }

  .deposit-popup-methods div[data-method="WEBMONEY"] {
    background-image:url('/static/c2m/img/deposit/2x/wmlogo_vector_blue.png');
    background-size: 117px 30px;
  }

  .deposit-popup-methods div[data-method="MAILRU"] {
    background-image:url('/static/c2m/img/deposit/2x/dengi_mail_ru_forex_logo_png.png');
    background-size: 112px 42px;
  }

  .deposit-popup-methods div[data-method="EUROSET_SVYAZNOI"] {
    background-image:url('/static/c2m/img/deposit/2x/svaznoy.png');
    background-size: 113px 27px;
  }

  .deposit-popup-methods div[data-method="CARDS"] {
    background-image:url('/static/c2m/img/deposit/2x/cards.png');
    background-size: 108px 19px;
  }
}


.b-header .user > li.profile-corp,
.b-header .user > li.profile-pro,
.b-header .user > li.profile-all {
  padding-right: 50px;
  position: relative;
}

.b-header .user .profile {
  min-width: 75px;
}

.b-header .user .profile-all .accountType-corp {

  background: #fd7037;
}
.b-header .user .profile-all .accountType-pro {
  background: #23B6F9;
}

.b-header .user .profile-corp .accountType-corp {
  background: #fd7037;
}
.b-header .user .profile-pro .accountType-pro {
  background: #23B6F9;
}


.accountType-label {
  /*border: 1px solid #ffffff;*/
  border-radius: 15px;
  color: #ffffff;
  font-size: 12px;
  height: 16px;
  display: inline-block;
  line-height: 18px;
  position: absolute;
  top: 49px;
  right: 45px;
  text-transform: uppercase;
  width: 16px;
}
.accountType-label a {
  display: inline-block;
  height: 12px;
  width: 12px;
}
.accountType-label a:hover,
.accountType-label a:focus {
  text-decoration: none;
  outline: none;
}
.accountType-pro {
  background: url("../img/pro.png");
  background-position: left;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.accountType-corp {
  right: 21px;
  background: url("../img/corp.png");
  background-position:left;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.b-popup-tooitip-corp {
  display: none;
  background-color: rgba(57, 57, 57, 0.7);
  position: absolute;
  font-family: "Roboto",sans-serif;
  border-radius: 3px !important;
  color: #fff;
  font-size: 11px;
  height: auto;
  line-height: 12px;
  max-width: 105px;
  padding: 4px 10px 4px !important;
  text-align: center;
  text-decoration: none;
  white-space: inherit;
  z-index: 1001;
  top: 1px;
  right: 5px;
}
.b-popup-tooitip-prof {
  display: none;
  background-color: rgba(57, 57, 57, 0.7);
  position: absolute;
  font-family: "Roboto",sans-serif;
  border-radius: 3px !important;
  color: #fff;
  font-size: 11px;
  height: auto;
  line-height: 12px;
  max-width: 120px;
  padding: 4px 10px 4px !important;
  text-align: center;
  text-decoration: none;
  white-space: inherit;
  z-index: 1001;
  top: 1px;
  right: 5px;
}
.b-popup-tooitip-corp.active,
.b-popup-tooitip-prof.active {
  display: inline-block;
}
.b-popup-tooitip-corp p,
.b-popup-tooitip-prof p {
  margin: 0;
  padding: 0;
}

.b-popup-tooitip-corp:after,
.b-popup-tooitip-prof:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(43, 17, 213, 0);
  border-top-color: rgba(57, 57, 57, 0.7);
  border-width: 4px;
  margin-left: -4px;
}
.b-popup-tooitip-prof:after {
  left: 59%;
}
.b-popup-tooitip-corp:after {
  left: 75%;
}


.b-header .nav .tooltip-inner,
.b-header .user .tooltip-inner {
  font-family: "Roboto",sans-serif;
  background-color: rgba(57, 57, 57, 0.8) !important;
  border-radius: 3px !important;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 11px;
  max-width: 122px;
  padding: 4px 10px 4px !important;
  text-align: center;
  text-decoration: none;
  white-space: inherit;
  z-index: 1001;
}
.b-header .nav .tooltip.top {
  margin-top: 0 !important;
  position: absolute;
  top: 0 !important;
  padding: 0 0 4px 0 !important;
}
.b-header .nav .tooltip.top .tooltip-arrow,
.b-header .user .tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: rgba(57, 57, 57, 0.8) !important;
}
.b-header .user > li.castle {
  padding: 0 7px 0 0;
}

.attachment-control {
  background: url("/static/c2m/header/img/lock_opened2.png");
  background-position:right center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 17px;
  position: relative;
  top: 9px;
  width: 15px;
}

.attachment-control:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 6px;
  background: url(/static/c2m/header/img/of_check3.png);
  background-position:center center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

.attachment-control:hover {
  cursor: pointer;
}

.b-header.m-attach {
  position: fixed;
}

.b-header.m-attach .attachment-control {
  background: url(/static/c2m/header/img/lock_closed3.png);
  background-position:right center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 17px;
  width: 15px;
  /*right: 500px;*/
}

.b-header.m-attach .attachment-control:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 6px;
  background: url(/static/c2m/header/img/on_check2.png);
  background-position:center center;
  background-color:transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

.ui-menu .ui-menu-item {
  font-size: 12px !important;
  font-family: "Roboto",sans-serif;
  padding: 5px 13px !important;
  color: #7f7f7f;
}
.ui-menu .ui-menu-item.ui-state-focus {
  color: #23B6F9 !important;
}
.ui-selectmenu-open {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21) !important;
  z-index: 1003 !important;
}
.ui-widget-content {
  border-color: #ffffff !important;
}
#select_category-menu {
  border-color: #ffffff !important;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  border: 0 none;
  color: #7f7f7f;
  font-size: 13px !important;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 0 !important;
  padding: 2px 10px !important;
  font-family: "Roboto",sans-serif;
}
.ui-menu .ui-menu-item {
  color: #7c7c7c !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
}
.ui-menu .ui-state-focus {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  margin: 0 !important;
  width: auto !important;
}
/*стили для плашек тарифов*/
.b-header-profile-section {
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 370px;
  height: 17px;
  background-color: transparent;
}
.b-header-profile-section .b-prof-profile {
  float: left;
  position: relative;
  width: 127px;
  height: 17px;
}
.b-header-profile-section .b-corp-profile {
  float: left;
  position: relative;
  width: 102px;
  height: 17px;
}
.b-header-profile-section .b-prof-profile p  {
  padding: 0 0 0 11px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  font-family: "Roboto",sans-serif;
  line-height: 16px;
}

.b-header-profile-section .b-corp-profile p {
  padding: 0 0 0 24px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  font-family: "Roboto",sans-serif;
  line-height: 16px;
}

/*----------------//---------------*/
/*про тариф*/
.b-header-profile-section .b-prof-profile.b-not-prof {

  background-color: #565656;
}
.b-header-profile-section .b-prof-profile.b-not-prof:before {
  width: 19px;
  height: 17px;
  background-color: #565656;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  border-radius: 0 0 4px;
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 2;
}

.b-header-profile-section .b-prof-profile.b-prof-active {

  background-color: #23b6f9;
}
.b-header-profile-section .b-prof-profile.b-prof-active:before {
  width: 19px;
  height: 17px;
  background-color: #23b6f9;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  border-radius: 0 0 4px;
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 2;
}

/*корпоративный тариф*/
.b-header-profile-section .b-corp-profile.b-not-corp {
  background-color: #848484;
  /*width: 124px;*/
}
.b-header-profile-section .b-corp-profile.b-not-corp:before {
  width: 19px;
  height: 17px;
  background-color: #848484;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  border-radius: 0 0 4px;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  z-index: 2;
}

.b-header-profile-section .b-corp-profile.b-corp-active {
  background-color: #f5a623;
  /*width: 124px;*/
}
.b-header-profile-section .b-corp-profile.b-corp-active:before {
  width: 19px;
  height: 17px;
  background-color: #f5a623;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  border-radius: 0 0 4px;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  z-index: 2;
}

/*депозит*/

.b-header-profile-section .b-deposit-profile.b-not-deposit {
  background-color: #b2b2b2;
}
.b-header-profile-section .b-deposit-profile.b-not-deposit:before {
  width: 19px;
  height: 17px;
  background-color: #b2b2b2;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  border-radius: 0 0 4px;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  z-index: 2;
}
.b-header-profile-section .b-deposit-profile.b-not-deposit span {
  position: relative;
  display: inline-block;
}
.b-header-profile-section .b-deposit-profile.b-not-deposit span:before {
  position: absolute;
  top: -12px;
  white-space: nowrap;
  content: " 0 ,- р";
}

.b-header-profile-section .b-deposit-profile.b-deposit-active {
  background-color: #7fcc2a;
  /*width: 124px;*/
}
.b-header-profile-section .b-deposit-profile.b-deposit-active:before {
  width: 19px;
  height: 17px;
  background-color: #7fcc2a;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  border-radius: 0 0 4px;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  z-index: 2;
}
.b-header-profile-section .b-deposit-profile.b-deposit-active span {
  position: relative;
  display: inline-block;
}
.b-header-profile-section .b-deposit-profile.b-deposit-active span:before {
  position: absolute;
  top: -12px;
  white-space: nowrap;
  content: " 3000 ,- р";
}
.b-header-profile-section .b-deposit-profile.b-deposit-active {
  float: left;
  position: relative;
  width: 126px;
  height: 17px;
}
.b-header-profile-section .b-deposit-profile.b-not-deposit {
  float: left;
  position: relative;
  width: 120px;
  height: 17px;
}
.b-header-profile-section .b-deposit-profile.b-not-deposit p  {
  padding: 0 0 0 5px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  font-family: "Roboto",sans-serif;
  line-height: 16px;
}
.b-header-profile-section .b-deposit-profile.b-deposit-active p {
  padding: 0 0 0 29px;
  text-align: left;
  color: #ffffff;
  font-size: 11px;
  font-family: "Roboto",sans-serif;
  line-height: 16px;
  margin: 0;
  /*z-index: 101;*/
}

.b-header-profile-section .b-deposit-profile.b-deposit-active p a {
  color: #ffffff;
  cursor: pointer;
  display: block;
  text-align: center;

}
.b-header-profile-section .b-deposit-profile p a {
  color: #ffffff;
  cursor: pointer;
  display: block;

}

.b-header-profile-section .b-deposit-profile p a:hover,
.b-header-profile-section .b-deposit-profile p a:focus {
  color: #ffffff;
  text-decoration: none;
}

.b-deposit-profile_link {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 0 0 0 20px !important;
}