

/* Start:/local/templates/qtool/a/css/proiz/choices/choices.min.css?17713244889284*/
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: 0;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}
.choices[data-type*="select-one"]
  .choices__item[data-placeholder]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0-4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005f75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"]
    .choices__list--dropdown
    .choices__item--selectable[data-select-text],
  [dir="rtl"]
    .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"]
    .choices__list--dropdown
    .choices__item--selectable[data-select-text]::after,
  [dir="rtl"]
    .choices__list[aria-expanded]
    .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}
.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}

/* End */


/* Start:/local/templates/qtool/a/css/proiz/normalize.css?17713244888112*/
/* Document
   ========================================================================== */

* {
	box-sizing: border-box !important;
	outline: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.25; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `primary` element consistently in IE.
 */

main {
	display: block;
}

button {
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	line-height: normal;
}

input,
textarea {
	opacity: 1;
	background-color: transparent;
	border: none;
	font-size: inherit;
	cursor: text;
	padding: 0;
	line-height: inherit;
}

textarea,
textarea:before,
textarea:after,
input,
input:before,
input:after {
	-webkit-user-select: auto !important;
	-khtml-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	-o-user-select: auto !important;
	user-select: auto !important;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	text-decoration: none;
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

p {
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.3em;
	left: 0.1em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input,
textarea {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the _default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
	resize: none;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

label {
	cursor: pointer;
}

pre {
	text-wrap: unset;
}

a {
	color: inherit;
}

body {
	webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: disc;
	list-style-position: outside;
}

ul > li::marker {
	font-size: 0.5em;
}

ol {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-position: outside;

	li {
		@supports (-webkit-touch-callout: none) {
			position: relative;
			left: 0.4em;
		}
	}
}

ol > li::marker {
	font-weight: bold;
}

a {
	text-decoration: underline;
}

/* End */


/* Start:/local/templates/qtool/a/css/proiz/global.css?1772178358489*/
:root {
  /* Colors */
  --color-text: #303b45;
  --color-white: #fff;
  --color-gray-99: #999999;
  --color-gray-66: #666666;

  --color-light-gray: #f4f6f9;
  --color-gray-33: #333333;

  --color-brand: #0475b1;
  --color-brand-opacity-15: #0475b126;
  --color-brand-active: #00669d;

  --color-gray-opacity-75: #303b45bf;
  --color-gray-opacity-50: #303b4580;
  --color-gray-opacity-25: #303b4540;
  --color-gray-opacity-15: #303b4526;

  --color-error: #ed1d23;
}

/* End */


/* Start:/local/templates/qtool/a/css/proiz/common.css?177313118312917*/
body {
  font-weight: 400;
  font-family: "Montserrat", sans-serif, Arial, Helvetica;
  background-color: var(--color-white);
}

html,
body {
  color: var(--color-text);
  scroll-behavior: smooth;
}

* {
  scroll-behavior: smooth;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body ul,
body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body ol > li::marker {
  font-weight: inherit;
}

body a {
  text-decoration: none;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

/* --- UI styles --- */

/* -- Container -- */

.container-wide {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1320px;
}

/* -- Typography -- */

.main-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.second-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.small-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .main-title {
    font-size: 32px;
    line-height: 24px;
  }

  .second-title {
    font-size: 26px;
    line-height: 32px;
  }

  .small-title {
    font-size: 21px;
  }
}

/* -- Fields -- */

.inputbox {
  position: relative;
  height: fit-content;
}

.inputbox.additional {
  z-index: 1;
}

.input,
.textarea {
  padding: 15px;
  height: 56px;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  border: 1px solid var(--color-gray-opacity-15);
  transition: border-color 0.3s ease;
}

.labelp {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-gray-opacity-75);
  transition: all 0.3s ease;
}

.textarea + .labelp {
  top: 28px;
}

.input.error {
  border-color: var(--color-error);
}

.input:not(.error):hover,
.input:not(.error):focus {
  border-color: var(--color-gray-opacity-75);
}

.input:focus + .labelp,
.input:not(:placeholder-shown) + .labelp,
.textarea:focus + .labelp,
.textarea:not(:placeholder-shown) + .labelp {
  transform: none;
  top: 0;
  font-size: 9px;
}

.input::placeholder,
.textarea::placeholder {
  font-weight: 500;
  color: var(--color-gray-opacity-75);
}

.textarea {
  resize: none;
  min-height: 124px;
  width: 100%;
  line-height: 16px;
}

/* Заполненный input */

.inputbox.is-filled .input,
.textarea.is-filled {
  border-color: var(--color-brand);
  color: var(--color-brand);
}

.inputbox.is-filled .labelp {
  color: var(--color-brand);
}

/* -- File input -- */
.file {
  position: relative;
}

.file-label {
  padding: 15px 32px;
  border: 1px dashed var(--color-gray-99);
}

.file-label.active {
  border-color: var(--color-brand);
  color: var(--color-brand);
}

.file-label.active .file-label-text {
  color: var(--color-brand);
}

/* -- Custom checkbox */
.custom-checkbox-wrapper {
  position: relative;
}

.checkbox-input {
  display: none;
  width: 0;
  height: 0;
}

.custom-checkbox-input {
  position: relative;
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-brand);
}

.custom-checkbox-input::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  transition: background-color 0.3s ease;
}

.checkbox-input:checked + .custom-checkbox-label .custom-checkbox-input::after {
  background-color: var(--color-brand);
}

.custom-checkbox-label {
  justify-content: center;
  gap: 10px;
  font-size: 9px;
  line-height: 11px;
  color: var(--color-gray-66);
}

.custom-checkbox-wrapper span.error {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--color-error);
}

@media (min-width: 769px) {
  .input {
    font-size: 14px;
  }
  .labelp {
    font-size: 14px;
  }

  .textarea {
    min-height: 98px;
    font-size: 14px;
  }

  .file-label {
    padding: 23px 46px;
  }

  .custom-checkbox-label {
    justify-content: flex-start;
    font-size: 12px;
  }

  .custom-checkbox-wrapper span.error {
    width: auto;
  }
}

/* -- Select -- */
.choices {
  margin: 0;
  height: fit-content;
  overflow: visible;
}

.choices__inner {
  padding: 7.5px 28px 7.5px 11px;
  display: flex;
  min-height: 56px;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-gray-opacity-15);
  border-radius: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  overflow: visible;
  z-index: 3;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item,
.choices__input {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
}

.choices__list[aria-expanded]
  .choices__list:not([aria-multiselectable])
  .choices__item:not(:first-child):not(.choices__item--custom) {
  position: relative;
  padding: 5px 10px 5px 28px;
}

.choices__list[aria-expanded] .choices__list:not([aria-multiselectable]) {
  padding: 10px;
  word-break: initial;
}

.choices__list[aria-expanded] .choices__item.choices__item--custom {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-gray-opacity-75);
  width: 100%;
}

