.icon-uniE60F:before {
  content: "\e60f";
}
* {
  font-family: "Roboto", sans-serif;
}
.product-col {
  font-family: "Roboto", sans-serif;
}
.b-wrapper-content {
  width: 1024px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
  position: relative;
}
.b-wrapper-content.b-catalog-wrap {
  width: 1025px;
}
.b-menu-new {
  border: medium none;
  margin-bottom: 6px;
  padding: 0 0 0 0;
}
.b-menu-new .m-position-top {
  padding-top: 17px;
}
.b-menu-new h2,
.b-menu-new h1 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
.b-products-list {
  margin: 0;
  padding: 0 0 40px;
}
.products-row {
  margin: 0;
}
.product-block-link:hover {
  text-decoration: none;
}
.product-col {
  padding: 5px 0 0;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  margin: -1px -1px 0 0;
  width: 205px;
  float: left;
  position: relative;
  z-index: 0;
}
.product-col:hover,
.product-col.select {
  border: 1px solid #FFE0B7;
  z-index: 1;
}
.product-block-link .product-name {
  color: #111111;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 13px 9px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.product-block-link .product-name:before {
  background-color: #ebebeb;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  right: auto;
  bottom: 0;
  width: 30px;
}
.product-block .price {
  margin-bottom: 12px;
  padding: 0 6px;
  text-align: center;
  width: 100%;
}
.prod-modification {
  font-size: 13px;
  color: #8F8F8F;
  margin-bottom: 10px;
  min-height: 19px;
}
.prod-modification:hover {
  text-decoration: underline;
}
.price {
  margin-bottom: 12px;
  padding: 0 6px;
  width: 135px;
  float: left;
}
.regular-price {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  color: #333333;
  font-weight: 100;
}
.regular-price span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #ffaf46;
  font-weight: 400;
}
.cheaper-price {
  color: #aaaaaa;
  cursor: pointer;
  display: block;
  font-size: 10px;
  margin-right: 5px;
  text-decoration: underline;
  padding-top: 6px;
  text-transform: uppercase;
}
.cheaper-price:hover {
  color: #7c7c7c;
}
.product-img-wrapp {
  display: table;
  height: 204px;
  padding: 0;
  width: 204px;
  margin-bottom: 10px;
}
.product-img-wrapp .product-img-link {
  outline: none;
  display: block;
}
.product-img {
  display: table-cell;
  height: 204px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 204px;
}
.product-img img {
  max-width: 130px;
  max-height: 130px;
}
.product-config {
  border-top: 1px solid #ebebeb;
}
.b-product-config-icon {
  display: table-cell;
  float: left;
  height: 50px;
  line-height: 57px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
}
.b-product-config-icon .icon-config {
  background: url("../img/1_icon.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin: 0;
  width: 16px;
}
.b-product-config-icon:hover .icon-config {
  background: url("../img/2_icon.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0;
  width: 16px;
}
.b-product-config-button {
  float: left;
  width: 153px;
}
.b-product-config-button .product-button {
  width: 100%;
  height: 100%;
}
.b-product-config-button .product-button span {
  background-color: #ffffff;
  color: #111111;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  outline: medium none;
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.b-product-config-button .product-button span:hover {
  color: #ffffff;
  background-color: #ff6a1d;
}
.b-product-config-button .product-button span:focus {
  color: #ffffff;
  background-color: #FF5700;
}
.btn-green {
  background-color: #8bc34a;
  border-radius: 0;
  color: #ffffff;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 123px;
}
.btn-green:hover,
.btn-green:focus {
  color: #ffffff;
  background-color: #6da62b;
}
.btn-orange {
  background-color: #ff6a1d !important;
  border-radius: 3px;
  color: #ffffff;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 90px;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #ffffff;
  background-color: #FF5700 !important;
  outline: none !important;
  text-decoration: none !important;
}
a.m_tiny_btn {
  width: 100px !important;
  height: 32px !important;
}
.product-about-text {
  text-align: center;
  font-size: 10px;
  color: #8f8f8f;
  margin-bottom: 22px;
  line-height: 12px;
}
.txt-center {
  padding: 0 25px;
  margin: 0;
}
.txt-justify {
  margin: 0;
  padding: 0;
}
.b-product-popup {
  border-top: none;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -webkit-transition: opacity .4s, top .4s;
  -moz-transition: opacity .4s, top .4s;
  -o-transition: opacity .4s, top .4s;
  transition: opacity .4s, top .4s;
  padding: 10px 6px 10px;
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  text-align: left;
  width: 295px;
  height: 360px;
  cursor: auto;
  right: 0;
  opacity: 0;
  top: 60px;
}
.b-product-popup:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #65a9c8;
  position: absolute;
  top: 0;
  left: 0;
}
.b-product-popup label {
  font-size: 12px;
  color: #333333;
  line-height: 14px;
  margin-bottom: 0;
}
.b-product-popup span {
  font-size: 11px;
  line-height: 15px;
  color: #555555;
  font-weight: 100;
  display: inline-block;
}
.b-product-popup .form-control {
  font-size: 12px;
  color: #333333;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid #f0f0f0;
  border-top: none;
  border-right: none;
  border-left: none;
  display: block;
  padding: 6px 0 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: none;
  width: 100%;
  margin-bottom: 6px;
}
.b-product-popup .form-control:focus {
  border-bottom: 1px solid #f0f0f0;
}
.b-product-popup .form-control::-webkit-input-placeholder {
  color: #b4b4b4 ;
}
.b-product-popup .form-control::-moz-placeholder {
  color: #b4b4b4 ;
}
.b-product-popup .form-control:-moz-placeholder {
  color: #b4b4b4 ;
}
.b-product-popup .form-control:-ms-input-placeholder {
  color: #b4b4b4 ;
}
.b-product-popup .m-left-padding {
  padding-left: 20px;
}
.b-product-popup .icon-Contacts {
  position: absolute;
  color: #7c7c7c;
  right: 0;
  top: 42px;
}
.product-col.active .b-product-popup {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.m-bottom-line {
  margin-bottom: 26px;
  position: relative;
}
.m-bottom-line:before {
  background-color: #f0f0f0;
  bottom: -11px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  width: 42px;
}
.btn-circle {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #777777;
  border-radius: 50%;
  color: #777777;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 15px auto 0;
  opacity: 0.68;
  outline: medium none;
  width: 50px;
}
.form-group {
  position: relative;
}
.form-forgot-error {
  color: #f5a623 !important;
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
}
.form-forgot-error.m-position {
  top: 45%;
}
.type-icon {
  position: absolute;
  top: 60px;
  left: 5px;
  width: 17px;
  height: 17px;
  background: url('../img/phone_or_email.svg') no-repeat;
}
.m-email {
  background-position: -17px 0;
}
.feedback-success {
  width: 100%;
  text-align: center;
  margin-top: 200px;
}
.menu_categories .pro_corp_links .links {
  position: relative;
  width: 110px;
}
.import-contact {
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}
.import-contact2 {
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
  width: 215px;
}
.import-contact2.m-position {
  right: 190px;
  transition: right .3s;
}
.import-contact3 {
  height: 31px;
  position: absolute;
  right: 40px;
  top: 0;
  width: 190px;
  transition: right .3s;
}
.import-contact3.m-position {
  right: 225px;
}
.import-contact3.m-position-2 {
  right: 230px;
}
.import-contact-list {
  margin: 0;
  position: relative;
}
.import-personal-item {
  background-color: #ffaf46;
}
.import-personal-item.open {
  right: 150px;
}
.import-enterprise-item {
  background-color: #FD7037;
}
.import-enterprise-item.open {
  right: 185px;
}
.import-professional-item {
  background-color: #23B6F9;
}
.import-professional-item.open {
  right: 185px;
}
.import-personal-item,
.import-enterprise-item,
.import-professional-item {
  border-radius: 50%;
  color: #ffffff;
  height: 30px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  cursor: pointer;
  transition: right 0.3s;
}
.import-personal-item:hover .tooltip-top,
.import-enterprise-item:hover .tooltip-top,
.import-professional-item:hover .tooltip-top {
  display: block;
}
.import-enterprise-more span {
  margin-right: 29px;
}
.import-enterprise-more span a {
  color: #FD7037;
}
.import-enterprise-more span a:hover {
  color: #FD7037;
}
.import-professional-more span {
  margin-right: 15px;
}
.import-professional-more span a {
  color: #23B6F9;
}
.professional-item-img {
  background: url('../img/corp.png') no-repeat center center;
  width: 30px;
  height: 30px;
}
.enterprise-item-img {
  background: url('../img/prof.png') no-repeat center center;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .professional-item-img {
    background: url('../img/corp2x@.png') no-repeat center center;
    background-size: 18px 18px !important;
  }
  .enterprise-item-img {
    background: url('../img/prof@2x.png') no-repeat center center;
    background-size: 18px 18px !important;
  }
}
.import-personal-more,
.import-enterprise-more,
.import-professional-more {
  background: url("../img/bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 0px;
  z-index: 99;
  overflow: hidden;
  transition: width .3s;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px #eaeaea;
}
.import-personal-more span,
.import-enterprise-more span,
.import-professional-more span {
  color: #7c7c7c;
  cursor: pointer;
}
.import-personal-more.more,
.import-enterprise-more.more,
.import-professional-more.more {
  display: block;
  opacity: 1;
  right: 0;
}
.import-personal-more.more span,
.import-enterprise-more.more span,
.import-professional-more.more span {
  display: inline-block;
}
.import-personal-more.more {
  width: 180px;
}
.import-enterprise-more.more {
  width: 215px;
}
.import-professional-more.more {
  width: 215px;
}
.b-slider-price {
  margin-bottom: 12px;
}
