span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container>li {
  padding: 0;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container>li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container>li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container>li>a {
  padding: 0;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
  margin: 0;
}

.multiselect-container>li>a>label>input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}
/*
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Light'), local('OpenSans-Light'), url("../font/opensanslight.woff2") format('woff2'), url("../font/opensanslight.woff") format('woff'), url("../font/opensanslight.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url("../font/opensanslightitalic.woff2") format('woff2'), url("../font/opensanslightitalic.woff") format('woff'), url("../font/opensanslightitalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* @font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans'), url("../font/opensans.woff2") format('woff2'), url("../font/opensans.woff") format('woff'), url("../font/opensans.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
} */
/*
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url("../font/opensansitalic.woff2") format('woff2'), url("../font/opensansitalic.woff") format('woff'), url("../font/opensansitalic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("../font/opensanssemibold.woff2") format('woff2'), url("../font/opensanssemibold.woff") format('woff'), url("../font/opensanssemibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url("../font/opensanssemibolditalic.woff2") format('woff2'), url("../font/opensanssemibolditalic.woff") format('woff'), url("../font/opensanssemibolditalic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../font/opensansbold.woff2") format('woff2'), url("../font/opensansbold.woff") format('woff'), url("../font/opensansbold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url("../font/opensansbolditalic.woff2") format('woff2'), url("../font/opensansbolditalic.woff") format('woff'), url("../font/opensansbolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url("../font/opensansextrabold.woff2") format('woff2'), url("../font/opensansextrabold.woff") format('woff'), url("../font/opensansextrabold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url("../font/opensansextrabolditalic.woff2") format('woff2'), url("../font/opensansextrabolditalic.woff") format('woff'), url("../font/opensansextrabolditalic.ttf") format('truetype');
  font-weight: 800;
  font-style: italic;
}
*/
html,
body {
  margin: 0;
  padding: 0;
}

body.calcy {
  position: relative;
  min-width: 1366px;
  background: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.calcy.stop {
  overflow: hidden;
}

img {
  border: 0;
}

.clearfix::after {
  content: '';
  clear: both;
  display: table;
}

input,
textarea,
select,
button {
  outline: none;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 150ms ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 150ms ease;
}

input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 150ms ease;
}

input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 150ms ease;
}

.calcy .wrap {
  padding: 0 10px;
}

.calcy .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  background: #265277;
}

.calcy .header__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.calcy .logo {
  margin: 0 40px 0 30px;
}

@media (max-width: 1440px) {
  .calcy .logo {
    margin: 0 30px;
  }
}

.calcy .logo__link,
.calcy .logo__img {
  display: block;
}

.calcy .nav {
  margin: 8px 0;
  display: -ms-flexbox;
  display: flex;
}

.calcy .nav__item {
  padding: 11px 20px;
  border-radius: 4px;
}

.calcy .nav__item.current {
  background: #2f608a;
}

.calcy .nav__link {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
}

.calcy .nav__link[href*="/"] {
  border-bottom: 1px solid #fff;
  transition: opacity 150ms ease;
}

.calcy .nav__link[href*="/"]:hover {
  border-bottom: 1px solid transparent;
}

.calcy .mini-cabinet {
  display: -ms-flexbox;
  display: flex;
}

.calcy .mini-cabinet__item {
  position: relative;
  cursor: pointer;
}

.calcy .mini-cabinet__history {
  width: 60px;
  background: #2f608a;
  transition: background 150ms ease;
}

.calcy .mini-cabinet__history .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 14px);
  margin: auto;
  width: 29px;
  height: 24px;
  fill: #fff;
}

.calcy .mini-cabinet__cart {
  width: 60px;
  background: #265277;
  transition: background 150ms ease;
}

.calcy .mini-cabinet__cart .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  margin: auto;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.calcy .mini-cabinet__user {
  padding: 0 30px 0 60px;
  background: #1f4565;
  transition: background 150ms ease;
}

