
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #009fe2;
  outline: none !important;
}
a:hover,
a:visited,
a:active,
a:link{
  color: #009fe2;
  text-decoration: none;
  outline: none !important;
}
/*li {
  list-style-type: none;
}*/
.header li,
.footer li,
.wrap-form li,
.dop-doc li{
  list-style-type: none;
}
.text-center {
  text-align: center;
}
.home {
  margin: 0;
}
.clearfix {
  *zoom: 1;
  margin-left: 34px;
  margin-bottom: 40px;
}
.home .clearfix {
   min-height: 291px !important;
 }
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
html,
body {
  height: 100%;
  color: #818285;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.icheckbox_minimal input[type="checkbox"] {
  margin-top: 15px;
}
.fon{
  height:100%;
  width:100%;
  /*background-color: #d8d8d8;*/
  margin: 0;
  background: url('../background_70.jpg') no-repeat; /* Параметры фона */
  background-size: cover; /* Фон занимает всю доступную площадь */
}
.wrap_page {
  min-width: 1312px;
  min-height: 100%;
  max-width: 1312px;
  margin: 0 auto;
}
.wrap_page_reg {
  min-width: 980px;
  min-height: 88%;
  max-width: 1312px;
  margin: 0 auto;
}
.pdw40 {
  padding-left: 40px;
  padding-right: 40px;
}
.header {
  position: relative;
}
.header-reg {
   position: relative;
  box-shadow: 0 4px 2px -2px rgba(150, 150, 150, 0.5);
  padding: 25px 45px 25px 45px;
 }