.choices__item--custom .material-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: var(--color-white);
}

.choices__list[aria-expanded]
  .choices__list:not([aria-multiselectable])
  .choices__item:not(:first-child):not(.choices__item--custom)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--color-gray-opacity-25);
}

.choices__list[aria-expanded]
  .choices__list:not([aria-multiselectable])
  .choices__item:not(:first-child):not(.choices__item--custom)::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 13px;
  height: 13px;
  background-color: transparent;
}

.choices__list[aria-expanded]
  .choices__list:not([aria-multiselectable])
  .choices__item:not(:first-child).is-selected::before {
  border-color: var(--color-brand);
}

.choices__list[aria-expanded]
  .choices__list:not([aria-multiselectable])
  .choices__item:not(:first-child).is-selected::after {
  background-color: var(--color-brand);
  opacity: 1;
}

.choices__list[aria-expanded] {
  z-index: 2;
}

.choices__list--single .choices__item {
  color: var(--color-gray-opacity-75);
}

.choices[data-type*="select-one"]::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid var(--color-gray-opacity-75);
  border-radius: 2px;
  border-top: transparent;
  border-left: transparent;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open::after {
  margin-top: 0;
  border: none;
  border-top: 2px solid var(--color-gray-opacity-75);
  border-left: 2px solid var(--color-gray-opacity-75);
}

.choices__list--single {
  padding: 4px 12px 4px 4px;
  width: fit-content;
  max-width: 100%;
  margin-right: -10px;
}