.calcy .mini-cabinet__user .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: 18px;
  margin: auto;
  width: 23px;
  height: 24px;
  fill: #fff;
}

.calcy .mini-cabinet__user-name {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  transition: border-bottom 150ms ease;
}

.calcy .mini-cabinet__user:hover .calcy .mini-cabinet__user-name {
  border-bottom: 1px solid transparent;
}

.calcy .mini-cabinet__item:hover {
  background: #3d74a2;
}

.order__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.order__name {
  font-size: 24px;
  line-height: 1em;
  color: #1f4565;
  font-weight: 700;
}

.order__add {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  font-size: 19px;
  line-height: 1em;
  color: #333;
  font-weight: 300;
  transition: color 150ms ease;
}

.order__add::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/web/img/plus.png");
  transition: transform 250ms ease;
}

.order__add:hover::before {
  color: #265277;
}

.order__add:hover::before {
  transform: rotate(90deg);
}

.calc .choose-container {
  display: none;
}

.calc__wrap {
  position: relative;
}

.calc__wrap:first-child .calc__row {
  margin-top: 0;
}

.calc__row {
  position: relative;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  margin: 7px 0 0px 20px;
  padding: 7px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  min-width: 1800px;
}

.order .calc:nth-child(n+3) .calc__row {
  border-top: 1px solid #ccc;
}

.calc__row::before {
  position: absolute;
  /*content: attr(data-count) ".";*/
  top: 22px;
  right: calc(100% + 1px);
  /*left: -20px;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 20px;*/
  height: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
}

.add .calc__row::before {
  display: none;
}

.add .calc__row {
  display: block;
  text-align: center;
  cursor: pointer;
}

