

/* Start:/local/templates/granyart/components/bitrix/breadcrumb/main/style.css?1743083447856*/
.bx-breadcrumb {
	margin: 18px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb .bx-breadcrumb-item a {
	line-height: 18px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.breadcrumb-separator {
	display: inline-block;
	width: 1px;
	height: 19px;
	background-color: #A1A1A1;
}
/* End */


/* Start:/bitrix/components/arsis/extshop.order/templates/granyart/style.css?177618001013470*/
@charset "UTF-8";
:root {
  --ext-c: var(--clr, #141414);
  --ext-bg: var(--f, #fff);
  --ext-line: var(--grey-10, #e8e8e8);
  --ext-main: var(--main, #e02a1c);
  --ext-main-hover: var(--hover, #bd2b1f);
  --ext-muted: var(--grey-60, #727272);
  --ext-br: var(--br, .25rem);
  --ext-radius: .5rem;
  --ext-shadow: var(--box-shadow, 0 4px 14px rgba(0,0,0,.08));
  --ext-font: system-ui, -apple-system, Segoe UI, Roboto, Arial;
  --ext-order-max: 920px;
}

.extshop-order {
  /* компактный серый статус справа от имени */
  /* индикатор "обработка…" — бегущая полоска */
}
.extshop-order__card {
  position: relative;
  width: min(var(--ext-order-max), 94vw);
  border-radius: var(--ext-radius);
  -webkit-box-shadow: var(--ext-shadow);
          box-shadow: var(--ext-shadow);
  background: var(--ext-bg);
  overflow: auto;
  margin: 0 auto;
  line-height: 100%;
}
.extshop-order_hide {
  display: none;
}
.extshop-order__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 901;
}
.extshop-order__window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 902;
}
.extshop-order__window > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.extshop-order__window form, .extshop-order__window header, .extshop-order__window .extshop-order__state, .extshop-order__window .extshop-order-overlay {
  font-family: var(--ext-font);
}
.extshop-order__window .extshop-order__window {
  display: block;
  max-width: 720px;
  width: min(720px, 94vw);
  border-radius: var(--ext-radius);
  -webkit-box-shadow: var(--ext-shadow);
          box-shadow: var(--ext-shadow);
  position: relative;
  padding-bottom: 0.5rem;
}
.extshop-order__window > .extshop-order__close, .extshop-order__window > .extshop-order-overlay, .extshop-order__window > .extshop-order__state {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
.extshop-order__window > .extshop-order-overlay,
.extshop-order__window .extshop-order__state {
  display: none;
}
.extshop-order__window > .extshop-order-overlay.d-flex,
.extshop-order__window .extshop-order__state:not([hidden]) {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.extshop-order__window > .extshop-order__close {
  position: absolute;
  top: 1rem;
  right: calc(50% - 360px);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid var(--ext-line);
  background: var(--ext-bg);
  color: var(--ext-c);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-box-shadow: var(--ext-shadow);
          box-shadow: var(--ext-shadow);
}
@media (max-width: 820px) {
  .extshop-order__window > .extshop-order__close {
    right: 1rem;
  }
}
.extshop-order__window button.extshop-order-fileitem__del {
  padding: 1px 6px;
}
.extshop-order__window .extshop-order__window,
.extshop-order__window .extshop-order__form,
.extshop-order__window .extshop-order__header {
  background: var(--ext-bg);
  color: var(--ext-c);
}
.extshop-order__close {
  position: absolute;
  top: 1.25rem;
  right: 1.75rem;
  width: 2.25rem !important;
  height: 2.25rem;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  border: 1px solid var(--ext-line);
  background: #fff;
  color: var(--ext-c);
}
.extshop-order__header {
  padding: 1.25rem 1.75rem 0.75rem;
  border-bottom: 1px solid var(--ext-line);
  padding-right: 6rem;
}
.extshop-order__title {
  margin: 0 0 0.25rem 0 !important;
  font-size: var(--h4, 1.25rem);
}
.extshop-order__subtitle {
  margin: 0;
  color: var(--ext-muted);
  font-size: var(--f14, 0.875rem);
  font-weight: 700;
}
.extshop-order__form {
  padding: 1rem 1.75rem 1.25rem;
}
.extshop-order__grid {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  -ms-grid-columns: 1fr 0.75rem 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .extshop-order__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.extshop-order__label {
  display: inline-block;
  margin-bottom: 0.375rem;
}
.extshop-order__req {
  color: var(--ext-main);
  margin-left: 0.25rem;
}
.extshop-order__input, .extshop-order__textarea {
  width: 100%;
  border: 1px solid var(--ext-line);
  border-radius: var(--ext-br);
  padding: 0.75rem 0.875rem;
  background: var(--ext-bg);
  font-size: var(--f14, 0.875rem);
  line-height: 1.2;
}
.extshop-order__input:hover, .extshop-order__textarea:hover {
  border-color: var(--grey-40);
}
.extshop-order__input::-webkit-input-placeholder, .extshop-order__textarea::-webkit-input-placeholder {
  font-size: var(--f14, 0.875rem);
  line-height: 1.2;
  color: var(--grey-40, #a1a1a1);
  opacity: 1;
}
.extshop-order__input::-moz-placeholder, .extshop-order__textarea::-moz-placeholder {
  font-size: var(--f14, 0.875rem);
  line-height: 1.2;
  color: var(--grey-40, #a1a1a1);
  opacity: 1;
}
.extshop-order__input:-ms-input-placeholder, .extshop-order__textarea:-ms-input-placeholder {
  font-size: var(--f14, 0.875rem);
  line-height: 1.2;
  color: var(--grey-40, #a1a1a1);
  opacity: 1;
}
.extshop-order__input::-ms-input-placeholder, .extshop-order__textarea::-ms-input-placeholder {
  font-size: var(--f14, 0.875rem);
  line-height: 1.2;
  color: var(--grey-40, #a1a1a1);
  opacity: 1;
}
.extshop-order__input::placeholder, .extshop-order__textarea::placeholder {
  font-size: var(--f14, 0.875rem);
  line-height: 1.2;
  color: var(--grey-40, #a1a1a1);
  opacity: 1;
}
.extshop-order__input:focus, .extshop-order__textarea:focus {
  outline: 0;
  border-color: var(--ext-main);
  -webkit-box-shadow: 0 0 0 3px color-mix(in srgb, var(--ext-main) 20%, transparent);
          box-shadow: 0 0 0 3px color-mix(in srgb, var(--ext-main) 20%, transparent);
}
.extshop-order__error {
  display: block;
  color: var(--stop, #ff0000);
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  min-height: 1em;
}
.extshop-order__field--layout {
  grid-column: 1/-1;
}
.extshop-order__dropzone {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 0.875rem;
  border: 2px dashed var(--ext-line);
  border-radius: var(--ext-br);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  background: #fff;
}
.extshop-order__dropzone.is-drag {
  border-color: var(--ext-main);
}
.extshop-order__dropzone input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.extshop-order__dropzone span {
  color: var(--ext-muted);
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  margin: 1rem auto;
}
.extshop-order__dropzone, .extshop-order__dropzone * {
  cursor: pointer;
}
.extshop-order__hint {
  color: var(--ext-muted);
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  line-height: 100%;
}
.extshop-order__filelist {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.5rem 0.5rem;
  margin-top: 0.5rem;
  padding: 0;
}
.extshop-order-fileitem {
  border: 1px solid var(--ext-line);
  border-radius: var(--ext-br);
  background: #fff;
  padding: 0.5rem 0.625rem;
}
.extshop-order-fileitem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.extshop-order-fileitem__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 150%;
}
.extshop-order-fileitem__del {
  border: 0;
  background: transparent;
  color: var(--ext-muted);
  cursor: pointer;
  font-size: 18px;
}
.extshop-order-fileitem__progress {
  height: 3px;
  background: var(--ext-line);
  border-radius: 99px;
  margin-top: 0.5rem;
  overflow: hidden;
}
.extshop-order-fileitem__progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--ext-main);
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.extshop-order-fileitem_error {
  border-color: var(--stop, #f00);
}
.extshop-order-fileitem_done .extshop-order-fileitem__progress {
  display: none;
}
.extshop-order-fileitem__status {
  font-size: 12px;
  color: var(--grey-60, #727272);
  margin-left: auto;
  margin-right: 0.5rem;
}
.extshop-order-fileitem_processing .extshop-order-fileitem__progress {
  display: block;
  position: relative;
  overflow: hidden;
}
.extshop-order-fileitem_processing .extshop-order-fileitem__progress span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  will-change: transform;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  -webkit-animation: ext-order-indeterminate 1.4s infinite linear;
          animation: ext-order-indeterminate 1.4s infinite linear;
}
@-webkit-keyframes ext-order-indeterminate {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(160%);
            transform: translateX(160%);
  }
}
@keyframes ext-order-indeterminate {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(160%);
            transform: translateX(160%);
  }
}
.extshop-order__field--textarea {
  grid-column: 1/-1;
}
.extshop-order__consent {
  grid-column: 1/-1;
  color: var(--ext-muted);
  font: inherit;
}
.extshop-order__consent .main-user-consent-request {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font: inherit;
  line-height: 1.4;
}
.extshop-order__consent .main-user-consent-request input[type=checkbox] {
  margin: 0;
  margin-top: 0.1rem;
}
.extshop-order__consent .main-user-consent-request-announce-link {
  font: inherit;
  color: var(--ext-muted);
}
@media (max-width: 480px) {
  .extshop-order__consent .main-user-consent-request-announce-link {
    font-size: 0.8125rem;
    line-height: 100%;
  }
}
.extshop-order__consent .main-user-consent-request-popup {
  font: inherit;
}
.extshop-order__consent .main-user-consent-request-popup-text {
  line-height: 1.45;
}
.extshop-order__consent .main-user-consent-request-popup-cont {
  max-height: 90vh;
}
.extshop-order__checkbox {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
}
.extshop-order__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.extshop-order__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: var(--ext-br);
  padding: 0.9rem 1.1rem;
  font: 600 16px/1 var(--ext-font);
  cursor: pointer;
  background: var(--ext-main);
  color: #fff;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  min-height: 44px;
  padding: 0.9rem 1.1rem;
}
.extshop-order__btn:hover {
  background: var(--ext-main-hover);
}
.extshop-order__btn--ghost {
  background: #fff !important;
  color: var(--ext-c) !important;
  border: 1px solid var(--ext-line) !important;
  padding: 0.9rem 1.1rem;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
.extshop-order__btn--ghost:hover {
  border: 1px solid var(--hover) !important;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
}
.extshop-order__state {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--ext-bg) 85%, transparent);
  border-radius: var(--ext-radius);
  z-index: 2;
}
.extshop-order__spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid var(--ext-line);
  border-top-color: var(--ext-main);
  -webkit-animation: extspin 1s linear infinite;
          animation: extspin 1s linear infinite;
  margin-bottom: 0.5rem;
}
@-webkit-keyframes extspin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes extspin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.extshop-order__state-text {
  color: var(--ext-muted);
}
.extshop-order-waiting {
  pointer-events: none;
  opacity: 0.7;
}

.extshop-order-files {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.extshop-order-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.extshop-order-overlay__content {
  background: var(--ext-bg);
  color: var(--ext-c);
  border-radius: var(--ext-radius);
  padding: 1.2rem 1.4rem;
  -webkit-box-shadow: var(--ext-shadow);
          box-shadow: var(--ext-shadow);
}
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17847561984416*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/bitrix/components/arsis/extshop.ctrl/templates/.default/style.css?17606258571259*/
.eshopCtrlEl {
	text-align: center;
}
.bx_rt .eshopCtrlEl {
	text-align: left;
}
.eshoploader {
    position: relative;
    
}
.bx_price.show_loader, .item_current_price.show_loader {
	background: url(/bitrix/components/arsis/extshop.ctrl/templates/.default/images/loader_25.gif) center center no-repeat;
}
.eshoploader div{
    background: top center url(/bitrix/components/arsis/extshop.ctrl/templates/.default/images/preloader.gif) no-repeat;
    position: absolute;
    bottom: 0.4em;
    font-size: 85%;
    padding: 1.5em 0 0;
    width: 100%;
}
.bx_rt .eshoploader div{
	background-position: top left
}

.eshoploader img{
    
}
@keyframes spinner {
	0% {
	  transform: translate3d(-50%, -50%, 0) rotate(0deg);
	}
	100% {
	  transform: translate3d(-50%, -50%, 0) rotate(360deg);
	}
  }
.show-waiting:before {
	animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 2.8px #ffffff;
    border-bottom-color: #ffffff00;
    border-radius: 50%;
    content: "";
    height: 1rem;
    width: 1rem;
    /* line-height: 1.5; */
    /* position: absolute; */
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    display: inline-block;
    margin-bottom: -0.6rem;
    margin-left: 0.5rem;
}
.calc__subtitle {
	font-weight: 700;
}
/* End */


/* Start:/include/calculators/assets/etiketka-listovaya.css?177961033835366*/
/* Сброс отступов/сеток глобального style.css внутри калькулятора */
.el-calc-wrap {
  --el-accent: #e02a1c;
  --el-accent-soft: rgba(224, 42, 28, 0.08);
  --el-accent-soft-solid: #fceded;
  --el-text: #434343;
  --el-muted: #6b7280;
  --el-border: #e5e7eb;
  --el-bg: #f9fafb;
  --el-radius: 10px;
  --el-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  --el-sticky-top: 9rem;
  --el-scroll-offset: 5.5rem;
}

.el-calc-wrap.calc__container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem !important;
  box-sizing: border-box;
}

.el-calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 17rem);
  gap: 1rem;
  align-items: start;
}

@media (max-width: 991px) {
  .el-calc-layout {
    grid-template-columns: 1fr;
  }

  .el-calc-params {
    order: -1;
  }
}

.el-calc-layout__main {
  min-width: 0;
}

.el-calc-wrap .uslugi__container.el-calc {
  margin: 0 !important;
  gap: 0 !important;
  width: 100% !important;
  min-width: 0;
  max-width: none;
  flex: none;
  justify-content: stretch !important;
}

.el-calc-wrap form.uslugi__calc {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.el-calc-wrap.calc__container .extshop-order {
  padding: 0 !important;
}

.el-calc-wrap .calc__row {
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  max-height: none !important;
}

.el-calc {
  font-family: inherit;
  color: var(--el-text);
}

.el-calc p {
  margin: 0;
}

.el-calc__card {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: var(--el-radius);
  box-shadow: var(--el-shadow);
  padding: 0.875rem 1rem 1rem;
}

.el-calc-wrap form.uslugi__calc,
.el-calc__body {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .el-calc__card {
    padding: 0.75rem;
    border-radius: 8px;
  }
}

.el-calc__intro {
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--el-border);
}

.el-calc__title {
  margin: 0 0 0.25rem !important;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--el-text);
  line-height: 1.3;
}

.el-calc__lead {
  font-size: 0.8125rem;
  color: var(--el-muted);
  line-height: 1.45;
  max-width: 52ch;
}

.el-calc__label-row {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.el-calc__help-wrap {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.el-calc__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  padding: 0;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: var(--el-muted) !important;
  background: #eef0f2 !important;
  border: none !important;
  border-radius: 50%;
  cursor: help;
}

.el-calc__help:hover,
.el-calc__help:focus {
  color: var(--el-accent) !important;
  background: var(--el-accent-soft) !important;
}

.el-calc__tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.4rem);
  transform: translateX(-50%);
  z-index: 30;
  width: max-content;
  max-width: min(16rem, 70vw);
  padding: 0.45rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff !important;
  text-align: left;
  white-space: normal;
  background: #374151 !important;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s, visibility 0.15s;
}

.el-calc__tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #374151;
}

.el-calc__help-wrap:hover .el-calc__tip,
.el-calc__help-wrap:focus-within .el-calc__tip {
  opacity: 1;
  visibility: visible;
}

.el-calc__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0.75rem 1rem;
  align-items: start;
}

@media (max-width: 991px) {
  .el-calc__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.el-calc__section--size-preview {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.el-calc__size-preview-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 11rem);
  gap: 0.65rem;
  align-items: start;
}

@media (max-width: 575px) {
  .el-calc__size-preview-row {
    grid-template-columns: 1fr;
  }
}

.el-calc__size-controls {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
  align-self: start;
}

.el-calc__section {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.el-calc__section--full {
  grid-column: 1 / -1;
}

.el-calc__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--el-text);
}

/* Универсальные «чипы» выбора */
.el-calc__chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.el-calc__chip-group--loose {
  gap: 0.5rem;
}

.el-calc__shape-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.el-calc__shape-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  margin: 0;
  padding: 0.45rem 0.4rem 0.5rem;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 8px;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.el-calc-wrap .el-calc__shape-card:hover {
  border-color: var(--el-accent);
  background: #fff !important;
}

.el-calc__shape-card:has(.calc__radio-input:checked) {
  border-color: var(--el-accent);
  background: var(--el-accent-soft);
  box-shadow: 0 0 0 1px var(--el-accent);
}

.el-calc__shape-card .calc__radio-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.el-calc__shape-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  margin-bottom: 0.35rem;
  color: #000;
  border-radius: 6px;
  pointer-events: none;
}

.el-calc__shape-icon svg {
  display: block;
  width: auto;
  height: 8.5rem;
  max-width: 100%;
}

.el-calc__shape-icon svg * {
  stroke-width: 0.65;
}

.el-calc__shape-icon--complex circle {
  fill: #fff;
  transition: fill 0.15s;
}

.el-calc__shape-card:has(.calc__radio-input:checked) .el-calc__shape-icon--complex circle {
  fill: var(--el-accent-soft-solid);
}

.el-calc-wrap .el-calc__shape-card:hover .el-calc__shape-icon--complex circle {
  fill: #fff;
  transition: fill 0.15s;
}

.el-calc__shape-caption {
  position: relative;
  z-index: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--el-text);
  pointer-events: none;
}