.header__main_logo {
  display: block;
  margin: 32px 45px;
}
.header__join {
  color: #009fe2;
  position: absolute;
  top: 20px;
  right: 45px;
  font-family: 'panton-regular';
  text-transform: uppercase;
}
.header__join:hover {
  color: #009fe2;
  text-decoration: underline;
}
.text{
  vertical-align:middle;
}
/*---------------------Menu user------------------------*/
.navigation-user {
  background-color: #009fe2;
  color: #ffffff;
  min-height: 76px;
  text-align: center;
  display: table;
  width: 100%;
  box-shadow: inset 0 4px 6px rgba(0, 109, 183, 0.75);
  padding: 0 30px;
  height: 75px;
}
.navigation-user__li {
  display: table-cell;
  vertical-align: middle;
}
.navigation-user__item {
  /*font-family: 'panton-regular';*/
  font-family: 'panton-regular';
  color: #ffffff !important;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  display: block;
  transition: all 0.2s ease-in-out;
}
.navigation-user__item .img {
  margin-right: 10px;
  background-color: #009fe2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.navigation-user__item .consumables {
  background: url('../img/png/consumables1.png') no-repeat;
}
.navigation-user__item .service {
  background: url('../img/png/service1.png') no-repeat;
}
.navigation-user__item .info {
  background: url('../img/png/info1.png') no-repeat;
}
.navigation-user__item:hover .consumables,
.navigation-user__item--active .consumables {
  background: url('../img/png/consumables2.png') no-repeat #ffffff;
}
.navigation-user__item:hover .service,
.navigation-user__item--active .service {
  background: url('../img/png/service2.png') no-repeat #ffffff;
}
.navigation-user__item:hover .info,
.navigation-user__item--active .info {
  background: url('../img/png/info2.png') no-repeat #ffffff;
}
.navigation-user__item:hover,
.navigation-user__item--active {
  color: #ffffff;
  text-decoration: none;
}
.navigation-user__item--active .img:after {
  content: "";
  display: inline-block;
  border: 4px solid #ffffff;
  position: absolute;
  top: 99%;
  left: 26px;
  height: 10px;
}
.navigation-user-sub {
  background-color: #ffffff;
  color: #333;
  text-align: center;
  width: 100%;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  padding: 0 40px;
  height: 38px;
  text-align: justify;
}
.navigation-user-sub:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.navigation-user-sub__li {
  display: inline-block;
  margin-top: 10px;
}
.navigation-user-sub__item {
  /*font-family: 'panton-regular';*/
  font-family: 'panton-regular';
  font-size: 14px;
  color: #636363 !important;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  display: block;
  transition: all 0.2s ease-in-out;
}
.navigation-user-sub__item:hover,
.navigation-user-sub__item--active {
  color: #02a0e1 !important;
  text-decoration: none;
}
/*-----------------------------------*/
.navigation {
  background-color: #009fe2;
  color: #ffffff;
  min-height: 76px;
  text-align: center;
  display: table;
  width: 100%;
  box-shadow: inset 0 4px 6px rgba(1, 124, 175, 0.75);
  padding: 0 30px;
  height: 75px;
}
.navigation__li {
  display: table-cell;
  vertical-align: middle;
}
.navigation__item {
  font-family: 'panton-regular';
  color: #ffffff !important;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  display: block;
  transition: all 0.2s ease-in-out;
}
.navigation__item .img {
  margin-right: 10px;
  background-color: #009fe2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.navigation__item .devices {
  background: url('../img/png/about-us.png') no-repeat;
}
.navigation__item .consumables {
  background: url('../img/png/activity.png') no-repeat;
}
.navigation__item .service {
  background: url('../img/png/services.png') no-repeat;
}
.navigation__item .lib {
  background: url('../img/png/docs.png') no-repeat;
}
.navigation__item .info {
  background: url('../img/png/contacts.png') no-repeat;
}
.navigation__item:hover, .navigation__item:hover span.text{
  color: #ffffff;
}
.navigation__item:hover .devices,
.navigation__item--active .devices {
  background: url('../img/png/about-us-2.png') no-repeat #ffffff;
}
.navigation__item:hover .consumables,
.navigation__item--active .consumables {
  background: url('../img/png/activity-2.png') no-repeat #ffffff;
}
.navigation__item:hover .service,
.navigation__item--active .service {
  background: url('../img/png/service-2.png') no-repeat #ffffff;
}
.navigation__item:hover .lib,
.navigation__item--active .lib {
  background: url('../img/png/docs-2.png') no-repeat #ffffff;
}
.navigation__item:hover .info,
.navigation__item--active .info {
  background: url('../img/png/contacts-2.png') no-repeat #ffffff;
}
.navigation__item--active .img:after {
  content: "";
  display: inline-block;
  border: 4px solid #ffffff;
  position: absolute;
  top: 99%;
  left: 26px;
  height: 10px;
}
.subnav {
  display: none;
  position: absolute;
  top: 99%;
  z-index: 5;
  padding: 15px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.subnav__item {
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
  display: block;
  white-space: nowrap;
}
.subnav__item:hover {
  text-decoration: underline;
}
ul.devices{
  margin-left: 13px;
}
ul.consumables{
  margin-left: 46px;
}
ul.service{
  margin-left: 8px;
}
ul.info{
  margin-left: -4px;
}
@-moz-document url-prefix()
{
  ul.info{
    margin-left: -7px;
  }
}
.breadcrumbs {
  font-size: 18px;
  font-family: 'panton-regular';
  text-transform: uppercase;
  color: #009fe2;
  margin: 35px 40px;
}
.breadcrumbs__link,
.breadcrumbs__link:visited{
  color: #009fe2;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #009fe2;
}
.body {
  padding-bottom: 416px;
  /*margin: 30px 0;*/
  position: relative;
  margin-top: 30px;
}
.main-topic1 {
  color: #009fe2;
  font-size: 28px;
  font-family: 'panton-regular';
  text-align: center;
  text-transform: uppercase;
}
a.add-service
{
  background: url(../img/png/service_order.png) no-repeat 10px 10px;
  display: block;
  width: 160px;
  height: 40px;
  font-size: 14px;
  font-family: 'panton-regular';
  padding: 10px 15px;
  background-color: #009fe2;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  text-align: right;
}
.btn-disabled{
  background-color: #cecece !important;
}
.btn-type-1,.btn-type-4{
  margin: 20px 0;
  border: none;
}
.btn-type-1:hover,
.btn-type-4:hover{
  background-color: #009fe2;
}
.btn-type-1, .btn-type-2, .btn-type-3, .btn-type-4 {
  color: #ffffff;
  font-size: 14px;
  font-family: 'panton-regular';
  display: inline-block;
  padding: 10px 15px;
  background-color: #009fe2;
  text-align: center;
  min-width: 130px;
  outline: none;
  cursor: pointer;
}

.btn-type-1, .btn-type-2, .btn-type-3 {
  text-transform: lowercase;
}
.btn-type-3{
  background-color: #ffffff !important;
  color: #009fe2 !important;
  border: 1px solid #009fe2;
}
.btn-type-1:first-letter,
.btn-type-2:first-letter,
.btn-type-3:first-letter {
  text-transform: uppercase;
}
.btn-type-3:hover,
.btn-type-3:active,
.btn-type-3:visited,
.btn-type-3:link{
  color: #009fe2 !important;
  text-decoration: none;
  outline: none;
}
.btn-type-2:hover,
.btn-type-2:active,
.btn-type-2:visited,
.btn-type-2:link{
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.btn-type-gray{
  background-color: #f4f4f4;
  color: #646464;
}
.btn-type-gray:hover{
  background-color: #f4f4f4;
  color: #646464;
}
.main-slider-wrap {
  position: relative;
  margin-top: -30px;
  min-height: 517px !important;
}
.main-slider {
  padding-left: 0;
  overflow: hidden;
  margin: 0px auto;
  height: 517px;
  position: relative;
  width: 100%;
}
.main-slider__li {
  float: left;
  margin: 0px;
  display: block;
  background-color: #fff;
  position: relative;
}
.main-slider__img {
  width: 100%;
  min-height: 517px !important;
}
.main-slider__info {
  position: absolute;
  top: 60px;
  left: 45px;
  max-width: 500px;
}
.main-slider__info__topic {
  display: block;
  font-family: 'panton-regular';
  font-size: 35px;
  color: #009fe2;
  margin-bottom: 20px;
}
.main-slider__info__topic:hover{
  color: #009fe2;
}
.main-slider__info__text {
  font-size: 16px;
  line-height: 1.5;
}
.main-slider__paginator {
  bottom: 15px;
  left: 48%;
  position: absolute;
  display: inline-block;
  z-index: 5;
}
.main-slider__paginator a {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: relative;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  background-color: #dedede;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
.main-slider__paginator a.selected {
  background-color: #009fe2;
}
.twocol {
  background-color: #f4f4f4;
  padding: 35px 40px 0;
}
.twocol__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.twocol__item:first-child {
  margin-right: 30px;
}
.twocol__item__title {
  color: #009fe2;
  font-size: 24px;
  font-family: 'panton-regular';
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.twocol__item__img {
  max-width: 285px;
  float: left;
  margin-right: 25px;
}
.twocol__item__text {
  margin-bottom: 10px;
}
.slider-news-wrap {
  padding: 25px 100px 70px;
  position: relative;
}
.slider-news {
  padding-left: 0;
  overflow: hidden;
  margin: 0px auto;
  height: 230px;
  position: relative;
  width: 100%;
}
.slider-news__li {
  float: left;
  display: block;
  background-color: #fff;
  position: relative;
  height: 192px;
}
.slider-news__item {
   display: block;
   color: #555555 !important;
   text-decoration: none;
 }
.slider-news__item:hover {
  color: #009fe2 !important;
  text-decoration: none;
}
.slider-news__item__pic {
  float: left;
  max-width: 285px;
  max-height: 200px;
  margin-right: 40px;
  overflow: hidden;
}
.slider-news__item__text {
  max-height: 190px;
  /*overflow: hidden;*/
}
.slider-news__item__text a{
  color: #818285 !important;
}
.slider-news__item__text a:hover,
.slider-news__item__date a:hover
{
  color: #009fe2 !important;
  cursor: pointer;
}
.slider-news__paginator {
  bottom: 25px;
  left: 48%;
  position: absolute;
  display: inline-block;
  z-index: 5;
}
.slider-news__paginator a {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  position: relative;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  background-color: #dedede;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
.paginator-library a {
  background-color: #555555;
}
.slider-news__paginator a.selected,
.slider-news__paginator a.selected {
  background-color: #009fe2;
}
.slider-news__next,
.slider-news__prev {
  display: inline-block;
  width: 34px;
  height: 23px;
  position: absolute;
  top: 55%;
  cursor: pointer;
}
.slider-news__next {
  background: url('../img/png/next.png') no-repeat;
  right: 0;
}
.slider-news__prev {
  background: url('../img/png/prev.png') no-repeat;
  left: 0;
}
.footer {
  min-width: 980px;
  width: 1312px;
  padding: 25px 40px 0;
  margin: -416px auto 0;
  background: #555555;
  color: #dedede;
  position: relative;
}
.footer-reg {
  min-width: 980px;
  max-width: 1312px;
  padding: 25px 40px 0;
  margin-top: 25px;
  margin: auto;
  /*margin: -125px auto 0;*/
  background: #FFFFFF;
  /*position: relative;*/
}
.footer__logo {
  display: inline-block;
  width: 188px;
  height: 27px;
  background: url('../img/png/logoFooter.png') no-repeat;
  /*margin: 0 33px 24px 0;*/
  margin-bottom: 24px;
}
.footer .form-group__search {
  margin-bottom: 12px;
  display: inline-block;
  width: 410px;
}
.footer .wrap-footernav {
  background: url('../img/paginator_1.png') no-repeat bottom center;
  border-bottom: 1px solid #818285;
  padding-bottom: 30px;
  min-height: 110px;
  padding-left: 20px;
}
.footer-reg .wrap-footernav {
  background: url('../img/paginator_1.png') no-repeat bottom center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  padding-left: 20px;
}
.footer .foot-nav {
  display: inline-block;
  padding-left: 0;
  margin-right: 35px;
  vertical-align: top;
}
.footer .foot-nav li {
  line-height: 25px;
}
.footer .foot-nav:last-child {
  margin-right: 0;
}
.footer .foot-nav__address {
  width: 100%;
  text-align: left;
  background: url('../img/png/mark.png') no-repeat left 1px;
}
.footer .foot-nav__address p {
  /*line-height: 1.65;*/
  line-height: 15px !important;
  margin-left: 50px;
}
.foot-settings-top{
  margin-top: 5px;
}
.settings-top{
  margin-top: 15px;
}
.footer .foot-nav__phones {
  width: 100%;
  text-align: right;
  background: url('../img/png/tel2.png') no-repeat left 1px;
}
.footer .foot-nav__phones p {
  /*line-height: 1.65;*/
  line-height: 15px !important;
}
.footer .foot-nav__phones p:first-child {
  margin-top: 0;
}
.footer .foot-nav__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  /*background: url(../img/png/arrow_list.png) no-repeat center right;
  display: block;
  width: 100%;*/
}
.footer .foot-nav__arrow, .footer .foot-nav__arrow_u {
  text-transform: uppercase;
  display: inline-block;
  width: 15px;
  height: 9px;
  cursor: pointer;
}
.footer .foot-nav__arrow {
  background: url(../img/png/arrow_list.png) no-repeat center right;
}
.footer .foot-nav__arrow_u {
  background: url(../img/png/arrow_list_u.png) no-repeat center right;
}
a.plus_btn{
  /*content: url(../img/png/plus_btn.jpg);*/
  background: url(../img/png/plus_btn.jpg) no-repeat top right;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  margin-left: 20px;
  text-indent: -9999px;
}
.footer .foot-nav__title:hover {
  /*border-bottom: 1px dotted;*/
}
.footer .foot-nav__list {
  padding-left: 0;
}
.footer .foot-nav__item {
  font-size: 12px;
  color: #dedede;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}
.footer .foot-nav__item:hover {
  color: #ffffff;
}
.footer .copyright, .footer-reg .copyright {
  text-align: center;
  font-size: 13px;
  padding: 25px;
  color: #d4d4d4;
  /*height: 30px;*/
}
.footer .copyright__link, .footer-reg .copyright__link {
  color: #009fe2;
  text-transform: uppercase;
}
.newsblock {
  padding: 10px 35px 60px;
  *zoom: 1;
}
.newsblock:before,
.newsblock:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsblock:after {
  clear: both;
}
.newsblock__item {
  /*max-width: 610px;*/
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  /*border: none !important;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.newsblock__item__pic {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}
.newsblock__item__pic img {
  width: 100%;
}
.newsblock__item__topik a {
  color: #009fe2;
}
.newsblock__item__topik {

  text-transform: uppercase;
  font-size: 15px;
  font-family: 'panton-regular';
  margin-bottom: 20px;
}
.newsblock__item__date, .slider-news__item__date {
  font-size: 15px;
  font-family: 'panton-regular';
  text-transform: uppercase;
}
.newsblock__item__date a{
  color: #818285 !important;
}
.slider-news__item__date a{
  color: #818285 !important;
}
.newsblock__item__text {
  margin: 20px 0;
  padding-right: 20px;
}
.newsblock__item:nth-of-type(2n) {
  /*padding-left: 20px;*/
  margin-left: -5px;
  border-left: 1px solid #cdcdcd;
}
.newsblock__item:nth-of-type(2n)__text {
  padding-right: 0;
}
.newsblock__item:nth-of-type(n+3) {
  padding-top: 30px;
  border-top: 1px solid #cdcdcd;
}
.license {
  padding: 20px 40px;
}
.license:before,
.license:after {
  display: table;
  content: "";
  line-height: 0;
}
.license:after {
  clear: both;
}
.license__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 595px;
  margin-bottom: 35px;
  color: #818285;
}
.license__item:nth-of-type(odd) {
  padding-right: 30px;
}
.license__item:nth-of-type(even) {
  margin-left: 30px;
}
.license__item__pic {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  max-height: 135px;
  overflow: hidden;
}
.license__item__link {
  font-size: 15px;
  line-height: 1.5;
  color: #009fe2;
}
.license__item__text {
  font-size: 13px;
  line-height: 1.3;
}
.license__item__yearsize {
  font-style: italic;
}
.editor-content h4 {
  color: #009fe2;
  font-weight: normal;
  font-size: 24px;
  font-family: 'panton-regular';
  text-align: left;
}
.about-foto{
  display: block;
  width: 825px;
}
.contacts-blk {
  overflow: hidden;
  font-size: 13px;
  color: #818285;
  *zoom: 1;
  width: 863px;
  /*margin-bottom: 40px;*/
}
.contacts-blk p {
  line-height: 0.5;
}
.contacts-blk:before,
.contacts-blk:after {
  display: table;
  content: "";
  line-height: 0;
}
.contacts-blk:after {
  clear: both;
}
.contacts-blk__logo {
  background: url('../img/png/bg_logo.png') repeat-x 0 0;
  margin-bottom: 40px;
}
.contacts-blk__address {
  padding-left: 55px;
  background: url(../img/png/mark.png) no-repeat 10px 8px;
  display: inline-block;
  vertical-align: top;
  width: 450px;
  /*max-width: 450px;
  min-height: 50px;*/
}
.contacts-blk__phones {
  padding-left: 55px;
  background: url(../img/png/tel2.png) no-repeat 5px 8px;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  /*max-width: 270px;
  margin-left: 55px;
  min-height: 50px;*/

}
.contacts-blk__offers {
  margin: 30px 20px 30px 55px;
}
.contacts-blk__map {
  margin: 40px 0 0 0;
  height: 330px !important;
}
.contacts-blk__picts {
  width: 100%;
  /*margin-bottom: 40px;*/
  padding-left: 5px;
}
.contacts-blk__picts__item {
  display: inline-block;
  margin-left: -5px;
}
.contacts-blk__picts__item img {
  width: 275px !important;
  height: 160px !important;
}
.pagination{
  margin-bottom: 0 !important;
}
.search-list {
  padding-left: 0;
  margin: 30px 0;
}
.search-list__link {
  color: #009fe2;
  font-size: 16px;
  line-height: 1.5;
}
.search-list__link:hover {
  text-decoration: underline;
}
.lib-publish-wrap {
  overflow: hidden;
  width: 857px;
  /*margin-bottom: 40px;*/
}
.lib-publish {
  margin-bottom: 40px;
  /*background-color: #f4f4f4;*/
}
.lib-publish p {
  margin: 2px 0;
  line-height: 1.4;
}
.lib-publish__title {
  color: #009fe2;
  font-size: 15px;
}
.lib-publish__title:hover {
  /*border-bottom: 1px dotted;*/
  color: #009fe2;
}
.lib-publish__trait {
  font-style: italic;
  font-size: 13px;
}
.lib-publish__text {
  font-size: 13px;
}
.paginator-pages {
  font-size: 15px;
  text-align: center;
  margin: 30px;
}
.paginator-pages .prev,
.paginator-pages .next {
  margin: 0 20px;
  color: #009fe2;
}
.paginator-pages span {
  color: #009fe2;
}
.paginator-pages a {
  color: #818285;
}
.paginator-pages a:hover {
  color: #009fe2;
}
.paginator-pages span.prev,
.paginator-pages span.next {
  color: #818285;
}
.device {
  /*padding: 0 46px;*/
  font-size: 14px;
  line-height: 1.5;
}
.device .right-device-promo {
  float: right;
  overflow: hidden;
  border-left: 1px solid #cdcdcd;
  width: 327px;
  padding-left: 30px;
  margin: 0 -327px 40px 40px;
}
.device__promo {
  margin-bottom: 30px;
}
.device__promo__pic {
  max-width: 280px;
  max-height: 250px;
  overflow: hidden;
}
.device__promo__pic img {
  width: 100%;
}
.device__item {
  overflow: hidden;
}
.device__item__name {
  font-size: 22px;
  font-family: 'panton-regular';
  text-transform: uppercase;
}
.device__item p {
  margin: 30px 0 30px 6px;
}
.dop-doc {
  display: table;
  /*padding: 25px 40px 40px 40px;*/
  background-color: #f4f4f4;
  /*margin-bottom: -30px;*/
  width: 100%;
  height: 340px;
}
.device-group {
  max-width: 610px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 264px;
  overflow: hidden;
  border: none !important;
}
.device-group__pic {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}
.device-group__pic img {
  width: 100%;
}
.device-group__name {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'panton-regular';
}
.device-group__name a:hover{
  color: #009fe2;
}
.device-group__text {
  margin: 20px 0;
  padding-right: 20px;
}
.device-group:nth-of-type(2n) {
  padding-left: 20px;
  margin-left: -5px;
  border-left: 1px solid #cdcdcd;
}
.device-group:nth-of-type(2n)__text {
  padding-right: 0;
}
.device-group:nth-of-type(n+3) {
  padding-top: 30px;
  border-top: 1px solid #cdcdcd;
}
/*.device-type {
  margin-left: 40px;
}*/
.device-type__item {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -3px;
  display: inline-block;
  width: 100%;
  max-width: 310px;
  max-height: 310px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #cdcdcd;
}
.device-type__item:hover .links-blk {
  opacity: 1;
}
.device-type__item:hover .links-blk .type-link {
  top: 0px;
}
.device-type__item:hover .links-blk .bot-links {
  bottom: 10px;
}
.device-type__item:nth-of-type(4n) {
  border-right: none;
}
.device-type__item:nth-of-type(n+5) {
  border-top: 1px solid #cdcdcd;
}
.device-type__item__img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -9999;
}
.device-type__item__name {
  font-family: 'panton-regular';
  font-size: 18px;
  color: #009fe2;
  margin: 10px;
}
.device-type__item__pic {
  overflow: hidden;
  max-width: 310px;
  height: 310px;
  text-align: center;
}
.device-type__item__pic img {
  max-width: 100%;
}
.device-type .links-blk {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.1s;
}
.device-type .links-blk .type-link {
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'panton-regular';
  padding: 10px;
  transition: all 0.3s ease-in-out 0.1s;
}
.device-type .links-blk .type-link:hover {
  text-decoration: underline;
}
.device-type .links-blk .bot-links {
  position: absolute;
  bottom: -50px;
  left: 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out 0.1s;
}
.device-type .links-blk .bot-links__item {
  color: #ffffff;
  display: block;
  line-height: 1.5;
}
.device-type .links-blk .bot-links__item:hover {
  text-decoration: underline;
}

.wrap-resalt-list {}
.resalt-list {
  display: inline-block;
  width: 100%;
  max-width: 45%;
  vertical-align: top;
  margin-bottom: 2em;
}
.resalt-item f:hover,
.resalt-list a:hover {
  text-decoration: underline;
}
.resalt-list .title {
  font-size: 18px;
}
.resalt-list .links {
  padding: 0;
}
.resalt-list .item {
  line-height: 1.7;
}
.resalt-list:nth-of-type(2n){
  margin-left: 2em;
}
.resalt-item {
  clear: both;
  margin-bottom: 1em;
}
.resalt-item .pic {
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 1em;
}
.resalt-item .pic img {
  width: 100%;
}

/* [ fancybox <] */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #444;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding: 70px 0 70px 0 !important;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading/*, .fancybox-prev span, .fancybox-next span*/
{
  background-image: url(../img/fancybox/fancybox_sprite.png);
}
.fancybox-prev span
{
  background-image: url(../img/png/arrow_left.png);
}
.fancybox-next span
{
  background-image: url(../img/png/arrow_right.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  margin-top: 20px;
  /*height: 36px;*/
  cursor: pointer;
  z-index: 8040;
}

/*.fancybox-close{
  background-image: none !important;
}*/

a.fancybox-close:after {
  content: url(../img/png/close_icon.png); !important;
}

a.fancybox-close:hover {
  color: #009fe2;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 30%;
  height: 550px;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/fancybox/blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: -30px;
}

.fancybox-next {
  right: -30px;
}

.fancybox-prev span {
  left: 0;
}

.fancybox-next span {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 64px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  /*left: 10px;
  background-position: 0 -36px;*/
}

.fancybox-next span {
  /*right: 10px;
  background-position: 0 -72px;*/
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  /*font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
  width: 100%;
  background: #ffffff;
  /*opacity: 0.7;*/
  padding: 10px 10px 10px 20px;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 25px;
  right: 0;
  margin-bottom: 0px;
  z-index: 8000;
  text-align: left;
}

.fancybox-title-float-wrap .child {
  /*display: inline-block;*/
  /*margin-right: -100%;*/
  /*padding: 10px 10px 10px 20px;*/
  /*background: transparent;*/ /* Fallback for web browsers that doesn't support RGBa */
  /*background: rgba(0, 0, 0, 0.8);*/
  /*-webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;*/
  /*text-shadow: 0 1px 2px #222;*/
  color: #818285;
  /*font-weight: bold;*/
  /*line-height: 70px;*/
  height: 70px;
  /*white-space: nowrap;*/
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  /*}

  #fancybox-loading div {
    background-image: url(../img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  /*}
}*/
/* [ fancybox >] */

th{
  color:#818285 !important;
  font-weight: 100;
}
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
img.zoom
 {
   float: left;
   display: block;
   width: 24px;
   height: 24px;
   margin-top: -22px;
   position: absolute;
 }
img.cart
{
  width: 24px;
  height: 24px;
}
img.analogimg
{
  height: 19px;
  cursor: pointer;
}
img.del
{
   width: 20px;
   height: 19px;
  margin-top: -31px;
  margin-right: -15px;
}
img.store
{
  width: 14px;
  height: 14px;
}
img.youtube
{
  width: 100px;
}
img.logo
 {
   width: 655px;
   height: 43px;
  margin: 10px 0 0 10px;
 }
.table-new th, .table-new td{
  border: none !important;
}
.table-new>tbody>tr:nth-child(odd)>td, .table-new>tbody>tr:nth-child(odd)>th{
  background-color: white;
}
.form-control-table{
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  height: 40px;
  width: 70px;
  color:#02a0e1;
}
.textA{
  color:#02a0e1;
  font-weight: 100;
  margin-top: 0;
  font-family: 'panton-regular';
}
.textB{
   color:#02a0e1;
   font-weight: 100;
   font-size: 14px;
}
.form-config{
    border-radius: 0;
}
.row-user{
  height: 40px;
}
.row-header-user{
  height: 40px;
  background-color: #f4f4f4;
  /*border-top: 1px solid #cccccc;*/
  border-bottom: 1px solid #bfbfc1;
}
.row-header-user-child{
  height: 40px;
  border-bottom: 1px solid #bfbfc1;
  background-color: #f4f4f4;
}
.row-content-user {
  border-bottom: 1px solid #f4f4f4;
}
.row-footer-user{
  /*background-color: #f4f4f4;*/
  height: 70px;
  border-top: 1px solid #bfbfc1;
  /*border-bottom: 1px solid #cccccc;*/
  /*color:#02a0e1;*/
 }
.child-table-div{
  background-color: #FFFFFF;
  padding: 6px 0 6px 0;
  box-shadow: inset 0 8px 8px -5px #bbbbbb, inset 0 -8px 8px -5px #bbbbbb;
}
a.add-basket
{
  position: absolute;
  background: url(../img/png/cart.png) no-repeat top left;
  width: 43px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  margin-left: -25px;
  overflow: hidden;
}
a.delete
{
  float: left;
  background: url(../img/png/delete_default.png) no-repeat top left;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  text-indent: -9999px; /* hides the link text */
}
a.delete:hover{
  background: url(../img/png/delete_hover.png) no-repeat top left;
}
a.close-modal{
  position: absolute;
  background: url(../img/png/close_modal.png) no-repeat top left;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px; /* hides the link text */
  margin-left: 653px;
  margin-top: -10px;
}
a.edit
{
  float: left;
  background: url(../img/png/edit_default.png) no-repeat top left;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px; /* hides the link text */
}
a.edit:hover{
  background: url(../img/png/edit_hover.png) no-repeat top left;
}
a.show
{
  float: left;
  background: url(../img/png/more_default.png) no-repeat top left;
  display: block;
  width: 20px;
  height: 12px;
  margin-top: 8px;
  text-indent: -9999px; /* hides the link text */
}
a.show:hover{
  background: url(../img/png/more_hover.png) no-repeat top left;
}
a.service
{
  float: left;
  background: url(../img/png/service_default.png) no-repeat top left;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px; /* hides the link text */
}
a.service:hover
{
  background: url(../img/png/service_hover.png) no-repeat top left;
}
a.software
{
  float: left;
  background: url(../img/png/soft_default.png) no-repeat top left;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999px; /* hides the link text */
}
a.software:hover
{
  background: url(../img/png/soft_hover.png) no-repeat top left;
}
a.user-sett
 {
   float: left;
   background: url(../img/png/account_default.png) no-repeat top left;
   display: block;
   width: 100%;
   height: 21px;
   text-indent: 40px;
   color: #818285;
 }
a.user-sett:hover
{
  background: url(../img/png/account_hover.png) no-repeat top left;
  color: #009fe2;
  text-decoration: none !important;
}
a.user-pass
{
  float: left;
  background: url(../img/png/password_default.png) no-repeat top left;
  display: block;
  width: 100%;
  height: 21px;
  text-indent: 32px;
  color: #818285;
  margin-left: 8px;
}
a.user-pass:hover
{
  background: url(../img/png/password_hover.png) no-repeat top left;
  color: #009fe2;
  text-decoration: none !important;
}
a.user-exit
{
  float: left;
  background: url(../img/png/exit_default.png) no-repeat center left;
  display: block;
  width: 100%;
  height: 21px;
  text-indent: 40px;
  color: #818285;
}
a.user-exit:hover
{
  background: url(../img/png/exit_hover_.png) no-repeat top left;
  color: #009fe2;
  text-decoration: none !important;
}
a.dropdown-toggle-user{
  text-align: right;
  padding-right: 20px !important;
  background-color: transparent !important;
  background: url(../img/png/arrow_pers.png) no-repeat center right;
  color: #009fe2;
  font-family: 'panton-regular';
}
a.dropdown-toggle:hover {
  color: #009fe2;
  text-decoration: none !important;
}
/*input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}*/
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.saveoffer{
  width: 100%;
  text-align: center;
  padding: 20px;
}

.offer-basket:active,
.offer-basket:visited{
  color: #009fe2;
  text-decoration: none;
}

.spinner-container {
  top: 0;
  left:0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/spinner.gif) no-repeat center rgba(255,255,255,0.25);
  z-index: 4;
}
.spinner-container-lib {
  display: none;
  position: absolute;
  width: 100%;
  height: 340px;
  background: url(../img/spinner.gif) no-repeat center rgba(255,255,255,0.25);
  z-index: 9999;
}
@-moz-document url-prefix()
{
  .spinner-container-lib {
    display: none;
    position: absolute;
    width: 100%;
    height: 340px;
    background: url(../img/spinner.gif) no-repeat center rgba(255,255,255,0.25);
    z-index: 9999;
    margin-top: -40px;
  }
}
#offers_list{
  max-width: 410px;
  outline: none;
  float: right;
  border: none;
  padding: 10px 15px;
  width: 100%;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
  position: relative;
  margin-bottom: 30px;
}
/*---------Spinner Bootstrap------------*/
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
/*----------------------------------------------*/

.modal-offer{
  width: 720px;
}
.modal-offer-content{
  border-radius: 0;
  border: none;
  padding: 20px 40px 0 40px;
  overflow: auto;
  max-height: 800px;
}
.modal-offer-body{
  padding: 0;
  min-height: 60px;
}
.modal-border{
  border: none;
}
.modal-footer-offer{
  padding: 0;
  margin-top: 30px;
}
.text_input{
  width: 100%;
  padding: 10px 15px;
  color: #555555;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.26);
  resize: none;
}
.element{
  margin-top: 20px;
}

/*------------Custom image checkbox---------------*/
.checkbox_wrapper{
  position: relative;
  height: 18px;
  width: 200px;
  margin-top: 10px;
  display: inline-block;
}
input[type="checkbox"] {
  opacity:0;
  height: 18px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
input[type="checkbox"] + label{
  background: url(../img/png/checkbox_default.png) no-repeat top left;
  height: 20px;
  /*width: 20px;*/
  display:inline-block;
  padding: 0 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 100;
  color: #818285;
  cursor: hand;
}
input[type="checkbox"]:checked + label{
  background: url(../img/png/checkbox_active.png) no-repeat top left;
  height: 20px;
  /*width: 20px;*/
  display:inline-block;
  padding: 0 0 0 30px;
  font-weight: 100;
  color: #02a0e1;
  cursor: hand;
}
/*------------------------------------------------------*/
.validatespan{
  color: red;
  font-weight: 100;
}
.form-group-service, .form-group-service-add{
  height: 70px;
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
  padding-top: 14px;
  padding-left: 10px;
}
.form-group-service-add{
  border-bottom: 1px solid #ccc;
}
/*--------Modal window center---------------*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*---------------Filter----------------------*/
.col-md-5{
  width: 100%;
}
.form-control-picker{
  height: 39px;
}
.date-box, .col-lg-9{
  width: 100%;
}
.date-box-header{
  color: #02a0e1;
  font-size: 24px;
  font-family: 'panton-regular';
}
.date-box-label{
  color: #818285;
  margin: 20px 0;
  text-align: center;
}
.date-label{
  color: #818285;
  width: 35px;
  float: left;
  padding-top: 7px;
}
.date-box-picker{
  height: 39px;
  width: 100%;
  margin: 20px 0;
}
#dateStart, #dateEnd{
  height: 39px;
}
.picker{
  float: left;
  max-width: 360px;
}
.picker-input{
  float: left;
  margin: 5px 0 0 -35px;
}
.glyphicon-new:before {
  content: url(../img/png/Calendar.png);
  width: 24px;
  height: 24px;
  border: none;
}
.input-group-addon{
  padding: 0;
  border: 0;
}
.fa-caret-square-o-right:before{
  content: url(../img/png/expand.png);
}
.fa-caret-square-o-down:before{
  content: url(../img/png/collapse.png);
}
.offer-collapse{
  background: url(../img/png/arrow_list_u.png) no-repeat center right;
}
.offer-expand{
  background: url(../img/png/arrow_list.png) no-repeat center right;
}
.offer-collapse, .offer-expand{
  border: none;
  float: right;
  width: 15px;
  height: 9px;
  margin-top: 5px;
}
a.offer-collapse:hover,
a.offer-expand:hover{
  background-color: transparent !important;
}
.td-button{
  padding-right: 0 !important;
  float: right;
}
.expand-table{
  /*background-color: #f4f4f4 !important;*/
  margin-bottom: 0;
}
.box-footer{
  text-align: center;
}
.pagination-first{
  padding-right: 7px;
}
.pagination-last{
  padding-left: 7px;
}
.sep-dots, .pagination-page{
  padding-left: 3px;
  padding-right: 3px;
  color: #818285;
}
.disabled{
  color: #b8b8b9;
}
.active{
  color: #b8b8b9 !important;
  cursor: default !important;
}
.pagination-page:hover,
.pagination-first:hover,
.pagination-last:hover{
  color: #009fe2;
}
.disabled:hover,
.disabled:hover,
.disabled:hover{
  color: #b8b8b9 !important;
}
/*-------------------------------------------------*/
.modal-module{
  padding-left: 0;
  padding-top: 0;
}
.date-label-service, .date-label-about{
  color: #818285;
  width: 115px;
  float: left;
  padding-top: 7px;
}
.widget-label-service{
  color: #c6c6c8;
  width: 340px;
  float: left;
  padding-top: 7px;
  padding-bottom: 5px;
}
.date-label-about{
  width: 94px;
}
/*----------------select2------------------------------*/
.form-device{
  width: 255px;
  height: 39px !important;
}
.select2-drop{
  border: none !important;
  border-radius: 0 !important;
}
.form-device .select2-choices{
  border: none !important;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
  background-image: none !important;
}
.form-device .select2-search-choice{
  background-image: none !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  margin-top: 8px !important;
}
.form-device input{
   padding: 10px 15px !important;
 }
#type, #description{
  outline: none !important;
}
#description{
  /*margin-top: 0 !important;*/
}
.validate-span, .validate-span-module{
  font-size: 12px;
}
.col-lg-9{
  padding: 0;
  margin-bottom: -20px;
}
#widget-device{
  padding-top: 30px !important;
}
.widget, .widget-right{
  width: 380px !important;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
  float: left;
  padding-bottom: 40px;
}
.widget{
  margin-right: 30px !important;
  padding-bottom: 40px;
}
.widget-box{
  margin: 20px;
}
.widget-box-header{
  height: 0;
  width: 100%;
}
/*.widget input[type="text"], .widget-right input[type="text"],
.widget .form-group select, .widget-right .form-group select{
  border: 1px solid #cccccc;
}*/
.wrap_page input[type="text"], .wrap_page input[type="email"], .wrap_page input[type="password"],
.loginbox input[type="text"], .loginbox input[type="email"], .loginbox input[type="password"],
.registerbox input[type="text"], .registerbox input[type="email"], .registerbox input[type="password"]{
  /*height: 30px;
  width: 43px;
  padding: 0 !important;
  border: none;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
  border-radius: 0;
  color: #818285;*/
}
.wrap_page textarea,
.registerbox textarea{
  border: 1px solid #cccccc !important;
  resize: none !important;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5) !important;
  border-radius: 0 !important;
  outline: none;
}
.wrap-form textarea{
   border: 0 !important;
 }
