@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?") format("eot"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular/RobotoRegular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/RobotoBold/RobotoBold.eot?") format("eot"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold/RobotoBold.svg#Roboto") format("svg");
}
body {
  overflow-x: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-width: 1100px;
  overflow-x: auto;
  height: 100%;
  /* @each $point in $adjbrpoints{
    $index: index($adjbrpoints, $point) + 1;
    @if $index <= length($adjbrpoints) {
      @include respond-to($point){
        index: $index;
        font-size: (nth($adjbrpoints, $index) * 10px / $container-width);
      }
    }
  } */
}
@media only screen and (max-width: 1550px) {
  html {
    font-size: 9.8903225806px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 9.1806451613px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 8.7032258065px;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 8.1483870968px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 7.6322580645px;
  }
}
@media only screen and (max-width: 1120px) {
  html {
    font-size: 7.1161290323px;
  }
}

body {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0rem 0rem 21rem;
  font-family: "Helvetica Neue", Helvetica;
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  background: #f5f5f5;
}

body.auth {
  padding-bottom: 28rem;
}

h1 {
  margin: 1.5em 0em 0.75em;
}

h2 {
  margin: 1.5em 0em 0.75em;
}

.CONTENT_white h1:first-child,
.CONTENT_white h2:first-child {
  margin-top: 0em;
}

img {
  max-width: 100%;
}

img.dragger,
.dragger > img,
.dragger {
  max-width: initial;
}

.dragger,
#viewport {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

table {
  width: 100%;
  font-size: inherit;
}

input:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

pre {
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 20px;
  /* max-height: 500px; */
  text-align: left;
}

pre.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  max-height: initial;
}

p {
  margin: 0 0 1em;
}

a {
  color: #224089;
}
a:hover {
  color: #FF7F00;
  cursor: pointer;
}

a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  a:hover {
    text-decoration: underline;
    color: inherit !important;
  }
}
/* сдвиг placeholder-а вправо при фокусе*/
input::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
  color: #999;
}

input::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
  color: #999;
}

input:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
  color: #999;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
  color: #999;
}

input:focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: 0.3s ease;
  opacity: 0;
}

input:focus::-moz-placeholder {
  text-indent: 500px;
  transition: 0.3s ease;
  opacity: 0;
}

input:focus:-moz-placeholder {
  text-indent: 500px;
  transition: 0.3s ease;
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: 0.3s ease;
  opacity: 0;
}

input[disabled] {
  opacity: 0.6;
}

label.error {
  display: block;
  color: red;
  font-size: 12px;
  margin-bottom: 0px;
}

input + label.error {
  position: absolute;
}

input.error,
textarea.error {
  border: 1px solid red;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
}

select, select > option {
  cursor: pointer;
}

.content {
  padding: 0 2em;
}
@media only screen and (max-width: 480px) {
  .content {
    margin-top: 0px;
    padding: 0 1em;
  }
}

/* .container-full{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100%;
  padding: 53px 0px 95px;
  @include start-from($old){
    padding-top: 77px;
  }
} */
.white-block, .white-block-sm {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  /* box-shadow: 0rem 0rem 0.1rem rgba(0,0,0,0.1); */
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
}

.white-block-sm {
  padding: 2rem;
  max-width: 70rem;
  margin: 0 auto;
}

.light-block {
  padding: 15px;
  border: 1px solid #eee;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.gray-block {
  border: 1px solid #eee;
  background: #fafafa;
  margin-bottom: 20px;
}

.gray-block .white-table tr:hover > td {
  background: rgba(0, 0, 0, 0.05);
}

.CONTENT {
  position: relative;
  padding: 2rem;
  font-size: 1.4rem;
}

.CONTENT_wrapper,
.wrapper {
  max-width: 1550px;
  margin: 0 auto;
}

.wrapper-sm {
  max-width: 70rem;
  margin: 0 auto;
}

.CONTENT_white {
  background: #fff;
  padding: 2rem;
  /* box-shadow: 0rem 0rem 0.1rem rgba(0,0,0,0.15); */
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 2rem;
}

.CONTENT_full {
  margin: -2rem;
  background: #fff;
}

.catalog-table {
  width: 100%;
}

.catalog-table th,
.catalog-table td,
.tbl-header {
  padding: 1rem 1rem;
  vertical-align: middle;
}

.catalog-table th:first-child,
.catalog-table td:first-child {
  padding-left: 1rem;
}

.catalog-table th:last-child,
.catalog-table td:last-child {
  padding-right: 1rem;
}