.calc__row-result {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc__row-result::before,
.calc__row-result::after {
  content: none;
}

.calc__row-add,
.calc__row-delete {
  position: absolute;
  bottom: 12px;
  left: -19px;
  width: 16px;
  height: 8px;
  background: none;
  background: url("../img/minus.png");
  border: none;
  cursor: pointer;
  transition: transform 250ms ease;
}

.calc__row-add {
  height: 16px;
  background: url("../img/plus.png");
  top: 1px;
  transform: rotate(0deg);


}


.calc__item {
  box-sizing: border-box;
  width: 100%;
  /*margin-left: 4px;*/
  padding: 3px;
  background: #fafafa;
  white-space: nowrap;
}

.calc__item .awesomplete input {
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}

.calc__item.readonly,
.calc__item.readonly .calc__goods-value {
  background: transparent;
}

.calc__item-name {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1em;
  color: #333;
  padding-right: 4px;
  min-height: 10px;
}

.calc__item-name-switch {
  padding: 0;
  font-size: 11px;
  line-height: 1em;
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 1px dotted #666;
  text-decoration: none;
  font-family: Arial;
  letter-spacing: 0.06em;
}

.calc__item-name-switch:hover {
  border-bottom: 1px solid transparent;
}

.calc__item-name-switch.active {
  color: #333;
  font-weight: 700;
  cursor: default;
  border-bottom: 1px solid transparent;
  letter-spacing: -0.03em;
}

.calc__item-name-switch+.calc__item-name-switch.active {
  padding-right: 1px;
}

.calc__item-name.buttons {
  margin-top: 15px;
  /*min-height: 22px;*/
}

/*.calc__item.calc__goods.param__price .calc__item-name.buttons{
  margin-top: 4.5px;
}*/

.calc__item-value {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.calc__row>.calc__item:first-child {
  min-width: 160px;
  max-width: 160px;
  margin-left: 0;
  padding-left: 4px;
}

.calc__interface {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.calc__interface>.calc__item {
  /*min-width: 100px;*/
  /*max-width: 75px;*/
  /*max-width: 110px;*/
  width: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
  /*flex-shrink: 0;*/
  /*flex-basis: 130px;*/
  /*transition: 0.6s margin-left;*/
}

.calc__interface>.calc__item.param__tol {
  display: none;
}

.calc__interface>.calc__item.param__tol,
.calc__interface>.calc__item.param__n,
.calc__interface>.calc__item.param__area {
  min-width: 72px;
  max-width: 72px;
}

.calc__interface>.calc__item.param__l {
  min-width: 87px;
  max-width: 87px;
}

.calc__interface>.calc__item.param__b {
  min-width: 92px;
  max-width: 92px;
}

.calc__interface>.calc__item.param__a {
  min-width: 97px;
  max-width: 97px;
}

.calc__wrap.sorta3 .calc__interface>.calc__item.param__a {
  min-width: initial;
  max-width: initial;
}

.calc__interface>.calc__item.param__l2 {
  min-width: 82px;
  max-width: 82px;
}

.calc__interface>.calc__item.param__M,
.calc__interface>.calc__item.param__ves {
  min-width: 72px;
  max-width: 72px;
}

.calc__itogo_dops {
  min-width: 82px;
  max-width: 82px;
}

.calc__item.calc__goods.param__tol {
  max-width: 38px;
  min-width: 38px;
}

.calc__itogo_dostavka {
  min-width: 172px;
  max-width: 172px;
  margin-left: 258px !important;
}

.calc__itogo_expeditor {
  min-width: 112px;
  max-width: 112px;
}

.calc__itogo_ves {
  min-width: 101px;
  max-width: 101px;
}

.calc__itogo_pribil {
  min-width: 40px;
  max-width: 40px;

}
.calc__itogo_pribil_rub {
  min-width: 92px;
  max-width: 92px;

}

.calc__itogo_indent {
  min-width: 132px;
  max-width: 132px;
}

.calc__itogo_final {
  min-width: 240px;
  max-width: 240px;
}

.finance_text_wrap {
  transform: translateX(-3px);
}

.calc__itogo_dostavka_first {
  min-width: 90px;
  max-width: 90px;
}

.calc__interface>.calc__item.param__pribil {
  min-width: 99px;
  max-width: 99px;
}

.calc__itogo_form,
.calc__itogo_to {
  min-width: 180px;
  max-width: 180px;
}

.calc__interface>.calc__item.param__tol input,
.calc__interface>.calc__item.param__n input,
.calc__interface>.calc__item.param__M input,
.calc__interface>.calc__item.param__l2 input,
.calc__interface>.calc__item.param__ves input,
.calc__interface>.calc__item.param__area input,
.calc__interface>.calc__item.param__l input,
.calc__interface>.calc__item.param__b input,
.calc__interface>.calc__item.param__a input,
.calc__itogo_dops input,
.calc__itogo_dostavka input,
.calc__itogo_expeditor input,
.calc__itogo_ves input,
.calc__interface>.calc__item.param__pribil input {
  min-width: initial;
}

.calc__totals>.calc__item {
  min-width: 75px;
  max-width: 75px;
}

.calc__totals>.calc__item:nth-last-child(2),
.calc__totals>.calc__item:last-child {
  min-width: 100px;
  max-width: 100px;
}

.calc__totals>.calc__result {
  min-width: 130px;
  max-width: 130px;
}

.calc__totals {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.calc__totals textarea {
  box-sizing: border-box;
  width: 100%;
  margin-left: 4px;
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  resize: none;
  max-width: 250px;
}

.calc__totals>.calc__totals {
  position: absolute;
  bottom: -83px;
  left: -748px;
  width: calc(100% + 755px);
  padding: 7px 0;
  background-color: #f5f5f5;
}

.calc__totals>.finance__item {
  min-width: 180px;
  max-width: 180px;
}

.calc__totals>.finance__calc {
  padding: 12px 5px;
}

.calc__totals .finance__calc-name {
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.calc__totals .finance__calc-unit {
  font-size: 10px;
}

.calc__totals .finance__calc-value {
  margin: 0 5px;
}

.calc__element {
  position: relative;
  border: 0;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  min-height: 61px;
  /*&-name-row
			display flex
			justify-content space-between
			align-items center*/
}

.calc__element-name-row {
  font-family: Arial;
}

.calc__element span.calc__search {
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 4px;
  bottom: 4px;
  top: initial;
  transition: 0.3s transform;
  will-change: transform;
  font-size: 17px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 5px 5px 14px 5px;
  right: 0;
  bottom: -9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: 0.3s all;
}

.calc__element span.calc__search:hover {
  transform: scale(1);
}

.calc.dataopen .calc__element span.calc__search {
  background-color: #d8e9f7;
}

.calc__element-img {
  height: 40px;
  /*can be anything*/
  width: 40px;
  /*can be anything*/
  display: inline-block;
  position: relative;
}

.calc__element img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.calc__element-name {
  /*display: none;*/
  font-size: 9px;
  line-height: 1em;
  color: #333;
}

.calc__element-name-box {
  display: inline-block;
  /*margin-left: 40px;*/
}

.calc__element-name-row.short {
  letter-spacing: -0.03em;
}

.calc__element-value {
  font-size: 14px;
  line-height: 1em;
  color: #333;
  font-weight: 700;
  padding-bottom: 3px;
}

.calc__goods {
  position: relative;
  /*white-space: normal;*/
}

.calc__goods-name {
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 1em;
  color: #333;
  min-height: 22px;
}

.calc__goods-value {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 29px;
  /* min-width: 100px; */
  max-width: 100%;
  padding: 6px 4px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.calc__goods-value.active {
  border-color: #41a953;
}

.calc__goods-value.active2 {
  border-color: #093dad;
}

.calc__goods select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  padding: 6px 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
}

.calc__price {
  min-width: 135px;
  max-width: 135px;
}

.calc__price-name {
  margin-bottom: 10px;
  font-size: 9px;
  line-height: 1em;
  color: #333;
}

.calc__price-value {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.calc__result {
  background: transparent;
}

.calc__result-name {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1em;
  color: #333;
}

.calc__result-value {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1em;
  color: #333;
  font-weight: 700;
  /*> span
				display block
				margin-bottom 2px*/
}

.calc__add {
  min-width: 290px;
  margin-right: 7px;
  text-align: center;
  background: #f5f5f5;
  cursor: pointer;
  transition: background 150ms ease;
  display: inline-block;
}

.calc__add-link {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 19px;
  line-height: 70px;
  color: #333;
  transition: color 150ms ease;
}

.calc__add-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/plus.png");
  transition: transform 250ms ease;
}

.calc__amount {
  width: 100%;
  background: #f5f5f5;
  text-align: right;
}

.calc__amount-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-size: 18px;
  line-height: 70px;
  color: #333;
  font-weight: 700;
}

.calc .choose-container {
  position: absolute;
  left: 0;
  /*top: 100%;*/
  z-index: 100;
  margin-top: 0;
}

.order__add {
  display: none;
}

body {
  min-height: 500px;
}

div.calc__element:hover {
  transition: 0.3s all;
}

div.calc__element:hover {
  background-color: #fff;
}

.order {
  counter-reset: list 0;
}

.order .calc .calc__row:before {
  counter-increment: list;
  /* Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð²Ð°ÐµÐ¼ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ ÑÑ‡ÐµÑ‚Ñ‡Ð¸ÐºÐ° */
  content: counter(list) ". ";
  /* Ð’Ñ‹Ð²Ð¾Ð´Ð¸Ð¼ Ñ‡Ð¸ÑÐ»Ð¾ */
}

.hidden {
  display: none;
}

.calc__element-img.hidden+.calc__element-name-box {
  margin-left: 44px;
  padding-top: 14px;
}

.logo a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.plashka_h1 {
  background-color: #fafafa;
}

.plashka_h1 h1 {
  font-size: 24px;
  padding-left: 15px;
  margin: 20px 0px;
}

.plashka_h1 .content {
  padding-left: 15px;
}

.plashka_h1 .content h2 {
  font-size: 20px;
}

.finance .readonly {
  /*background-color: #f5f5f5;*/
  background-color: #fafafa;
}

.finance .finance__item {
  margin-left: 0px;
}

.calc__item.tworows .buttons span:first-child {
  line-height: 13px;
}

.bcmcalc .maincalc .wrap {
  width: initial;
  margin: 0;
  transform: initial;
}

.bcmcalc .order__name {
  display: none;
}

.bcmcalc .calc__itogo_pribil,
.bcmcalc .calc__itogo_final {
  display: none;
}

.bcmcalc .wrap {
  transform: initial;
  transform-origin: initial;
  padding: 0;
}

.bcmcalc .finance__row,
.bcmcalc .finance+.we {
  margin-bottom: 20px;
}

.bcmcalc .finance__row>.finance__item:first-child {
  max-width: 170px;
  min-width: 170px;
}

.bcmcalc .calc__element-name-row.short {
  letter-spacing: -0.04em;
}

.bcmcalc .content {
  width: calc(100% + 97px);
}

.bcmcalc .aside {
  margin-left: calc(-100% - 97px);
}

.bcmcalc .calc .choose-container {
  z-index: 2;
}

.calc .multiselect.btn {
  padding: 7.8px 8px;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  color: #000;
  border-radius: 0px;
  width: 103px;
  overflow: hidden;
  border-color: #a9a9a9;
}

.calc .multiselect.btn:hover,
.calc .multiselect.btn:focus {
  background-color: #fff;
}

.calc .multiselect .caret {
  position: relative;
  top: -1px;
  left: 4px;
}

.calc select+.btn-group button {
  transition: 0.3s all;
}

.calc select.loading+.btn-group button,
.size_select_wrap.loading input {
  opacity: 0.55;
  pointer-events: none;
}

.calc select.loading+.btn-group,
.size_select_wrap.loading {
  cursor: wait;
}

.multiselect-container {
  padding-bottom: 5px;
}

.calc .multiselect-selected-text {
  max-width: 75px;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 300;
}

.header .mini-cabinet a {
  padding: 10px;
  margin: 8px 20px 0 0;
  color: #fff;
}

.modal-title {
  width: 95%;
  display: inline-block;
}

#authorization .loginLoginButton {
  display: block;
}

#authorization .loginUsernameLabel,
#authorization .loginPasswordLabel {
  width: 100%;
}

#authorization .loginUsernameLabel input,
#authorization .loginPasswordLabel input {
  float: right;
  width: calc(100% - 200px);
}

#authorization .loginLoginButton input[type="submit"] {
  width: 100px;
  outline: none;
  border: none;
  background-color: #265277;
  color: #fff;
  padding: 5px 4px;
  border-radius: 4px;
}