.choices__list--single .choices__item--selectable {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choices__list--multiple {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.choices__item--selectable {
  min-width: 0;
}

.choices__list[aria-multiselectable] {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.choices--custom-multiple .choices__list[aria-multiselectable] .choices__item {
  padding: 4px 11px;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid rgba(48, 59, 69, 0.25);
}

.choices--custom-multiple
  .choices__list[aria-multiselectable]
  .choices__item.is-selected {
  border-color: var(--color-text);
  background-color: var(--color-text);
  color: var(--color-white);
}

.choices__list[aria-multiselectable] .choices__item--custom.is-selected,
.choices__list[aria-multiselectable]
  .choices__item--custom.is-selected.is-highlighted {
  background-color: var(--color-gray-opacity-25);
}

.choices {
  min-width: 0;
}

.choices__list--multiple .choices__item {
  position: relative;
  font-size: 13px;
  padding: 2px 4px;
  margin: 0;
  flex-shrink: 0;
  background-color: transparent;
  color: var(--color-brand);
  border: none;
}

.choices__list--multiple .choices__item:not(:last-child)::after {
  content: ",";
}

.choices__list--multiple .choices__item .choices__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: none;
  border: none;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: transparent;
  border: none;
}

.choices__input {
  background-color: transparent;
}

.choices__list--multiple:has(.choices__item)
  + .choices__input.choices__input--cloned {
  display: none;
}

.choices[data-type="select-multiple"] .choices__list--dropdown {
  padding: 10px;
}

.choices.choices--custom-multiple .choices__list--dropdown {
  padding: 15px 18px;
}

.choices[data-type="select-multiple"] .choices__input {
  margin-bottom: 0;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 0;
}

/* Если в select выбрано значение (не placeholder) */

.choices.is-filled[data-type*="select-one"]::after,
.choices.is-filled .choices__inner {
  border-color: var(--color-brand);
}

.choices.is-filled .choices__list--single .choices__item {
  color: var(--color-brand);
}

/* custom option */

@media (min-width: 769px) {
  .choices__inner {
    font-size: 14px;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item,
  .choices__list--multiple .choices__item,
  .choices__input {
    font-size: 14px;
  }

  .choices__item--custom .material-badge {
    font-size: 16px;
    height: 32px;
    width: 32px;
  }
}

/* -- Buttons -- */

.main-btn {
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  background-color: var(--color-brand);
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: var(--color-white);
  transition: background-color 0.3s ease;
}

.main-btn:hover,
.main-btn:focus,
.main-btn:active {
  background-color: var(--color-brand-active);
}

@media (min-width: 769px) {
  .main-btn {
    min-height: 72px;
    font-size: 18px;
  }
}

/* Tooltip */

.field-tooltip {
  position: relative;
  display: flex;
  z-index: 3;
}

.field-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;

  width: 0;
  height: 0;
  opacity: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--color-text);
  transition: opacity 0.3s ease;
}

.field-tooltip__icon {
  flex-shrink: 0;
}

.field-tooltip__content {
  padding: 8px;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background-color: var(--color-text);
  color: var(--color-white);
  font-size: 12px;
  line-height: 12px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.field-tooltip--top .field-tooltip__content {
  top: auto;
  bottom: calc(100% + 12px);
}

.field-tooltip--top::after {
  top: -12px;
  bottom: auto;
  border-bottom: none;
  border-top: 12px solid var(--color-text);
}

.field-tooltip:hover::after,
.field-tooltip:focus::after,
.field-tooltip.is-active::after,
.field-tooltip:hover .field-tooltip__content,
.field-tooltip:focus .field-tooltip__content,
.field-tooltip.is-active .field-tooltip__content {
  opacity: 1;
}

@media (min-width: 769px) {
  .field-tooltip__content {
    padding: 12px;
    min-width: 292px;
  }
}

/* End */


/* Start:/local/templates/qtool/a/css/proiz/main.css?177313126220457*/
.breadcrumbs {
  margin-bottom: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 24px;
  color: var(--color-gray-99);
}

.main {
  padding: 20px 0 60px 0;
}

/* Hero */
.hero {
  margin-bottom: 20px;
}

.hero__title {
  margin-bottom: 13px;
}

.hero__main-info {
  padding: 0;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}

.hero__main-info-list {
  margin-left: 15px;
  list-style: decimal;
  color: var(--color-text);
}

.hero__main-info-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}

.hero__main-info-disclaimer {
  margin-top: 28px;
  font-size: 9px;
  line-height: 100%;
  max-width: 434px;
  color: var(--color-gray-66);
}

.hero__product-categories-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.hero__product-categories-item-title {
  font-size: 14px;
  line-height: 150%;
  color: var(--color-light-gray);
  z-index: 1;
}

.hero__product-categories-item-link {
  position: relative;
  padding: 23px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 144px;
  background-color: var(--color-text);
  overflow: hidden;
}

.hero__product-categories-item-img-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.hero__product-categories-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__product-categories-item-picture.second-picture,
.hero__product-categories-item-picture.third-picture {
  display: none;
  transition: opacity 0.3s ease;
}

.hero__product-categories-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Production request */

.production-request {
  margin: 0 -20px 37px -20px;
  background-image: url("/local/templates/qtool/a/css/proiz/../../img/proiz/production-request-form/production-request-form.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.production-request__container {
  padding: 31px 20px 57px 20px;
}

.production-request__title {
  font-weight: 700;
  margin-bottom: 23px;
  color: var(--color-brand);
}

.production-request__buyers-details {
  margin-bottom: 32px;
}

.production-request__buyers-details-title {
  display: inline-block;
  margin-bottom: 10px;
}

.production-request__buyers-details-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.production-request__buyers-details-inputs-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.production-request__technical-information-title {
  display: inline-block;
  margin-bottom: 9px;
}

.production-request__select-tool {
  margin-bottom: 25px;
}

.production-request__select-tool-top-wrapper {
  margin-bottom: 6px;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.production-request__select-tool-title {
  display: inline-block;
  flex-shrink: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-gray-opacity-75);
}

.production-request__select-tool-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.production-request__select-tool-item-btn {
  padding: 7px 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  min-height: 88px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-gray-33);
  border: 1px solid #0475b10d;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.production-request__select-tool-item-btn-icons-wrapper {
  gap: 8px;
}

.production-request__select-tool-item-btn-icon {
  color: var(--color-text);
  align-self: center;
}

.production-request__select-tool-item-btn-icon.first-icon {
  transform: rotate(180deg);
}

.production-request__select-tool-item-btn-icon.second-icon {
  transform: rotate(-90deg);
}

.production-request__select-tool-item-btn:not(.active):hover,
.production-request__select-tool-item-btn:not(.active):focus {
  color: var(--color-brand);
  border-color: var(--color-brand);
}

.production-request__select-tool-item-btn:not(.active):hover
  .production-request__select-tool-item-btn-icon,
.production-request__select-tool-item-btn:not(.active):focus
  .production-request__select-tool-item-btn-icon {
  color: var(--color-brand);
}

.production-request__select-tool-item-btn.active {
  background-color: var(--color-brand);
  color: var(--color-white);
}

.production-request__select-tool-item-btn:disabled,
.production-request__select-tool-item-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.production-request__select-tool-item-btn.active
  .production-request__select-tool-item-btn-icon {
  color: var(--color-light-gray);
}

.production-request__select-tool-item-btn-title {
  text-align: left;
}

.production-request__select-tool-item-btn-icon.frezi {
  transform: translateY(-7px);
}

.production-request__select-tool-item-btn-icon.sverla {
  transform: translateY(-12px);
}

.production-request__select-tool-item-btn-icon.rezbofrezi {
  transform: translateY(-9px);
}

.production-request__select-tool-item-btn-icon.metchiki {
  transform: translateY(-12px);
}

.production-request__select-tool-item-btn-icon.plashki {
  transform: translateY(-8px);
}

.production-request__select-tool-item-btn-icon.razvertki {
  transform: translateY(-15px);
}

.production-request__select-tool-item-btn-icon.zenkera {
  transform: translateY(-8px);
}

.production-request__select-tool-item-btn-icon.kalibri {
  transform: translateY(-10px);
}

.production-request__parameters {
  margin-bottom: 28px;
}

.production-request__parameters-title {
  display: inline-block;
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-gray-opacity-75);
}