.popup_offer{
  width: 100%;
  height: auto;
  padding: 10px 15px;
}
.form-group select{
  outline: none !important;
}
/*--------------------login----------------*/
.login-container{
  width: 680px !important;
  height: 450px !important;
  background-color: white !important;;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
  left: 50% !important;;
  top: 100px !important;;
}
.loginbox
{
  background-color: White;
  margin: auto;
  width: 680px !important;
}
.registerbox
{
  background-color: White;
  margin: auto;
  width: 1100px !important;
  overflow: auto;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
}
.login-popup-box-c{
  z-index:1100;
  width:100%;
}
.login-popup-box-h{
  background-color:white;
  width: 100%;;
  float: left;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
}
.login-popup-box-b{
  width: 100%;
  float: left;
  padding: 0 160px;
}
.login-popup-box-h .loginIcon{
  width: 100%;
  height: 110px;
}
.login-popup-box-h .loginHeader{
  width: 100%;
  float: left;
  font-size: 22px;
  text-align: center;
  font-family: 'panton-regular';
}
.login-box .loginHeader{
   width: 100%;
   float: left;
   margin-top: 50px;
   font-size: 24px;
   text-align: center;
   font-family: 'panton-regular';
 }
.login-popup-box-h .loginFooter{
  width: 100%;
  float: left;
  text-align: center;
}
.loginFooter .btnLogin{
  margin: 10px 0;
}
.login-content{
  float: left;
  width: 100%;
}
.loginHeader div {
  margin: 10px 20px;
}
.item-login{
  width: 100%;
  margin-top: 20px;
  float: left;
}
.item-login-errors{
  width: 100%;
  float: left;
  /*height: 20px;*/
  margin-top: 10px;
}
.item-login-errors .glyphicon:before {
  content: close-quote;
}
.item-reg{
  width: 100%;
  margin-top: 20px;
  float: left;
}
.item-title{
  float: left;
  width: 180px;
  height: 39px;
  line-height: 39px;
}
.item-title span{
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.item-content{
  float: left;
  width: 350px;
  text-align: left;
}
.login-content label{
  font-weight: 100 !important;
}
/*---------------------------------------------------------*/
.hidden {
  display: none;
}
.item {
  position: relative;
}
.basket {
  position: relative;
}
.unp-block .help-block {
  display: none;
}
.item-content .help-block, .item-content .help-block ul{
  margin: 0 !important;
}
.item-content .help-block li {
  font-size: 12px !important;
  text-align: left !important;
  color: #e5473a !important;
}
.item-content .help-block .glyphicon:before {
  content: close-quote !important;
}
/*---------------------------------------------------------*/
.form-group label{
  margin-top: 10px;
}
.editProfile .item-title{
  float: left;
  width: 220px;
  height: 39px;
  line-height: 39px;
}
.editProfile .item-content{
  float: left;
  width: 420px;
}
.editProfile .item-reg{
  width: 100%;
  margin-top: 20px;
  float: left;
}
.changePassword .item-reg{
  width: 100%;
  margin-top: 15px;
  float: left;
}
.changePassword .item-title{
  float: left;
  width: 200px;
  height: 39px;
  line-height: 39px;
}
.changePassword .item-content{
  float: left;
  width: 350px;
}
.item-info{
   /*width: 100%;*/
   margin-top: 20px;
  float: left;
  clear: left;
 }
.private-item-info{
  font-weight: normal;
}
.editProfile{
  margin-top: 25px;
  margin-bottom: 30px;
}
.item-info-reg{
  width: 100%;
  margin-top: 20px;
}
.info-submit{
  margin: 30px 0 0 0;
}
.info-submit div{
  text-align: center;
}
#error-info:hover,
#error-info:active,
#error-info:visited,
#error-info:link{
  color: #009fe2 !important;
  text-decoration: none;
  outline: none;
}
.token-reg .control-label{
  display: none;
}

