

/* Start:/local/templates/main/assets/css/libs/norm.css?17836239456312*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 {
  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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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.5em;
}

/* 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 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 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 {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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;
}
/* End */


/* Start:/local/templates/main/assets/css/libs/splide.min.css?17836239465002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/templates/main/assets/css/main.css?178362390390752*/
.ts-dropdown-content::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 4px;
}
.ts-dropdown-content::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: transparent;
}
.ts-dropdown-content::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #afafae;
}

.carpark__btns::-webkit-scrollbar, .ferroconcrete-catalog__btns::-webkit-scrollbar, .other-products__slider-box::-webkit-scrollbar, .certificates__slider-box::-webkit-scrollbar, .company__box::-webkit-scrollbar, .staff__slider-box::-webkit-scrollbar, .reviews__author-wrapper::-webkit-scrollbar, .case-main__list-box::-webkit-scrollbar {
  height: 0px;
}
.carpark__btns::-webkit-scrollbar-track, .ferroconcrete-catalog__btns::-webkit-scrollbar-track, .other-products__slider-box::-webkit-scrollbar-track, .certificates__slider-box::-webkit-scrollbar-track, .company__box::-webkit-scrollbar-track, .staff__slider-box::-webkit-scrollbar-track, .reviews__author-wrapper::-webkit-scrollbar-track, .case-main__list-box::-webkit-scrollbar-track {
  background: transparent;
}
.carpark__btns::-webkit-scrollbar-thumb, .ferroconcrete-catalog__btns::-webkit-scrollbar-thumb, .other-products__slider-box::-webkit-scrollbar-thumb, .certificates__slider-box::-webkit-scrollbar-thumb, .company__box::-webkit-scrollbar-thumb, .staff__slider-box::-webkit-scrollbar-thumb, .reviews__author-wrapper::-webkit-scrollbar-thumb, .case-main__list-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #afafae;
}