.production-request__parameters-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.production-request__remove-position-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-gray-opacity-75);
  transition: color 0.3s ease;
}

.production-request__remove-position-btn:hover,
.production-request__remove-position-btn:focus {
  color: var(--color-text);
}

.production-request__remove-position-btn-icon {
  width: 12px;
  height: 12px;
}

#technical-template
  + .production-request__technical-information-wrapper
  .production-request__remove-position-btn {
  display: none;
}

.production-request__remove-position-btn.active {
  display: flex;
}

.production-request__add-position-btn {
  margin-bottom: 20px;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: var(--color-brand);
  transition: opacity 0.3s ease;
}

.production-request__add-position-btn-icon {
  width: 16px;
  height: 16px;
}

.production-request__add-position-btn:hover,
.production-request__add-position-btn:focus,
.production-request__add-position-btn:active {
  opacity: 0.7;
}

.production-request__form-bottom-btns {
  display: flex;
  flex-direction: column-reverse;
  gap: 11px;
  margin-bottom: 16px;
}

.production-request__form-file,
.production-request__form-btn {
  min-width: auto;
}

.production-request__form-file-input {
  display: none;
}

.production-request__form-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.production-request__form-file-text {
  font-size: 13px;
  line-height: 100%;
  color: var(--color-gray-66);
}

