

/* 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/calculator/templates/granyart/assets/css/checalc-styles.css?178239147635595*/
@charset "UTF-8";
.checalc {
  max-width: 55.75rem;
  width: 100%;
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.checalc .chehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--main);
}
.checalc .chehead .cheicon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (2rem)[2];
  grid-template-columns: repeat(2, 2rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0.5rem;
}
.checalc .chehead .cheicon .chepic {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f9f9;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #434343;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.checalc .chehead .chetitle .cheh1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #434343;
  margin-bottom: 0.25rem;
}
.checalc .chehead .chetitle .cheh2 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--main);
}
.checalc .chebody .chefields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin-bottom: 1.5rem;
}
.checalc .chebody .chefields .chefield {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  min-width: 40%;
  max-width: 100%;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checalc .chebody .chefields .chefield .chelabel {
  display: block;
  font-weight: 500;
  color: #434343;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  position: relative;
}
.checalc .chebody .chefields .chefield .chelabel[data-tooltip]::after {
  content: "?";
  margin-left: 0.5rem;
  display: inline-block;
  line-height: 150%;
  padding: 0 0.45rem;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.checalc .chebody .chefields .chefield .cheinp {
  width: 100%;
}
.checalc .chebody .chefields .chefield .cheinp select, .checalc .chebody .chefields .chefield .cheinp input, .checalc .chebody .chefields .chefield .cheinp textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.checalc .chebody .chefields .chefield .cheinp select:focus, .checalc .chebody .chefields .chefield .cheinp input:focus, .checalc .chebody .chefields .chefield .cheinp textarea:focus {
  outline: none;
  border-color: var(--main);
  -webkit-box-shadow: 0 0 0 2px rgba(224, 42, 28, 0.2);
          box-shadow: 0 0 0 2px rgba(224, 42, 28, 0.2);
}
.checalc .chebody .chefields .chefield .cheinp select:disabled, .checalc .chebody .chefields .chefield .cheinp input:disabled, .checalc .chebody .chefields .chefield .cheinp textarea:disabled {
  background-color: #f9f9f9;
  color: #b0b0b0;
  cursor: not-allowed;
}
.checalc .chebody .chefields .chefield .cheinp select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}
.checalc .chebody .chefields .chefield .cheinp .cheerror {
  border: 1px solid red;
}
.checalc .chebody .chefields .chefield .cheinp .addsize {
  margin-bottom: 0.75rem;
}
.checalc .chebody .chefields .chefield .cheinp .addsize a {
  color: var(--main);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.checalc .chebody .chefields .chefield .cheinp .addsize a:hover {
  text-decoration: underline;
  color: #b32216;
}
.checalc .chebody .chefields .chefield .cheinp .addsize a::after {
  content: "＋";
  margin-left: 0.5rem;
  border: 1px solid var(--main);
  border-radius: 50%;
  display: inline-block;
  width: 1rem;
  line-height: 100%;
}
.checalc .chebody .chefields .chefield .cheinp .chesize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.checalc .chebody .chefields .chefield .cheinp .chesize input.width,
.checalc .chebody .chefields .chefield .cheinp .chesize input.height,
.checalc .chebody .chefields .chefield .cheinp .chesize input.quantity {
  width: 8.25ch;
  min-width: 0;
  padding: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  line-height: 100%;
}
.checalc .chebody .chefields .chefield .cheinp .chesize span {
  font-size: 1rem;
  color: #434343;
  margin: 0 0.15rem;
}
.checalc .chebody .chefields .chefield .cheinp .chesize span.remove {
  color: #e02a1c;
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: 0.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.checalc .chebody .chefields .chefield .cheinp .chesize span.remove:hover {
  color: #b32216;
}
.checalc .chebody .chefields .chefield .cheinp .chesize a {
  color: #e02a1c;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.checalc .chebody .chefields .chefield .cheinp .chesize a:hover {
  color: #b32216;
}
.checalc .chebody .chefields .chefield .cheinp .chehint {
  font-size: 0.8rem;
  color: #909090;
  margin-top: 0.25rem;
  line-height: 125%;
}
.checalc .chebody .chefields .chefield .cheinp .quantity {
  max-width: 100px;
}
.checalc .chebody .chefields .chefield .cheinp .width, .checalc .chebody .chefields .chefield .cheinp .height {
  max-width: 7.25ch;
  display: inline-block;
  margin: 0 0.25rem;
  line-height: 100%;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-line-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.35rem;
  white-space: nowrap;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-line-live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-line-live input.contract-unit-price {
  max-width: 9ch;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .add-contract-line {
  margin-bottom: 0.5rem;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-line-list .contract-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-line-list .contract-line-item .contract-line-subtotal {
  color: dimgray;
  font-size: 0.9rem;
  white-space: nowrap;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #cfcfcf;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-extras .contract-extra-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.35rem;
  white-space: nowrap;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-extras .contract-extra-label {
  color: dimgray;
  font-size: 0.9rem;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-extras input.contract-delivery {
  max-width: 9ch;
}
.checalc .chebody .chefields .chefield[data-type=subcontractLines] .cheinp .contract-extras input.contract-extra-markup-pct {
  max-width: 6ch;
}
.checalc .chebody .cheform, .checalc .chebody .cheformemail, .checalc .chebody .checheck {
  background-color: #f9f9f9;
  border-radius: 4px;
}
.checalc .chebody .cheform .chetitle, .checalc .chebody .cheformemail .chetitle, .checalc .chebody .checheck .chetitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.checalc .chebody .cheform .chefield, .checalc .chebody .cheformemail .chefield, .checalc .chebody .checheck .chefield {
  margin-bottom: 1rem;
}
.checalc .chebody .cheform .chefield .chelabel, .checalc .chebody .cheformemail .chefield .chelabel, .checalc .chebody .checheck .chefield .chelabel {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #434343;
  font-size: 0.9rem;
}
.checalc .chebody .cheform .chefield .cheinp input, .checalc .chebody .cheform .chefield .cheinp textarea, .checalc .chebody .cheformemail .chefield .cheinp input, .checalc .chebody .cheformemail .chefield .cheinp textarea, .checalc .chebody .checheck .chefield .cheinp input, .checalc .chebody .checheck .chefield .cheinp textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.9rem;
}
.checalc .chebody .cheform .chefield .cheinp input:focus, .checalc .chebody .cheform .chefield .cheinp textarea:focus, .checalc .chebody .cheformemail .chefield .cheinp input:focus, .checalc .chebody .cheformemail .chefield .cheinp textarea:focus, .checalc .chebody .checheck .chefield .cheinp input:focus, .checalc .chebody .checheck .chefield .cheinp textarea:focus {
  outline: none;
  border-color: var(--main);
}
.checalc .chebody .cheform .chefield .cheinp textarea, .checalc .chebody .cheformemail .chefield .cheinp textarea, .checalc .chebody .checheck .chefield .cheinp textarea {
  min-height: 100px;
  resize: vertical;
}
.checalc .chebody .cheform .chefield .cheinp .chefile__color, .checalc .chebody .cheformemail .chefield .cheinp .chefile__color, .checalc .chebody .checheck .chefield .cheinp .chefile__color {
  font-size: 0.8rem;
  color: #909090;
  margin-top: 0.25rem;
}
.checalc .chebody .chetotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: rgba(224, 42, 28, 0.05);
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.checalc .chebody .chetotal .chetotalprice, .checalc .chebody .chetotal .chetotalarea {
  font-weight: 600;
  color: #434343;
}
.checalc .chebody .chetotal .chetotalprice span, .checalc .chebody .chetotal .chetotalarea span {
  color: var(--main);
  font-size: 1.25rem;
}
.checalc .chebody .chebtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.checalc .chebody .chebtns .cheformbtns, .checalc .chebody .chebtns .cheformemailbtns {
  gap: 1rem;
}
.checalc .chebody .chebtns .cheformbtns .chebtn, .checalc .chebody .chebtns .cheformemailbtns .chebtn {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}
.checalc .chebody .chebtns .cheformbtns .chebtn.cheback, .checalc .chebody .chebtns .cheformbtns .chebtn.cheemailback, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheback, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheemailback {
  background-color: #fff;
  border: 1px solid var(--main);
  color: var(--main);
}
.checalc .chebody .chebtns .cheformbtns .chebtn.cheback:hover, .checalc .chebody .chebtns .cheformbtns .chebtn.cheemailback:hover, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheback:hover, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheemailback:hover {
  background-color: rgba(224, 42, 28, 0.1);
}
.checalc .chebody .chebtns .cheformbtns .chebtn.cheorder, .checalc .chebody .chebtns .cheformbtns .chebtn.cheemailsend, .checalc .chebody .chebtns .cheformbtns .chebtn.chesave, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheorder, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheemailsend, .checalc .chebody .chebtns .cheformemailbtns .chebtn.chesave {
  background-color: var(--main);
  color: white;
  border: 1px solid var(--main);
}
.checalc .chebody .chebtns .cheformbtns .chebtn.cheorder:hover, .checalc .chebody .chebtns .cheformbtns .chebtn.cheemailsend:hover, .checalc .chebody .chebtns .cheformbtns .chebtn.chesave:hover, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheorder:hover, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheemailsend:hover, .checalc .chebody .chebtns .cheformemailbtns .chebtn.chesave:hover {
  background-color: var(--hover);
}
.checalc .chebody .chebtns .cheformbtns .chebtn.cheback, .checalc .chebody .chebtns .cheformemailbtns .chebtn.cheback {
  display: none;
}
.checalc .chebody .chebtns .cheformbtns .chelinks, .checalc .chebody .chebtns .cheformemailbtns .chelinks {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.checalc .chebody .chebtns .cheformbtns .chelinks a, .checalc .chebody .chebtns .cheformemailbtns .chelinks a {
  color: var(--main);
  text-decoration: none;
}
.checalc .chebody .chebtns .cheformbtns .chelinks a:hover, .checalc .chebody .chebtns .cheformemailbtns .chelinks a:hover {
  text-decoration: underline;
}
.checalc .chebody .chebtns .cheformbtns .chelinks a:not(:last-child)::after, .checalc .chebody .chebtns .cheformemailbtns .chelinks a:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: #434343;
}
@media (max-width: 576px) {
  .checalc .chebody .chebtns .cheformbtns .chelinks a:not(:last-child)::after, .checalc .chebody .chebtns .cheformemailbtns .chelinks a:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 576px) {
  .checalc .chebody .chebtns .cheformbtns .chelinks, .checalc .chebody .chebtns .cheformemailbtns .chelinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 600px) {
  .cheinp .chesize {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
    padding: 0.5rem 0.5rem;
  }
  .cheinp .chesize input.width,
  .cheinp .chesize input.height,
  .cheinp .chesize input.quantity {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .cheinp .chesize a {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.hidden {
  display: none;
}

@media (max-width: 768px) {
  .checalc .chebody .chefields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .checalc .chebody .chefields .chefield {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .checalc .chebody .chebtns .cheformbtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checalc .chebody .chebtns .cheformbtns .chelinks {
    margin-left: 0;
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 576px) {
  .chetotal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.extshop-order-form-field-file {
  margin-bottom: 1rem;
}
.extshop-order-form-field-file .extshop-order-form-control-container {
  position: relative;
}
.extshop-order-form-field-file .extshop-order-form-control-container input[type=file].extshop-order-file-input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.625rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  height: auto;
}
.extshop-order-form-field-file .extshop-order-form-control-container input[type=file].extshop-order-file-input:focus {
  border-color: #e02a1c;
  outline: none;
}
.extshop-order-form-field-file .extshop-order-file-progress {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
.extshop-order-form-field-file .extshop-order-file-progress .extshop-order-file-progress-bar {
  height: 100%;
  background: #e02a1c;
  width: 0%;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.extshop-order-form-field-file .extshop-order-form-control {
  padding: 0.5rem 0.625rem;
}
.extshop-order-form-field-file .extshop-order-form-control-label {
  padding: 0;
}
.extshop-order-form-field-file .extshop-order-filelist {
  margin-top: 0.5rem;
}
.extshop-order-form-field-file .extshop-order-filelist .extshop-order-fileitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 0.25rem 0.5rem 0;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  color: #434343;
}
@media (min-width: 2000px) {
  .extshop-order-form-field-file .extshop-order-filelist .extshop-order-fileitem {
    font-size: 0.6em;
  }
}
.extshop-order-form-field-file .extshop-order-filelist .extshop-order-fileitem .extshop-order-file-remove {
  margin-left: 1rem;
  color: #e02a1c;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.extshop-order-form-field-file .extshop-order-filelist .extshop-order-fileitem .extshop-order-file-remove:hover {
  text-decoration: underline;
}
.extshop-order-form-field-file .extshop-order-filelist .extshop-order-file-error {
  color: #e02a1c;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.extshop-order-form-field-file .extshop-order-file__color {
  font-size: 0.8rem;
  color: #909090;
  margin-top: 0.25rem;
}
@media (min-width: 2000px) {
  .extshop-order-form-field-file .extshop-order-file__color {
    font-size: 0.6em;
  }
}

.extshop-order {
  max-width: 55.75rem;
  width: 100%;
  padding: 1rem 0;
}
.extshop-order .extshop-order-form-container {
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
}
.extshop-order .extshop-order-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.extshop-order .extshop-order-item-inner button {
  margin-right: 15px;
}
.extshop-order .extshop-order-item-header-text {
  color: #434343;
  padding: 0;
}
.extshop-order input[name=extshop-order-form-control-agreement-input] {
  width: auto;
}
.extshop-order-waiting:before {
  line-height: 150%;
  margin: 0 1rem -1rem -1rem;
  position: relative;
}

.extshop-order-overlay-inner {
  color: var(--main) !important;
}

.inline-promo .inline-promo-selection {
  color: var(--main);
}

.extshop-order-close {
  background-color: var(--f) !important;
  border: 1px solid var(--main) !important;
  color: var(--main) !important;
}
.extshop-order-close:hover {
  border: 1px solid var(--main) !important;
  background-color: var(--main) !important;
  color: var(--f) !important;
}

@media (min-width: 1921px) {
  .btn, [type=button], [type=reset], [type=submit], button {
    font-size: 0.75rem !important;
  }
}
.calc__container {
  padding-bottom: 0 !important;
}

.chehint-popup {
  background: #222;
  color: #fff;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.85rem;
  font-family: inherit;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.17);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.17);
  position: absolute;
  z-index: 99999;
  max-width: 330px;
  min-width: 190px;
  line-height: 1.45;
  word-break: break-word;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.chehint-popup--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.chehint-popup::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 23px;
  border-width: 0 9px 10px 9px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  width: 0;
  height: 0;
}

@media (max-width: 768px) {
  .chehint-popup, .chehint-popup--visible {
    max-width: 88vw;
    min-width: 110px;
    font-size: 1rem;
    padding: 0.65rem;
    -webkit-transition: none;
    transition: none;
  }
  .chehint-popup::before {
    left: 13px;
  }
}
@media (min-width: 2000px) {
  .main-user-consent-request-announce-link {
    font-size: 0.6em !important;
  }
}
.calc__title {
  font-size: 3rem;
}
@media (max-width: 576px) {
  .calc__title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .calc__title {
    font-size: 1.7rem;
  }
}

.extshop-order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.is-excluded {
  opacity: 0.45;
  pointer-events: none;
}

:root {
  --checalc-admin-bar-h: 56px;
}

body.checalc-has-adminbar-bottom {
  padding-bottom: calc(var(--checalc-admin-bar-h) + env(safe-area-inset-bottom));
}

.checalc-root.checalc-has-adminbar-bottom,
.checalc-wrap.checalc-has-adminbar-bottom {
  padding-bottom: calc(var(--checalc-admin-bar-h) + env(safe-area-inset-bottom));
}

.checalc-admin-bar {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px;
  background: rgba(30, 30, 35, 0.9);
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  max-width: min(1200px, 100vw - 24px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checalc-admin-bar .checalc-admin-badge {
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.checalc-admin-bar .checalc-admin-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.checalc-admin-bar .checalc-admin-controls input[type=number],
.checalc-admin-bar .checalc-admin-controls input[type=text] {
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 120px;
  min-width: 0;
  font-size: 0.75rem;
}
.checalc-admin-bar .checalc-admin-controls input[type=number]::-webkit-input-placeholder, .checalc-admin-bar .checalc-admin-controls input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 100%;
}
.checalc-admin-bar .checalc-admin-controls input[type=number]::-moz-placeholder, .checalc-admin-bar .checalc-admin-controls input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 100%;
}
.checalc-admin-bar .checalc-admin-controls input[type=number]:-ms-input-placeholder, .checalc-admin-bar .checalc-admin-controls input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 100%;
}
.checalc-admin-bar .checalc-admin-controls input[type=number]::-ms-input-placeholder, .checalc-admin-bar .checalc-admin-controls input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 100%;
}
.checalc-admin-bar .checalc-admin-controls input[type=number]::placeholder,
.checalc-admin-bar .checalc-admin-controls input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 100%;
}
.checalc-admin-bar .checalc-admin-controls input[type=number]:focus,
.checalc-admin-bar .checalc-admin-controls input[type=text]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.45);
}
.checalc-admin-bar .checalc-admin-controls .btn {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.checalc-admin-bar .checalc-admin-controls .btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.checalc-admin-bar .checalc-admin-controls .btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.checalc-admin-err {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 2147483600;
  background: #fee;
  border: 1px solid #f99;
  color: #900;
  border-radius: 6px;
  padding: 8px 10px;
  font: 14px/1.4 system-ui;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: none;
}

@media (max-width: 992px) {
  .checalc-admin-bar {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 12px 12px 0 0;
    max-width: none;
    width: 100%;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }
  .checalc-admin-bar .checalc-admin-controls {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checalc-admin-bar .checalc-admin-controls input[type=number],
  .checalc-admin-bar .checalc-admin-controls input[type=text] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    width: auto;
  }
  .checalc-admin-bar .checalc-admin-controls .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
/* Простая модалка ввода e-mail */
.calcmodal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.calcmodal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calcmodal__card {
  width: min(720px, 94vw);
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  padding: 16px;
}

.calcmodal__title {
  margin: 0 0 8px 0 !important;
  font-weight: 600;
}

.calcmodal__row {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.calcmodal__row label {
  font-size: 16px;
  color: #555;
}

.calcmodal__row input, .calcmodal__row textarea {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.calcmodal__actions {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 12px;
  cursor: pointer;
}

.btn-primary {
  background: #e02a1c;
  border-color: #e02a1c;
  color: #fff;
}

.btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.calcmodal--actions .calcmodal__card { /* можно ничего не менять — общий каркас подходит */ }
.calcmodal--actions .calcmodal__actions.calcactions {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  grid-auto-rows: minmax(38px, auto);
}
.calcmodal--actions .calcmodal__actions.calcactions .btn {
  width: 100%;
}

#checalc-create.is-disabled,
#checalc-create:disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.btn:focus-visible {
  outline: 2px solid rgba(224, 42, 28, 0.35);
  outline-offset: 2px;
}

#checalc-email-shortcut {
  background-color: var(--main, #e02a1c);
  color: #fff;
}

#checalc-deal-shortcut {
  background-color: #38b3f4;
  color: #fff;
}

#dealGo {
  background-color: #38b3f4;
  color: #fff;
}
#dealGo:hover {
  background-color: #0d9fec;
}

#dealOk {
  color: var(--main, #e02a1c);
  background-color: #fff;
  border: 1px solid var(--main, #e02a1c);
}
#dealOk:hover {
  background-color: var(--hover);
  border: 1px solid var(--hover);
  color: #fff;
}

#checalc-save {
  background-color: #00a550;
  color: #fff;
}

.checalc-admin-shortcuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.checalc-admin-shortcuts .btn {
  height: 32px;
}

.is-hidden {
  display: none !important;
}

.checalc-admin-bar .checalc-admin-controls {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checalc-rid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 5px;
  background: var(--grey-80);
  border-radius: 8px;
  border: 1px solid black;
}

#checalc-create.is-hidden {
  display: none;
}

.calcmodal--dealresult .checalc-kv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 12px 1fr;
  grid-template-columns: 160px 1fr;
  gap: 6px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 125%;
}
.calcmodal--dealresult .checalc-kv__k {
  color: #666;
}
.calcmodal--dealresult .checalc-kv__v {
  font-weight: 600;
}

.checalc-deal-loader {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 910;
}
.checalc-deal-loader.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checalc-deal-loader__spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -webkit-animation: checalc-spin 0.8s linear infinite;
          animation: checalc-spin 0.8s linear infinite;
  margin-right: 12px;
}
.checalc-deal-loader__text {
  color: #fff;
  font: 600 16px/1.2 system-ui;
}

@-webkit-keyframes checalc-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes checalc-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.checalc-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483600; /* выше бара/нотисов */
  background: rgba(0, 0, 0, 0.55);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.checalc-overlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checalc-overlay__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: rgba(20, 20, 24, 0.9);
  color: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  max-width: 90vw;
}

.checalc-overlay__spinner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -webkit-animation: checalc-spin 0.9s linear infinite;
          animation: checalc-spin 0.9s linear infinite;
}

.checalc-overlay__text {
  font: 600 16px/1.25 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
/* End */


/* Start:/bitrix/components/arsis/calculator/templates/granyart/assets/css/calculator.granyart.css?17601050442199*/
@charset "UTF-8";
.che-uploader-overlay {
  display: none;
  position: fixed;
  inset: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.che-uploader-overlay.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* изначально форма свёрнута и не видна */
.cheformemail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: max-height 0.28s ease, opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: max-height 0.28s ease, opacity 0.75s ease, -webkit-transform 0.75s ease;
  transition: max-height 0.28s ease, opacity 0.75s ease, transform 0.75s ease;
  transition: max-height 0.28s ease, opacity 0.75s ease, transform 0.75s ease, -webkit-transform 0.75s ease;
  will-change: max-height, opacity, transform;
}

/* включение режима отправки e-mail */
.checalc-root.is-email .cheformemail {
  max-height: none;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 1.25rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

/* по умолчанию скрыты основные кнопки и ссылки */
.chebtns .cheformbtns {
  display: none;
}

.chebtns .chelinks {
  display: none;
}

/* показываем, когда есть хотя бы один валидный размер (текущий или добавленный) */
.checalc-root.has-items:not(.is-email) .chebtns .cheformbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checalc-root.has-items:not(.is-email) .chebtns .chelinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.checalc-root.is-email .chefields, .checalc-root.is-email .cheformbtns, .checalc-root.is-email .chelog {
  display: none !important;
}

.chebtns .cheformemailbtns {
  display: none;
}

.checalc-root.is-email .cheformemailbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* 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?17624106574416*/
.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 */
/* /local/templates/granyart/components/bitrix/breadcrumb/main/style.css?1743083447856 */
/* /bitrix/components/arsis/calculator/templates/granyart/assets/css/checalc-styles.css?178239147635595 */
/* /bitrix/components/arsis/calculator/templates/granyart/assets/css/calculator.granyart.css?17601050442199 */
/* /bitrix/components/arsis/extshop.order/templates/granyart/style.css?177618001013470 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17624106574416 */