.el-calc__shape-card:has(.calc__radio-input:checked) .el-calc__shape-caption {
  font-weight: 600;
  color: var(--el-accent);
}

@media (max-width: 991px) {
  .el-calc__shape-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .el-calc__shape-icon svg {
    height: 6.75rem;
  }
}

/* Сброс глобальных .btn / button из style.css для чипов выбора */
.el-calc-wrap button.el-calc__chip,
.el-calc-wrap [type="button"].el-calc__chip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0.35rem 0.5rem !important;
  gap: 0 !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  color: var(--el-text) !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid var(--el-border) !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s !important;
}

.el-calc-wrap button.el-calc__chip:hover,
.el-calc-wrap button.el-calc__chip:focus,
.el-calc-wrap [type="button"].el-calc__chip:hover,
.el-calc-wrap [type="button"].el-calc__chip:focus {
  border-color: var(--el-accent) !important;
  color: var(--el-text) !important;
  background: #fff !important;
  background-color: #fff !important;
}

.el-calc-wrap button.el-calc__chip.is-active,
.el-calc-wrap [type="button"].el-calc__chip.is-active {
  color: var(--el-accent) !important;
  background: var(--el-accent-soft) !important;
  background-color: var(--el-accent-soft) !important;
  border-color: var(--el-accent) !important;
  box-shadow: 0 0 0 1px var(--el-accent) !important;
}