.production-request__form-delete-file-btn {
  position: absolute;
  right: 0;
  bottom: -16px;
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--color-gray-opacity-75);
  font-size: 10px;
  line-height: 100%;
}

.production-request__form-delete-file-btn.is-visible {
  display: flex;
}

.production-request__form-delete-file-btn .icon-wrapper {
  transform: rotate(45deg);
}

.production-request__form-delete-file-btn .icon {
  width: 16px;
  height: 16px;
}

/* Cooperation */

.cooperation {
  margin-bottom: 49px;
}

.cooperation__title {
  margin-bottom: 30px;
}
.cooperation__stages-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.cooperation__stages-item-number {
  position: relative;
  margin-bottom: 24px;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-brand);
  background-color: var(--color-white);
  border: 1px solid var(--color-brand-opacity-15);
  border-radius: 50%;
  z-index: 1;
}

.cooperation__stages-item-number::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 50%;
  border: 2px solid transparent;
  transform: rotate(45deg);
}

.cooperation__stages-item:nth-child(2) .cooperation__stages-item-number::after {
  border-top-color: var(--color-brand);
}

.cooperation__stages-item:nth-child(3) .cooperation__stages-item-number::after {
  border-top-color: var(--color-brand);
  border-right-color: var(--color-brand);
}

.cooperation__stages-item:nth-child(4) .cooperation__stages-item-number::after {
  border-top-color: var(--color-brand);
  border-right-color: var(--color-brand);
  border-bottom-color: var(--color-brand);
}

.cooperation__stages-item:last-child .cooperation__stages-item-number::after {
  border-color: var(--color-brand);
}

.cooperation__stages-item-info-title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.cooperation__stages-item-info-descr {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
}

/* Completed orders */
.completed-orders__container {
  margin: 0 -1px;
}
.completed-orders__slider-wrapper {
  position: relative;
}

.completed-orders__title {
  margin-bottom: 15px;
}

.completed-orders__slider .slick-slide {
  margin: 0 2.5px;
}

.completed-orders__slider .slick-list {
  margin: 0 -2.5px;
}

.completed-orders__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  color: var(--color-white);
  border-radius: 50%;
  background-color: var(--color-brand);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
  z-index: 1;
}

.completed-orders__slider-btn.is-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.completed-orders__slider-btn.btn-next {
  padding-left: 2px;
  right: -15px;
}

.completed-orders__slider-btn.btn-prev {
  padding-right: 2px;
  left: -15px;
}
/* Breakpoints */

@media (min-width: 360px) {
  .hero__product-categories-item-link {
    min-height: 160px;
  }
}

@media (min-width: 400px) {
  .hero__product-categories-item-link {
    min-height: 180px;
  }
}

@media (min-width: 480px) {
  .hero__product-categories-item-link {
    min-height: 250px;
  }
}

@media (min-width: 600px) {
  .hero__product-categories-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hero__product-categories-item-link {
    min-height: 145px;
  }
}

@media (min-width: 660px) {
  .hero__product-categories-item-link {
    min-height: 160px;
  }
}