.ts-control {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 5px 8px 2px;
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.ts-control > * {
  display: inline-block;
  vertical-align: initial;
}

.ts-wrapper.multi .ts-control > div {
  background: #1da7ee;
  border: 1px solid #0073bb;
  color: #fff;
  cursor: pointer;
  margin: 0 3px 3px 0;
  overflow: auto;
  padding: 2px 6px;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  border: 1px solid #00578d;
  color: #fff;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  background: #d2d2d2;
  border: 1px solid #aaa;
  color: #fff;
}

.ts-control > input {
  background: none !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: inline-block !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 7rem;
  padding: 0 !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  background-color: #fafafa;
  opacity: 0.5;
}

.input-hidden .ts-control > input {
  left: -10000px;
  opacity: 0;
  position: absolute;
}

.ts-dropdown {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  margin: 0.25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .create, .ts-dropdown .no-results, .ts-dropdown .optgroup-header, .ts-dropdown .option {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  cursor: pointer;
  opacity: 1;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}

.ts-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 5px 8px;
  width: 30px;
}

.ts-dropdown .spinner:after {
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.ts-dropdown-content {
  max-height: 200px;
  overflow: hidden auto;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

.plugin-clear_button {
  --ts-pr-clear-button:1em;
}

.plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  background: color-mix(#fff, #d0d0d0, 85%);
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  padding: 10px 8px;
  position: relative;
}

.ts-wrapper .dropdown-header-close {
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: 0.4;
  position: absolute;
  right: 8px;
  top: 50%;
}

.ts-wrapper .dropdown-header-close:hover {
  color: #000;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 8px;
  width: 100%;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.dropdown-active .items-placeholder, .plugin-dropdown_input.has-items .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input:-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0;
}

.ts-wrapper.plugin-remove_button .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ts-wrapper.plugin-remove_button .item .remove {
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  vertical-align: middle;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaa;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaa;
}

:root {
  --ts-pr-clear-button:0px;
  --ts-pr-caret:0px;
  --ts-pr-min:.75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-control, .ts-control input, .ts-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret:2rem;
}

.ts-wrapper.single .ts-control:after {
  border-color: gray transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.ts-wrapper.single .ts-control:not(.rtl):after {
  right: 15px;
}

.ts-wrapper.single .ts-control.rtl:after {
  left: 15px;
}

.ts-wrapper.single.dropdown-active .ts-control:after {
  border-color: transparent transparent gray;
  border-width: 0 5px 5px;
  margin-top: -4px;
}

.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
}

.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min:5px;
}

.ts-wrapper.multi .ts-control [data-value] {
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(180deg, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px hsla(0, 0%, 100%, 0.03);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px hsla(0, 0%, 100%, 0.03);
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
}

.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(180deg, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.ts-wrapper.multi.disabled .ts-control [data-value] {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  text-shadow: none;
}

.ts-wrapper.multi.disabled .ts-control [data-value], .ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}

.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}

.ts-wrapper.single .ts-control {
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 hsla(0, 0%, 100%, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 hsla(0, 0%, 100%, 0.8);
}

.ts-dropdown.single, .ts-wrapper.single .ts-control {
  border-color: #b8b8b8;
}

.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}

.ts-dropdown .optgroup-header {
  font-size: 0.85em;
  font-weight: 700;
  padding-top: 7px;
}

.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.ts-dropdown .optgroup:first-child {
  border-top: 0;
}


@font-face {
  font-family: "Onest";
  src: url("/local/templates/main/assets/css/../fonts/Onest-Light.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/local/templates/main/assets/css/../fonts/Onest-Medium.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/local/templates/main/assets/css/../fonts/Onest-Regular.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/local/templates/main/assets/css/../fonts/Onest-SemiBold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  display: -ms-grid;
  display: grid;
  max-width: 1440px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
  gap: 48px;
  min-width: 360px;
  width: 100%;
}

body {
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
  position: relative;
  font-family: "Onest", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  background: #fff;
}

ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

a,
p,
li,
ul,
span {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

button {
  padding-block: 0;
  padding-inline: 0;
  border-width: 0;
  cursor: pointer;
  background: transparent;
}

main {
  padding-top: 48px;
}

textarea {
  resize: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

fieldset {
  border: none;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
  padding: 0;
  min-inline-size: auto;
}

legend {
  display: block;
  padding-inline: 0;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

a[data-modal-trigger] {
  cursor: pointer;
}

hr {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  border-width: 0;
}

.d-n {
  display: none !important;
}

.d-block {
  display: block !important;
}

input, textarea {
  outline: none;
  border: none;
}

picture, source {
  display: contents;
}

ol {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.h1 {
  font-weight: 300;
  font-size: 88px;
  line-height: 102%;
  letter-spacing: -0.02em;
  color: #1a1a18;
}
.h1 span {
  color: #e85d2a;
}

.btn-orange {
  display: block;
  border-radius: 24px;
  background: #e85d2a;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  background-color: #d4572a;
}

.btn-black {
  display: block;
  border-radius: 24px;
  background: #1a1a18;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
  background-color: #d4572a;
  color: #fff;
}

.btn-arrow {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-arrow::after {
  content: "";
  display: block;
  background-image: url(/local/templates/main/assets/css/../img/arrow-white.svg);
  width: 16px;
  height: 16px;
}

.tab-btn {
  display: -ms-grid;
  display: grid;
  padding: 9px 20px;
  background: transparent;
  border-radius: 100px;
  font-weight: 600;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a18;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.tab-btn.active {
  background-color: #1a1a18;
  color: #fff;
}

.tab-btns {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-black-bodrer {
  border: 1px solid #1a1a18;
  border-radius: 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a18;
  display: -ms-grid;
  display: grid;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.btn-black-bodrer:hover, .btn-black-bodrer:active, .btn-black-bodrer:focus {
  background-color: #f7f6f3;
}

.link {
  color: #e85d2a;
}

.title {
  font-weight: 300;
  font-size: 56px;
  line-height: 107%;
  letter-spacing: -0.01em;
  color: #1a1a18;
}
.title p, .title span {
  color: #e85d2a;
}
.title__description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.title__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.gray-bg {
  background: #f7f6f3;
}

.orange-bg {
  background: #e85d2a;
}
.orange-bg .title, .orange-bg .title__description {
  color: #fff;
}

input {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
  width: 100%;
  background: #fff;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
input:hover, input:active, input:focus {
  border: 1px solid #1a1a18;
}

.input-placeholder__input {
  padding: 25px 16px 7px 16px;
}
.input-placeholder__input::-webkit-input-placeholder {
  opacity: 0;
}
.input-placeholder__input::-moz-placeholder {
  opacity: 0;
}
.input-placeholder__input:-ms-input-placeholder {
  opacity: 0;
}
.input-placeholder__input::-ms-input-placeholder {
  opacity: 0;
}
.input-placeholder__input::placeholder {
  opacity: 0;
}
.input-placeholder__input:focus .consultation__label-text, .input-placeholder__input:active .consultation__label-text {
  font-size: 12px;
  top: 7px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.input-placeholder__label {
  position: relative;
}
.input-placeholder__label:has(.input-placeholder__input:focus) .input-placeholder__label-text, .input-placeholder__label:has(.input-placeholder__input:valid) .input-placeholder__label-text {
  font-size: 12px;
  top: 7px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.input-placeholder__label:has(.input-error) input {
  border: 1px solid #ff5959;
}
.input-placeholder__label-text {
  position: absolute;
  left: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: font-size 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out, top 0.2s ease-in-out;
  pointer-events: none;
}

.input-error {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #ff5959;
}

.input-check {
  display: none;
}
.input-check__label {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}
.input-check__label:has(.input-check:checked) .input-check__custom {
  border: 1px solid #e85d2a;
}
.input-check__label:has(.input-check:checked) .input-check__custom::before {
  opacity: 1;
}
.input-check__custom {
  display: -ms-grid;
  display: grid;
  width: 16px;
  height: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.input-check__custom::before {
  content: "";
  position: absolute;
  background: url(/assets/img/checked.svg);
  width: 9px;
  height: 7px;
  background-size: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.input-check__custom:hover, .input-check__custom:active, .input-check__custom:focus {
  border: 1px solid #e85d2a;
}
.input-check__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a18;
}

.mobile-only {
  display: none;
}

.tab-item.active .tab-content {
  display: -ms-grid;
  display: grid;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: -ms-grid;
  display: grid;
}

.oncrete-details-page .certificates, .concrete-page .certificates, .inert-materials .certificates, .rent-page .certificates, .ferroconcrete .certificates {
  background: #fff;
}

.inert-materials .delivery {
  background: #f7f6f3;
}

.breadcrumbs {
  margin-top: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}
.breadcrumbs .container {
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.breadcrumbs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.breadcrumbs__item::after {
  content: "/";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
  display: block;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.breadcrumbs__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #1a1a18;
}

.header {
  padding: 22px 0;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 106px 1fr;
  grid-template-columns: 106px 1fr;
  gap: 64px;
}
.header__nav-box {
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 64px;
}
.header__phone {
  -ms-grid-column-align: end;
      justify-self: end;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
  color: #1a1a18;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.header__phone:active, .header__phone:hover, .header__phone:focus {
  color: #e85d2a;
}
.header__list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  grid-auto-flow: column;
}
.header__item {
  position: relative;
}
.header__item.active .header__sublink {
  display: -ms-grid;
  display: grid;
}
.header__item.active .header__link--arrow::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.header__sublink {
  position: absolute;
  border-radius: 12px;
  padding: 4px;
  -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  left: -15px;
  top: 25px;
  display: none;
}
.header__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.header__link.active, .header__link:active, .header__link:hover, .header__link:focus {
  color: #1a1a18;
}
.header__link--arrow {
  position: relative;
}
.header__link--arrow::after {
  content: "";
  background: url(/assets/img/select-arrow.svg);
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: none;
}
.header__sublink-link {
  display: -ms-grid;
  display: grid;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
  padding: 8px 10px;
  border-radius: 8px;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.header__sublink-link:active, .header__sublink-link:hover, .header__sublink-link:focus {
  background: #f7f6f3;
}
.header__burger-box {
  display: none;
  padding: 4px 3px;
  -ms-grid-column-align: end;
      justify-self: end;
}
.header__burger {
  gap: 5px;
  width: 24px;
  display: none;
  display: -ms-grid;
  display: grid;
}
.header__burger span {
  height: 1px;
  background: #1a1a18;
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header__burger.active span:first-child {
  -webkit-transform: rotate(45deg) translate(25%, 25%);
      -ms-transform: rotate(45deg) translate(25%, 25%);
          transform: rotate(45deg) translate(25%, 25%);
}
.header__burger.active span:nth-child(2) {
  display: none;
}
.header__burger.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(25%, 25%);
      -ms-transform: rotate(-45deg) translate(25%, 25%);
          transform: rotate(-45deg) translate(25%, 25%);
}
.header hr.mobile-only {
  height: 1px;
  background: #e8e8e8;
  display: block;
  background-color: #e8e8e8;
  margin: 8px 0;
  display: none;
}
.header__addresses-list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.header__addresses-item {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.header__addresses-city {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #1a1a18;
  text-transform: uppercase;
}
.header__addresses-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}

.footer {
  background: #1a1a18;
  padding-bottom: 80px;
  padding-top: 80px;
}
.footer .title {
  color: #fff;
}
.footer .title__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer hr {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.footer__contacts-box {
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.footer__contacts-phone {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #e85d2a;
}
.footer__contacts-mail {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.footer__map {
  width: 100%;
  max-height: 384px;
  height: 100%;
}
.footer__addresses-accordion {
  display: none;
}
.footer__addresses {
  display: -ms-grid;
  display: grid;
  gap: 48px;
  width: 100%;
}
.footer__addresses .ymaps3--map-container {
  min-height: 384px;
}
.footer__map {
  border-radius: 12px;
  overflow: hidden;
}
.footer__addresses-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.footer__addresses-link {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  cursor: pointer;
}
.footer__addresses-link.active .footer__addresses-city {
  color: #e85d2a;
}
.footer__addresses-city {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #afafae;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
}
.footer__addresses-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-grid-column-align: end;
      justify-self: end;
}
.footer__copy-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__social-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.footer__copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}

.ymaps3--marker {
  width: auto !important;
  min-width: 33px;
}

.accordion-header {
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-flow: column;
}
.accordion-header::after {
  content: "";
  clip-path: path("M4.24267 3.3L7.54267 0L8.48533 0.942666L4.24267 5.18533L0 0.942666L0.942667 0L4.24267 3.3Z");
  background: #fff;
  width: 9px;
  height: 6px;
  padding: 5px 4px;
  -webkit-transition: background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.accordion-header-content {
  text-align: left;
}

.accordion-city {
  font-weight: 600;
  font-size: 16px;
}

.accordion-address {
  margin: 4px 0 0;
  opacity: 0.8;
  font-size: 14px;
}

.mobile-map {
  border-radius: 12px;
  overflow: hidden;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}

.accordion-item.active .accordion-content {
  max-height: 340px;
  border-radius: 12px;
  overflow: hidden;
}
.accordion-item.active .footer__addresses-city {
  color: #e85d2a;
}
.accordion-item.active .accordion-header::after {
  background: #e85d2a;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.section.banner {
  padding-top: 64px;
  padding-bottom: 0;
}
.section.banner.padding-bottom {
  padding-bottom: 48px;
}

.banner__subtitle {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e85d2a;
}
.banner__subtitle-gray {
  font-weight: 300;
  font-size: 28px;
  line-height: 150%;
  color: #afafae;
  margin-top: 16px;
}
.banner__price-box {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
.banner__price-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.banner__price {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  color: #e85d2a;
}
.banner__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
  max-width: 416px;
}
.banner__btn-call {
  padding: 15px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__btn-price {
  padding: 15px 32px;
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.banner__btn-max {
  padding: 15px 32px;
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.banner__btn-max::after {
  content: "";
  display: block;
  background-image: url(/local/templates/main/assets/css/../img/max.svg);
  width: 16px;
  height: 16px;
}
.banner__buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.banner__box {
  display: -ms-grid;
  display: grid;
  gap: 64px;
}
.banner__content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.banner__content.content-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.banner__title-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.banner__title-wrapper.other-gap {
  gap: 24px;
}
.banner__description {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.banner__img {
  height: 400px;
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.autopark__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr 2fr;
  grid-template-columns: 4fr 3fr 2fr;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.autopark__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 200px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.autopark__item:nth-of-type(1), .autopark__item:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.autopark__img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.autopark__desc-box {
  display: -ms-grid;
  display: grid;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-flow: column;
}
.autopark__content {
  display: -ms-grid;
  display: grid;
  position: relative;
  padding: 53px 24px 24px 24px;
}
.autopark__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 16px;
  opacity: 0.9;
  z-index: 0;
}
.autopark__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  position: relative;
}
.autopark__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.autopark__count {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}
.autopark__link {
  padding: 15px 32px;
  -ms-grid-column-align: start;
      justify-self: start;
  margin-top: 50px;
}

.catalog-main .container {
  gap: 32px;
}
.catalog-main .title__box {
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-main__tab-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: end;
      justify-self: end;
}
.catalog-main__tab {
  display: -ms-grid;
  display: grid;
  padding: 9px 20px;
  background: transparent;
  border-radius: 100px;
  font-weight: 600;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a18;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.catalog-main__tab.active {
  background-color: #1a1a18;
  color: #fff;
}
.catalog-main__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}
.catalog-main__content {
  display: none;
}
.catalog-main__content.active {
  display: -ms-grid;
  display: grid;
}
.catalog-main__link {
  display: -ms-grid;
  display: grid;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  gap: 24px;
}
.catalog-main__text {
  font-weight: 600;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-main__text--price {
  color: #e85d2a;
}
.catalog-main__text--type {
  color: #afafae;
}
.catalog-main__item-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #1a1a18;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-main__item-title::after {
  content: "";
  background: url("/assets/img/arrow-black.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: block;
}
.catalog-main__btn {
  padding: 15px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog-main__btn-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
  -ms-grid-column-align: start;
      justify-self: start;
}

.case-main {
  padding-bottom: 0;
}
.case-main__title-desc {
  max-width: 416px;
}
.case-main__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 616px;
}
.case-main__list-box {
  width: 100%;
  display: -ms-grid;
  display: grid;
  overflow-x: scroll;
}
.case-main__link {
  display: -ms-grid;
  display: grid;
}
.case-main__content {
  display: -ms-grid;
  display: grid;
  gap: 4px;
  padding: 16px 12px;
}
.case-main__city {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #e85d2a;
}
.case-main__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
}
.case-main__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
  margin-top: 8px;
}
.case-main__item-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 14px;
}
.case-main__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #1a1a18;
  white-space: nowrap;
}
.case-main__text--mark {
  color: #e85d2a;
}
.case-main__img {
  border-radius: 16px;
  max-height: 257px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-main__btn {
  padding: 15px 32px;
  -ms-grid-column-align: start;
      justify-self: start;
}

.advantages .title__description, .application .title__description {
  max-width: 420px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.advantages__list, .application__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 20px;
}
.advantages__item, .application__item {
  border-top: 1px solid #e8e8e8;
  padding: 32px 0px 0px;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.advantages__content, .application__content {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.advantages__count, .application__count {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  color: #e85d2a;
  opacity: 0.6;
}
.advantages__title, .application__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
}
.advantages__description, .application__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
  display: -ms-grid;
  display: grid;
}

.calculator__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.calculator__content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.calculator__info-box {
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.calculator__info-item {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.calculator__box-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1a1a18;
}
.calculator__info-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
  text-transform: uppercase;
}
.calculator__info-value {
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #1a1a18;
}
.calculator__info-value--price {
  color: #e85d2a;
}
.calculator__info-unit {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.calculator__info-unit--price {
  color: #e85d2a;
}
.calculator__form {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  max-width: 530px;
}
.calculator__form:has(.foundation2:checked) .calculator__inputs {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.calculator__form:has(.foundation2:checked) .calculator__label-input--hidden {
  display: -ms-grid;
  display: grid;
}
.calculator__form-box {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.calculator__form-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
  text-transform: uppercase;
}
.calculator__form-radio-boxes {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 16px;
}
.calculator__form-radio-box {
  display: -ms-grid;
  display: grid;
  padding: 11px;
  border-radius: 12px;
  border: 2px solid #afafae;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.calculator__form-radio-box input {
  display: none;
}
.calculator__form-radio-box:has(input:checked) {
  border-color: #e85d2a;
}
.calculator__select-box {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  position: relative;
}
.calculator__select-box:focus-visible {
  outline: 0;
  border: none;
}
.calculator__inputs {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.calculator__input {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
  width: 100%;
  background: #fff;
}
.calculator__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.calculator__input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.calculator__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.calculator__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.calculator__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.calculator__label-input {
  display: -ms-grid;
  display: grid;
}
.calculator__label-input--hidden {
  display: none;
}
.calculator__btn {
  padding: 15px;
}

.ts-wrapper {
  min-height: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ts-wrapper:focus-visible {
  border: none;
  outline: 0;
}

.ts-wrapper .ts-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px;
  padding: 16px;
  background-image: none !important;
  cursor: pointer !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.ts-wrapper .ts-control input {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
}
.ts-wrapper .ts-control input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.ts-wrapper .ts-control input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.ts-wrapper .ts-control input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.ts-wrapper .ts-control input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.ts-wrapper .ts-control input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #afafae;
}
.ts-wrapper .ts-control:focus-visible {
  outline: 0;
}
.ts-wrapper .ts-control:hover, .ts-wrapper .ts-control:active, .ts-wrapper .ts-control:focus {
  border: 1px solid #1a1a18 !important;
}

.ts-wrapper.single .ts-control:after {
  background-image: url("/assets/img/select-arrow.svg");
  width: 24px;
  height: 24px;
  border: none;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.ts-wrapper.single.dropdown-active .ts-control:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
      -ms-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.ts-dropdown {
  border-radius: 12px;
  padding: 4px;
  -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border: none;
}
.ts-dropdown .option {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
  border-radius: 8px;
  padding: 10px 8px;
}
.ts-dropdown .active {
  background: #f7f6f3;
}

.technology .title__description {
  max-width: 416px;
}
.technology__content {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.technology__indicators {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
}
.technology__item {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.technology__count {
  font-weight: 300;
  font-size: 56px;
  line-height: 107%;
  letter-spacing: -0.01em;
  color: #1a1a18;
}
.technology__desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #afafae;
}

.manufacture .title__box {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.manufacture__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.manufacture__img-box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.manufacture__img {
  border-radius: 16px;
  display: block;
}
.manufacture__video-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}
.manufacture__video-box .video-element {
  width: 100%;
  display: block;
}
.manufacture__video-box .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  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;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
  cursor: pointer;
}
.manufacture__video-box.is-playing .video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.manufacture__video-box .center-play-btn {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  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;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.manufacture__video-box .center-play-btn:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  background: rgba(255, 255, 255, 0.45);
}
.manufacture__video-box .center-play-btn:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.manufacture__video-box .center-play-btn svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}

.stages .title__box {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
}
.stages .title__description {
  margin-top: 0;
}
.stages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.stages__item {
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
  gap: 12px;
}
.stages__count {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  color: #e85d2a;
  opacity: 0.6;
  margin-bottom: 12px;
}
.stages__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a18;
}
.stages__item-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.stages__btn {
  padding: 15px 32px;
  -ms-grid-column-align: start;
      justify-self: start;
}

.reviews {
  padding-top: 0;
}
.reviews .title__box {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__yandex {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-grid-row-align: end;
      align-self: end;
  padding: 8px;
  background: #f7f6f3;
  border-radius: 48px;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
}
.reviews__yandex-img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__yandex-text-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__yandex-assessment {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
}
.reviews__yandex-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.reviews__btn {
  padding: 15px 32px;
  justify-items: center;
  -ms-grid-column-align: start;
      justify-self: start;
}
.reviews__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 7fr 1fr 4fr;
  grid-template-columns: 7fr 1fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__author-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.reviews__author-list {
  display: -ms-grid;
  display: grid;
  border-radius: 16px;
  padding: 24px;
  background: #f7f6f3;
  gap: 16px;
}
.reviews__author {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.reviews__company {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.reviews__author-btn {
  display: -ms-grid;
  display: grid;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.reviews__author-btn:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.reviews__author-btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #e85d2a;
  border-radius: 50%;
  right: 0;
  top: 22px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.reviews__author-btn.active::after {
  opacity: 1;
}
.reviews__author-btn.active .reviews__author {
  color: #e85d2a;
}
.reviews__author-content {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.reviews__wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  gap: 32px;
  position: relative;
  display: none;
}
.reviews__wrapper::before {
  content: "";
  background: url(/assets/img/reviews.svg);
  width: 72px;
  height: 72px;
  background-size: contain;
}
.reviews__wrapper.active {
  display: -ms-grid;
  display: grid;
}
.reviews__text {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1a1a18;
}

.staff__card {
  display: -ms-grid;
  display: grid;
}
.staff__card-content {
  padding: 16px 12px;
}
.staff__img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 372px;
}
.staff__post {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #e85d2a;
  margin-bottom: 4px;
}
.staff__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
  margin-bottom: 8px;
}
.staff__experience {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.staff__slider-box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow-x: scroll;
}

.consultation .title__box {
  gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.consultation .title__description {
  margin-top: 0;
}
.consultation .container {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.consultation__form {
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.consultation__form-btn {
  padding: 19px 32px;
}

.slider-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: relative;
}
.slider-btn:disabled {
  opacity: 0.6;
}
.slider-btn::after {
  position: absolute;
  content: "";
  background: url(/assets/img/slider-btn.svg);
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider-btn.prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.slider-controls {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}

.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider-track::-webkit-scrollbar {
  display: none;
}

.employee-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 18px);
          flex: 0 0 calc(25% - 18px);
  scroll-snap-align: start;
}

.certificate-card, .company-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 16px);
          flex: 0 0 calc(20% - 16px);
}

.other-products-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 18px);
          flex: 0 0 calc(25% - 18px);
  scroll-snap-align: start;
}

.slider-controls {
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.certificates__slider-box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow-x: scroll;
}
.certificates__img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  display: block;
}

.company__box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow-x: scroll;
}

.parameter__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
}
.parameter__item {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
.parameter__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.parameter__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a18;
}
.parameter__property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.parameter__property-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
}
.parameter__property-item::before {
  content: "";
  background: url(/assets/img/property-check.svg);
  width: 20px;
  height: 20px;
  background-position: center center;
}
.parameter__property-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a18;
}

.delivery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.delivery__item {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
}
.delivery__img {
  max-width: 48px;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.delivery__content {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.delivery__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
}
.delivery__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}

.faq .container {
  -ms-grid-columns: 5fr 1fr 6fr;
  grid-template-columns: 5fr 1fr 6fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.faq .title__box {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
.faq .title__description {
  margin-top: 0;
  max-width: 528px;
}
.faq .title__description a {
  color: #e85d2a;
}
.faq__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.faq__item {
  padding: 18px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.faq__item:first-child {
  border-top: 1px solid #e8e8e8;
}
.faq__item.active .faq__question::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.faq__question {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: start;
}
.faq__question::after {
  content: "";
  background: url(/assets/img/tab-arrow.svg);
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.faq__answer {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}

.other-products {
  padding-bottom: 0;
}
.other-products__slider-box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow-x: scroll;
}
.other-products__link {
  display: -ms-grid;
  display: grid;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 24px;
  gap: 24px;
  background: #f7f6f3;
  min-width: 260px;
}
.other-products__title-box {
  gap: 4px;
}
.other-products__price-box {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
.other-products__title {
  display: -ms-grid;
  display: grid;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #1a1a18;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-auto-flow: column;
}
.other-products__title::after {
  content: "";
  background: url(/assets/img/other.svg);
  width: 24px;
  height: 24px;
  display: block;
}
.other-products__subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(26, 26, 24, 0.35);
}
.other-products__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.other-products__price {
  color: #e85d2a;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.grade, .inert-grade {
  padding-bottom: 0;
}
.grade .title__box, .inert-grade .title__box {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.grade__item, .inert-grade__item {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid #e8e8e8;
}
.grade__item.active .grade__item-price::after, .inert-grade__item.active .grade__item-price::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.grade__tab, .inert-grade__tab {
  display: -ms-grid;
  display: grid;
}
.grade__tab-box, .inert-grade__tab-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
}
.grade__btn, .inert-grade__btn {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.grade__tab-marker, .inert-grade__tab-marker {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  color: #d1d1d1;
  -ms-grid-column-align: start;
      justify-self: start;
}
.grade__tab-title-box, .inert-grade__tab-title-box {
  -ms-grid-column-align: start;
      justify-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grade__tab-title, .inert-grade__tab-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
}
.grade__tab-mark, .inert-grade__tab-mark {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.grade__tab-buble, .inert-grade__tab-buble {
  padding: 3px 10px;
  background: #f6ede7;
  border-radius: 16px;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #e85d2a;
}
.grade__price, .inert-grade__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #e85d2a;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grade__item-price, .inert-grade__item-price {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 32px;
  -ms-grid-column-align: end;
      justify-self: end;
}
.grade__item-price span, .inert-grade__item-price span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(26, 26, 24, 0.35);
}
.grade__item-price::after, .inert-grade__item-price::after {
  content: "";
  background: url(/assets/img/tab-arrow.svg);
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.grade__content-box, .inert-grade__content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  gap: 20px;
}
.grade__content, .inert-grade__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a18;
}

.inert-grade {
  padding-bottom: 112px;
}
.inert-grade .title__box {
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.inert-grade .title__description {
  max-width: 416px;
}
.inert-grade__content {
  grid-column: auto;
}

.carpark, .ferroconcrete-catalog {
  padding-bottom: 0;
}
.carpark__btns button, .ferroconcrete-catalog__btns button {
  white-space: nowrap;
}
.carpark__box, .ferroconcrete-catalog__box {
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
.carpark__btn-box, .ferroconcrete-catalog__btn-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.carpark__card-list, .ferroconcrete-catalog__card-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.carpark__card-item, .ferroconcrete-catalog__card-item {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  display: -ms-grid;
  display: grid;
  min-height: 440px;
}
.carpark__img-box, .ferroconcrete-catalog__img-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: start;
      align-self: start;
}
.carpark__content, .ferroconcrete-catalog__content {
  display: -ms-grid;
  display: grid;
  padding: 16px 16px 0 16px;
  -ms-grid-row-align: start;
      align-self: start;
}
.carpark__title-box, .ferroconcrete-catalog__title-box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carpark__volume, .ferroconcrete-catalog__volume {
  margin-top: 4px;
}
.carpark__description, .ferroconcrete-catalog__description {
  margin-top: 16px;
  margin-bottom: 24px;
}
.carpark__price-box, .ferroconcrete-catalog__price-box {
  padding: 0 16px 16px 16px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-row-align: end;
      align-self: end;
}
.carpark__img, .ferroconcrete-catalog__img {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  max-height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carpark__title, .carpark__count, .ferroconcrete-catalog__title, .ferroconcrete-catalog__count {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
}
.carpark__volume, .ferroconcrete-catalog__volume {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #afafae;
}
.carpark__description, .ferroconcrete-catalog__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #afafae;
}
.carpark__price, .ferroconcrete-catalog__price {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #e85d2a;
}
.carpark__link, .ferroconcrete-catalog__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a18;
  display: -ms-grid;
  display: grid;
  gap: 4px;
  padding: 0;
  justify-items: end;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.carpark__link::after, .ferroconcrete-catalog__link::after {
  content: "";
  background: url(/assets/img/arrow-black.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.carpark__link:hover, .carpark__link:active, .carpark__link:focus, .ferroconcrete-catalog__link:hover, .ferroconcrete-catalog__link:active, .ferroconcrete-catalog__link:focus {
  color: #e85d2a;
}
.carpark__link:hover::after, .carpark__link:active::after, .carpark__link:focus::after, .ferroconcrete-catalog__link:hover::after, .ferroconcrete-catalog__link:active::after, .ferroconcrete-catalog__link:focus::after {
  background: url(/assets/img/arrow-orange.svg);
  background-size: cover;
}

.ferroconcrete-catalog__card-item {
  min-height: 0;
}
.ferroconcrete-catalog__price-box {
  margin-top: 24px;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  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;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.modal__form {
  padding: 0;
}
.modal__container {
  background: #fff;
  border-radius: 16px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-animation: slideDown 0.3s ease;
          animation: slideDown 0.3s ease;
  padding: 32px;
  display: -ms-grid;
  display: grid;
  gap: 32px;
  position: relative;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__title-box {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.modal__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a18;
}
.modal__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a18;
}
.modal__close {
  width: 24px;
  height: 24px;
  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: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  z-index: 12;
  right: 12px;
  top: 12px;
}
.modal__footer {
  display: -ms-grid;
  display: grid;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media all and (max-width: 1439.9px) {
  .container {
    padding-left: 34px;
    padding-right: 34px;
  }
  .calculator__content {
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
  .carpark__img, .ferroconcrete-catalog__img {
    max-height: 199px;
  }
}
@media all and (max-width: 1199.9px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 32px;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .h1 {
    font-size: 56px;
    line-height: 107%;
    letter-spacing: -0.01em;
  }
  .title {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.01em;
  }
  .input-check__text {
    font-size: 12px;
  }
  .mobile-only {
    display: -ms-grid;
    display: grid;
  }
  .header {
    padding: 14px 0;
  }
  .header__box {
    -ms-grid-columns: 76px 1fr;
    grid-template-columns: 76px 1fr;
  }
  .header__nav-box {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    width: 100%;
    top: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100vh - 48px);
    z-index: 10;
    grid-auto-flow: row;
    -ms-flex-line-pack: start;
        align-content: start;
    gap: 16px;
    display: none;
  }
  .header__nav-box.active {
    display: -ms-grid;
    display: grid;
  }
  .header__phone {
    -ms-grid-column-align: start;
        justify-self: start;
    padding: 11px 0;
  }
  .header__list {
    grid-auto-flow: row;
    gap: 4px;
  }
  .header__sublink {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 16px;
    left: auto;
    top: auto;
  }
  .header__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1a1a18;
    padding: 11px 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-auto-flow: column;
  }
  .header__link--arrow::after {
    display: -ms-grid;
    display: grid;
  }
  .header__sublink-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1a1a18;
    padding: 11px 0;
  }
  .header__sublink-link:active, .header__sublink-link:hover, .header__sublink-link:focus {
    background: transparent;
  }
  .header__burger-box {
    display: -ms-grid;
    display: grid;
  }
  .header hr.mobile-only {
    display: -ms-grid;
    display: grid;
  }
  .footer {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .footer .title__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer__contacts-box {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .footer__contacts-phone {
    font-weight: 300;
    font-size: 28px;
  }
  .section.banner {
    padding-top: 32px;
  }
  .section.banner.padding-bottom {
    padding-top: 32px;
  }
  .banner__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .banner__title-wrapper.other-gap {
    gap: 16px;
  }
  .banner__title-wrapper.other-gap .banner__subtitle {
    margin-bottom: 8px;
  }
  .banner__title-wrapper.other-gap .banner__subtitle-gray {
    margin-top: 0;
  }
  .banner__img {
    height: 360px;
  }
  .autopark__list {
    gap: 8px;
    margin-top: 32px;
  }
  .autopark__item {
    min-height: 176px;
  }
  .autopark__link {
    margin-top: 32px;
  }
  .catalog-main__list {
    gap: 12px;
  }
  .advantages__list, .application__list {
    gap: 12px;
  }
  .advantages__item, .application__item {
    padding: 16px 0px 0px;
    gap: 16px;
  }
  .advantages__count, .application__count {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.01em;
  }
  .calculator__content {
    gap: 12px;
  }
  .calculator__info-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .calculator__form {
    max-width: 458px;
  }
  .technology__content {
    gap: 16px;
  }
  .technology__indicators {
    padding-top: 16px;
  }
  .technology__count {
    font-size: 32px;
    line-height: 150%;
  }
  .manufacture__box {
    gap: 16px;
  }
  .manufacture__img-box {
    gap: 16px;
  }
  .stages .title__box {
    gap: 16px;
  }
  .stages__list {
    gap: 12px;
  }
  .stages__count {
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
  }
  .reviews .title__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .reviews .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .reviews__yandex {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .reviews__box {
    -ms-grid-columns: 8fr 4fr;
    grid-template-columns: 8fr 4fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .reviews__author-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .reviews__author-list {
    padding: 16px;
  }
  .reviews__author {
    font-size: 14px;
  }
  .reviews__company {
    font-size: 12px;
  }
  .reviews__wrapper {
    gap: 24px;
  }
  .reviews__wrapper .reviews__author {
    font-size: 16px;
  }
  .reviews__wrapper::before {
    width: 48px;
    height: 48px;
  }
  .reviews__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
  .staff__img {
    min-width: 268px;
  }
  .consultation__form {
    padding: 24px;
  }
  .slider-controls {
    display: none;
  }
  .slider-track {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    gap: 12px;
  }
  .certificate-card, .company-card {
    min-width: 144px;
  }
  .parameter__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .parameter__property-list {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .delivery__list {
    gap: 12px;
  }
  .faq .container {
    -ms-grid-columns: 4fr 1fr 7fr;
    grid-template-columns: 4fr 1fr 7fr;
  }
  .faq .title__box {
    gap: 12px;
  }
  .grade__content-box, .inert-grade__content-box {
    gap: 24px;
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
  }
  .inert-grade {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .carpark__card-list, .ferroconcrete-catalog__card-list {
    gap: 12px;
  }
  .carpark__price-box, .ferroconcrete-catalog__price-box {
    grid-auto-flow: row;
    justify-items: start;
    gap: 16px;
  }
  .carpark__img, .ferroconcrete-catalog__img {
    max-height: 165px;
  }
}
@media all and (max-width: 959.9px) {
  .title__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .banner__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .autopark__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .autopark__item {
    min-height: 172px;
  }
  .autopark__content {
    padding: 5px 16px 16px 16px;
  }
  .autopark__link {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-main__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .catalog-main__btn-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .case-main__item {
    min-width: 302px;
  }
  .case-main__btn {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages__list, .application__list {
    gap: 24px 12px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .calculator__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .calculator__form {
    width: 100%;
    max-width: none;
    gap: 24px;
  }
  .technology .title__description {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .technology__content {
    gap: 32px;
  }
  .technology__indicators {
    border-top: 0;
    padding-top: 0;
  }
  .technology__item {
    border-top: 1px solid #e8e8e8;
    padding-top: 16px;
  }
  .technology__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .manufacture__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .manufacture__img-box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .stages__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .stages__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .reviews__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .reviews__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .reviews__author-wrapper {
    grid-column: auto;
    width: 100%;
    overflow-x: scroll;
  }
  .reviews__author-list {
    grid-auto-flow: column;
    min-width: 789px;
    gap: 40px;
  }
  .reviews__author {
    white-space: nowrap;
  }
  .reviews__company {
    white-space: nowrap;
  }
  .reviews__author-btn.active::after {
    display: none;
  }
  .reviews__author-btn {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .reviews__author-content {
    justify-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .reviews__wrapper {
    grid-column: auto;
  }
  .consultation .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .delivery__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
  .faq .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .faq__tab {
    grid-column: auto;
  }
  .grade__tab-box, .inert-grade__tab-box {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    gap: 12px;
  }
  .grade__tab-marker, .inert-grade__tab-marker {
    font-size: 18px;
    line-height: 150%;
  }
  .grade__content-box, .inert-grade__content-box {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    gap: 12px;
  }
  .carpark__btns, .ferroconcrete-catalog__btns {
    display: -ms-grid;
    display: grid;
    width: 100%;
    overflow-x: scroll;
  }
  .carpark__card-list, .ferroconcrete-catalog__card-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .carpark__img, .ferroconcrete-catalog__img {
    max-height: 152px;
  }
}
@media all and (max-width: 599.9px) {
  .m-d-n {
    display: none !important;
  }
  .footer__addresses-accordion {
    display: -ms-grid;
    display: grid;
  }
  .footer__addresses {
    display: none;
  }
  .banner__buttons {
    grid-auto-flow: row;
    width: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .banner__img {
    height: 208px;
  }
  .autopark__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .autopark__item:nth-of-type(1), .autopark__item:nth-of-type(2) {
    grid-row: auto;
  }
  .catalog-main .title__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .catalog-main__tab-box {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .catalog-main__btn-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .advantages__list, .application__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .technology__indicators {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .manufacture__img-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .stages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .parameter__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .delivery__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .delivery__item:first-child {
    border-top: 0;
  }
  .grade__btn, .inert-grade__btn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    grid-auto-flow: row;
  }
  .grade__tab-marker, .inert-grade__tab-marker {
    display: none;
  }
  .grade__item-price::after, .inert-grade__item-price::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .grade__item-price, .inert-grade__item-price {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .grade__content-box, .inert-grade__content-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grade__content, .inert-grade__content {
    grid-column: auto;
  }
  .carpark__card-list, .ferroconcrete-catalog__card-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .carpark__img, .ferroconcrete-catalog__img {
    max-height: 180px;
  }
  .modal__container {
    width: 100%;
    height: 100%;
    -ms-flex-line-pack: start;
        align-content: start;
    max-height: 100vh;
    border-radius: 0;
  }
}
/* End */
/* /local/templates/main/assets/css/libs/norm.css?17836239456312 */
/* /local/templates/main/assets/css/libs/splide.min.css?17836239465002 */
/* /local/templates/main/assets/css/main.css?178362390390752 */