.el-calc-wrap button.el-calc__chip.is-active:hover,
.el-calc-wrap button.el-calc__chip.is-active:focus,
.el-calc-wrap [type="button"].el-calc__chip.is-active:hover,
.el-calc-wrap [type="button"].el-calc__chip.is-active:focus {
  color: var(--el-accent) !important;
  background: var(--el-accent-soft) !important;
  background-color: var(--el-accent-soft) !important;
}

.el-calc-wrap button.el-calc__chip:focus-visible,
.el-calc-wrap [type="button"].el-calc__chip:focus-visible {
  outline: 2px solid var(--el-accent);
  outline-offset: 2px;
}

.el-calc-wrap button.el-calc__chip.el-calc__chip--fit,
.el-calc-wrap [type="button"].el-calc__chip.el-calc__chip--fit {
  flex: 0 1 auto !important;
  width: fit-content !important;
  max-width: 100% !important;
}

.el-calc-wrap button.el-calc__chip.el-calc__chip--compact,
.el-calc-wrap [type="button"].el-calc__chip.el-calc__chip--compact {
  padding: 0.4rem 0.55rem !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.el-calc-wrap button.el-calc__chip.el-calc__chip--detail,
.el-calc-wrap [type="button"].el-calc__chip.el-calc__chip--detail {
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0.25rem !important;
  padding: 0.65rem 0.75rem !important;
  text-align: left !important;
}

.el-calc-wrap button.el-calc__chip.el-calc__chip--detail strong,
.el-calc-wrap [type="button"].el-calc__chip.el-calc__chip--detail strong {
  font-size: 0.875rem;
  font-weight: 600;
}

.el-calc-wrap button.el-calc__chip.el-calc__chip--detail > span,
.el-calc-wrap [type="button"].el-calc__chip.el-calc__chip--detail > span {
  font-size: 0.6875rem;
  color: var(--el-muted);
  line-height: 1.35;
}

.el-calc-wrap .el-calc__chip-group--preset button.el-calc__chip,
.el-calc-wrap .el-calc__chip-group--preset [type="button"].el-calc__chip {
  flex: 1 1 calc(50% - 0.2rem) !important;
  min-width: 5.5rem !important;
  padding: 0.35rem 0.5rem !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  text-align: center !important;
}

@media (min-width: 480px) {
  .el-calc-wrap .el-calc__chip-group--preset button.el-calc__chip,
  .el-calc-wrap .el-calc__chip-group--preset [type="button"].el-calc__chip {
    flex: 0 1 auto !important;
    width: fit-content !important;
  }
}

.el-calc-wrap .el-calc__material-cards button.el-calc__chip.el-calc__chip--detail,
.el-calc-wrap .el-calc__material-cards [type="button"].el-calc__chip.el-calc__chip--detail {
  gap: 0.15rem !important;
  padding: 0.5rem 0.6rem !important;
}

.el-calc-wrap .el-calc__material-cards button.el-calc__chip.el-calc__chip--detail strong,
.el-calc-wrap .el-calc__material-cards [type="button"].el-calc__chip.el-calc__chip--detail strong {
  font-size: 0.8125rem;
}

.el-calc__size-inputs {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.el-calc__size-field {
  flex: 1;
  min-width: 0;
}

.el-calc__size-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  min-width: 0;
}

.el-calc__size-field label {
  font-size: 0.75rem;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: var(--el-muted);
}

.el-calc__size-field {
  position: relative;
  padding-bottom: 1.2rem;
}

.el-calc__size-field .calc__field-error {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1.15rem);
  margin: 0;
  min-height: 0;
  font-size: 0.6875rem;
  line-height: 1.25;
}