.catalog-table th,
.tbl-header {
  white-space: nowrap;
  text-align: left;
  color: #888;
  font-size: 1.3rem;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

.catalog-table td {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  -moz-transition: 0.2s background;
  -o-transition: 0.2s background;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}

.catalog-table td.catalog-table-name {
  height: 2.5em;
  font-weight: bold;
}

.catalog-table td.price,
.catalog-table td.cart-item-price,
.catalog-table td.supplier {
  white-space: nowrap;
}

.catalog-table tr:not(.no-hover):hover > td,
.catalog-table tr.hover > td {
  background: rgba(0, 0, 0, 0.05);
}

/* .catalog-table td.basket{
  padding: 0em;
  vertical-align: middle;
}

.catalog-table td.cart-item-sum{
  font-weight: bold;
} */
.catalog-table-add {
  width: 2.9em;
  height: 2em;
}

.catalog-hidden-row {
  display: none;
}
.catalog-hidden-row.open {
  display: table-row;
}

td.catalog-table-rowspan {
  vertical-align: top;
}

/* .catalog-table-rowspan:first-child{
  padding-left: 1em;
} */
.catalog-table-sign {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}

.catalog-table-brand-row {
  cursor: pointer;
}
@media only screen and (min-width: 480px) {
  .catalog-table-brand-row:hover, .catalog-table-brand-row.hover, .catalog-table-brand-row:focus, .catalog-table-brand-row:active {
    background: #f3f3f3;
  }
}

.catalog-table td.space-cell {
  border: none;
}

.catalog-table td.selected:not(.catalog-table-rowspan) {
  background: #f3f3f3 !important;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.js-tablesorter th {
  cursor: pointer;
  /* padding-right: 35px;
  @include vendor(transition, 0.2s background-color); */
}

.cart .js-tablesorter th:not(.CATALOG_TABLE_check) {
  padding-right: 1.5em !important;
}

/* .js-tablesorter th:hover{
  background: rgba(253, 244, 177, 0.6);
} */
.js-tablesorter th.headerSortUp {
  background: url("/upload/down-arrow.png") no-repeat rgba(253, 244, 177, 0.6);
  background-position: right 0.75em center;
  background-size: 11px;
}

.js-tablesorter th.headerSortDown {
  background: url("/upload/up-arrow.png") no-repeat rgba(253, 244, 177, 0.6);
  background-position: right 0.75em center;
  background-size: 11px;
}

/* .js-tablesorter th.nosort{
  cursor: default !important;
  padding-right: 0px !important;
  background: $form-back !important;
} 

.cart .delivery_time{
  width: 1%;
}
*/
.short-table {
  width: auto;
}

.short-table td {
  padding: 2px 10px;
}

.white-table td,
.white-table th {
  padding: 0.75em;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .white-table td,
.white-table th {
    font-size: 9px;
  }
}

.white-table th {
  /* font-weight: normal;
  font-size: 14px; */
  border-bottom: 1px solid #777;
}
@media only screen and (max-width: 480px) {
  .white-table th {
    font-size: 10px;
  }
}

.delivery_time,
.supplier_rate,
.order_sup_rate,
.order_delivery_time,
.order_currency,
.cart-item-sum,
td.brand {
  white-space: nowrap;
}

td.supplier,
td.sku,
td.brand {
  width: 1%;
}

.fn {
  /* width: 40rem;
  overflow: hidden;
  text-overflow: ellipsis; */
  white-space: normal;
  text-align: left !important;
  /* @include respond-to($large){
    max-width: 400px;
  }
  @include respond-to($mac){
    max-width: 260px;
  }
  @include respond-to($laptop){
    max-width: 100px;
  } */
}

td.max_available_quantity {
  text-align: center;
}

/* .CATALOG_TABLE{
  margin-top: 2rem;
} */
/* .CATALOG_TABLE_items td,
.CATALOG_TABLE_items th{
  text-align: right;
} */
.CATALOG_TABLE_items th {
  background: #fff;
}

.CATALOG_TABLE_name {
  text-align: left !important;
}

.CATALOG_TABLE_total_price {
  font-size: 1.6rem !important;
  font-weight: bold;
  text-align: right;
}

.CATALOG_TABLE_check {
  width: 1%;
  text-align: left;
  font-size: 1.4rem !important;
}

.CATALOG_TABLE_supplier_rate {
  padding-left: 0.5em !important;
}

.CATALOG_TABLE_blur_text {
  color: #999;
  opacity: 0.6;
}

.blue {
  color: #224089;
}

.orange {
  color: #FF7F00;
}

.green {
  color: #48AF1C;
}

.red {
  color: red;
}

.yellow {
  color: #ffd233;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap;
}

.blur {
  opacity: 0.6;
}

.hover-row:hover {
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgba(0, 0, 0, 0.05);
}

.pointer {
  cursor: pointer;
}

.table-wrapper {
  position: relative;
  /* Тултип будет не виден */
  overflow-x: auto;
}

@media screen and (max-width: 1920px) {
  .table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.inline-block {
  display: inline-block;
}

/* [data-toggle='tooltip']{
  cursor: help;
} */
ul.reset {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb10 {
  margin-bottom: 10rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.fs13 {
  font-size: 1.3rem;
}

.gray-text {
  color: #999;
}

th.number-cell,
td.number-cell {
  text-align: right;
}

.word-cut {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 14rem;
  padding: 0.8em 1.2em;
  border-radius: 100px;
  line-height: 100%;
  font-size: 1.4rem;
  /* font-weight: normal; */
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 1px solid;
  transition: 0.15s all ease-out;
  /* &:not([disabled="disabled"]):hover{
    background-color: #999;
    color: #fff;
  } */
}
@media only screen and (min-width: 480px) {
  .btn:hover, .btn.hover, .btn:focus, .btn:active {
    text-decoration: none;
    /* box-shadow: 0rem 0rem 0.4rem 0.17rem rgba(113, 113, 113, 0.2); */
  }
}
.btn:focus, .btn:active {
  /* color: #fff; */
  outline: none;
}
.btn[disabled=disabled] {
  cursor: not-allowed;
}

.btn-block {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 0.75em 1em;
}

.btn-blue {
  background: #224089;
  border: 1px solid #224089;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .btn-blue:hover {
    background: transparent;
    border-color: #315dc6;
    color: #315dc6;
  }
}

.btn-light-blue {
  background: #B2B7CA;
  border: 1px solid #B2B7CA;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .btn-light-blue:hover {
    background: transparent;
    border-color: #d0d3df;
    color: #d0d3df;
  }
}

.btn-transparent {
  border: 1px solid #999;
  color: #666;
}
.btn-transparent:not([disabled=disabled]):hover {
  background: #999;
  border-color: #999;
  color: #fff;
}

.btn-green {
  background: #48AF1C;
  border: 1px solid #48AF1C;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .btn-green:hover {
    background: transparent;
    border-color: #5adb23;
    color: #5adb23;
  }
}

.btn-orange {
  background: #FF7F00;
  border: 1px solid #FF7F00;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .btn-orange:hover {
    color: #ff9933;
    background: transparent;
    border-color: #ff9933;
  }
}

.btn-gray {
  background: #f3f3f3;
  color: #333;
}
@media only screen and (min-width: 1024px) {
  .btn-gray:hover {
    color: #333;
    background: #dadada;
  }
}

.btn-square-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}
@media only screen and (min-width: 1024px) {
  .btn-square-white:hover {
    color: #333;
    background: #fff;
  }
}

.btn-outline {
  background: url("/local/templates/technoparts_v2/app/images/btn-border.png") no-repeat center;
  background-size: contain;
  border: none;
  color: #333;
}
@media only screen and (min-width: 1024px) {
  .btn-outline:hover {
    color: #FF7F00;
    background-color: #fff1e7;
  }
}

.btn-icon {
  min-width: initial;
  padding: 0.5em 1em;
  white-space: nowrap;
  border: none;
  color: #224089;
}
.btn-icon.fa {
  margin-right: 0.5em;
}
.btn-icon:hover {
  background: transparent;
  color: #FF7F00;
}

.btn-lg {
  padding: 1.5em 2em;
  min-width: 20rem;
  /* font-size: $font-size-lg; */
}

/* .btn-lg{
  font-size: 1.4rem;
  padding: 0.7em 2.5em;
}
 */
.btn-group-block {
  display: inline-block;
  overflow: hidden;
}

.btn-group {
  float: left;
  width: auto;
  padding: 0.5em 1em;
  border: none;
  text-align: center;
  cursor: pointer;
}
.btn-group.active {
  background: #224089;
  color: #fff;
  border-color: #224089;
}

.btn-group:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  /* border-right: none; 
  border-bottom: 1px solid; */
  border: none;
}

.btn-group:last-child,
.btn-group.last {
  border-top-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border: none;
}

.btn-group {
  background: #e4ecf9;
  border-color: #ced9f9;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-group:last-child {
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 480px) {
  .btn-group-block-adaptive {
    border-radius: 4px;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .btn-group-block-adaptive .btn-group {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .btn-group-block-adaptive .btn-group:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
  }
}

.btn-group-block-adaptive .btn-group:last-child,
.btn-group-block-adaptive .bnt-group.last {
  /* @include start-from($old){
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
  } */
}
@media only screen and (max-width: 480px) {
  .btn-group-block-adaptive .btn-group:last-child,
.btn-group-block-adaptive .bnt-group.last {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
  }
}

.arrow-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.arrow {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #d4d4d4;
  margin: 0 auto;
  padding: 0;
}

.arrow.up {
  transform: rotate(180deg) translate(0, 25px);
  -webkit-transform: rotate(180deg) translate(0, 25px);
  -moz-transform: rotate(180deg) translate(0, 25px);
  -o-transform: rotate(180deg) translate(0, 25px);
  -ms-transform: rotate(180deg) translate(0, 25px) translate(0, 25px);
}

.arrow:before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  left: 5px;
  top: 24px;
  border: 25px solid transparent;
  border-top-color: #fff;
  display: inline-block;
  -webkit-transform: translate(-30px, -50px);
}

.add-note {
  margin-right: 0.5em;
  color: #333;
  opacity: 0.7;
  cursor: pointer;
}

.add-note:hover {
  opacity: 1;
}

.icon-delete {
  font-size: 1.5em;
  color: #fb2929;
  opacity: 0.7;
}

.icon-delete:hover {
  opacity: 1;
}

.icon-info {
  display: inline-block;
  background: url("/upload/question.svg") no-repeat center center;
  background-size: cover;
  padding: 0.6em;
}

.form-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100%;
  padding: 53px 0px 25px;
  background: #e4ecf9;
}
@media only screen and (min-width: 1024px) {
  .form-wrapper {
    padding-top: 77px;
  }
}