.send_all {
  font-size: 22px;
  color: #265277;
  font-weight: 400;
}

.breadcrumbs {
  padding-top: 1px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #d8e9f7;
  position: relative;
  margin-bottom: -2px;
}

.breadcrumbs a,
.breadcrumbs span {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  color: #fff;
  color: #000;
}

.breadcrumbs a.load_more {
  font-size: 19px;
  line-height: 14px;
}

.breadcrumbs a.active {
  /*text-decoration: underline;*/
  color: #428bca;
  pointer-events: none;
}

.breadcrumbs_pages {
  display: inline-block;
  /*  overflow-x: scroll;
   max-width: 50%;
   position: absolute;
   right: 0;
   bottom: 0; */
}

.breadcrumbs_pages::-webkit-scrollbar {
  width: 2em;
  height: 2em;
}

.onlyprovider {
  font-size: 12px;
  margin: 0px 0px 3px 4px;
  position: relative;
  top: 4px;
}

.onlyprovider input {
  margin-top: 0;
}

.awesomplete mark {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#ecCalcResultTbody tr:hover td,
#ecCalcResultTbody tr.active td {
  background-color: #d8e9f7;
  cursor: pointer;
}

input.withX,
input.size_select {
  border: 1px solid #aaa;
  background: url("../img/close.png") no-repeat right -10px center #fff;
  transition: background 0.4s;
}