.el-calc__size-field .calc__field-error:not(.is-visible) {
  visibility: hidden;
  pointer-events: none;
}

.el-calc__size-sep {
  flex-shrink: 0;
  margin-top: 1.45rem;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 1.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  color: var(--el-muted);
  user-select: none;
}

.el-calc .calc__input-container {
  position: relative;
}

.el-calc .calc__input,
.el-calc .calc__select:not(.el-calc__material-select) {
  display: block !important;
  width: 100%;
  min-height: 2.25rem !important;
  height: 2.25rem !important;
  padding: 0.35rem 0.6rem !important;
  font-size: 0.875rem !important;
  border: 1px solid var(--el-border) !important;
  border-radius: 6px !important;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.el-calc .calc__input-container {
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
}

.el-calc-wrap .bx_col_input {
  margin-bottom: 0 !important;
}

.el-calc .calc__input:focus,
.el-calc .calc__select:not(.el-calc__material-select):focus {
  outline: none;
  border-color: var(--el-accent);
  box-shadow: 0 0 0 3px var(--el-accent-soft);
}

.el-calc .calc__input.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.el-calc__unit {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  bottom: auto;
  z-index: 1;
  font-size: 0.6875rem;
  line-height: 1;
  color: var(--el-muted);
  background: #fff;
  padding: 0 0.15rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.el-calc__size-field .calc__input {
  padding-right: 2.5rem;
}

.el-calc__preview-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-height: 5.75rem;
  padding: 0.5rem;
  background: var(--el-bg);
  border: 1px dashed var(--el-border);
  border-radius: 8px;
}

.el-calc__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  max-width: 100%;
  max-height: 6.25rem;
  background: linear-gradient(135deg, #fff 0%, #f3f4f6 100%);
  border: 2px solid var(--el-accent);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: width 0.2s ease, height 0.2s ease;
}

.el-calc__preview span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--el-muted);
  text-align: center;
  padding: 0.25rem;
  line-height: 1.2;
}