@media (min-width: 769px) {
  .breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .hero__title {
    margin-bottom: 36px;
  }

  .hero__main-info {
    padding: 16px;
    margin-bottom: 10px;
    min-height: 316px;
    background-image: url("/local/templates/qtool/a/css/proiz/../../img/proiz/hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero__main-info-list {
    margin-left: 21px;
    color: var(--color-light-gray);
  }

  .hero__main-info-item {
    font-size: 18px;
    line-height: 150%;
  }

  .hero__main-info-disclaimer {
    margin-top: auto;
    font-size: 12px;
    color: var(--color-white);
  }
  .hero__product-categories-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .hero__product-categories-item-link {
    padding: 27px 20px 23px 20px;
    min-height: 160px;
  }

  .hero__product-categories-item-picture {
    position: static;
    left: auto;
    top: auto;
    width: auto;
  }

  .hero__product-categories-item-img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    object-fit: cover;
    height: 100%;
  }

  .hero__product-categories-item-link:hover
    .hero__product-categories-item-img--hover,
  .hero__product-categories-item-link:focus
    .hero__product-categories-item-img--hover {
    opacity: 1;
  }

  .hero__product-categories-item-picture.second-picture,
  .hero__product-categories-item-picture.third-picture {
    display: flex;
  }

  .hero__product-categories-item-link:hover
    .hero__product-categories-item-picture.second-picture,
  .hero__product-categories-item-link:hover
    .hero__product-categories-item-picture.third-picture,
  .hero__product-categories-item-link:focus
    .hero__product-categories-item-picture.second-picture,
  .hero__product-categories-item-link:focus
    .hero__product-categories-item-picture.third-picture {
    opacity: 0;
  }

  .hero__product-categories-item-picture {
    display: flex;
    justify-content: center;
  }

  .hero__product-categories-item-img {
    width: auto;
    height: auto;
  }

  .hero__product-categories-item-img.frezi {
    width: 256px;
    transform: translateY(-8px);
  }

  .hero__product-categories-item-img.sverla {
    width: 272px;
    transform: translateY(-15px);
  }

  .hero__product-categories-item-img.rezbofrezi {
    width: 271px;
    transform: translateY(-7px);
  }

  .hero__product-categories-item-img.metchiki {
    width: 270px;
    transform: translateY(-9px);
  }

  .hero__product-categories-item-img.plashki {
    width: 74px;
    transform: translateY(3px);
  }

  .hero__product-categories-item-img.razvertki {
    width: 259px;
    transform: translateY(-17px);
  }

  .hero__product-categories-item-img.zenkera {
    width: 200px;
    transform: translateY(-1px);
  }

  .hero__product-categories-item-img.kalibri {
    width: 197px;
    transform: translateY(-9px);
  }

  .production-request {
    margin: 0 0 37px 0;
  }

  .production-request__title {
    margin-bottom: 30px;
  }

  .production-request__remove-position-btn {
    gap: 8px;
  }

  .production-request__select-tool-item-btn-icon {
    align-self: flex-start;
  }

  .production-request__select-tool-item-btn-icons-wrapper {
    justify-content: flex-start;
  }

  .production-request__select-tool-item-btn-icon.frezi {
    transform: none;
  }

  .production-request__select-tool-item-btn-icon.sverla {
    transform: translateY(-5px);
  }

  .production-request__select-tool-item-btn-icon.rezbofrezi {
    transform: translateY(-3px);
  }

  .production-request__select-tool-item-btn-icon.metchiki {
    transform: translateY(-6px);
  }

  .production-request__select-tool-item-btn-icon.plashki {
    transform: none;
  }
  .production-request__select-tool-item-btn-icon.razvertki {
    transform: translateY(-8px);
  }

  .production-request__select-tool-item-btn-icon.zenkera {
    transform: translateY(-2px);
  }

  .production-request__select-tool-item-btn-icon.kalibri {
    transform: translateY(-4px);
  }

  .production-request__form-bottom-btns {
    flex-direction: row;
  }

  .production-request__form-file,
  .production-request__form-btn {
    min-width: 296px;
  }

  .completed-orders__container {
    margin: 0;
  }

  .completed-orders__slider-btns-wrapper {
    position: absolute;
    right: 0;
    top: -47px;
    gap: 48px;
  }

  .completed-orders__slider-btn {
    position: static;
    top: auto;
    width: auto;
    height: auto;
    color: var(--color-text);
    background-color: transparent;
    transform: none;
  }

  .completed-orders__slider-btn:not(.is-disabled):hover,
  .completed-orders__slider-btn:not(.is-disabled):focus {
    color: var(--color-brand);
  }
  .completed-orders__slider-btn.is-disabled {
    color: var(--color-gray-opacity-50);
  }

  .completed-orders__slider-btn.btn-prev {
    padding-right: 0;
    left: auto;
  }

  .completed-orders__slider-btn.btn-next {
    padding-left: 0;
    right: auto;
  }
}

