@charset "UTF-8";
/*обнуление стилей*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, navbar, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, navbar, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #1b1b1b;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  scroll-behavior: smooth;
  background: #EEEFF5;
  color: #1b1b1b;
  font: normal 400 16px/22px 'Open Sans', sans-serif;
}
html{
  scroll-behavior: smooth;
}

/*style navbar start*/
.navbar {
  height: 60px;
  width: 100%;
  background: #111111;
  color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
}

.navbar .wrapper {
  height: 100%;
}

/*активный пункт меню*/
.wrapper {
  margin: auto;
  max-width: 1320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}

.logo a.logo__link {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

.logo img {
  width: 50px;
  height: 50px;
}

.header-contacts span {
  color: #E93921;
  font-weight: 600;
}

.header-contacts p {
  margin: 0 0 24px;
}

.header-contacts p:last-child {
  margin-bottom: 0;
}

.header-contacts a {
  color: #EFEBEB;
  text-decoration: none;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-contacts a::after {
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  display: block;
  position: absolute;
  background: url(../image/phone.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.header-adress {
  margin-bottom: 24px;
}

.header-adress a {
  position: relative;
  display: inline-block;
  max-width: 400px;
  color: #EFEBEB;
  text-decoration: none;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-adress a::after {
  content: "";
  width: 18px;
  height: 18px;
  left: 0px;
  top: 2px;
  display: block;
  position: absolute;
  background: url(../image/marker.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.header {
  background: #282828;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header h1 {
  font: 700 42px/52px "Roboto", sans-serif;
  color: #E93921;
}

.header h2 {
  font: 500 23px/34px "Fira Sans", sans-serif;
  color: #EFEBEB;
}

.header a {
  color: #EFEBEB;
  text-decoration: none;
  display: inline-block;
  padding-left: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header a:hover {
  color: #aaa8a8;
}

.header-mail a {
  position: relative;
  display: inline-block;
  color: #EFEBEB;
  text-decoration: none;
  padding-left: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-mail a::after {
  content: "";
  width: 18px;
  height: 18px;
  left: 0px;
  top: 2px;
  display: block;
  position: absolute;
  background: url(../image/email.svg) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

.navbar-contacts {
  display: none;
}

.menu .dropdown-menu {
  position: absolute;
  left: -67px;
  top: 58px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.3s ease,opacity 0.3s ease, visibility 0.1s ease;
  -o-transition: transform 0.3s ease,opacity 0.3s ease, visibility 0.1s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.1s ease,-webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.1s ease,-webkit-transform 0.3s ease;
  transition: transform 0.3s ease,opacity 0.3s ease, visibility 0.1s ease;
  transition: transform 0.3s ease,opacity 0.3s ease, visibility 0.1s ease,-webkit-transform 0.3s ease;
  -webkit-transform: translate(-15px, 20px);
      -ms-transform: translate(-15px, 20px);
          transform: translate(-15px, 20px);
  width: 220px;
  background: rgba(225,226,232,0.93);
  border: 1px solid #646464;
}

.menu .dropdown-menu a {
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu .dropdown-menu a:hover {
  background: rgba(203, 202, 202, 0.93);
}

.menu .menu__item.dropdown:hover .dropdown-menu {
  visibility: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.menu .menu__item.dropdown {
  position: relative;
}

.menu__item {
  margin-right: 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__item::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: -2px;
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: 2px;
  background: #E93921;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__item:hover {
  cursor: pointer;
}

.menu__item:hover::after {
  opacity: 1;
}

.menu__link {
  font: normal 500 16px/24px "Roboto", sans-serif;
  text-decoration: none;
  color: #EFEBEB;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
}

.menu__link.active {
  color: #E93921;
}

.menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*style бургер меню*/
.navbar-burger {
  display: none;
  width: 30px !important;
  height: 24px;
  position: relative;
}

.navbar-burger:hover .burger-line {
  background: #E93921;
  cursor: pointer;
}

.navbar-burger:hover {
  cursor: pointer;
}

.burger-line {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 0px;
  border-top: 2px solid #FFFFFF;
 /* background-color: #FFFFFF;*/
  right: 0;
}

.burger-line-first {
  top: 0;
}

.burger-line-second {
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.burger-line-third {
  height: 2.5px;
  bottom: 0;
}

/*navbar style end*/
/*section main style start*/
.main {
  position: relative;
  width: 100%;
  min-height: -webkit-calc(100vh - 178px);
  min-height: calc(100vh - 178px);
  background-attachment: scroll;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-color: rgba(17, 17, 17, 0.642);
}

.main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: scroll;
  background-image: url(../image/slid1_1.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: transparent;
}

.main-content {
  width: 46%;
}

.main-content h2 {
  font-size: 37px;
  line-height: 48px;
  font-weight: 400;
  color: #EFEBEB;
  margin-bottom: 16px;
  font-family: "Fira Sans", sans-serif;
}

.main-content h4 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  color: #EFEBEB;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
}

.primary-button {
  display: inline-block;
  margin-top: 16px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 50px;
          border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
          border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
          border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
          border-bottom-right-radius: 50px;
  padding: 14px 20px;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  background: #E93921;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.primary-button:hover, .primary-button:focus {
  background: #e0dbdb;
  color: #E93921;
  border-color: #E93921;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.primary-button:active {
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  background: #f05a5a41;
}

.main-slider {
  padding: 32px 0 32px 32px;
  width: 53%;
}

.main-slider .swiper-wrapper {
  height: 100%;
  width: 100%;
}

.main-slider .swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 5px !important;
  background-color: white;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  opacity: 1;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/*swiper style start*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: block;
  width: 100%;
  height: -webkit-calc(100vh - 178px - 64px);
  height: calc(100vh - 178px - 64px);
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  height: -webkit-calc(100vh - 178px - 64px);
  height: calc(100vh - 178px - 64px);
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*style section main end*/
/*style section services start*/
.services {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #282828;
}

.services .wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services__item {
  width: 28%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.services__img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
  /*-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
*/
}

.services__img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.services__content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  line-height: 32px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 10px;
}

.services__content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/*Анимация*/
.services__item.animActive:first-child .services__img {
  -webkit-animation: flip-hexagon 1.2s both;
          animation: flip-hexagon 1.2s both;
  opacity: 1;
}

.services__item.animActive:nth-child(2) .services__img {
  -webkit-animation: flip-hexagon 1.2s both .3s;
          animation: flip-hexagon 1.2s both .3s;
  opacity: 1;
}

.services__item.animActive:nth-child(3) .services__img {
  -webkit-animation: flip-hexagon 1.2s both .6s;
          animation: flip-hexagon 1.2s both .6s;
  opacity: 1;
}

.services__item.animActive:nth-child(4) .services__img {
  -webkit-animation: flip-hexagon 1.2s both .9s;
          animation: flip-hexagon 1.2s both .9s;
  opacity: 1;
}

@-webkit-keyframes flip-hexagon {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  40% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  80% {
    -webkit-transform: rotateY(5deg);
            transform: rotateY(5deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes flip-hexagon {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  40% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
  80% {
    -webkit-transform: rotateY(5deg);
            transform: rotateY(5deg);
  }
  100% {
    opacity: 1;
  }
}

/********************/
/*section production start*/
.products {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(17, 17, 17, 0.02);
}

.products .wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-around;
}

.products li:before {
  content: " - ";
  /* Добавляем в качестве маркера символ */
}

.products__item {
  width: 31%;
  background-color: #282828;
  margin-bottom: 32px;
  color: #FFFFFF;
  min-height: 580px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products__item ul{
  min-height: 32px;
}

.products__item:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.products__image {
  height: 250px;
  overflow: hidden;
}

.products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.products__image img:hover {
  -webkit-transform: scale(1.13);
      -ms-transform: scale(1.13);
          transform: scale(1.13);
  cursor: pointer;
}

.products__content {
  padding: 24px;
  padding-bottom: 72px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products__content h3 {
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

.products__content li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  font-weight: 300;
  text-decoration: none;
  line-height: 150%;
  font-family: Roboto, sans-serif;
}

.section-title {
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 24px;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

.price {
  margin-top: 16px;
}

.price span {
  font-size: 13px;
  line-height: 16px;
}

.secondary-button {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-block;
  margin-top: 20px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  max-width: 100%;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #98B87D;
  outline: 2px solid transparent;
}

.secondary-button:hover, .secondary-button:focus {
  cursor: pointer;
  background: #c4da94;
}

.secondary-button:active {
  outline: 2px solid #6a9c41;
}

/*******************/
/*section consultation start*/
.consultation {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #FFFFFF;
  background-color: #111111;
}

.consultation__content {
  width: 60%;
}

.consultation__content h2 {
  font-size: 37px;
  line-height: 48px;
  font-weight: 500;
  color: #EFEBEB;
  margin-bottom: 10px;
  font-family: "Fira sans", sans-serif;
}

.consultation__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #494949;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  background-image: url(../image/back1.webp);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

/************************/
/*section information style start */
.information {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #484848;
  color: #EFEBEB;
  font-weight: 300;
}

.information .wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.information__item {
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  margin: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.information__item:last-child .information__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.information__item:last-child .information__image img {
  width: 350px;
  max-width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.information__item:last-child .information__image::after {
  content: "";
  position: absolute;
  width: 360px;
  max-width: 100%;
  height: 320px;
  display: block;
  left: auto;
  right: 230px;
  top: -webkit-calc(50% - 160px);
  top: calc(50% - 160px);
  z-index: 10;
  background: url(../image/inf4.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.information__image {
  width: 50%;
  position: relative;
  padding-right: 16px;
}

.information__image img {
  width: 330px;
  max-width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.information__image::after {
  content: "";
  position: absolute;
  width: 400px;
  max-width: 100%;
  height: 240px;
  display: block;
  left: 180px;
  top: -webkit-calc(50% - 120px);
  top: calc(50% - 120px);
  z-index: 10;
  background: url(../image/inf2.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
}

.information__content {
  width: 50%;
}

.information__content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 37px;
  line-height: 48px;
  margin-bottom: 10px;
}

.information__content p {
  margin-bottom: 10px;
  line-height: 22px;
}

.information__content ul {
  padding-left: 20px;
}

.information__content li {
  line-height: 28px;
  list-style-type: disc;
}

/********************************/
/*style section contact start*/
.contact {
  padding: 60px 0 100px 0;
  background: #EEEFF5;
  overflow: hidden;
}

.contact .wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact .title {
  padding-bottom: 20px;
}

.contact .subtitle {
  text-align: center;
  padding-bottom: 30px;
  -webkit-transition: all 1s ease .3s;
  -o-transition: all 1s ease .3s;
  transition: all 1s ease .3s;
  opacity: 0;
  -webkit-transform: translate(-200px, 0);
      -ms-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
}

.contact .form-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 70%;
  padding: 30px 0;
  background: #e5ecf0;
}

.contact .form-message .row {
  width: 80%;
  opacity: 0;
  -webkit-transform: translate(0, 70px);
      -ms-transform: translate(0, 70px);
          transform: translate(0, 70px);
}

.contact .form-message .row.one {
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}

.contact .form-message .row.one.animActive, .contact .form-message .row.two.animActive,
.contact .form-message .row.three.animActive, .contact .form-message .row.four.animActive,
.contact .form-message .row.five.animActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.contact .form-message .row.two {
  -webkit-transition: all .8s ease .3s;
  -o-transition: all .8s ease .3s;
  transition: all .8s ease .3s;
}

.contact .form-message .row.three {
  -webkit-transition: all .8s ease .6s;
  -o-transition: all .8s ease .6s;
  transition: all .8s ease .6s;
}

.contact .form-message .row.four {
  -webkit-transition: all .8s ease .9s;
  -o-transition: all .8s ease .9s;
  transition: all .8s ease .9s;
}

.contact .form-message .row.five {
  -webkit-transition: all .8s ease 1.2s;
  -o-transition: all .8s ease 1.2s;
  transition: all .8s ease 1.2s;
}

fieldset {
  width: 100%;
}

.subtitle.animActive {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.titles {
  width: 100%;
  float: left;
  padding-bottom: 5px;
}

#form-message input, textarea {
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 20px;
}

#submit {
  margin-top: 30px;
  height: 50px;
  background: #EEEFF5;
  border: 1px solid #12C0DD !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#submit:hover {
  background: #12C0DD;
  color: #FFFFFF;
}

/*style section contact end*/
/*style footer start*/
section#contacts {
  overflow: hidden;
}

section#contacts .header-adress a {
  font-size: 19px;
}

section#contacts a {
  color: #111111;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}

.contacts-map {
  width: 60%;
  min-height: 400px;
  position: relative;
}

.contacts-map iframe {
  width: 60vw;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  min-height: 60px;
  background: #111111;
  color: #cac7c7;
  /*  &__logo{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 35px;
        color: #12C0DD;

    }*/
  /* &__mail{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        justify-content: center;
        p:first-child{
            margin-right: 20px;
        }
       
    }*/
  /*    &__copyright{
        padding-top: 40px;
    }*/
}

.footer .wrapper {
  max-width: 700px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer > div {
  width: 100%;
}

.footer > div a {
  color: #cac7c7;
}

.footer > div a:hover {
  opacity: 1;
  color: #FFFFFF;
}

.footer .sitemap {
  width: 100%;
}

.footer .sitemap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.footer .sitemap li {
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
}

.footer .sitemap li a {
  color: #cac7c7;
}

.footer .sitemap li a:hover {
  text-decoration: underline;
  opacity: 1;
  color: #FFFFFF;
}

.footer .sitemap li:last-child {
 /* margin-bottom: 0;*/
}

.footer .copyright {
  width: 100%;
  text-align: center;
}

.footer .copyright .copy {
  margin-bottom: 24px;
}

.footer .wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .wrapper a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.footer .wrapper a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.footer .wrapper p {
  /* text-align: center;
            margin-top: 10px;*/
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
}

/*style footer end*/
@media screen and (max-width: 1330px) {
  .information__item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .contacts-map iframe {
    width: -webkit-calc(100% + 16px);
    width: calc(100% + 16px);
    position: absolute;
    top: 0;
    left: 0;
  }
  .information__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .information__image {
    text-align: center;
    margin-left: 64px;
    margin-bottom: 16px;
  }
  .information__content {
    width: 100%;
  }
  .information__item:last-child {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .information {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .information__item:last-child .information__image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .information__item:last-child .information__image img {
    margin-left: 0;
    margin-right: 64px;
  }
}

@media screen and (max-width: 1150px) {
  .main {
    min-height: 500px;
  }
  .swiper-slide img {
    height: 420px;
  }
  .services__item {
    width: 31%;
  }
}

@media screen and (max-width: 1024px) {
  .header .header-adress, .header .header-mail {
    display: none;
  }
  .header .wrapper > div:last-child {
    display: none;
  }
  .header .header-contacts p {
    margin-bottom: 16px;
  }
  .header .header-contacts p:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .section-title {
    font-size: 37px;
    line-height: 47px;
  }
  .consultation__content h2, .information__content h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
  }
  .consultation__content {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .header h1 {
    font-size: 37px;
    line-height: 47px;
    font-weight: 600;
  }
  .services {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #services .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .services__item {
    width: 45%;
    margin-bottom: 16px;
  }
  .services__item:last-child {
    margin-bottom: 0;
  }
  .products__item {
    margin-bottom: 24px;
    width: 47%;
  }
  .products__item:last-child {
    margin-bottom: 0;
  }
  .products .wrapper {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media screen and (max-width: 900px) {
  .main .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-content {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
  }
  .main-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .main-slider {
    padding: 16px 0;
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .information__image {
    width: 80%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
  }
  .information__image img {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .information__image::after {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .menu__item::after {
    display: none;
  }
  .menu .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    transform: translate(0);
    margin-top: 20px;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #111111;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .4s all linear;
    -o-transition: .4s all linear;
    transition: .4s all linear;
  }
  .menu .menu-nav {
    /*margin-top: 24px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    padding-top: 40px;
  }
  .menu__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .menu__link {
    font-size: 18px;
    line-height: 24px;
  }
  .menu-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .navbar-burger:last-child {
    margin-bottom: 0;
  }
  .navbar-burger {
    display: block;
  }
  .navbar-nav-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .navbar-nav-close:hover .navbar-nav-close-line {
    background-color: #E93921;
    cursor: pointer;
  }
  .navbar-nav-close-line {
    display: block;
    height: 2px;
    width: 100% !important;
    right: 0;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .navbar-nav-close-line:first-child {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
  }
  .navbar-nav-close-line:last-child {
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
  }
  .products__image {
    height: 240px;
  }
  .footer .wrapper {
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .footer .wrapper ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .footer .wrapper ul li {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .contacts .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contacts .wrapper .contacts__content {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contacts .wrapper .contacts-map {
    width: 100%;
    min-height: 300px;
  }
  .contacts .wrapper .contacts-map iframe {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    left: -16px;
    height: 340px !important;
  }
  .swiper-slide img {
    height: 350px;
    min-height: 250px;
  }
}

@media screen and (max-width: 670px) {
  .services__item {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .products__item {
    width: 100%;
  }
  .section-title {
    font-size: 32px;
    line-height: 42px;
  }
  .consultation .consultation__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .consultation .consultation__item .consultation__content {
    width: 100%;
    margin-bottom: 16px;
  }
  .consultation .consultation__item .consultation__button {
    width: 100%;
    text-align: center;
  }
  .information__image {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
  }
  .information__image img {
    height: 300px !important;
  }
  .header .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header .wrapper .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .header .wrapper .title h1 {
    font-weight: 500;
    font-style: 32px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 4px;
  }
  .header .wrapper .title h2 {
    text-align: center;
  }
  .header .wrapper .header-contacts {
    width: 100%;
    text-align: center;
  }
  .header .wrapper .header-contacts p {
    display: inline-block;
  }
  .main-content h2 {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
  }
  .main-content h4 {
    text-align: center;
  }
  .form-button {
    text-align: center;
  }
  .consultation__content h2, .information__content h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }
  .consultation__content h2, .consultation__content p {
    text-align: center;
  }
  .swiper-slide img {
    height: 320px;
  }
}

@media screen and (max-width: 430px) {
  .swiper-slide img {
    height: 270px;
  }
  .services__img {
    width: 50px;
    height: 50px;
    margin-right: 16px;
  }
  .services__img img {
    width: 50px;
    height: 50px;
  }
  .menu{
    width: 100vw;
    max-width: 100vw;
  }
}

/* --- Кнопка наверх --- */
div.scrollUp {
  position: fixed;
  bottom: 90px;
  right: 28px;
  display: none;
  padding: 15px 15px 10px 15px;
  /* display: flex;
   align-items: center;
   justify-content: center;*/
  background: #E93921;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 20;
}

div.scrollUp svg {
  line-height: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 0;
}

.scrollUp:hover {
  background: #98B87D;
}

.scrollUp-show {
  display: block;
}

.scrollUp:hover {
  cursor: pointer;
}
@media screen and (max-width: 1100px){
  div.scrollUp{
    right: auto;
    left: 24px;
    bottom: 24px;
  }
}
/*section main products start*/
.main-products {
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: rgba(17, 17, 17, 0.02);
}

.main-products .wrapper {
  padding-top: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.main-products__item {
  width: 23.2%;
  height: 310px;

  position: relative;
  background-color: rgba(17, 17, 17, 0.642);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}

.main-products__item:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.main-products__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main-products__item:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.main-products__item:hover::after {
  left: 0;
  background: rgba(17, 17, 17, 0.01);
}

.main-products__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.15);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-products__item h3 {
  position: absolute;
  top: 110px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
  z-index: 10;
}

.main-products__item h3 a {
  color: #EFEBEB;
}

.product-button {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 10;
}

.thirdy-button {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 50px;
          border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
          border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
          border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
          border-bottom-right-radius: 50px;
  padding: 14px 20px;
  border: 2px solid #98B87D;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thirdy-button:hover, .thirdy-button:focus {
  background: rgba(152, 184, 125, 0.5);
}

.thirdy-button:active {
  background: #98b87d;
}

@media screen and (max-width: 1030px) {
  .main-products .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-products .main-products__item {
    width: 48%;
  }
}

@media screen and (max-width: 540px) {
  .main-products .main-products__item {
    width: 100%;
  }
  p.navbar-contacts {
    display: block;
  }
  p.navbar-contacts a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .main-products__item {
    height: 300px;
  }
}

/*Анимация*/
.main-content h2.anim-items, .main-content h4.anim-items, .main-content .form-button.anim-items {
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.main-content h4.anim-items {
  -webkit-transition: all 0.9s ease 0.3s;
  -o-transition: all 0.9s ease 0.3s;
  transition: all 0.9s ease 0.3s;
}

.main-content .form-button.anim-items {
  -webkit-transition: all 0.9s ease 0.6s;
  -o-transition: all 0.9s ease 0.6s;
  transition: all 0.9s ease 0.6s;
}

.main-content h2.anim-items.animActive,
.main-content h4.anim-items.animActive,
.main-content .form-button.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.main-slider.anim-items {
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  opacity: 0;
}

.main-slider.anim-items.animActive {
  opacity: 1;
}

.services__content.anim-items {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.services__content.anim-items:nth-child(2) {
  -webkit-transition: all 1.2s ease 0.3s;
  -o-transition: all 1.2s ease 0.3s;
  transition: all 1.2s ease 0.3s;
}

.services__content.anim-items:nth-child(3) {
  -webkit-transition: all 1.2s ease 0.6s;
  -o-transition: all 1.2s ease 0.6s;
  transition: all 1.2s ease 0.6s;
}

.services__content.anim-items.animActive {
  opacity: 1;
}

.wrapper.anim-items {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.wrapper.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.consultation__item.anim-items, .contacts__content.anim-items {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.consultation__item.anim-items.animActive,
.contacts__content.anim-items.animActive {
  opacity: 1;
}

.information__item.anim-items {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.information__item.anim-items.animActive {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/*inner-menu style start*/
.inner-menu {
  background-color: rgba(72, 72, 72, 0.08);
}

.inner-menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
}

.inner-menu-nav li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.inner-menu-nav li a {
  display: inline-block;
  color: #1b1b1b;
  text-decoration: none;
  padding: 8px 16px;
  border: 2px solid transparent;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin: 0 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-menu-nav li a:hover {
  border: 2px solid #E93921;
}

.inner-menu-nav li.active-link a {
  border: 2px solid #E93921;
}
.inner-menu-nav li.active-link{
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 800px){
  .inner-menu-nav li a{
    margin: 0 8px;
  }
}

@media screen and (max-width: 576px) {
  .inner-menu-nav li a {
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 720px) {
  .inner-menu-nav li a {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 8px;
    padding-right: 8px;
 
  }
  .inner-menu-nav li {
    font-size: 15px;
    line-height: 15px;
  }
  .inner-menu-nav {
  
    min-width: 526px;
    width: 526px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inner-menu .wrapper{
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow-x: scroll;
   overflow-y: visible;
    scrollbar-width: 0;
    -ms-overflow-style: none;
    min-width: 100%;
    position: relative;
    margin-left: 4px;
  }
  .inner-menu .wrapper::-webkit-scrollbar{
    display: none;
}
  .inner-menu {
  /*  display: block;
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: 0;
    -ms-overflow-style: none;
    min-width: 100%;
    padding: 0;*/
  }
}
.price-info{
    text-align: center;
}
.price-info p{
    text-align: center;
}


.hidden {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translateX(-50%) translateY(-50%);
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    display: none;
    /* background: #eeeff1; */
}
.modal-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal{
  background: #FFFFFF;
  width: 500px;
  max-width: calc(100vw - 32px);
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #e3e3e3;
  position: relative;
}
.modal h2{
  text-align: center;
}
.modal p{
  margin-top: 10px;
}
.form-row{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.form-row input{
  font-size: 14px;
  line-height: 16px;
  border-radius: 2px;
  padding: 16px;
  border: 1px solid #e3e3e3;
  height: 48px;
  background: #FFFFFF;
  color:#646464;
  box-sizing: border-box;
}
label{
  padding-left: 12px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 18px;
  color:rgba(0, 0, 0, 0.5);
}
.form-row textarea{
  font-size: 14px;
  line-height: 16px;
  border-radius: 2px;
  margin: 0;
  padding: 16px;
  border: 1px solid #e3e3e3;
  background: #FFFFFF;
  color:#646464;
  box-sizing: border-box;
}
.form-row.row-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.modal .row-btn>button{
  border: 2px solid #E93921;
  width: fit-content;
  max-width: 140px;
  margin-top: 0;
}
.modal .form-row .primary-button{
  border: 2px solid #E93921;
  width: fit-content;
  max-width: 140px;
  margin-top: 0;
}
.close-form{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}