li.caret-down:hover {
  color: #009fe2;
  background: url(../img/png/arrow_pers.png) no-repeat top left;
}
.menu-user-popup{
  width: 175px;
  margin-left: 15px;
  border-radius: 0;
  border: none;
  height: 120px;
  box-shadow: 0 3px 5px rgba(99, 99, 99, 0.5);
  padding: 0;
}
.menu-user-line{
  width: 100%;
  height: 40px;
  padding: 10px 10px;
}
.menu-user-dropdown{
   width: 100%;
   height: 40px;
   padding: 10px 10px;
 }
.menu-user-exit a{
  line-height: 25px;
  margin-left: 260px;
}
.line{
  width: 280px;
  border-bottom: 1px solid #cccccc;
  margin-left: 10px;
}
.line-register{
  width: 100%;
  border-bottom: 1px solid #cccccc;
  /*margin-left: 10px;*/
}
.menu-user-pass{
  float: left;
  line-height: 40px;
}
.menu-user-sett{
  float: right;
  line-height: 40px;
}
.menu-user-pass a{
  vertical-align: middle;
  display: inline-block;
  line-height: 15px;
  margin-left: 20px;
  color: #818285;
}
.menu-user-sett a{
  vertical-align: middle;
  display: inline-block;
  line-height: 15px;
  margin-right: 20px;
  color: #818285;
}
.item-about-errors{
  /*width: 100%;
  float: left;
  height: 20px;*/
}
.item-about-errors .help-block{
  text-align: left !important;
  margin: 0 !important;
}
.picker-h{
  height: 70px;
  width: 280px !important;
}
.item-about-errors .glyphicon:before {
  content: close-quote;
}
.youtube-div{
  position: absolute;
  margin-top: 230px;
  margin-left: -15px;
  top:0;
}
.uppercase-link{
  text-transform:uppercase;
}
.login-popup-box-b .alert-danger{
  display: none !important;
}