.el-calc .calc__select.el-calc__material-select,
.el-calc__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
}

.el-calc__format-engine:empty {
  display: none;
}

.el-calc__tirage {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.el-calc__tirage-custom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.el-calc__tirage-custom .calc__input-container {
  flex: 0 0 6.5rem;
}

.el-calc__tirage-custom label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--el-muted);
  white-space: nowrap;
}

.el-calc__section--copy .calc__radio,
.el-calc__section--copy .calc__radio.calc__radio--max {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-template-columns: unset !important;
  gap: 0.35rem !important;
  margin: 0 !important;
  width: 100% !important;
  justify-content: flex-start !important;
}

.el-calc__section--copy .calc__radio > label,
.el-calc__section--copy .calc__radio-item {
  display: inline-flex !important;
  grid-template-columns: unset !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0.28rem 0.5rem !important;
  gap: 0 !important;
  line-height: 1.2 !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  border: 1px solid var(--el-border) !important;
  border-radius: 6px !important;
  background: #fff !important;
  transition: border-color 0.15s, background 0.15s;
}

.el-calc__section--copy .calc__radio-item .checkmark {
  display: none !important;
}

.el-calc__section--copy .calc__radio-item:hover {
  border-color: var(--el-accent) !important;
}

.el-calc__section--copy .calc__radio-item:has(.calc__radio-input:checked) {
  border-color: var(--el-accent) !important;
  background: var(--el-accent-soft) !important;
  box-shadow: 0 0 0 1px var(--el-accent) !important;
}

