/* layout */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/* Переопределение старых семейств для совместимости с вашим кодом */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; font-weight: 500;
  font-size: 16px;
  color: #fff;
  overflow: auto;
}

ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

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

.container {
  max-width: 1170px;
  width: 94%;
  margin: 0 auto;
}

.btn-style {
  min-width: 180px;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 11px 0;
  background-color: #F6CA40;
  border-radius: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-style:hover {
  background-color: #E6B92D;
}

.btn-style:active {
  background-color: #D6A715;
}

.slider-btn {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
  height: 8px;
  width: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider-btn:hover {
  border-color: #000;
  background-color: #000;
}

.works-slider__nav .slider-btn,
.wear-slider__nav .slider-btn {
  border-color: #000;
}

.works-slider__nav .slider-btn svg,
.wear-slider__nav .slider-btn svg {
  fill: #000;
}

.works-slider__nav .slider-btn:hover svg,
.wear-slider__nav .slider-btn:hover svg {
  fill: #fff;
}

.works-slider__nav .slider-btn.next,
.wear-slider__nav .slider-btn.next {
  margin-left: 12px;
}

.slider-btn.next svg {
  -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
          transform: translate(-50%, -50%) rotateZ(180deg);
}

.slider-bullets .swiper-pagination-bullet {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider-bullets .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.slider-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-bullets .swiper-pagination-bullet:hover {
  border-color: #fff;
}

.works-slider__controls .slider-bullets .swiper-pagination-bullet::before,
.wear-slider__controls .slider-bullets .swiper-pagination-bullet::before {
  background-color: #000;
}

.works-slider__controls .slider-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.works-slider__controls .slider-bullets .swiper-pagination-bullet:hover,
.wear-slider__controls .slider-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wear-slider__controls .slider-bullets .swiper-pagination-bullet:hover {
  border-color: #000;
}

.slider-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 16px;
}

.section-title {
  position: relative;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  font-size: 36px;
  color: #000;
  padding-top: 24px;
}

.section-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 2px;
  background-color: #2845BD;
}

.modal-order {
  position: fixed;
  width: 100%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 65px;
}



.modal-order1 {
  position: fixed;
  width: 80%;
  max-width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 65px;
}

.btn-style2 {
  min-width: 300px;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  margin-left: 240px;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 11px 0;
  background-color: #F6CA40;
  border-radius: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}


.modal-order__title {
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 31px;
  color: #000;
}

.modal-order__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-order__input {
  width: 45.9%;
  font-family: 'Roboto', sans-serif; font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 10px 0 10px 14px;
  background: transparent;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none;
}

.modal-order__input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif; font-weight: 500;
  font-size: 16px;
  color: #797979;
}

.modal-order__input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif; font-weight: 500;
  font-size: 16px;
  color: #797979;
}

.modal-order__input::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif; font-weight: 500;
  font-size: 16px;
  color: #797979;
}

.modal-order__input::placeholder {
  font-family: 'Roboto', sans-serif; font-weight: 500;
  font-size: 16px;
  color: #797979;
}

.modal-order__input:hover,
.modal-order__input:focus {
  border-color: #717171;
}

.modal-order__text {
  font-size: 14px;
  color: #000;
  line-height: 21px;
  margin-bottom: 30px;
}

.modal-order__text a {
  color: #2A3F95;
  -webkit-transition: .3s;
  transition: .3s;
}

.modal-order__text a:hover {
  color: #E6B92D;
}

.modal-order__text a:active {
  color: #D6A715;
}