@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .main {
    padding: 20px 0 90px 0;
  }

  .breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .hero {
    margin-bottom: 45px;
  }

  .hero__main-info {
    padding: 52px 30px 32px 88px;
  }

  .hero__product-categories-item-title {
    padding-left: 9px;
    font-size: 16px;
  }

  .production-request {
    margin: 0 0 71px 0;
  }

  .production-request__container {
    padding: 64px 80px;
  }
  .production-request__title {
    line-height: 24px;
    margin-bottom: 58px;
  }

  .production-request__buyers-details {
    margin-bottom: 51px;
  }

  .production-request__buyers-details-title {
    margin-bottom: 22px;
  }

  .production-request__buyers-details-form {
    gap: 11px;
  }

  .production-request__buyers-details-inputs-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
  }

  .production-request__technical-information-title {
    margin-bottom: 24px;
  }

  .production-request__select-tool {
    margin-bottom: 43px;
  }

  .production-request__select-tool-item-btn-icon {
    align-self: center;
  }

  .production-request__select-tool-item-btn-icons-wrapper {
    justify-content: center;
  }

  .production-request__parameters {
    margin-bottom: 34px;
  }

  .production-request__select-tool-title,
  .production-request__parameters-title {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .production-request__select-tool-title {
    font-size: 15px;
  }

  .production-request__select-tool-top-wrapper {
    margin-bottom: 14px;
  }

  .production-request__select-tool-list {
    grid-template-columns: repeat(8, 1fr);
    gap: 1px;
  }

  .production-request__select-tool-item-btn {
    padding: 7px 13px 14px 13px;
    font-size: 14px;
  }

  .production-request__parameters-form {
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
  }

  .production-request__parameters-form-textarea {
    grid-column: 1 / 5;
  }

  .production-request__add-position-btn {
    font-size: 18px;
  }

  .production-request__add-position-btn-icon {
    width: 24px;
    height: 24px;
  }

  .production-request__form-bottom-btns {
    margin-bottom: 19px;
  }

  .production-request__form-file-text {
    font-size: 16px;
  }

  .production-request__form-delete-file-btn {
    font-size: 12px;
  }

  .cooperation {
    margin-bottom: 71px;
  }

  .cooperation__title {
    margin-bottom: 56px;
  }

  .cooperation__stages-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .cooperation__stages-list::after {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: calc(80% + 18px);
    height: 1px;
    background-color: var(--color-brand);
    z-index: -1;
  }

  .cooperation__stages-item-number {
    margin-bottom: 36px;
    width: 96px;
    height: 96px;
    font-size: 42px;
    line-height: 53px;
  }

  .cooperation__stages-item-info-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .cooperation__stages-item-info-descr {
    font-size: 15px;
    line-height: 18px;
  }

  .completed-orders__title {
    margin-bottom: 35px;
  }

  .completed-orders__slider-btns-wrapper {
    top: -67px;
  }
}

@media (min-width: 1280px) {
  .production-request__container {
    padding: 72px 108px 74px 108px;
  }
}

/* End */
/* /local/templates/qtool/a/css/proiz/choices/choices.min.css?17713244889284 */
/* /local/templates/qtool/a/css/proiz/normalize.css?17713244888112 */
/* /local/templates/qtool/a/css/proiz/global.css?1772178358489 */
/* /local/templates/qtool/a/css/proiz/common.css?177313118312917 */
/* /local/templates/qtool/a/css/proiz/main.css?177313126220457 */