@media (max-width: 700px) {
  .el-calc__section--copy .calc__radio,
  .el-calc__section--copy .calc__radio.calc__radio--max {
    flex-direction: row !important;
  }

  .el-calc__section--copy .calc__radio > label {
    grid-column: auto !important;
    width: auto !important;
  }
}

.el-calc__accordion {
  grid-column: 1 / -1;
  border: 1px solid var(--el-border);
  border-radius: var(--el-radius);
  overflow: hidden;
  background: var(--el-bg);
}

.el-calc__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: var(--el-text);
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 0.75rem;
}

.el-calc__accordion-toggle:hover,
.el-calc__accordion-toggle:focus {
  color: var(--el-text) !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

/* Сброс глобального button:hover из style.css */
.el-calc-wrap button[type="button"]:hover,
.el-calc-wrap button[type="button"]:focus {
  color: inherit;
}

.el-calc-wrap .calc__footer-btn.red:focus,
.el-calc-wrap .calc__footer-btn.red:focus-visible,
.el-calc-wrap.calc__container #main_calc-best_calc.red:focus,
.el-calc-wrap.calc__container #main_calc-best_calc.red:focus-visible {
  color: #fff !important;
}

.el-calc-wrap .el-calc__accordion-toggle:hover,
.el-calc-wrap .el-calc__accordion-toggle:focus {
  color: var(--el-text) !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

.el-calc__accordion-toggle:focus-visible {
  outline: 2px solid var(--el-accent);
  outline-offset: -2px;
}

.el-calc__accordion-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.25s ease;
}

.el-calc__accordion.is-open .el-calc__accordion-icon {
  transform: rotate(180deg);
}

.el-calc__accordion-body {
  display: none;
  padding: 0 0.75rem 0.65rem;
}

.el-calc__accordion.is-open .el-calc__accordion-body {
  display: block;
}

.el-calc__option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  margin: 0 !important;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.el-calc__option:hover {
  border-color: var(--el-accent);
}

.el-calc__option:has(input:checked) {
  border-color: var(--el-accent);
  box-shadow: 0 0 0 1px var(--el-accent);
  background: var(--el-accent-soft);
}

.el-calc__option input[type="checkbox"] {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.15rem;
  accent-color: var(--el-accent);
  cursor: pointer;
}

.el-calc__option-title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.el-calc__option-desc {
  display: block;
  font-size: 0.75rem;
  color: var(--el-muted);
  line-height: 1.35;
}

.el-calc .calc__footer {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem !important;
  margin-top: 0.35rem !important;
  padding: 0.75rem 0 0 !important;
  border-top: 1px solid var(--el-border);
}

.el-calc .calc__footer-info {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem !important;
  padding: 0.5rem 0.65rem !important;
  margin: 0 !important;
  font-size: 0.75rem !important;
  line-height: 1.5;
  color: var(--el-muted);
  background: var(--el-bg);
  border-radius: 8px;
  border: 1px solid var(--el-border);
}

.el-calc .calc__footer-info svg {
  flex-shrink: 0;
  width: 28px !important;
  height: 28px !important;
}

.el-calc__footer-submit {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-left: auto;
}

.el-calc__calc-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--el-border);
}