.modal-order__submit {
  width: 180px;
  display: block;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

.modal-order__submit:hover {
  background-color: #E6B92D;
}

.modal-order__submit:active {
  background-color: #D6A715;
}

.modal-close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -36px;
  right: -41px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.modal-close svg {
  max-width: 100%;
  max-height: 100%;
  fill: #000;
}

.modal-close:hover svg {
  fill: #E6B92D;
}

button.mfp-close {
  display: none;
}

.mfp-bg {
  background-color: #E5E5E5;
}

/* sections */

.header {
  margin-bottom: 91px;
}

.hm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hm-row__logo {
  max-width: 260px;
}

.hm-row__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hm-row__connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .hm-row__connect {
  margin-bottom: 21px;
}

.hm-row__mail {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.hm-row__phone {
  font-size: 20px;
  margin-left: 61px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.hm-nav__block-mobile .hm-row__phone,
.hm-nav__block-mobile .hm-row__connect-us,
.hm-nav__block-mobile .hm-row__mail {
  margin-left: 0;
  color: #000;
  margin-bottom: 15px;
}

.hm-row__mail:hover,
.hm-row__phone:hover {
  color: #F6CA40;
}

.hm-row__connect-us {
  display: inline-block;
  margin-left: 41px;
}

.hm-nav {
  padding-right: 2px;
}

.hm-nav__block-mobile {
  display: none;
}

.hm-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hm-nav ul li {
  font-family: 'Roboto', sans-serif; font-weight: 600;;
}

.hm-nav ul li:not(:first-child) {
  margin-left: 65px;
}

.hm-nav ul li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.hm-nav ul li a:hover {
  color: #F6CA40;
}

.mobile-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
}

.mobile-trigger {
  display: none;
  position: relative;
  width: 25px;
  height: 20px;
}

.mobile-trigger__line {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.footer .mobile-trigger__line {
  background-color: #000;
}

.mobile-trigger__line:nth-child(1) {
  top: 0;
}

.mobile-trigger__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-trigger__line:nth-child(3) {
  bottom: 0;
}

.greet {
  padding: 23px 0 84px;
  background: url("/web/20220314203206im_/https://himmash-nsk.ru/img/bg/greet-bg.jpg") center/cover no-repeat;
}

.greet-slider__nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.greet-slider__nav .greet-slider__btn.next {
  margin-left: 11px;
}

.greet-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.greet-slider__left {
  width: 54.7%;
  padding-top: 67px;
}

.greet-slider__title {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  margin-bottom: 30px;
}

.greet-slider__subtitle {
  max-width: 470px;
  line-height: 24px;
  margin-bottom: 30px;
}

.greet-slider__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.greet-slider__more span {
  display: inline-block;
  font-family: 'Roboto', sans-serif; font-weight: 600;;
  margin-right: 11px;
}

.greet-slider__more-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: rgba(246, 202, 64, 0.2);
  border-radius: 50%;
}

.greet-slider__more-icon::after {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  left: 4px;
  top: 4px;
  bottom: 4px;
  background-color: #F6CA40;
  border-radius: 50%;
}

.greet-slider__more-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
  fill: #fff;
  z-index: 5;
}

.greet-slider__right {
  position: relative;
  width: 38.88888888888889%;
  padding-top: 360px;
}

.greet-slider__right img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rem {
  background-color: #EEF1F6;
  padding: 80px 0 90px;
}

.rem .section-title {
  margin-bottom: 61px;
}

.rem__content {
  position: relative;
}

.rem__left {
  width: 100%;
  max-width: 705px;
  position: absolute;
  top: 0;
  right: 51.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 360px;
}

.rem__left-img {
  position: absolute;
  top: 0;
}

.rem__left-img.first {
  top: 0;
  left: 0;
}

.rem__left-img.second {
  top: 0;
  right: 0;
}

.rem__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 470px;
  margin-left: auto;
}

.rem__right-wrap {
  margin-bottom: 40px;
}

