

/* Start:/local/components/devinsight/calc/templates/.default/style.css?176882428410359*/
.calc .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.calc {
	width: 100%;
  line-height: 1.5;
}

.calc input:disabled+label {
  color: #ccc;
}

.calc input[type="text"] {
  padding: 0.7rem 1rem;
  background-color: #fff;
  border: 2px solid #ffa100;
  font-weight: bold;
}

.calc .input-bottom-text {
  font-size: 1rem;
  color: #ff3e3e;
  margin-bottom: 1rem;
}

.calc select {
  padding: 0.5rem;
  font-size: 1.5rem;
  margin-left: 1rem;
  border: 2px solid #ffa100;
  font-weight: bold;
}

.calc .side__remover {
  color: #ffa100;
}

.calc .side-container .btn {
  font-size: 0.7rem;
}

.calc .title {
	font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.side-container .side-group {
	margin-bottom: 1rem;
}

.side-container .side-block {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

.side-container .side-block:nth-child(2) {
  width: 35%;
}

.side-container .side-group .side__length, .side-container .side-group .side__remover {
	display: inline-block;
  vertical-align: middle;
}

.calc .params-container, .calc .side-container {
	width: 100%;
  margin-bottom: 2rem;
}

.side-container .side-group .side__length__input.errored {
   border-color: #e1005d;
}

.calc .side-container .side__remover {
	font-size: 2rem;
	cursor: pointer;
}

.calc .params-container .wicket-count {
	display: none;
}

.calc .params-container .wicket-count input {
	width: 5rem;
}

.calc .perimeter-container {
	font-size: 2rem;
  margin-top: 1rem;
}

.calc .perimeter-container span {
	font-weight: bold;
}

.result {
  line-height: 1.5;
}

.result .table tr {
   background: #f4f4f4 !important;
}

.result .table td {
	vertical-align: middle;
}

.result .table .section-name {
	background: #fff !important;
}

.result .table .item a {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
}

.result .table .item .article {
  font-size: 1.1rem;
}

.result .table .item .kit {
  font-size: 0.9rem;
  color: #ff3e3e;
}

.result .table.calc-result {
  margin-bottom: 2rem;
}

.text-right {
  text-align: right;
}

.result .table .sum, .result .table .price {
	font-weight: bold;
}

.result .table .section-name {
	font-weight: bold;
	color: #ffa021;
	font-size: 1.1rem;
}

.result .table .show-more {
	cursor: pointer;
	border-bottom: 1px dashed;
  display: inline-block;
  color: #848484;
  position: relative;
}

.result .table .show-more:hover {
	color: #ffa021;
	border-bottom: 1px dashed #ffa021;
}

.result .table .show-more:after {
  content: ' ';
  width: 0.8rem;
  height: 0.6rem;
  border: 0.4rem solid transparent;
  border-top: 0.6rem solid currentColor;
  box-sizing: border-box;
  position: absolute;
  right: -1.5rem;
  top: 0.4rem;
}

.result .table .element__image {
	margin-right: 1rem;
  position: relative;
  float: left;
  max-width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.result .table .element__image img {
  width: 7rem;
}

.border-orange {
    display: inline-block;
    background: #fff;
    border: 2px solid #ddd;
}

.border-orange:hover {
    border-color: #ff7d00;
}

.result .table .is-open .show-more:after {
  border: 0.4rem solid transparent;
  border-bottom: 0.6rem solid currentColor;
  top: 0;
}

.result .table .in_basket td {
  background: #5cff533d !important;
}

.result .btn, .calc .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.result .btn-orange, .calc .btn-orange, .result .btn-gray, .result .btn-gray:hover {
  background: #ff7d00;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 1em;
  font-size: 1rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1), 1px 3px 5px 1px rgba(0,0,0,0.05);
}

.result .btn-orange:hover, .result .btn-gray:hover {
    background: #ffa44d;
    color: #fff;
}

.result .table .btn-green {
  background: #00c307;
}

.result .table th {
  text-align: left;
  text-transform: uppercase;
  padding: 1em;
  border: 1px solid #ff7d00;
  background: #ff7d00;
  color: #fff;
}

.result .table table {
    width: 100%;
    border: 1px solid #ddd;
}

/* .result .table .result-price {
  font-size: 1.5rem;
} */

.result-sum {
  font-size: 1.3rem !important;
}

.quantity-container {
	display: inline-table;
	background-color: #fff;
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 2rem;
  height: 3rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease,opacity 300ms ease;
}
.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 2.5rem;
  width: auto;
  height: 2.2rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent!important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 2.2rem;
  transition: border 300ms ease;
  font-size: 1rem;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.calc .radio-input {
  display: inline-block;
}

.calc .radio-input input {
  display: none;
}

.calc .radio-input input:disabled ~ label {
  background-color: #ececec80;
}

.calc .radio-input img {
  filter: brightness(0);
  transition: filter 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition: filter 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  height: 4rem;
  width: 4rem;
}

.calc .radio-input .input-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 0 0.2rem;
}

.calc .radio-input input + label {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  margin-bottom: 5px;
  background: #fff;
  border: 2px solid #ddd;
  margin-right: 1rem;
  overflow: hidden;
  overflow-wrap: break-word;
  position: relative;
  text-align: center;
  color: black;
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transition: all 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.calc .radio-input span {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}

.calc .radio-input input + label:hover,
.calc .radio-input input + label:focus {
  color: #ffa021;
}
.calc .radio-input input:checked + label {
  border-color: #ffa021;
  color: #ffa021;
  box-shadow: inset 0px 0px 30px 5px rgba(109, 109, 109, 0.05);
}

.calc .radio-input input:checked + label img {
  filter: unset;
}

.calc .radio-input input:checked + label:after {
  opacity: 1 !important;
}
.calc .radio-input input:checked:hover + label,
.calc .radio-input input:checked:focus + label {
  /* background-color: #5bd148; */
}

.calc .radio-input input + label:hover img {
  filter: unset;
}

.calc .radio-input input:disabled + label {
  color: #a7a7a7;
  cursor: not-allowed;
}

.calc .radio-input input:disabled ~ label img {
  filter: contrast(0) opacity(0.6);
}

.calc .radio-input input:disabled:hover + label {
  color: #a7a7a7;
}

.calc .wicket-input input[type="checkbox"] {
 display: none;
}

.calc .wicket-input label {
  color: #000;
  cursor: default;
  font-weight: normal;
  line-height: 30px;
  padding: 10px 0;
  vertical-align: middle;
}

.calc .wicket-input label:before {
  content: " ";
  display: inline-block;
  font: 1.8rem/2.4rem FontAwesome;
  margin-right: 1rem;
  position: relative;
  text-align: center;
  text-indent: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #FFF;
  border: 2px solid #ffa100;
  border-image: initial;
  vertical-align: middle;
  color: #ffa100;
}

.calc .wicket-input input:checked + label:before {
  content: "\f00c";
}

.calc .wicket-input input:disabled + label:before {
  background: #eee;
  color: #aaa;
}



@media only screen and (max-width: 991px) {
  .side-container .side-block {
    display: block;
    width: 100%;
  }
}
/* End */
/* /local/components/devinsight/calc/templates/.default/style.css?176882428410359 */