@keyframes el-calc-btn-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.el-calc-wrap.calc__container #main_calc-best_calc,
.el-calc .calc__footer-btn {
  width: auto !important;
  max-width: 100%;
  min-width: 10.5rem;
  min-height: 2.5rem !important;
  padding: 0.5rem 1.75rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.01em;
}

.el-calc-wrap.calc__container #main_calc-best_calc {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

.el-calc-wrap.calc__container #main_calc-best_calc.red:hover,
.el-calc-wrap.calc__container #main_calc-best_calc.red:focus,
.el-calc-wrap.calc__container #main_calc-best_calc.red:focus-visible,
.el-calc .calc__footer-btn.red:hover {
  color: #fff !important;
  background: #c92418 !important;
}

.el-calc-wrap.calc__container #main_calc-best_calc.show-waiting,
.el-calc-wrap.calc__container #main_calc-best_calc.show-waiting:focus {
  color: transparent !important;
  pointer-events: none;
}

.el-calc-wrap.calc__container #main_calc-best_calc.show-waiting::before {
  display: none !important;
}

.el-calc-wrap.calc__container #main_calc-best_calc.show-waiting::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 45% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 1rem !important;
  height: 1rem !important;
  margin: -0.5rem 0 0 -0.5rem !important;
  border: 3px solid rgba(255, 255, 255, 0.3) !important;
  border-top-color: #fff !important;
  border-radius: 50% !important;
  transform-origin: 50% 50% !important;
  animation-name: el-calc-btn-spin !important;
  animation-duration: 0.8s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  -webkit-animation-name: el-calc-btn-spin !important;
  -webkit-animation-duration: 0.8s !important;
  -webkit-animation-timing-function: linear !important;
  -webkit-animation-iteration-count: infinite !important;
  transition: none !important;
}

@media (max-width: 767px) {
  .el-calc .calc__footer {
    position: sticky;
    bottom: 0;
    z-index: 5;
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
    padding: 0.65rem 0.75rem !important;
    background: #fff;
    border-top: 1px solid var(--el-border);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.06);
  }
}

.el-calc .eshopCtrlElContainer {
  display: block;
}

.el-calc .eshopCtrlElContainer.calc__row {
  display: block;
}

.el-calc .calc__item {
  margin: 0 !important;
  gap: 0.35rem !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  white-space: normal !important;
}

.el-calc .calc__item-title {
  display: none;
}

@media (max-width: 1220px) {
  .el-calc-wrap .el-calc .calc__item {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

.el-calc .sub_input {
  display: contents;
}

.el-calc .additional-buttons {
  display: none;
  transform: scaleY(1);
}

.el-calc .additional-buttons .calc__row {
  margin-top: 0.5rem !important;
  padding-top: 0 !important;
}

.el-calc__body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.el-calc__section + .el-calc__section {
  padding-top: 0.5rem;
  border-top: 1px solid var(--el-border);
}

.el-calc__pack-layout {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.el-calc__pack-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem 2.15rem;
  align-items: start;
}

.el-calc__pack-col {
  min-width: 0;
}

.el-calc__pack-col > .el-calc__label {
  margin: 0 0 0.4rem;
}

.el-calc__pack-formats-wrap {
  min-width: 0;
}

.el-calc__pack-col--stickers .calc__input-container {
  max-width: 8.5rem;
}

.el-calc__pack-custom {
  margin-top: 0.15rem;
}

@media (max-width: 420px) {
  .el-calc__pack-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .el-calc__pack-col--stickers .calc__input-container {
    max-width: none;
  }
}

.el-calc__panel[hidden] {
  display: none !important;
}

.el-calc-params {
  position: sticky;
  top: var(--el-sticky-top);
  align-self: start;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: var(--el-radius);
  box-shadow: var(--el-shadow);
}

.el-calc-params__head {
  padding: 0.7rem 0.9rem;
  background: var(--el-bg);
  border-bottom: 1px solid var(--el-border);
}

.el-calc-params__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--el-text);
  line-height: 1.3;
}

.el-calc-params__body {
  padding: 0.55rem 0.9rem 0.75rem;
}

.el-calc-params__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.el-calc-params__item {
  padding: 0.45rem 0.5rem;
  border-radius: 6px;
  background: var(--el-bg);
}

.el-calc-params__item + .el-calc-params__item {
  margin-top: 0.35rem;
}

.el-calc-params__term {
  margin: 0 0 0.12rem;
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--el-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.el-calc-params__value {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--el-text);
  line-height: 1.35;
}

.el-calc-params__empty {
  margin: 0;
  font-size: 0.75rem;
  color: var(--el-muted);
  line-height: 1.45;
}