.rem__right-text {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.rem__right-text span {
  color: #00AAFC;
}

.rem__right-text:not(:last-child) {
  margin-bottom: 30px;
}

.rem .btn-style {
  min-width: 265px;
}

.production {
  padding: 82px 0 109px;
}

.production .container {
  max-width: 1200px;
  padding: 0 15px;
}

.production .section-title {
  margin-bottom: 58px;
}

.production__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.production__item {
  width: calc(100% / 3);
  padding: 0 15px;
}

.production__item-wrap {
  position: relative;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  min-height: 160px;
  margin-bottom: 31px;
}

.production__name {
  position: relative;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  z-index: 5;
}

.production__item .production-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.about {
  padding: 84px 0 76px;
  background: url("/web/20220314203206im_/https://himmash-nsk.ru/img/bg/about-bg.jpg") center/cover no-repeat;
}

.about .container {
  max-width: 1200px;
  padding: 0 15px;
}

.about .section-title {
  margin-bottom: 70px;
  color: #fff;
}

.about .section-title::before {
  background-color: #4166FF;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 51px;
}

.about__item {
  width: calc(100% / 4);
  padding: 0 15px;
  text-align: center;
  margin-bottom: 40px;
}

.about__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 19px;
}

.about__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.about__text {
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.about__order {
  display: block;
  max-width: 180px;
  margin: 0 auto;
  margin-top:50px;
}


.about__order1 {
  display: block;
  max-width: 180px;
  margin: 0 auto;
  margin-top:80px;
}


.decision {
  padding: 20px 0 110px;
  background-color: #EEF1F6;
}

.decision .section-title {
  max-width: 470px;
  margin-bottom: 50px;
  line-height: 54px;
  padding-top: 19px;
}

.decision__content {
  position: relative;
}

.decision__bg {
  position: absolute;
  top: 0;
  left: -135px;
}

.decision-acco {
  max-width: 500px;
  margin-left: auto;
}

.decision-acco__item {
  border-bottom: 1px solid #B8C5DB;
  padding-bottom: 18px;
}

.decision-acco__item.active .decision-acco__title::before {
  -webkit-transform: rotateZ(-270deg);
          transform: rotateZ(-270deg);
}

.decision-acco__item.active .decision-acco__wrap {
  height: initial;
}

.decision-acco__item:not(:last-child) {
  margin-bottom: 18px;
}

.decision-acco__title {
  width: 100%;
  position: relative;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000;
}

.decision-acco__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  height: 11px;
  width: 7px;
  background: url("/web/20220314203206im_/https://himmash-nsk.ru/img/icon/arrow.svg") center/contain no-repeat;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.decision-acco__wrap {
  height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.decision-acco__text {
  max-width: 460px;
  line-height: 24px;
  color: #818EA3;
  padding: 18px 0 0 12px;
}

.wear {
  padding: 20px 0 80px;
}

.wear .section-title {
  margin-bottom: 66px;
}

.wear-slider {
  height: 558px;
}

.wear-slider__item {
  position: relative;
  width: 370px !important;
  height: calc((100% - 108px) / 2);
  overflow: hidden;
}

.wear-slider__item:hover .wear-slider__bg,
.works-slider__item:hover .works-slider__bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wear-container {
  position: relative;
  margin-top: -18px;
  z-index: 10;
}

.wear-slider__bg,
.works-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.wear-slider__block,
.works-slider__block {
  width: 100%;
  max-width: 310px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.works-slider__block {
  max-width: 210px;
}

.wear-slider__title,
.works-slider__title {
  font-family: 'Montserrat', sans-serif; font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 19px;
}

.wear-slider__date,
.works-slider__date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.works {
  padding: 81px 0;
}

.works > .container,
.wear > .container {
  position: relative;
}

.works-slider__nav,
.wear-slider__nav {
  position: absolute;
  bottom: 4px;
  right: 0;
}

.works .section-title {
  margin-bottom: 52px;
}

.works-slider .swiper-wrapper {
  margin-bottom: 51px;
}

.works-slider__item {
  position: relative;
  padding-top: 368px;
  max-width: 270px;
  overflow: hidden;
}

.works__bottom .container {
  position: relative;
}

.works-slider__controls {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.footer {
  padding-top: 53px;
  background-color: #EEF1F6;
}

.footer .hm-row {
  padding-bottom: 51px;
  border-bottom: 1px solid #B8C5DB;
}

.footer .hm-nav {
  margin-bottom: 25px;
}

.footer .hm-row__right {
  padding-top: 4px;
}

.footer .hm-nav ul li a {
  color: #000;
}

.footer .hm-nav ul li a:hover {
  color: #F6CA40;
}

.footer .hm-row__connect a {
  color: #000;
}

.footer .hm-row__mail:hover,
.footer .hm-row__phone:hover {
  color: #F6CA40;
}

.footer__bottom {
  padding: 51px 0;
  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;
}

.copyright {
  font-size: 14px;
  color: #000;
}

.footer-use,
.footer-privacy {
  font-family: 'Roboto', sans-serif; font-weight: 600;;
  font-size: 14px;
  color: #2A3F95;
}

.footer-use:hover,
.footer-privacy:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .about__item {
    width: calc(100% / 3);
  }

  .decision__bg {
    right: 54.3%;
  }

  .decision__bg {
    right: 57.3%;
  }
}

@media screen and (max-width: 1024px) {
  .rem__left {
    width: 38.6%;
    max-width: initial;
    right: initial;
    left: 0;
    padding-top: 37.401%;
  }

  .rem__left-img.first {
    display: none;
  }

  .rem__right {
    max-width: 410px;
  }
}

@media screen and (max-width: 992px) {
  .section-title {
    font-size: 30px;
  }

  .header {
    position: relative;
    margin-bottom: 70px;
  }

  .hm-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hm-row__connect {
    display: none;
    visibility: hidden;
  }

  .hm-nav__mobile {
    position: fixed;
    top: 0;
    right: 100%;
    height: 100%;
    min-width: 320px;
    background-color: #EEF1F6;
    padding: 20px 10px 10px 20px;
    z-index: 9999;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .hm-nav__mobile.active {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .hm-nav__block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .hm-nav__block-mobile a {
    display: block;
  }

  .hm-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
  }

  .hm-nav ul li {
    margin-bottom: 15px;
  }

  .hm-nav ul li:not(:first-child) {
    margin-left: 0;
  }

  .hm-nav ul li a {
    color: #000;
  }

  .mobile-close {
    display: block;
  }

  .mobile-trigger {
    display: block;
  }

  .greet {
    padding-bottom: 84px;
  }

  .greet-slider__title {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 15px;
  }

  .greet-slider__more {
    margin-bottom: 25px;
  }

  .greet-slider__right {
    width: 52.888889%;
  }

  .rem {
    padding: 80px 0 90px;
  }

  .production {
    padding: 60px 0 80px;
  }

  .production__item {
    width: calc(100% / 2);
  }

  .production__item-wrap {
    padding: 15px;
  }

  .about {
    padding: 70px 0 60px;
  }

  .about .section-title {
    margin-bottom: 50px;
  }

  .decision {
    padding: 20px 0 80px;
  }

  .decision .section-title {
    margin-bottom: 40px;
    line-height: 44px;
  }

  .decision__bg {
    display: none;
  }

  .decision-acco {
    max-width: initial;
  }

  .decision-acco__title {
    font-size: 20px;
    line-height: 30px;
  }

  .decision-acco__text {
    padding: 10px 0 0 12px;
  }

  .wear {
    padding: 20px 0 60px;
  }

  .wear .section-title {
    margin-bottom: 45px;
  }

  .wear-slider {
    height: 490px;
  }

  .wear-slider__block,
  .works-slider__block {
    bottom: 15px;
  }

  .wear-slider__title,
  .works-slider__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .works {
    padding-top: 60px;
  }

  .works .section-title {
    margin-bottom: 40px;
  }

  /*.works-slider {
    padding-bottom: 60px;
  }*/

  .works-slider__item {
    padding-top: 350px;
  }

  .footer .hm-row {
    padding-bottom: 40px;
  }

  .footer .hm-nav {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .footer .hm-row__right {
    padding-top: 0;
  }

  .footer__bottom {
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal-order {
    padding: 40px 25px;
  }

  .modal-order__input {
    width: 100%;
    margin-bottom: 15px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
  }

  .header {
    margin-bottom: 50px;
  }

  .greet {
    padding-bottom: 60px;
  }

  .greet-slider__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .greet-slider__left {
    width: 100%;
  }

  .greet-slider__right {
    width: 100%;
    max-width: 350px;
    padding-top: 295px;
    margin: 0 auto 20px;
  }

  .rem {
    padding: 55px 0 65px;
  }

  .rem .section-title {
    margin-bottom: 40px;
  }

  .rem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .rem__left {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-top: 0;
  }

  .rem__left-img.first {
    display: block;
    position: relative;
    width: 42.25%;
  }

  .rem__left-img.second {
    position: relative;
    margin-left: auto;
    width: 51.254%;
  }

  .rem__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: initial;
    margin-bottom: 25px;
  }

  .rem__right-wrap {
    margin-bottom: 30px;
  }

  .rem__right-text {
    font-size: 18px;
    line-height: 26px;
  }

  .rem__right-text:not(:last-child) {
    margin-bottom: 20px;
  }

  .production .section-title {
    margin-bottom: 45px;
  }

  .production__item .production-bg {
    max-width: 70%;
  }

  .about__item {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }

  .about__icon {
    margin-bottom: 10px;
  }

  .about__text {
    font-size: 12px;
    line-height: 18px;
  }

  .decision {
    padding: 20px 0 60px;
  }

  .wear {
    padding: 20px 0 40px;
  }

  .wear-slider {
    height: 435px;
  }

  .wear-slider__item {
    width: 280px !important;
    height: calc((100% - 80px) / 2);
  }

  .works__bottom .container {
    padding-top: 30px;
  }

  .works-slider__controls {
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .footer {
    padding-top: 40px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .copyright {
    margin-bottom: 10px;
  }

  .footer-use,
  .footer-privacy {
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 480px) {
  .section-title {
    font-size: 28px;
  }

  .hm-row__logo {
    width: 57.626%;
  }

  .greet-slider__left {
    padding-top: 50px;
  }

  .greet-slider__title {
    font-size: 25px;
    line-height: 33px;
  }

  .greet-slider__subtitle {
    font-size: 15px;
    line-height: 20px;
  }

  .production .section-title {
    margin-bottom: 35px;
  }

  .production__item {
    width: 100%;
  }

  .production__name {
    font-size: 13px;
  }

  .production__item .production-bg {
    max-width: 60%;
  }

  .about__list {
    margin: 0 -15px 30px;
  }

  .about__item {
    width: 100%;
  }

  .wear .section-title {
    margin-bottom: 30px;
  }

  .wear-slider__item {
    width: 320px !important;
  }

  .works-slider__nav,
  .wear-slider__nav {
    position: relative;
  }

  .works-slider__item {
    max-width: initial;
  }

  .footer {
    padding-top: 30px;
  }

  .footer .hm-row {
    padding-bottom: 30px;
  }

  .footer__bottom {
    padding: 30px 0 20px;
  }
}
/*
     FILE ARCHIVED ON 20:32:06 Mar 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:25:56 Feb 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.499
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 11.127
  LoadShardBlock: 173.167 (3)
  PetaboxLoader3.datanode: 731.676 (5)
  PetaboxLoader3.resolve: 137.426 (3)
  load_resource: 715.612
  loaddict: 615.479
*/

.greet {  background: #407272;}
.about {  background: #407272;}
.about__icon svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.slider-btn svg {
  height: 25px;
  width: 25px;
}