.loginFooter input.form-control{
  width: 400px !important;
}
.loginFooter label.control-label{
  font-weight: 100;
  width: 160px;
  float: left;
  margin-left: 50px;
  text-align: left;
 }
.tab-block{
  float: left;
  margin-left: 6px;
  width: 100%;
}
/*.tab-block > div, .tab-block > input {
  display: none;
}
.tab-label {
  padding: 5px 5px 5px 15px;
  border: 1px solid #aaa;
  border-top: none;
  line-height: 28px;
  cursor: pointer;
  position: relative;
  bottom: 1px;
  background: #fff;
  width: 549px;
  margin-left: -5px;
  font-weight: normal;
  font-size: 16px;
  font-family: 'panton-regular';
}
.tab-block input[type="radio"]:checked + label {
  border-top: 1px solid #aaa;
  border-bottom: 2px solid #fff;
}
.tab-block > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.tab-block > input:nth-of-type(2):checked ~ div:nth-of-type(2){
  display: block;
}*/
.fieldsetInfo, .fieldsetInfoNotLine
{
  float: left;
  width: 100%;
  display: block;
  padding: 0 0 0 10px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.fieldsetInfoNotLine{
  border-top: none;
}
.legendInfo
{
  font-weight: normal;
  font-family: 'panton-regular';
  text-decoration: none;
  text-transform:uppercase;
  /*margin-left: 100px;*/
  width: auto;
  color: #818285;
  margin-bottom: 0;
  text-align: center;
}

/*#tab2 {
  position: fixed;
}
.tab-block > a {
  padding: 5px 5px 5px 15px;
  border: 1px solid #ccc;
  line-height: 28px;
  cursor: pointer;
  position: relative;
  bottom: 1px;
  background: #fff;
  width: 549px;
  margin-left: -5px;
  font-weight: normal;
  font-size: 16px;
  font-family: 'panton-regular';
  color: #818285;
  text-decoration: none;
}*/
/*#tab2,
.tab-block > div,
.tab-block #tab2:target ~ div:nth-of-type(1){
  display: none;
}
.tab-block > div:nth-of-type(1),
.tab-block #tab2:target ~ div:nth-of-type(2) {
  display: block;
}*/
.tab-reg{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.tab-reg a{
  text-decoration: none !important;
}
.tab-reg nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-reg nav li {
  display: inline;
  padding-bottom: 5px;
}
.tab-reg nav li a {
  padding: 0;
}
/*.item-reg .error{
  color: #e5473a;
  padding-left: 5px;
}*/
.tab-reg .selected {
  text-decoration: none;
  border-bottom: 2px solid #009fe2;
  outline: none !important;
  color: #009fe2 !important;
}
.tab-reg .notselected {
  text-decoration: none;
  color: #818285 !important;
  outline: none !important;
}
/*.tab-reg .selected a{
  text-decoration: none;
  color: #009fe2 !important;
  outline: none !important;
}
.tab-reg .notselected a {
  text-decoration: none;
  color: #818285 !important;
  outline: none !important;
}*/
.item-unp-title{
  width: 210px;
}
.item-unp-content{
  width: 500px;
}
.unp-info table td{
  height: 35px;
  vertical-align: top;
  text-align: left;
}
.unp-search-info{
  text-align: center;
  width: 100%;
  margin: 0;
}
.unp-info{
  width: 670px;
  margin-left: 50px;
  margin-top: 20px;
}
.unp-block{
  width: 550px;
  float: left;
  margin-right: 35px;
}
.name-block{
  width: 700px;
  float: left;
  margin-right: 35px;
}
.unp-button{
  width: 710px;
}
.unp-button,.unp-button-save{
  text-align: right;
  margin-top: 40px;
}
.unp-button-save{
   width: 1000px;
 }
#item-unp-error{
  /*width: 360px;
  margin-left: 180px;*/
  text-align: left;
  line-height: 0px;
  color: #e5473a;
  font-size: 12px;
}
.col-md-6 .item-title{
  width: 100px;
}
.col-md-6{
  text-align: left;
}
#unp-button-save{
margin-bottom: 35px;
}
label.error{
  margin-bottom: 0 !important;
  font-size: 12px;
  color: #e5473a;
  padding-left: 5px;
}
.form-control{
  border-radius: 0 !important;
}
.contacts-blk__address p{
  margin: 0 0 10px !important;
}
.unselect-footer, .select-footer{
  display: block;
  border-bottom: 1px solid #5c5c5c;
}
.name-menu-footer{
  line-height: 45px;
  width: 100%;
}
.inside-footer{
  margin-left: 20px;
}
.unselect-footer .inside-footer{
  display: none;
}
.foot-arrow{
  margin-left: 5px;
}
.lib-div{
  display: block;
  margin-top: 40px;
}
.lib-title{
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #009fe2;
  font-size: 18px;
  font-family: 'panton-regular';
}
.lib-list-pre, .lib-type-pre{
  display: table-cell;
  /*height: 340px;*/
}
.lib-list-pre{
  width: 985px;
  /*padding-right:5px;*/
  padding-left:40px;
}
#lib-list{
  display: block;
  height: 250px;
  /*overflow-y: scroll;
  overflow-x: hidden;*/
}
#type-list{
  display: block;
  height: 260px;
}
.lib-type-pre{
  padding-left: 30px;
  border-left: 1px solid #cdcdcd;
}
.lang-list{
  list-style: none;
  display: inline-block;
  padding-left: 0;
}
.search-all-lang-lib{
  display: inline-block;
  border-bottom: 1px dotted #009fe2 !important;
  float: right;
  margin-right: 30px;
}
.type-list__li, .search-all-lang-lib{
  cursor: pointer;
  color: #009fe2;
}
.lang-list__li{
  display: inline;
  cursor: pointer;
}
.search-type-list{
  padding: 0;
}
.search-lang-lib{
  font-weight: 100;
  cursor: pointer;
}
.lang-list .selected .search-lang-lib{
  padding: 1px 5px 1px 5px;
  background-color: #009fe2;
  color: #ffffff;
}
/*---------scrollbox--------------------------*/