@media (max-width: 991px) {
  .el-calc-params {
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
  }

  .el-calc-params__head {
    padding: 0.5rem 0.75rem;
  }

  .el-calc-params__title {
    font-size: 0.75rem;
  }

  .el-calc-params__body {
    padding: 0.45rem 0.75rem 0.6rem;
  }

  .el-calc-params__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .el-calc-params__item {
    padding: 0.35rem 0.45rem;
    margin-top: 0;
  }

  .el-calc-params__item + .el-calc-params__item {
    margin-top: 0;
  }

  .el-calc-params__term {
    font-size: 0.5625rem;
    margin-bottom: 0.08rem;
  }

  .el-calc-params__value {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

.el-calc .calc__field-error {
  display: none;
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: #dc2626;
}

.el-calc .calc__field-error.is-visible {
  display: block;
}

.el-calc .calc__input.is-invalid,
.el-calc .calc__select.is-invalid {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

/* Результат расчёта — по grany-calc-styles / extshop.ctrl */
.el-calc-wrap #extshop-order-result-container {
  padding: 0 !important;
  width: 100% !important;
  text-align: left !important;
}

.el-calc-wrap .el-calc__section--result {
  scroll-margin-top: var(--el-scroll-offset);
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-header {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: var(--el-accent) !important;
  margin: 0 0 1rem !important;
  padding-bottom: 0.5rem !important;
  border-bottom: 2px solid var(--el-accent) !important;
  text-align: left !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-header {
  font-weight: 500 !important;
  color: #434343 !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item {
  display: grid !important;
  grid-template-columns: 40px 1fr 2fr !important;
  align-items: center !important;
  gap: 0.625rem !important;
  max-height: none !important;
  width: 100% !important;
  margin: 0 0 0.5rem !important;
  padding: 0.5rem !important;
  text-align: left !important;
  background: #fff !important;
  border: 1px solid var(--el-border) !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item:hover {
  border-color: rgba(224, 42, 28, 0.35) !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item:has(.mainCalc-result-copyset-input:checked) {
  border-color: var(--el-accent) !important;
  box-shadow: 0 0 0 1px var(--el-accent) !important;
  background: #fff !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item.mainCalc-result-copyset-item_selected,
.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-radio.mainCalc-result-copyset-item_selected {
  background: transparent !important;
  background-color: transparent !important;
}

.el-calc-wrap #extshop-order-result-container label.mainCalc-result-copyset-item.calc__radio-item {
  display: grid !important;
  grid-template-columns: 40px 1fr 2fr !important;
  gap: 0.625rem !important;
  max-height: none !important;
  white-space: normal !important;
}

.el-calc-wrap #extshop-order-result-container label.mainCalc-result-copyset-item.calc__radio-item:has(.calc__radio-input:checked) {
  border-color: var(--el-accent) !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-header.mainCalc-result-copyset-item {
  cursor: default !important;
  background: var(--el-bg) !important;
  font-size: 0.8125rem !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-radio {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 40px !important;
  justify-self: center !important;
  grid-column: 1;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-radio .checkmark {
  display: block !important;
  flex-shrink: 0;
  position: relative !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 auto !important;
  background: #fff !important;
  border: 1px solid var(--el-border) !important;
  border-radius: 50% !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item:has(.mainCalc-result-copyset-input:checked) .checkmark {
  border-color: var(--el-accent) !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item:has(.mainCalc-result-copyset-input:checked) .checkmark::after {
  display: block !important;
  top: 0.325rem !important;
  left: 50% !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50% !important;
  background: var(--el-accent) !important;
  transform: translateX(-50%) !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item-copy {
  grid-column: 2;
  font-weight: 500 !important;
  color: #434343 !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-price-per-item {
  font-weight: 500 !important;
  font-size: 1.125rem !important;
  color: var(--el-accent) !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-price {
  color: rgba(67, 67, 67, 0.75) !important;
  font-size: 0.9375rem !important;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-radio .mainCalc-result-copyset-input {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  cursor: pointer !important;
  z-index: 1;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: none !important;
  padding-right: 0.5rem !important;
  gap: 0.5rem !important;
  grid-column: 3;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-action {
  margin-top: 0.75rem;
  text-align: right;
}

.el-calc-wrap #extshop-order-result-container .mainCalc-action .btn,
.el-calc-wrap #extshop-order-result-container .show-extshop-order {
  min-height: 2.5rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 8px;
}

.el-calc-wrap #extshop-order-result-container .show-extshop-order:hover,
.el-calc-wrap #extshop-order-result-container .show-extshop-order:focus,
.el-calc-wrap #extshop-order-result-container .show-extshop-order:focus-visible {
  color: #fff !important;
}

@media (max-width: 576px) {
  .el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item {
    grid-template-columns: 24px 1fr 1.4fr !important;
    gap: 0.4rem !important;
    padding: 0.45rem !important;
  }

  .el-calc-wrap #extshop-order-result-container .mainCalc-result-copyset-item-wrapper {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0.15rem !important;
  }
}
/* End */
/* /local/templates/granyart/components/bitrix/breadcrumb/main/style.css?1743083447856 */
/* /bitrix/components/arsis/extshop.order/templates/granyart/style.css?177618001013470 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17847561984416 */
/* /bitrix/components/arsis/extshop.ctrl/templates/.default/style.css?17606258571259 */
/* /include/calculators/assets/etiketka-listovaya.css?177961033835366 */