input.withX.x,
input.size_select.x {
  background-position: right 4px center;
}

input.withX.onX,
input.size_select {
  cursor: pointer;
}

.data__filter-type2 {
  display: none;
}

.data__filter-type2.visible {
  display: block;
}

.data__innerfilter.hidden {
  display: none;
}

.data__innerfilter .data__cell {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.data__innerfilter .awesomplete input,
.data__innerfilter input[name="base"] {
  min-width: initial;
  width: 100%;
  display: inline-block;
  border: 1px solid #a9a9a9;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 18px;
}

.data__innerfilter .size_select_wrap>input {
  width: 50%;
}

.data__innerfilter .awesomplete {
  width: 50%;
}

.data__innerfilter .data__base .awesomplete {
  width: 100%;
}

.data__innerfilter .size_select_wrap {
  /*font-size: 0;*/
  width: 104px;
}

.data__innerfilter .size_select_wrap .awesomplete {
  font-size: 12px;
}

.data__innerfilter .size_select_wrap .awesomplete:first-child input {
  border-width: 1px;
  border-right: none;
}

.data__cell[data-pole='2'] {
  background-color: #f00;
}

.data__cell.data__phone {
  min-width: 100px;
}

.data__list .data__cell select {
  height: 22px;
}

.multiselect-native-select .input-group-addon {
  display: none;
}

.multiselect-container .multiselect-reset .input-group {
  width: calc(100% - 10px);
}

.multiselect-reset .btn-block {
  padding: 2px;
}

.data__cell.data__base {
  display: none;
}

.goodclass .data__cell.data__base {
  display: block;
}

.finance {
  margin-top: 7px;
}

.finance__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 7px;
  background: #dae2e9;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.finance__row .calc__item {
  padding-left: 0 !important;
}