.track3 {
  width: 10px;
  /*background: rgba(0, 0, 0, 0);*/
  margin-right: 2px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
  /*background: #d9d9d9;
  background: rgba(0, 0, 0, 0.15);*/
}

.handle3 {
  width: 7px;
  right: 0;
  background: #999;
  background: rgba(211, 213, 215, 1);
  -webkit-transition: width 250ms;
  transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
  width: 10px;
}
/*-----------------------------------------------*/
.label-user{
  text-align: center;
}
.box-title-user{
  margin: 5px 30px 30px 10px;
}

.only-table-private{
  width: auto;
  margin-right: 40px;
}

.fon1 {
  width: 100%;
  background: #f4f4f4;
  float: left;
  position: relative;
  margin-left: -34px;
  /*margin-bottom: 40px;*/
}
.fon2 {
  width: 952px;
  background: white;
  float: left;
  position: relative;
  left: 414px;
}
.section-context-left {
  width: 100%;
  float: left;
  position: relative;
}
.section-context-right {
  width: 952px;
  float: left;
  border-right: 1px solid #cdcdcd;
  position: relative;
  right: 327px;
  margin-left: 327px;
}
.description-item{
  font-size: 13px;
}
.count-total-item{
  vertical-align: middle;
}
.total{
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}
.item-price{
  text-align: right;
}
.picker-switch a.btn{
  display: none !important;
}
.errorfield{
  border: 1px solid red !important;
}