.form-container {
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
}

.form-block {
  padding: 15px 15px 0px;
  background: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.form-line {
  text-align: center;
}

.form-primary input,
.form-primary textarea {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 0.5em;
  border: 1px solid #ddd;
  background: #e4ecf9;
  border-color: #ced9f9;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.form-primary input:focus,
.form-primary textarea:focus {
  background: #c4d3ff;
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
}

.form-primary input[type=checkbox],
.form-primary input[type=radio] {
  width: auto;
  margin-bottom: 0em;
  /* margin-top: 0.25em; */
}

.form-primary select {
  background: #e4ecf9;
  border-color: #ced9f9;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-primary .btn-submit {
  text-transform: uppercase;
  padding: 0.5em;
  border: 1px solid #224089;
}

.form-primary .btn-submit.btn-block {
  padding: 0.8em;
}

.form-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.form-table input {
  margin-bottom: 0px;
}

.form-table td {
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .form-table td {
    display: block;
  }
}

.form-table td:first-child {
  width: 33.3%;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .form-table td:first-child {
    width: 100%;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .form-inline {
    float: right;
    width: 70%;
  }
}

.form-inline > div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.form-inline-group {
  padding-right: 24px;
}

.form-inline-name {
  margin-bottom: 5px;
}

.form-inline-field {
  width: 75px;
}

.form-inline-field input {
  margin-bottom: 0px;
}

.form-checkbox-wrapper {
  margin: 1em 0em;
}

.form-checkbox-wrapper label {
  margin-left: 4px;
}

.form-half .col-form-label {
  padding-top: 0.6em;
}

.form-control {
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
  height: auto;
}

.input-group > input {
  /* background: transparent; */
  text-align: center;
  padding: 0.25rem;
}

.input-group.date > input {
  padding: 0.5em;
}

.input-group-addon {
  background: #224089;
  border-color: #ced9f9;
  color: #fff;
}

.input-group-addon-custom {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.input-group-primary > input {
  border: 1px solid #e5e5e5;
  background: #f3f3f3;
}

.input-group-addon-custom-left > .qnt__control {
  position: relative;
  left: 2px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 1px solid #e5e5e5;
  background: #f3f3f3;
}

.input-group-addon-custom-right > .qnt__control {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 1px solid #e5e5e5;
  background: #f3f3f3;
}

.reg-form-divider {
  height: 1px;
  background: #555;
  margin: 1rem 0px 2rem;
}

.checkbox-label {
  position: relative;
  color: #224089;
  font-size: 1em;
}
.checkbox-label:hover, .checkbox-label.hover {
  color: #FF7F00;
}

.checkbox-label .helper {
  position: relative;
  left: 0;
  cursor: pointer;
}

.checkbox-label .helper::before {
  content: "\f0c8";
}

.checkbox-label input:checked ~ .helper::before {
  content: "\f14a";
}

.checkbox-label input {
  position: absolute;
  left: 0;
  opacity: 0.0001;
  cursor: pointer;
}

.filter_title {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}

.link-dotted {
  display: inline-block;
  border-bottom: 1px dotted;
  white-space: nowrap;
  padding: 2px 0px;
  line-height: 1.5;
  opacity: 0.7;
  color: #b1b1b1;
}

.link-dotted:hover,
.link-dotted.active {
  opacity: 1;
  color: #444;
}

.link-orange {
  font-weight: bold;
  color: #FF7F00;
  border-bottom: 1px solid #FF7F00;
}
.link-orange:hover {
  color: #ffa247;
  border-color: #ffa247;
  text-decoration: none;
}

.link-gray {
  color: #888;
}
.link-gray:hover {
  color: #a2a2a2;
  text-decoration: none;
}

.link-blue {
  color: #224089;
  cursor: pointer;
}
.link-blue:hover {
  color: #6aa5ff;
}

.link-dashed {
  display: inline-block;
  border-bottom: 1px dashed;
  color: #224089;
  line-height: 1.4;
}
.link-dashed:hover, .link-dashed.active, .link-dashed.selected, .link-dashed:active, .link-dashed:focus {
  border-bottom-color: transparent;
  color: #FF7F00;
}

.list-orange li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.5em;
}

.list-orange li::after {
  content: "—";
  color: #FF7F00;
  display: block;
  position: absolute;
  left: 0.5em;
  top: -0.1rem;
}

.icon {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5em;
}

.icon-rouble-green {
  background: url("/local/templates/technoparts_v2/app/images/rouble-green.png") no-repeat center;
  background-size: contain;
  font-size: 1.6rem;
}

.icon-rouble-red {
  background: url("/local/templates/technoparts_v2/app/images/rouble-red.png") no-repeat center;
  background-size: contain;
  font-size: 1.6rem;
}

.icon-catalog-loading {
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
}

.popup {
  position: fixed;
  bottom: 0;
  height: 75px;
  width: 100%;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #224089;
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
}

.popup.popup-error {
  background: firebrick;
}

.popup.popup-success {
  background: #48AF1C;
}

.popup.active {
  transform: translateY(0%);
  opacity: 1;
}

/* tooltip */
.tooltip {
  position: absolute;
  z-index: 10700;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.fade {
  -moz-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  -webkit-transition: 0.1s opacity linear;
  transition: 0.1s opacity linear;
}

.tooltip.in {
  /* filter: alpha(opacity=90); */
  opacity: 1;
}

.tooltip.top {
  padding: 0.5rem 0;
  margin-top: -1rem;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 1rem;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 1rem;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -1rem;
}

.tooltip-inner {
  max-width: 48rem;
  padding: 0.75em 1em !important;
  color: #333;
  text-align: left;
  background-color: #f7f7f7;
  font-size: 1.4rem;
  border-radius: 2px;
  border: none;
  box-shadow: 0.1rem 0.1rem 0.25rem rgba(0, 0, 0, 0.2);
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.tooltip-big .tooltip-inner {
  max-width: initial;
  width: 65rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top-color: #f7f7f7;
  border-style: solid;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f7f7f7;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #f7f7f7;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #f7f7f7;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #f7f7f7;
}

.tooltip.bottom .tooltip-arrow {
  top: -3px;
  left: 50%;
  margin-left: -8px;
  border-width: 0px 8px 8px;
  border-bottom-color: #f7f7f7;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f7f7f7;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f7f7f7;
}

.js-tooltip-parent > [data-toggle=tooltip] {
  opacity: 0.85;
}

.js-tooltip-parent:hover > [data-toggle=tooltip] {
  opacity: 1;
}

.toolttip-fade {
  opacity: 0.85;
}
.toolttip-fade:hover {
  opacity: 1;
}

.tooltip {
  position: absolute;
  top: -125%;
  left: 150%;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .tooltip {
    font-size: 14px;
  }
}

.tooltip.open {
  pointer-events: all;
  opacity: 1;
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.tooltip-wrapper {
  width: 20em;
  padding: 1em;
  background: #000;
}

.tooltip-left {
  top: 50%;
  -moz-transform: translate3d(-120%, -50%, 0);
  -o-transform: translate3d(-120%, -50%, 0);
  -webkit-transform: translate3d(-120%, -50%, 0);
  transform: translate3d(-120%, -50%, 0);
}

.tooltip-left.open {
  -moz-transform: translate3d(-110%, -50%, 0);
  -o-transform: translate3d(-110%, -50%, 0);
  -webkit-transform: translate3d(-110%, -50%, 0);
  transform: translate3d(-110%, -50%, 0);
}

.tooltip-left .tooltip-wrapper {
  position: relative;
  border-color: #f3f3f3;
}
.tooltip-left .tooltip-wrapper:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #f3f3f3;
  top: 50%;
  left: 100%;
  margin-left: -1px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f3f3f3;
  border-left-color: inherit;
}

.tooltip-right .tooltip-wrapper {
  position: relative;
  border-color: #f3f3f3;
}
.tooltip-right .tooltip-wrapper:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #f3f3f3;
  top: 50%;
  right: 100%;
  margin-right: -1px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f3f3f3;
  border-right-color: inherit;
}

.tooltip.top .tooltip-inner {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 1.3rem;
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.js-tooltip {
  position: relative;
  cursor: help;
}

.js-fast-jump {
  cursor: pointer;
}

.tooltip-analog > i {
  font-size: 1.1em;
  margin-right: 0.2em;
}

.tooltip-analog .tooltip-wrapper {
  width: 20em;
  text-align: right;
}

.tooltip-analog .tooltip {
  top: 50%;
  -moz-transform: translate3d(-130%, -50%, 0);
  -o-transform: translate3d(-130%, -50%, 0);
  -webkit-transform: translate3d(-130%, -50%, 0);
  transform: translate3d(-130%, -50%, 0);
}

.tooltip-analog .tooltip.open {
  -moz-transform: translate3d(-120%, -50%, 0);
  -o-transform: translate3d(-120%, -50%, 0);
  -webkit-transform: translate3d(-120%, -50%, 0);
  transform: translate3d(-120%, -50%, 0);
}

.table-tooltip td:first-child {
  width: 28px;
}

/* .js-tooltip-parent:hover,
.js-tooltip-parent:hover > *,
[data-toggle="tooltip"]:hover > *,
[data-toggle="tooltip"]:hover{
  color: $orange;
}
.js-tooltip-parent{
  cursor: help;
} */
/* quantity */
.qnt {
  display: block;
  position: absolute;
  top: 0.7em;
  left: -22.5rem;
  width: 20em;
  background: #e5e5e5;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -moz-transform: translate3d(0, -10%, 0);
  -o-transform: translate3d(0, -10%, 0);
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  border-color: #e5e5e5;
}
.qnt:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #e5e5e5;
  bottom: 100%;
  left: 24.8rem;
  margin-bottom: -1px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  border-bottom-color: inherit;
}
@media only screen and (max-width: 480px) {
  .qnt {
    width: 20em;
    left: -16.5em;
    font-size: 14px;
  }
}
.qnt.open {
  pointer-events: all;
  opacity: 1;
  -moz-transform: translate3d(0, 0%, 0);
  -o-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.qnt-wrapper {
  text-align: center;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.qnt__add {
  margin-top: 1em;
}

.qnt__control {
  display: inline-block;
  padding: 0.55rem;
  cursor: pointer;
}
.qnt__control:hover {
  background: #224089;
  color: #fff;
}

.qnt__input {
  width: 45px;
  text-align: center;
}

.qnt-bar {
  display: inline-block;
  white-space: nowrap;
}

.qnt-bar-cell {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 1em;
  margin-right: 3px;
  background: #ddd;
  border-radius: 1em;
}
.qnt-bar-cell.full {
  background: #48AF1C;
}
.qnt-bar-cell.half {
  background: #ffbc55;
}
.qnt-bar-cell.low {
  background: red;
}
@media only screen and (max-width: 480px) {
  .qnt-bar-cell {
    width: 3px;
    margin-right: 1px;
  }
}

/* tooltip */
/* .tooltip {
  position: absolute;
  z-index: 1;
  top: -125%;
  left: 150%;
  pointer-events: none;
  opacity: 0;
  @include respond-to($mobile) {
    font-size: 14px;
  }
}

.tooltip.open {
  pointer-events: all;
  opacity: 1;
  @include vendor(transform, translate3d(0%, 0, 0));
}

.tooltip-wrapper {
  width: 20em;
  padding: 1em;
  background: $light-gray;
}

.tooltip-left {
  top: 50%;
  @include vendor(transform, translate3d(-120%, -50%, 0));
}

.tooltip-left.open {
  @include vendor(transform,
  translate3d(-110%,
  -50%,
  0));
}

.tooltip-left .tooltip-wrapper {
  @include arrow-lazy($direction: right, $color: $light-gray);
}

.tooltip-right .tooltip-wrapper {
  @include arrow-lazy($direction: left, $color: $light-gray);
}

.js-tooltip {
  position: relative;
}

.js-fast-jump {
  cursor: pointer;
}

.tooltip-analog .tooltip-wrapper {
  width: 20em;
  text-align: right;
}

.tooltip-analog .tooltip {
  top: 50%;
  @include vendor(transform, translate3d(-130%, -50%, 0));
}

.tooltip-analog .tooltip.open {
  @include vendor(transform,
  translate3d(-120%,
  -50%,
  0));
} */
.modal {
  font-size: 1.4rem;
}

/* angle button */
@media only screen and (max-width: 480px) {
  .bskl {
    margin-bottom: 10px;
    overflow: hidden;
  }
}

.bskl__link {
  position: relative;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 27px;
  padding-left: 38px;
  padding-top: 6px;
  font-size: 15px;
  cursor: pointer;
}

.bskl__icon {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  padding-left: 1px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 2.4rem;
}

.bskl__link:hover {
  color: #FF7F00;
}

.bskl__link:hover .bskl__icon {
  background: #FF7F00;
}

.bskl__link:hover .bskl__icon > .angle::before, .bskl__link:hover .bskl__icon > .angle::after {
  background: #fff;
}

.bskl__btn {
  float: left;
}
@media only screen and (min-width: 768px) {
  .bskl__btn {
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .bskl__btn {
    float: right;
    font-size: 1.4rem;
  }
}

.angle {
  position: relative;
  width: 75%;
  margin: 0.5rem auto;
  height: 1px;
}

.angle-group {
  padding-top: 0.4rem;
}

.angle::before, .angle::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.angle::before {
  right: 1px;
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -moz-transition: 0.3s transform all;
  -o-transition: 0.3s transform all;
  -webkit-transition: 0.3s transform all;
  transition: 0.3s transform all;
}

.bskl__link.active .angle::before {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.angle::after {
  left: 1px;
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -moz-transition: 0.3s transform all;
  -o-transition: 0.3s transform all;
  -webkit-transition: 0.3s transform all;
  transition: 0.3s transform all;
}

.bskl__link.active .angle::after {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.popover .btn-group {
  background: transparent;
  padding: 0;
  margin-right: 1rem;
}
.popover .btn {
  font-size: 12px;
  padding: 0.8em;
  min-width: 10rem;
}
.popover .arrow:before {
  display: none;
}

.popover[class*=tour-] .popover-navigation *[data-role=prev].disabled, .popover[class*=tour-] .popover-navigation *[data-role=next].disabled, .popover[class*=tour-] .popover-navigation *[data-role=end].disabled {
  cursor: not-allowed;
  background: #ddd;
  color: #333;
  border-color: #999;
  opacity: 0.45;
}

.HEADER_blue {
  background: #224089;
  padding: 0rem 2rem;
}

.HEADER_blue_container {
  max-width: 1550px;
  margin: 0 auto;
  text-align: center;
}

.HEADER_link {
  display: inline-block;
  color: #fff;
  position: relative;
}
.HEADER_link:not(.no-hover)::before {
  content: "";
  display: block;
  background: #fff;
  -moz-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  width: 103%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.HEADER_link:not(.no-hover):hover::before {
  opacity: 1;
}
.HEADER_link:not(.no-hover):hover {
  color: #224089;
}

.HEADER_link > a {
  display: block;
  padding: 2rem 3rem;
  color: inherit;
  font-size: 1.4rem;
  position: relative;
}
.HEADER_link > a.active {
  color: #FF7F00;
}

.HEADER_lk {
  margin-left: 4rem;
  /* border-left: 1px dashed #fff;
  padding-left: 1rem; */
}

.HEADER_order_history {
  margin-left: 1rem;
}

.HEADER_order_history a {
  padding: 1.1rem 2rem;
  border: none;
  border-radius: 4rem;
  display: inline-block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.HEADER_order_history:hover a {
  background: #fff;
  color: #224089;
}

.HEADER_lk > a {
  padding: 1.5rem 2rem;
  z-index: 20;
  background: #fff;
  color: #224089;
  border: none;
}
.HEADER_lk > a:hover {
  border: none;
}

.HEADER_address {
  position: relative;
  min-width: 48rem;
  padding: 1.8rem 2.8rem 0rem 0rem;
  font-size: 1.4rem;
}

.ADDRESS_select {
  display: none;
}

.ADDRESS_icon {
  margin-right: 0.5rem;
  margin-top: -1rem;
  width: 1.4rem;
}

.select2 .ADDRESS {
  position: relative;
  top: -1px;
  background: transparent;
  padding: 0.8rem 1.5rem 0.8rem 0.5rem;
  border: none;
  outline: none;
}
.select2 .ADDRESS:hover {
  color: #f57f20;
}

.ADDRESS_help_text {
  margin-top: 0.5em;
  height: 3.6rem;
  display: inline-block;
}

.ADDRESS_store_single {
  display: inline-block;
  margin-top: 0.5em;
}

.select2-dropdown.ADDRESS_option {
  font-size: 1.3rem;
  background: #224089;
  border: 1px solid #224089;
  border-radius: 0px;
}

.select2-dropdown.ADDRESS_option .select2-results__option {
  padding: 1em;
  color: #fff;
}

.select2-dropdown.ADDRESS_option .select2-results__option--highlighted {
  background: #fff;
  color: #224089;
}

.select2-dropdown.ADDRESS_option .select2-results__option[aria-selected=true] {
  background: #fff;
  color: #FF7F00;
}

.select2 .ADDRESS .select2-selection__arrow {
  display: none;
}

.select2 .ADDRESS .select2-selection__rendered {
  padding-left: 0;
}

.HEADER_white {
  background: #fff;
  /* box-shadow: 0rem 0rem 0.1rem rgba(0,0,0,0.15); */
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  padding: 0rem 2rem;
}

.HEADER_white_container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

.HEADER_logo {
  float: left;
  width: 22rem;
}

.HEADER_phone {
  float: right;
  color: #224089;
  font-size: 1.4rem;
  margin-top: -1.75rem;
}

/* .HEADER_right_col{
	float: left;
	width: 128rem;
} */
.TYPE_SELECT {
  float: left;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  margin-left: 4rem;
}

.TYPE_SELECT_item {
  float: left;
}

.TYPE_SELECT_link {
  color: #224089;
}
.TYPE_SELECT_link:hover {
  color: #FF7F00;
}

.TYPE_SELECT_link.active {
  color: #FF7F00;
  /* border-bottom: 1px dashed; */
}

.TYPE_SELECT > ul {
  padding-left: 1rem;
}

.TYPE_SELECT > ul > li {
  margin-bottom: 0.5em;
}

.HEADER_white_container .SEARCH_wrapper {
  float: left;
  margin-left: 3rem;
}

.PERSONAL_LINKS {
  float: left;
  margin-left: 2rem;
}

.PERSONAL_LINKS > a {
  display: inline-block;
  margin-left: 4rem;
  font-size: 1.4rem;
}

.PERSONAL_info {
  float: left;
  /* color: $blue; */
  font-size: 1.4rem;
  line-height: 1.7;
  width: 57rem;
}

.PERSONAL_login {
  margin-bottom: 0.8rem;
}

.PERSONAL_login > i {
  color: #FF7F00;
}

/* .PERSONAL_info .icon{
  position: relative;
  left: 0.2em;
  top: 0.2em;
} */
.PERSONAL_lk {
  position: relative;
  float: left;
  margin-left: 3rem;
}

.PERSONAL_lk > .btn {
  z-index: 20;
}

ul.PERSONAL_links_list {
  z-index: 10;
  position: absolute;
  top: 0em;
  width: 100%;
  font-size: 1.4rem;
  background: #fff;
  box-shadow: 0px 0.5rem 0.7rem rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 6rem 0rem 1em 0rem;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5%, 0);
  -o-transform: translate3d(0, 5%, 0);
  -webkit-transform: translate3d(0, 5%, 0);
  transform: translate3d(0, 5%, 0);
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

ul.PERSONAL_links_list.hover {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0%, 0);
  -o-transform: translate3d(0, 0%, 0);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/* ul.PERSONAL_links_list > li{
	margin-bottom: 1em;
} */
ul.PERSONAL_links_list > li a {
  display: block;
  color: #224089;
  padding: 0.5em;
}
ul.PERSONAL_links_list > li a:hover {
  color: #FF7F00;
}

ul.PERSONAL_links_list > li a.active {
  color: #FF7F00;
}

ul.PERSONAL_links_list > li a.active > span {
  display: inline-block;
  border-bottom: 1px dashed #FF7F00;
}

ul.PERSONAL_links_list .reg-form-divider {
  margin: 1rem 0;
}

.top-revise .PERSONAL_delivery_icon {
  position: relative;
  top: 0.2rem;
}

.personal-block-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.4rem;
}
.personal-block TABLE TR TD:first-child {
  width: 58%;
}
.personal-block-icon {
  font-size: 1.6rem;
  width: 1.8rem;
  color: #FF7F00;
  text-align: center;
  margin-right: 0.5rem;
  padding-left: 0;
}
.personal-block-icon__small {
  font-size: 1.4rem;
}
.personal-block .PERSONAL_delivery_icon {
  font-size: 1.6rem;
  width: 1.8rem;
  color: #FF7F00;
  text-align: center;
  margin-right: 0.5rem;
}
.personal-block .PERSONAL_delivery_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.personal-block .PERSONAL_delivery_link__span {
  max-width: 30rem;
}

.FOOTER {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e9e9e9;
  padding: 3rem 2rem 9rem;
  font-size: 1.6rem;
  text-align: center;
  border-top: 1px solid #ddd;
}

body.auth .FOOTER {
  padding-bottom: 8rem;
}

.FOOTER > ul {
  margin-left: -7.75rem;
}

.FOOTER > ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0rem 4rem;
}

.FOOTER > ul li > a {
  display: block;
  color: #333;
}
.FOOTER > ul li > a:hover {
  color: #FF7F00;
}

.FOOTER_logo {
  width: 22rem;
}

.FOOTER_phone {
  float: right;
  color: #224089;
  margin-top: -0.75rem;
}

.basket_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 35;
  margin-bottom: 0rem;
  max-height: 66%;
  overflow: auto;
}

.basket_footer__inside {
  position: relative;
  top: 20px;
  height: 0px;
  overflow: auto;
}

.basket_footer.open .basket_footer__inside {
  height: auto;
  margin-bottom: 20px;
}

.bskl {
  margin-top: 0.5rem;
}

.bskl__link {
  position: relative;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 27px;
  padding-left: 38px;
  padding-top: 4px;
  font-size: 15px;
  cursor: pointer;
}

.bskl__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 27px;
  padding-left: 1px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 24px;
}

.bskl__link:hover {
  color: #FF7F00;
}

.bskl__link:hover .bskl__icon {
  background: #FF7F00;
}

.bskl__link:hover .bskl__icon > .angle::before,
.bskl__link:hover .bskl__icon > .angle::after {
  background: #fff;
}

.bskl__btn {
  float: left;
}
@media only screen and (min-width: 768px) {
  .bskl__btn {
    margin-left: 35px;
  }
}

.angle {
  position: relative;
  width: 75%;
  margin: 0.5rem auto;
  height: 1px;
}

.angle-group {
  padding-top: 0.4rem;
}

.angle::before,
.angle::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.angle::before {
  right: 1px;
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.bskl__link.active .angle::before {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.angle::after {
  left: 1px;
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.bskl__link.active .angle::after {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.orderinfo {
  text-align: right;
  font-size: 1.4rem;
}

.orderinfo__item {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .orderinfo__item {
    padding-left: 15px;
  }
}

.BANNER_MAIN {
  min-height: 40rem;
}

.BANNER_slide {
  height: 40rem;
  display: flex;
  align-items: center;
  background-size: cover;
}

.BANNER_MAIN_text {
  padding: 2rem;
  width: 40%;
  color: #fff;
  text-align: center;
  font-size: 140%;
}

.BANNER_MAIN_text h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0;
}

.BANNER_MAIN_btn {
  font-size: 1.8rem;
  padding: 2rem 4rem;
  font-weight: bold;
  margin-top: 2rem;
}

/* .CATALOG_LIST{
	overflow: hidden;
} */
.CATALOG_LIST_item {
  float: left;
  width: 48rem;
  height: 38rem;
  /* box-shadow: 0rem 0rem 0.1rem rgba(0,0,0,0.15); */
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: left;
  color: #224089;
}

.CATALOG_LIST_item.w2 {
  width: 98rem;
}

.CATALOG_LIST_item.h2 {
  height: 78rem;
}

.CATALOG_LIST_img {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #224089;
  position: relative;
  min-height: 33rem;
  padding: 4rem 0rem;
}
.CATALOG_LIST_img:before {
  content: "";
  border-radius: 100%;
  box-shadow: 0px 0px 12rem 12rem rgba(255, 255, 255, 0.5);
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 1%;
  height: 1%;
  top: 50%;
  left: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.CATALOG_LIST_img:after {
  content: "";
  position: absolute;
  left: 4em;
  bottom: -3rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #1f439a;
}

.CATALOG_LIST_item_empty .CATALOG_LIST_img:before {
  box-shadow: 0px 0px 9rem 9rem rgba(255, 255, 255, 0.5);
}

.CATALOG_LIST_item_empty .CATALOG_LIST_img img {
  height: 20rem;
}

.CATALOG_LIST_text {
  padding: 5rem;
  background: #fff;
}

.CATALOG_LIST_img img {
  position: relative;
  max-height: 28rem;
}

.CATALOG_LIST_item h2 {
  font-weight: bold;
  font-size: 2.8rem;
  margin: 0em;
  padding: 0em 0em 1em;
}

.CATALOG_LIST_item_empty h2 {
  padding: 3.5rem 0em 0rem;
  text-align: center;
}

.CATALOG_LIST_item_empty > .CATALOG_LIST_text {
  padding: 0;
}

.CATALOG_LIST_item_left > .CATALOG_LIST_img,
.CATALOG_LIST_item_left > .CATALOG_LIST_text {
  float: left;
}

.CATALOG_LIST_item_right > .CATALOG_LIST_img {
  float: right;
}

.CATALOG_LIST_item_right > .CATALOG_LIST_text {
  float: left;
  width: 50%;
  text-align: right;
}

.CATALOG_LIST_item_left > .CATALOG_LIST_img {
  height: 100%;
  width: 50%;
}
.CATALOG_LIST_item_left > .CATALOG_LIST_img:after {
  content: "";
  position: absolute;
  top: 4em;
  right: -3rem;
  left: initial;
  bottom: initial;
  border: 1.5rem solid transparent;
  border-left: 1.5rem solid #1f439a;
}

.CATALOG_LIST_item_right > .CATALOG_LIST_img {
  height: 100%;
  width: 50%;
}
.CATALOG_LIST_item_right > .CATALOG_LIST_img:after {
  content: "";
  position: absolute;
  top: 4em;
  left: -3rem;
  bottom: initial;
  border: 1.5rem solid transparent;
  border-right: 1.5rem solid #224089;
}

.CATALOG_LIST_text > ul li {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.INDEX_TEXT {
  padding: 5rem;
  background: #fff;
  /* box-shadow: 0rem 0rem 0.1rem rgba(0,0,0,0.15); */
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  color: #224089;
  line-height: 1.8;
  font-size: 1.6rem;
}

.BANNER_BOTTOM {
  min-height: 40rem;
  display: flex;
  align-items: center;
  background-size: cover;
}

.BANNER_BOTTOM_text {
  padding: 2rem;
  width: 40%;
  color: #fff;
  text-align: center;
  font-size: 140%;
  line-height: 2;
}

.BANNER_BOTTOM_btn {
  font-size: 1.8rem;
  padding: 2rem 4rem;
  font-weight: bold;
  margin-top: 2rem;
}

/* sidebar */
.sidebar-right {
  /* margin-bottom: 1em; */
  font-size: 1.3rem;
  /* padding: 2rem 1.5rem 1rem; */
}

.is_stuck .sidebar-right {
  position: relative;
  right: 5px;
}

.sidebar-right-head {
  padding-left: 3.5rem;
}
.sidebar-right-head .bskl__icon {
  /* left: 3rem; */
  /* top: 2.66rem; */
  width: 2.7rem;
  height: 2.7rem;
  font-size: 2.4rem;
  padding-top: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  /* @include vendor(transform, rotate(-90deg)); */
}
.sidebar-right-head:hover .bskl__icon {
  background: #FF7F00;
}
.sidebar-right-head:hover span {
  color: #FF7F00;
}

/* .sidebar-right-body {
  max-height: calc(100vh - 10rem);
  overflow: auto;
}
body.auth .sidebar-right-body {
  max-height: calc(100vh - 18rem);
} */
@media only screen and (max-width: 1100px) {
  body.auth .sidebar-right-body,
.sidebar-right-body {
    max-height: initial;
  }
}
.sticky-sidebar {
  top: 0px !important;
}

.sticky-sidebar.bottom {
  position: fixed !important;
}

.sticky-sidebar.bottom .sidebar-right-body {
  max-height: calc(100vh - 43.25rem);
}

/* .sidebar-right-angle {
  display: inline-block;
  position: initial;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  padding-left: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  @include vendor(transform, rotate(180deg));
} */
.sidebar-right-head:hover .sidebar-right-angle {
  background: #FF7F00;
}

.sidebar-right-head:hover .angle::before, .sidebar-right-head:hover .angle::after {
  background: #fff;
}

.sidebar-right-head.active .angle::before {
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.sidebar-right-head.active .angle::after {
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.sidebar-table {
  width: 100%;
}

.sidebar-table th {
  padding: 0.5em 0.4em;
  text-align: left;
}

.sidebar-table td {
  padding: 0.5em 0.4em;
}
.sidebar-table td:last-child {
  text-align: right;
}

.js-sidebar-toggle {
  cursor: pointer;
}

.sticky-sidebar .sidebar-right {
  padding-top: 1rem;
}

.sticky-sidebar .sidebar-right-head {
  padding-top: 0rem;
}

.sticky-sidebar .bskl__icon {
  top: 0.66rem;
}

.catalog-collapsed .js-sidebar {
  width: 8.33333333% !important;
}

.catalog-collapsed .js-parts {
  width: 91.66666667% !important;
}

.catalog-collapsed .bskl__icon {
  position: relative;
  top: 0;
  left: 0;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.catalog-collapsed .sidebar-right {
  width: 6rem;
  padding-top: 1rem;
}

.catalog-collapsed .sidebar-right-head > span {
  display: none;
}

.catalog-collapsed .sidebar-right-body {
  display: none;
}

.catalog-collapsed .sidebar-right-head {
  padding: 0;
  border-bottom: none;
}

/* 
.catalog-collapsed .sidebar-right{
  top: 5.66rem;
  right: 0;
  padding-top: 1rem;
}
.catalog-collapsed .sidebar-right{
  width: 18rem;  
  position: absolute;
}
.sticky-sidebar .sidebar-right{
  padding-top: 0rem;
}
.catalog-collapsed .sticky-sidebar .sidebar-right{
  position: fixed;
  padding-top: 1rem;  
}
.catalog-collapsed .sidebar-right-head{
  padding-left: 0rem;
  padding-right: 4rem;
  border-bottom: none;
}
.catalog-collapsed .sidebar-right-head > span{
  display: none;
}
.catalog-collapsed .bskl__icon{
  top: 1.66rem;
  right: 2rem;
  left: initial;
  @include vendor(transform, rotate(0deg));
}

.catalog-collapsed .sidebar-right-body{
  display: none;
} */
.SEARCH_wrapper {
  position: relative;
  display: inline-block;
  background: url("/local/templates/technoparts_v2/app/images/search-input.png") no-repeat center;
  background-size: contain;
  padding: 1em 5em 1em 3em;
  width: 42rem;
  border-radius: 4rem;
  font-size: 1.4rem;
}
.SEARCH_wrapper.error {
  background-color: rgba(255, 0, 0, 0.1);
}

.SEARCH_input {
  padding: 1em 0em 0.5em;
  margin-bottom: 0.5em;
  border: none;
  background: transparent;
  border-bottom: 1px dashed #bbb;
  width: 95%;
}
.SEARCH_input.error {
  border: none;
  border-bottom: 1px dashed;
}

.SEARCH_btn_submit {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  display: inline-block;
  background: url("/local/templates/technoparts_v2/app/images/search-btn-submit.png") no-repeat center;
  background-size: contain;
  width: 3.4rem;
  height: 2.8rem;
  border: none;
}
.SEARCH_btn_submit:focus {
  outline: none;
}

.reg-form-block {
  width: 100%;
  max-width: 75rem;
  margin: 4rem auto;
}

.reg-form {
  padding: 3rem 4rem 0rem;
  background: #fff;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.reg-form h2,
.reg-form h2,
.reg-form h3 {
  margin-top: 0px;
}

.reg-form-nobuttons {
  padding: 5rem;
}

.reg-form input {
  background: #e4ecf9;
  border-color: #ced9f9;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.reg-form input:focus {
  background: #c4d3ff;
}

.reg-form-divider {
  height: 1px;
  background: #ddd;
  margin: 0.5rem 0 1rem;
}
@media only screen and (min-width: 1024px) {
  .reg-form-divider {
    margin: 0.5rem 0 1rem;
  }
}

/* .reg-form .btn-group {
  border-color: $form-border;
  background: $form-back;
}

.reg-form .btn-group.active {
  background: $form-active;
} */
.reg-form-submit {
  margin: 5rem -5rem 0px;
}

.reg-line {
  text-align: center;
}

.reg-top .btn-block + .btn-block {
  margin-top: 0;
}

.reg-top.reg-form-submit {
  overflow: auto;
  margin-top: 0px;
}

.reg-top .btn {
  width: 50%;
  float: left;
  border-radius: 0px;
  opacity: 0.4;
  color: #fff;
  background: #224089;
  font-size: 1.8rem;
  /* -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
}

.reg-top .btn:not(.btn-active):hover {
  opacity: 0.7;
}

.reg-top .btn:first-child {
  border-top-left-radius: 10px;
}

.reg-top .btn:last-child {
  border-top-right-radius: 10px;
}

.reg-top .btn-active {
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* .reg-form-divider:first-child{
  display: none;
} */
.reg-form-block .reg-form:not(.reg-form-nobuttons) {
  padding-top: 0px;
}

.reg-form .form-title {
  margin: 20px 0 10px;
}

.reg-form .form-title:first-child {
  margin-top: 0px;
}

.reg-form .form-primary {
  padding-top: 30px;
}

.req-point {
  color: red;
  margin: 1px;
  top: -2px;
  font-size: smaller;
  position: relative;
}

.errortext {
  margin: 30px 0 -10px;
  display: block;
  font-weight: bold;
}

.reg-text {
  margin-top: 30px;
}

.reg-form label {
  font-weight: normal;
}

/* .reg-form label > input[type='checkbox']{
    position: relative;
    margin-right: 5px;
    top: 2px;
} */
.reg-btn {
  font-size: 1.8rem;
  padding: 1.5em 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* .reg-form td:first-child{
  text-align: right;
} */
.reg-form input.error {
  background: #ffe5e4;
  border-color: #ff574c;
}

.profile-table .td-str {
  height: 3.6rem;
}

.soc-serv-main {
  padding: 1rem 1rem 0;
  text-align: center;
}

div.soc-serv-title-grey {
  padding-top: 2rem;
}

.double-table tr:first-child .btn-block {
  border-bottom-right-radius: 0px;
}

.double-table tr:last-child .btn-block {
  border-bottom-left-radius: 0px;
}

.reg-form .intl-tel-input {
  width: 15rem;
  float: left;
}

.reg-form .phone-code {
  text-align: center;
}

.intl-tel-input .selected-flag .iti-flag {
  left: 0.5rem;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 3rem;
}

.reg-form .phone-number {
  float: left;
  width: 17rem;
  margin-left: 1rem;
  text-align: center;
}

.reg-form .phone-add {
  float: left;
  width: 7rem;
  margin-left: 1rem;
  text-align: center;
}

#phone_number-error {
  position: relative;
}

.enter-form-block.search {
  max-width: 1000px;
}

.enter-form-logo {
  margin: 0rem auto 4rem;
  width: 21.6rem;
}

.enter-form input {
  text-align: center;
  width: 40rem;
  display: block;
  margin: 0rem auto 2rem;
}

/* .enter-form input:active, .enter-form input:focus {
  background: $light-gray;
}

.enter-form input[type="submit"] {
  background: $blue;
} */
.enter-form input::-webkit-input-placeholder {
  text-align: center;
}

.enter-form input::-moz-placeholder {
  text-align: center;
}

.enter-form input::-moz-placeholder {
  text-align: center;
}

.enter-form input::-ms-input-placeholder {
  text-align: center;
}

.enter-form .btn-submit {
  margin: auto;
  display: block;
  padding: 1.5rem;
  width: 20rem;
}

.enter-line {
  margin-top: 2rem;
  padding: 0 15px;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .enter,
.enter-line,
.enter-form-block {
    position: relative;
  }
  .enter-line {
    bottom: auto;
  }
}
.AUTOCATALOG_search_btn {
  min-width: 9rem;
}

.AUTOCATALOG_search_input {
  width: 40rem;
  max-width: 100%;
}

.CATALOG_TABLE tr:hover td.catalog-table-rowspan {
  background: #fff;
}

.CATALOG_TABLE td.js-autowidth {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .CATALOG_TABLE td.js-autowidth:hover {
  color: $orange;
} */
.CATALOG_TABLE td.basket {
  width: 8rem;
  padding: 0em;
  text-align: center;
}

.CATALOG_TABLE th.basket,
.CATALOG_TABLE td.basket {
  padding-left: 1.5rem;
}

.CATALOG_TABLE td.basket .btn {
  font-size: 1.5rem;
}

.CATALOG_TABLE td.delivery_time .icon-info {
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  padding: 0.9em;
  background-image: url(/upload/delivery-truck-with-clock.svg);
}

.CATALOG_TABLE th.delivery_time,
.CATALOG_TABLE td.delivery_time {
  padding-left: 2rem;
}

.CATALOG_TABLE td.delivery_time .icon_info {
  margin-right: 0.5rem;
  color: #777;
}

.CATALOG_TABLE td.delivery_time .icon_order_before {
  margin-left: 1.5rem;
  margin-right: 0.5rem;
  color: #ffa026;
}

.CATALOG_TABLE td.delivery_time .icon_order_before + #timer-wrapper {
  color: #ffa026;
}

.CATALOG_TABLE th.supplier,
.CATALOG_TABLE td.supplier {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}

.CATALOG_TABLE td.supplier .icon_info,
.CATALOG_TABLE td.supplier-info .icon_info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  color: #777;
}

.CATALOG_TABLE td.supplier .icon_info.icon-return-avaliable,
.CATALOG_TABLE td.supplier-info .icon_info.icon-return-avaliable {
  color: #48AF1C;
}

.CATALOG_TABLE .supplier-info {
  white-space: nowrap;
  padding-left: 0;
  width: 1%;
}

.CATALOG_TABLE td.supplier-info .icon_info {
  margin-left: 0.5rem;
  margin-right: 0;
}

.CATALOG_TABLE td.supplier-info .icon_info:first-child {
  margin-left: 0.25rem;
}

.CATALOG_TABLE td.supplier_rate {
  padding-left: 0em;
}

.CATALOG_TABLE td.instock {
  width: 1%;
}

.CATALOG_TABLE td.mf {
  width: 1%;
}

.CATALOG_TABLE td.price {
  width: 1%;
  padding-left: 2rem;
}

.CATALOG_TABLE td.basket .btn-icon {
  padding: 0em;
}

.supplier-rate.rate-1 {
  color: #cc0000 !important;
}
.supplier-rate.rate-2, .supplier-rate.rate-3 {
  color: #ffaf49 !important;
}
.supplier-rate.rate-4, .supplier-rate.rate-5 {
  color: #48AF1C !important;
}

.supplier-icons {
  display: inline-block;
  margin-left: 0.8rem;
}

.supplier-rate {
  min-width: 4.5rem;
}

.supplier-rate i {
  margin-right: 0.1em;
}

.supplier-rate-number {
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  bottom: 0.15rem;
}

.supplier-cs-icon {
  background: #FF7F00;
  padding: 0.25em;
  font-size: 0.75em;
  color: #fff !important;
  border-radius: 2px;
  width: 2.5em;
  text-align: center;
}

.supplier-od-icon {
  background: #224089;
  padding: 0.25em;
  font-size: 0.75em;
  color: #fff !important;
  border-radius: 2px;
  width: 2.5em;
  text-align: center;
}

.supplier-or-icon {
  background: #dedede;
  padding: 0.25em;
  font-size: 0.75em;
  font-weight: bold;
  color: #333 !important;
  border-radius: 2px;
  width: 2em;
  text-align: center;
}

.supplier-diagram {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  cursor: help;
}

.supplier-diagram-static {
  display: inline-block;
  vertical-align: top;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  cursor: help;
  background-image: url(/local/templates/technoparts_v2/app/images/diagram-sprite6.png);
  background-size: 180rem 1.8rem;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
}

.supplier-diagram-static[data-rate="100"] {
  background-position: 10rem;
}

.supplier-diagram .sector {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: left bottom;
}

.supplier-diagram:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 50%;
  top: 25%;
  left: 25%;
}

.supplier-detail-diagram {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.5rem;
}

.supplier-detail-diagram:after,
.supplier-diagram-empty:after {
  display: none;
}

.supplier-detail {
  text-align: center;
}

.supplier-detail > .inline {
  width: 59%;
  vertical-align: middle;
}

.supplier-detail > .inline:first-child {
  width: 40%;
  vertical-align: middle;
}

.supplier-detail-date {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
}

.supplier-detail-date img {
  position: absolute;
  left: -4.2rem;
  height: 3.2rem;
}

.supplier-detail table {
  background: #fff;
  margin-bottom: 0;
}

.supplier-detail table th {
  text-align: center;
}

.supplier-detail table th,
.supplier-detail table td {
  border: 1px solid #ddd;
}

.cart-items .icon-delete {
  font-size: 1.8rem;
}

.cart-items .fa-caret-down,
.cart-items .fa-caret-up {
  font-size: 1.5rem;
  margin-right: 0.25rem;
}

.cart-items td.CATALOG_TABLE_total_price {
  text-align: right;
  padding-right: 2.5rem;
}

.cart-items td.cart-item-quantity {
  padding: 0.8rem;
}

.cart-item-quantity-input {
  width: 4rem;
}

.cart .catalog-table .cart-item-actions {
  padding-right: 2.5rem;
}

.ORDER_btn {
  font-size: 2rem;
  padding: 1.2em;
}

.ORDER_arival_date {
  color: #8a6d3b;
  background: #fcf8e3;
  font-weight: bold;
}

.PERSONAL_ORDERS th:last-child,
.PERSONAL_ORDERS td:last-child {
  padding-right: 2rem;
}

.PERSONAL_ORDERS .order_status {
  padding-left: 1.5rem;
}

.order {
  padding: 2rem;
  /* box-shadow: 0rem 0rem 0.1rem rgba(0,0,0,0.15); */
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.14);
  background: #fff;
  margin-bottom: 2rem;
}

.order .bskl__link {
  text-transform: none;
  margin-right: 2rem;
  letter-spacing: 0px;
}

.order .white-table {
  margin: 2rem 0px;
}

.order-sum {
  float: left;
  padding-top: 1rem;
}

.order-status {
  float: right;
  padding-top: 1rem;
}

td.favs {
  white-space: nowrap;
}

.favs-icon {
  display: inline-block;
  vertical-align: middle;
  color: #8b8b8b;
  cursor: pointer !important;
}

.favs-icon.favs-icon-added {
  color: #ffdd29;
}

div.mf-name, div.mf-email {
  width: 80%;
  padding-bottom: 0.4em;
}
div.mf-name input, div.mf-email input {
  width: 60%;
}
div.mf-name select, div.mf-email select {
  width: 60%;
  margin-bottom: 15px;
}

div.mf-captcha {
  width: 80%;
  padding-bottom: 0.4em;
}

div.mf-message {
  width: 80%;
  padding-bottom: 0.4em;
}
div.mf-message textarea {
  width: 60%;
}

span.mf-req {
  color: red;
}

div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}

.css-api-form {
  display: none;
}

#ex pre {
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 20px;
  overflow: auto;
}

pre A {
  color: white !important;
  text-decoration: underline;
}

.wikitable {
  color: #fff;
  margin: 1em 0;
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
  width: auto;
}

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}

.wikitable > tr > th, .wikitable > * > tr > th {
  text-align: center;
}

.wikitable > caption {
  font-weight: bold;
}

.personal-tg__ways {
  display: flex;
  margin-top: 15px;
}
.personal-tg__ways__image {
  max-width: 200px;
}
.personal-tg__ways__text {
  padding-left: 15px;
  padding-top: 10px;
}
.personal-tg__ways__text H3 {
  margin: 10px 0 10px;
}
.personal-tg__ways__text H3:first-child {
  margin-top: 0;
}
.personal-tg__table TD, .personal-tg__table TH {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

/*# sourceMappingURL=main.css.map */