.finance__item {
  position: relative;
  box-sizing: border-box;
  min-width: 125px;
  max-width: 240px;
  margin-left: 7px;
}

.finance__row>.finance__item:first-child {
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: initial;
  max-width: initial;
  text-align: left;
  padding-left: 30px;
}

.finance__title {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1em;
  color: #265277;
  font-weight: 700;
  display: inline-block;
}

.finance__calc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  background: #eef3f7;
  white-space: nowrap;
}

.finance__calc-wrap {
  margin-right: auto;
  line-height: 1em;
}

.finance__calc-amount {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
}

.finance__calc-name {
  display: inline-block;
  margin-right: auto;
  font-size: 14px;
  line-height: 1em;
  color: #000;
}

.finance__calc-value {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  max-width: 80px;
  margin: 0 10px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.finance__calc-unit {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1em;
  color: #000;
}

.finance__calc-question {
  position: absolute;
  bottom: 2px;
  right: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

.finance__calc-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.finance__calc-checkbox input[type="checkbox"] {
  margin-left: 15px;
}

.finance__price {
  box-sizing: border-box;
  min-width: 100px;
  max-width: 100px;
  margin-left: 4px;
  padding: 5px;
  background-color: #eef3f7;
}

.finance__price-name {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1em;
  color: #333;
}

.finance__price-value {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.finance__totals {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.finance__result {
  box-sizing: border-box;
  min-width: 135px;
  max-width: 135px;
  padding: 5px;
  margin-left: 4px;
}

.finance__result-name {
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1em;
  color: #333;
}

.finance__result-value {
  font-size: 16px;
  line-height: 1em;
  color: #265277;
  font-weight: 700;
  white-space: nowrap;
}

.finance__cart {
  position: absolute;
  bottom: -60px;
  left: 0;
  box-sizing: border-box;
  width: calc(100% + 7px);
  margin: 0;
  padding: 2px 7px 7px 0;
  background-color: #dae2e9;
  text-align: right;
}

.finance__cart-link {
  display: inline-block;
  box-sizing: border-box;
  width: 205px;
  padding: 13px 30px;
  background: #265277;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 150ms ease;
}

.finance__cart-link:hover {
  background: #2f608a;
}

.finance .calc__item {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.data {
  margin-top: 0px;
  margin-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-top: none;
  /* &__row:first-child &__cell
		padding 10px 10px 10px 10px
		position relative
		font-size 14px
		line-height 1.1em
		color #fff */
}

.data__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px 7px 7px;
  background: #fafafa;
}

.data__tabs {
  display: -ms-flexbox;
  display: flex;
}

.data__tab {
  padding: 12px 13px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1em;
}

.data__tab-name {
  border-bottom: 1px solid #265277;
  color: #265277;
  cursor: pointer;
  transition: opacity 150ms ease;
}

.data__tab-name:hover {
  border-bottom: 1px solid transparent;
}

.data__tab.current {
  background: #dae2e9;
}

.data__tab.current .data__tab-name {
  border-bottom: 1px solid transparent;
  color: #333;
  cursor: default;
}

.data__search {
  display: block;
  width: 400px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.data__search::-webkit-input-placeholder {
  color: #999;
}

.data__search::-moz-placeholder {
  color: #999;
}

.data__box-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #fff;
}

.data__name {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1em;
  color: #333;
  font-weight: 700;
}

.data__name::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 4px solid #265277;
  border-bottom: 4px solid #265277;
  transform-origin: center;
  transform: rotate(-45deg);
}

.data__name-count {
  font-weight: 400;
}

.data__replace {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.data__replace-title {
  margin-right: 5px;
  font-size: 16px;
  line-height: 1em;
  color: #333;
}

.data__replace-item {
  margin-right: 4px;
  color: #333;
}

.data__replace-item:last-child {
  margin-right: 0;
}

.data__replace-link {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  border-bottom: 1px solid #333;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  transition: opacity 150ms ease;
}

.data__replace-link:hover {
  border-bottom: 1px solid transparent;
}

.data__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background: #f5f5f5;
}

.data__filter-item {
  margin-left: 35px;
}

.data__filter-item:nth-child(2) {
  margin-left: 0;
}

.data__filter-item.visible {
  margin-left: 0;
}

.data__filter-item.visible+.data__filter-item {
  margin-left: 35px;
}

.data__filter-name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  font-weight: 700;
}

.data__filter-value {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.data__filter-value input,
.data__filter-value select {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
}

.data__filter-value  {
  max-height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 12px;
}

.data__filter-value  {
  /* max-height: 30px:nth-child(2) */
  border-left: 0;
}

.data__filter-value>input[type="text"] {
  width: 200px;
  height: 29px;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 5px;
}

.data__nowrap {
  white-space: nowrap;
}

.data__list {
  display: table;
  width: 100%;
  background: #fff;
}

.data__list .data__row:first-child {
  background: #265277;
}

.data__list .data__row:first-child .data__cell {
  padding: 10px 10px 10px 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.1em;
  color: #fff;
}

.data__row {
  display: table-row;
}

.data__row:nth-child(odd) {
  background: #f5f5f5;
}

.data__row:first-child {
  background: #265277;
}

.data__cell {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px 15px 10px;
  font-size: 12px;
  line-height: 1em;
  color: #000;
}

.data__cell.data__flag {
  padding: 10px 14px;
  text-align: center;
  /*opacity 0*/
}

.data__buy {
  border: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  display: none;
  width: 20px;
  height: 24px;
  margin: auto;
  background: #999;
  transition: background 150ms ease;
}

.data__buy.added,
.data__buy.current,
.data__buy:hover {
  background: #ffc528;
}

.data__buy::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 10px 4px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.data__row:nth-child(odd) .data__buy::before {
  border-color: transparent transparent #f5f5f5 transparent;
}

.data__box_close .data__name::before {
  top: 5px;
  transform: rotate(-135deg);
}

.data__box_close .data__replace {
  display: none;
}

.data__box_close .data__filter {
  display: none;
}

.data__box_close .data__list {
  display: none;
}

.calc .data {
  display: none;
  /*height: 2px;*/
  /*padding-bottom: 0;*/
  /*transition: 0.3s all;*/
  padding: 5px;
  background-color: #d8e9f7;
}

.data__list {
  transition: 0.3s opacity;
}

.data__list.loading {
  opacity: 0.6;
  position: relative;
}

.data__list.loading:after {
  content: '';
  position: absolute;
  left: calc(50% - 32.5px);
  top: calc(50% - 14px);
  width: 65px;
  height: 65px;
  background: url("../img/loader.gif");
  z-index: 1;
}

.data__list .data__row:first-child .data__cell {
  white-space: nowrap;
}

.data__list .data__row:first-child .data__cell a {
  color: #fff;
}

.data__list .data__row:first-child .data__cell a:hover {
  text-decoration: underline;
}

.data__list .data__row:first-child .data__cell a span {
  position: absolute;
  /*top: calc(100% - 8px);*/
  top: 3px;
  right: 7px;
  font-size: 9px;
  display: none !important;
}

.data__list .data__row:first-child .data__cell a.active span {
  display: inline-block;
}

.data__list .data__help {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.data__list .yellow {
  background-color: #ff0;
}

.choose {
  display: inline-block;
  position: relative;
}

.choose-container {
  margin: -23px 0 40px 20px;
  font-size: 0;
}

.choose__close {
  position: absolute;
  top: 0;
  right: -35px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.choose__close::after {
  position: absolute;
  content: "";
  top: 13px;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: #333;
  transform: rotate(-45deg);
}

.choose__close::before {
  position: absolute;
  content: "";
  top: 13px;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: #333;
  transform: rotate(45deg);
}

.choose__inner {
  display: inline-block;
  padding: 2px;
  padding-left: 4px;
  padding-right: 0px;
  background: #e6e6e6;
}

.choose__box {
  margin: 1px auto;
  background: #fff;
  font-size: 0;
  border-right: 4px solid #e6e6e6;
}

.choose__row {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 195px;
  padding: 15px 10px 5px 5px;
  border-right: 2px solid #e6e6e6;
  transition: 0.3s border-color;
}

.choose__row:last-child {
  border-right: none;
}

.choose__row.inactive {
  border-right-color: transparent;
}

.choose__title {
  margin-bottom: 5px;
  padding-left: 9px;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  font-weight: 700;
}

.choose__list {
  overflow: auto;
}

.choose__list::-webkit-scrollbar {
  width: 6px;
}

.choose__list::-webkit-scrollbar-button {
  display: none;
}

.choose__list::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #e6e6e6;
}

.choose__list::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 4px;
  background-color: #999;
}

.choose__item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 10px 5px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1em;
  color: #333;
  cursor: pointer;
  transition: background 150ms ease;
}

.choose__item:hover,
.choose__item.current {
  background: #e6e6e6;
}

.choose__other {
  box-sizing: border-box;
  margin: 12px 10px 12px 30px;
  padding: 0;
  padding-bottom: 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1em;
  color: #265277;
  cursor: pointer;
  border-bottom: 1px dashed #265277;
  transition: border-bottom 150ms ease;
}

.choose__other:hover {
  border-bottom: 1px dashed transparent;
}

.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 10px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.imgLuboy {
  position: absolute;
  z-index: 400;
  right: -10px;
  top: -19px;
}

.cppvMsg .x-box-mc {
  font-size: 14px;
}

#cppvMsg-div {
  position: absolute;
  left: 35%;
  top: 10px;
  width: 250px;
  z-index: 20000;
}

.btn-primary.green {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

select.vorCRMnew {
  width: 95px;
  height: 20px;
}

td.vorSel {
  width: 98px;
}

.checkbox_important {
  width: 20px;
  height: 20px;
}

.wrap-result {
  display: flex;
  flex-direction: column;
  width: 500px;
  background: #fff;
  max-height: 150px;
  overflow-y: auto;
}

span.span-el {
  cursor: pointer;
  padding: 2px;
}