/*! 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  height: auto;
}

@font-face {
  font-family: 'PTSans-Bold';
  src: url("../fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
input::-webkit-input-placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
input:-ms-input-placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
input::-ms-input-placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
input::placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
input:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

textarea::-webkit-input-placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

textarea:-ms-input-placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

textarea::-ms-input-placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

textarea::placeholder {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.h1_mh {
  margin-bottom: 95px;
}
.h1_mh h1 {
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  font-family: "PTSans-Bold";
  color: #fff;
}

.section_title {
  color: #434545;
  text-transform: uppercase;
  font-size: 42px;
  font-family: "PTSans-Bold";
  border-bottom: 5px solid #ad0200;
  padding-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.section_title h2 {
  margin-right: 25px;
  font-size: inherit;
}
.section_title h1 {
  font-size: inherit;
}

.look_all {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.look_all a {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #fff;
  background: #30c7ff;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.look_all a:hover, .look_all a:active, .look_all a:focus {
  background: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

form {
  width: 100%;
  background: rgba(0, 0, 0, 0.46);
  border-radius: 10px;
  padding: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
form p {
  color: #30c7ff;
  text-transform: uppercase;
  font-family: "PTSans-Bold";
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.btn_submit {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #fff;
  background: #30c7ff;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border-radius: 10px;
  border: 2px solid #30c7ff;
  padding: 10px 30px;
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.btn_submit:hover {
  background: transparent;
  color: #30c7ff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.inpt_text {
  width: 412px;
  height: 41px;
  border-radius: 10px;
  outline: none;
  border: none;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.inpt_text::-webkit-input-placeholder {
  text-transform: uppercase;
}
.inpt_text:-ms-input-placeholder {
  text-transform: uppercase;
}
.inpt_text::-ms-input-placeholder {
  text-transform: uppercase;
}
.inpt_text::placeholder {
  text-transform: uppercase;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.sel_cus {
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
}

.form_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.inpt_item {
  height: initial;
  width: 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;
}

.btn_box {
  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;
  width: 100%;
  margin-bottom: 10px;
}

.main_title {
  color: #fff;
  font-family: "PTSans-Bold";
  font-size: 20px;
  text-transform: uppercase;
}

.sc_custom {
  border-bottom: none;
}

.subcategory_parent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fancybox-bg {
  background: #fff;
  opacity: .85 !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.fancybox-close-small::after {
  background: #eee;
}

.fancybox-slide > * {
  background-color: transparent;
}

.mob_menu_box {
  display: none;
}

.contacts {
  margin-bottom: 30px;
}
.contacts p, .contacts b, .contacts strong {
  font-size: 20px !important;
  font-family: "HelveticaNeueCyr-Roman" !important;
  margin-bottom: 10px;
}

.breadcrumbs_container {
  margin-bottom: 20px;
  margin-top: 20px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  margin-right: 20px;
  position: relative;
  margin-bottom: 15px;
}
.breadcrumb li a {
  color: #fff;
  background: #4f4c68;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.breadcrumb li a:hover {
  background: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.breadcrumb li a::before {
  content: '';
  position: absolute;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 7px;
  background: url(../img/icons/breadcr_arrow.png) no-repeat 0;
  background-size: cover;
  right: -14px;
  top: 4px;
}

.up {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.up a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 30px;
  bottom: 30px;
  background: #f0f0ef;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45);
}
.up a img {
  width: 90%;
}

.lr {
  padding-left: 0;
}

.fancybox-container {
  z-index: 100000000;
}

.jGrowl.top-right {
  top: 0;
  right: 0;
}

.jGrowl.top-right {
  top: 40% !important;
  width: 30% !important;
  left: 35% !important;
}

#jGrowl {
  font-size: 18px;
  margin: 0px 12px 0;
  z-index: 100000000000;
}

.jGrowl.top-right {
  left: 37% !important;
  top: 30% !important;
}

#jGrowl .jGrowl-notification {
  position: relative;
  width: 315px;
  padding: 15px;
  text-align: center;
  background: none repeat 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 7px #30c7ff !important;
          box-shadow: 0 0 0 7px #30c7ff !important;
  border: 0px solid rgba(255, 255, 255, 0.49) !important;
}

#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #30c7ff !important;
}

#jGrowl .jGrowl-notification .jGrowl-message {
  color: #30c7ff !important;
}

.header_parent {
  height: 135px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
  position: relative;
}

.header_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 16px;
  color: #231f42;
}
.header_box a {
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 16px;
  color: #4f4c68;
}

.phones, .time {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.phones a, .phones p, .time a, .time p {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phones a:first-child, .phones p:first-child, .time a:first-child, .time p:first-child {
  margin-bottom: 8px;
}

.phones img, .email img, .time img {
  margin-right: 15px;
}

.phones, .email {
  margin-right: 45px;
}

.time {
  margin-right: 97px;
  text-transform: lowercase;
}
.time p {
  color: #4f4c68;
}

.logo {
  margin-right: 97px;
}
.logo a img {
  width: 111px;
}

.socials a:first-child {
  margin-right: 30px;
}

.main_nav {
  background: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid #000;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: relative;
  z-index: 10000;
}
.main_nav.mn_inner {
  background: url(../img/bg/mn_inner_bg.jpg) center center no-repeat;
  background-size: cover;
}

.nav_box {
  height: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_box a, .nav_box .services_trig {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 0 37px;
  text-align: center;
}
.nav_box a:hover, .nav_box .services_trig:hover {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #000;
}

.nav_desc {
  height: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_consult {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main_consult a {
  background: #ad0200;
  width: initial;
}
.main_consult a img {
  margin-right: 9px;
}

.consult_small {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consult_small a {
  background: #ad0200;
  width: initial;
  padding: 5px 15px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.consult_small a:hover {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #000;
}
.consult_small a:first-child {
  margin-right: 20px;
}
.consult_small a:first-child img {
  width: initial;
}
.consult_small a img {
  margin-right: 9px;
  width: 31px;
}

.dopolnitelnyie-uslugi {
  background: url(../img/bg/root_bg.jpg) center center no-repeat !important;
  background-size: cover !important;
  margin-bottom: 30px !important;
  background-attachment: fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.main_section {
  background: url(../img/bg/header_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 575px;
  margin-bottom: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.category_service {
  background: url(../img/bg/service_bg.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.main_categories {
  margin-bottom: 30px;
}

.prod_info_box {
  background: url(../img/bg/prod_bg.jpg) center center no-repeat;
  background-size: cover;
  height: 350px;
  border-top: 3px solid #ad0200;
  padding: 25px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.cat_item {
  margin-bottom: 30px;
  height: 147px;
}
.cat_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.cat_item a img {
  width: 100%;
}
.cat_item a:hover .cat_layer {
  background: #00baff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.cat_item a:hover .cl_red {
  background: #ad0200;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.cat_layer {
  background: rgba(0, 186, 255, 0.81);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat_layer img {
  width: initial !important;
}
.cat_layer p {
  width: 100%;
  text-align: center;
}

.cl_red {
  background: rgba(173, 2, 0, 0.81);
}

.categories_box {
  padding-top: 80px;
}

.ai_par {
  margin-bottom: 30px;
}

.advantage_item {
  width: 100%;
  background: #f0f0ef;
  border-radius: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantage_item img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 30px;
}

.text_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text_box p {
  font-size: 17px;
  color: #30c7ff;
  font-family: "HelveticaNeueCyr-Medium";
  text-transform: uppercase;
  margin-bottom: 25px;
  width: 100%;
}
.text_box span {
  color: #4b4b4b;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 16px;
  display: block;
  width: 100%;
}

.gi_par {
  margin-bottom: 30px;
}

.g_item {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.g_item a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 100%;
  height: 100%;
}
.g_item a img {
  width: 100%;
  height: 100%;
}

.root_info {
  padding-top: 45px;
  padding-bottom: 70px;
}

.root_text {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.4;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 16px;
  color: #fff;
}

.cl_root {
  position: static;
  background: #30c7ff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.cl_root:hover {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}

.root_category_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prod_catalog {
  margin-bottom: 30px;
}

.prod_item1 {
  background: #eae9e8;
  border-radius: 10px;
  height: 297px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prod_item1 p {
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 20px;
  text-align: center;
}
.prod_item1 img {
  width: 273px;
}

.prod_item2 {
  height: 297px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prod_item2 div {
  position: relative;
  top: 50px;
}
.prod_item2 div p {
  width: 100%;
  color: #fff;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 21px;
  text-align: center;
  margin-bottom: 60px;
}
.prod_item2 .consult_small {
  position: static;
}

.list_title {
  height: 45px;
  background: #30c7ff;
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr-Roman";
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
}
.list_title a {
  color: #fff;
  padding-left: 65px;
  background: #30c7ff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.list_title a:hover, .list_title a:active, .list_title a:focus {
  color: #fff;
}
.list_title a:hover {
  background: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.n_link {
  text-decoration: none;
  background: #30c7ff !important;
}
.n_link:hover {
  text-decoration: none;
  background: #30c7ff !important;
}

.circle {
  position: relative;
}

.indicator {
  background: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 32px;
  top: 11px;
}
.indicator::before {
  content: '';
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.min {
  position: absolute;
  background: #fff;
  height: 1px;
}

.list_item {
  background: #f0f0ef;
  height: 45px;
  margin-bottom: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 65px;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 18px;
  color: #337ab3;
}
.list_item a {
  text-decoration: none;
}
.list_item a:hover, .list_item a:active, .list_item a:focus {
  color: #000;
}

.li_2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  color: #000;
}

.ii_wrap {
  border-radius: 10px;
  background: #f0f0ef;
}

.info_item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  min-height: 50px;
  margin-bottom: 30px;
}
.info_item img {
  margin-right: 10px;
}
.info_item p {
  font-size: 16px;
  font-family: "HelveticaNeueCyr-Medium";
  color: #4b4b4b;
}

.subcat_order {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subcat_order a {
  width: 308px;
  height: 72px;
  font-size: 20px;
  font-family: "HelveticaNeueCyr-Roman";
  text-align: center;
}
.subcat_order a img {
  width: 50px !important;
  margin-right: 23px;
}

.so_mix {
  margin-top: 15px;
  margin-bottom: 30px;
}
.so_mix a {
  background: #30c7ff;
  margin-left: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 50px;
  font-size: 14px;
}
.so_mix a:first-child {
  margin-right: 0;
}
.so_mix a img {
  width: 40px !important;
}

.modal_cont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.modal_cont form {
  background: #000;
  max-width: 556px;
}
.modal_cont form .inpt_text {
  max-width: 100%;
}

.subcategory_img img {
  width: 100%;
}

.services_trig {
  cursor: pointer;
  position: relative;
}
.services_trig:hover .services_hidden {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services_hidden {
  position: absolute;
  display: none;
  top: 55px;
  left: -16px;
  z-index: 10;
  width: 260px;
  padding: 16px;
}
.services_hidden a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 18px 10px;
  border-bottom: 1px solid #272727;
  background: black;
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.services_hidden a:first-child {
  border-top: none;
}
.services_hidden a:last-child {
  border-bottom: none;
}
.services_hidden a:hover {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #ad0200;
}

.prod_item1 .consult_small a, .prod_item2 .consult_small a {
  margin-left: 10px;
  margin-right: 10px;
}

.st_inner {
  margin-bottom: 0;
}

.subcategory_img {
  height: 430px;
  background: url(../img/bg/sub_var.jpg) center center no-repeat;
  background-size: cover;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subcategory_img .root_text {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 1.1;
  font-size: 18px;
  width: 100%;
}
.subcategory_img .root_text p {
  font-size: 18px;
}

.consult_jcc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-top: 30px;
}

.lt_prices {
  margin-bottom: 0;
  height: 32px;
}

.lb_prices .list_item {
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  height: 32px;
}

.li_pfix_r {
  padding-right: 0;
  border-right: 1px solid #dedede;
}

.mb_30 {
  margin-bottom: 30px;
}

.footer_parent {
  background: url(../img/bg/footer.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 30px;
  background-attachment: fixed;
}

.footer_title {
  color: #fff;
  font-size: 24px;
}

.nb_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_nav {
  margin-top: 40px;
}

.fb_1, .fb_2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.fb_1 .phones, .fb_1 .email, .fb_1 .time, .fb_1 .socials, .fb_2 .phones, .fb_2 .email, .fb_2 .time, .fb_2 .socials {
  margin: 0;
  width: 100%;
}
.fb_1 .phones a, .fb_1 .phones p, .fb_1 .email a, .fb_1 .email p, .fb_1 .time a, .fb_1 .time p, .fb_1 .socials a, .fb_1 .socials p, .fb_2 .phones a, .fb_2 .phones p, .fb_2 .email a, .fb_2 .email p, .fb_2 .time a, .fb_2 .time p, .fb_2 .socials a, .fb_2 .socials p {
  color: #fff;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 14px;
}
.fb_1 .socials, .fb_2 .socials {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.fb_1 .socials a:first-child, .fb_2 .socials a:first-child {
  margin-right: 0;
}

.fb_1 {
  margin-bottom: 50px;
}

.fcB {
  position: relative;
  right: 70px;
}

.msg {
  font-family: 'Pacifico', cursive;
  font-size: 8vw;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  background-color: #fff;
}

.features {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: .25em;
}

.drawer-list {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  padding-top: 50px;
  -webkit-transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  border-bottom-left-radius: 100vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .drawer-list {
    width: 45vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translatex(100vw);
          transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a {
  text-decoration: none;
  color: #4f4c68;
  font-family: "HelveticaNeueCyr-Roman";
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 15px 0;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .drawer-list li a {
    text-align: right;
    padding: 10px 0;
  }
}
.drawer-list li a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #4f4c68;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #000;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 100000;
  position: relative;
  display: block;
  height: 58px;
  width: 45px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: .8em;
  align-text: center;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  -webkit-transition: width .25s .35s, color .45s .35s;
  transition: width .25s .35s, color .45s .35s;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #4f4c68;
  display: none;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  background-color: #4f4c68;
  pointer-events: auto;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  background-color: #4f4c68;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
label.hamburger > i:before {
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  -webkit-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px);
}

label.hamburger {
  position: absolute;
  top: 9px;
  right: 25px;
  font-family: "HelveticaNeueCyr-Medium";
  font-size: 18px;
}

/**
    SCROLLBAR STYLE FOR IE
*/
body {
  scrollbar-base-color: #138a72;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #1abc9c;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #1abc9c;
  scrollbar-shadow-color: #1abc9c;
  scrollbar-dark-shadow-color: #1abc9c;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.sistemyi-otopleniya {
  background: url(../img/serv/root/sistemyi-otopleniya.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.sistemyi-vodosnabzheniya {
  background: url(../img/serv/root/sistemyi-vodosnabzheniya.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.sistemyi-kanalizaczii {
  background: url(../img/serv/root/sistemyi-kanalizaczii.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-santexniki {
  background: url(../img/serv/root/ustanovka-santexniki.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-byittexniki {
  background: url(../img/serv/root/ustanovka-byittexniki.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.uslugi-po-remontu {
  background: url(../img/serv/root/uslugi-po-remontu.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.razvodka-sistemyi-otopleniya, .zapusk-sistemyi {
  background: url(../img/serv/inner/razvodka-sistemyi-otopleniya.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-gazovyix-kotlov-otopleniya, .ustanovka-elektricheskix-kotlov-otopleniya, .ustanovka-emkostej-nagreva {
  background: url(../img/serv/inner/ustanovka-emkostej-nagreva.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-tverdotoplivnyix-kotlov-otopleniya {
  background: url(../img/serv/inner/ustanovka-tverdotoplivnyix-kotlov-otopleniya.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.montazh-kotelnogo-oborudovaniya {
  background: url(../img/serv/inner/montazh-kotelnogo-oborudovaniya.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-nasosnogo-oborudovaniya-otopl {
  background: url(../img/serv/inner/ustanovka-nasosnogo-oborudovaniya-otopl.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-i-podklyuchenie-konvektorov {
  background: url(../img/serv/inner/ustanovka-i-podklyuchenie-konvektorov.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-i-podklyuchenie-priborov-k-gotovomu-truboprovodu {
  background: url(../img/serv/inner/ustanovka-i-podklyuchenie-priborov-k-gotovomu-truboprovodu.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.montazh-sistemyi-teplyij-pol {
  background: url(../img/serv/inner/montazh-sistemyi-teplyij-pol.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.montazh-kollektorov {
  background: url(../img/serv/inner/montazh-kollektorov.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.montazh-dyimoxodnyix-sistem {
  background: url(../img/serv/inner/montazh-dyimoxodnyix-sistem.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.prokladka-truboprovoda, .ustanovka-kontrolno-izmeritelnyix-priborov, .ustanovka-sistemyi-vodoochistki, .montazh-sistem-kontrolya-utechki-vodyi, .montazh-nasosnogo-oborudovaniya {
  background: url(../img/serv/inner/voda_other.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.prokladka-trub, .ustanovka-nasosnogo-oborudovaniya-kanalizaciya, .montazh-oborudovaniya {
  background: url(../img/serv/inner/kanalizaciya.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-unitazov {
  background: url(../img/serv/inner/ustanovka-unitazov.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-vann {
  background: url(../img/serv/inner/ustanovka-vann.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-smesitelej-dushej, .ustanovka-rakovin-umyivalnikov-moek {
  background: url(../img/serv/inner/ustanovka-smesitelej-dushej.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-i-podklyuchenie-dushevyix-kabin {
  background: url(../img/serv/inner/ustanovka-i-podklyuchenie-dushevyix-kabin.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ustanovka-santexnicheskoj-mebeli {
  background: url(../img/serv/inner/ustanovka-santexnicheskoj-mebeli.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media screen and (max-width: 1024px) {
  .lp_fix {
    padding-right: 0;
  }

  .lb_prices .list_item {
    font-size: 13px;
    height: 35px;
  }

  .prod_item2 div p {
    margin-bottom: 52px;
  }

  .list_item {
    height: 60px;
  }

  .logo, .time {
    margin-right: 35px;
  }
  .logo p, .time p {
    font-size: 14px;
  }

  .phones, .email {
    margin-right: 20px;
  }

  .header_box a {
    font-size: 14px;
  }

  .nav_box a {
    padding: 0 14.8px;
  }

  .section_title {
    font-size: 40px;
  }

  .fb_1 .phones img, .fb_1 .email img, .fb_1 .time img, .fb_1 .socials img, .fb_2 .phones img, .fb_2 .email img, .fb_2 .time img, .fb_2 .socials img {
    margin-right: 5px;
    width: 38px;
  }
  .fb_1 .phones a, .fb_1 .phones p, .fb_1 .email a, .fb_1 .email p, .fb_1 .time a, .fb_1 .time p, .fb_1 .socials a, .fb_1 .socials p, .fb_2 .phones a, .fb_2 .phones p, .fb_2 .email a, .fb_2 .email p, .fb_2 .time a, .fb_2 .time p, .fb_2 .socials a, .fb_2 .socials p {
    font-size: 12px;
  }

  .root_category_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ci_root {
    margin-right: 30px;
    margin-left: 30px;
  }

  .fancybox-slide--complete {
    position: relative;
  }

  #data {
    position: absolute;
    left: 0;
    width: 100%;
  }

  #data2 {
    position: absolute;
    left: 0;
    width: 100%;
  }

  #data3 {
    position: absolute;
    left: 0;
    width: 100%;
  }

  #data4 {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .list_title a {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .drawer-list {
    z-index: 99999;
    padding-top: 75px;
  }

  .inst {
    position: relative;
    left: 29px;
  }

  .fcB {
    right: 20px;
  }

  .main_section {
    height: initial;
  }

  .jGrowl.top-right {
    left: 26% !important;
  }

  .header_parent {
    height: 80px;
  }

  .logo a img {
    width: 75px;
  }

  .email, .time, .socials {
    display: none;
  }

  .phones {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 50px;
  }
  .phones img {
    width: 37px;
    margin-right: 5px;
  }

  .mob_menu_box {
    display: block;
  }

  .nav_desc {
    display: none;
  }

  .main_consult {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_consult a {
    width: 80%;
    font-size: 20px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .text_box p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .text_box span {
    font-size: 14px;
  }
  .text_box span br {
    display: none;
  }

  .advantage_item img {
    margin-right: 5px;
  }

  .look_all a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .section_title {
    font-size: 32px;
  }

  .footer_parent {
    padding-top: 20px;
  }

  .footer_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fb_1 {
    margin-bottom: 25px;
  }
  .fb_1 .phones {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fb_2 {
    margin-bottom: 25px;
  }

  .fb_1, .fb_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fb_1 .email, .fb_1 .time, .fb_1 .phones, .fb_2 .email, .fb_2 .time, .fb_2 .phones {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .fb_1 .socials, .fb_2 .socials {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .nav_box a {
    font-size: 12px;
  }

  .prod_info_box {
    height: initial;
  }

  .prod_item2 {
    height: initial;
    padding: 25px;
  }
  .prod_item2 div {
    top: 0;
    width: 100%;
  }
  .prod_item2 div p {
    margin-bottom: 25px;
  }
  .prod_item2 .consult_small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .consult_small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .subcategory_img {
    margin-bottom: 30px;
  }

  .subcat_order a {
    margin-left: 0 !important;
  }

  .list_item {
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 45px;
    height: 65px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .list_title a {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .drawer-list {
    z-index: 99999;
    padding-top: 75px;
  }

  .inst {
    position: relative;
    left: 29px;
  }

  .fcB {
    right: 20px;
  }

  .main_section {
    height: initial;
  }

  .jGrowl.top-right {
    left: 26% !important;
  }

  .header_parent {
    height: 80px;
  }

  .logo a img {
    width: 75px;
  }

  .email, .time, .socials {
    display: none;
  }

  .phones {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 50px;
  }
  .phones img {
    width: 37px;
    margin-right: 5px;
  }

  .mob_menu_box {
    display: block;
  }

  .nav_desc {
    display: none;
  }

  .main_consult {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_consult a {
    width: 80%;
    font-size: 20px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .text_box p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .text_box span {
    font-size: 14px;
  }
  .text_box span br {
    display: none;
  }

  .advantage_item img {
    margin-right: 5px;
  }

  .look_all a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .section_title {
    font-size: 32px;
  }

  .footer_parent {
    padding-top: 20px;
  }

  .footer_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fb_1 {
    margin-bottom: 25px;
  }
  .fb_1 .phones {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fb_2 {
    margin-bottom: 25px;
  }

  .fb_1, .fb_2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fb_1 .email, .fb_1 .time, .fb_1 .phones, .fb_2 .email, .fb_2 .time, .fb_2 .phones {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .fb_1 .socials, .fb_2 .socials {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .nav_box a {
    font-size: 12px;
  }

  .prod_info_box {
    height: initial;
  }

  .prod_item2 {
    height: initial;
    padding: 25px;
  }
  .prod_item2 div {
    top: 0;
    width: 100%;
  }
  .prod_item2 div p {
    margin-bottom: 25px;
  }
  .prod_item2 .consult_small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .consult_small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .subcategory_img {
    margin-bottom: 30px;
  }

  .subcat_order a {
    margin-left: 0 !important;
  }

  .list_item {
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 45px;
    height: 65px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 485px) {
  .mt15 {
    margin-top: 15px;
  }

  .lb_prices .list_item {
    height: initial;
  }

  .lp_fix {
    padding-right: 15px;
  }

  .li_pfix_r {
    padding-right: 15px;
    border-right: none;
  }

  .lr {
    padding-left: 15px;
  }

  .contacts {
    margin-top: 30px;
  }

  .h1_mh {
    margin-bottom: 30px;
  }
  .h1_mh h1 {
    font-size: 45px;
  }

  .breadcrumbs_container {
    display: none;
  }

  .jGrowl.top-right {
    left: 7% !important;
  }

  .list_title {
    padding-left: 0;
    text-align: center;
    min-height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    height: initial;
  }

  .list_item {
    padding: 5px 5px;
    height: initial;
  }

  .ci_root {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ci_root a {
    width: 100%;
  }

  .cl_root {
    width: 100%;
  }

  .cat_item {
    height: 118px;
  }
  .cat_item a {
    font-size: 11.5px;
  }

  .main_categories {
    margin-bottom: 15px;
  }

  .ai_par {
    margin-bottom: 15px;
  }

  .categories_box {
    padding-top: 15px;
  }

  .advantage_item {
    padding: 10px;
  }
  .advantage_item img {
    display: none;
  }

  .consult_small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .consult_small a {
    margin: 0 auto;
    width: 270px;
    height: 55px;
    margin-bottom: 20px;
    text-align: center;
  }
  .consult_small a:first-child {
    margin-right: 0;
    margin-left: 0;
  }

  .footer_title h2 {
    margin-right: 0;
  }

  .logo {
    margin-right: 0;
  }

  .header_box {
    width: 100%;
  }

  .main_consult a {
    text-align: center;
  }
  .main_consult a img {
    margin-right: 0;
    margin-left: 15px;
  }

  .footer_nav {
    display: none;
  }

  label.hamburger {
    right: 15px;
  }

  .root_info {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .main_title {
    text-align: center;
    font-size: 17px;
  }

  .root_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .prod_item2 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .prod_item2 div p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .prod_item2 .consult_small a {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .prod_item1 .consult_small {
    width: 100%;
  }
  .prod_item1 .consult_small a {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod_item1 img {
    width: 100%;
  }
  .prod_item1 p {
    font-size: 17px;
  }
  .prod_item1 p br {
    display: none;
  }

  .section_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 28px;
  }
  .section_title h2 {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .sc_custom {
    margin-bottom: 0;
  }

  .fb_1, .fb_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fb_1 .phones, .fb_1 .email, .fb_1 .time, .fb_2 .phones, .fb_2 .email, .fb_2 .time {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fb_1 .phones a, .fb_1 .phones p, .fb_1 .email a, .fb_1 .email p, .fb_1 .time a, .fb_1 .time p, .fb_2 .phones a, .fb_2 .phones p, .fb_2 .email a, .fb_2 .email p, .fb_2 .time a, .fb_2 .time p {
    font-size: 14px;
  }
  .fb_1 .phones, .fb_2 .phones {
    margin-bottom: 10px;
  }
  .fb_1 .time, .fb_2 .time {
    margin-bottom: 10px;
  }

  .subcat_order a {
    font-size: 16px;
  }
  .subcat_order a img {
    width: 32px !important;
  }

  .subcategory_img {
    margin-bottom: 15px;
    height: initial;
  }
  .subcategory_img .root_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info_item {
    margin-bottom: 15px;
  }

  .so_mix {
    margin-bottom: 10px;
  }
  .so_mix a {
    font-size: 16px;
    height: 70px;
  }
  .so_mix a img {
    width: 40px 	!important;
  }
}
@media screen and (max-width: 414px) {
  #jGrowl .jGrowl-notification {
    width: 315px;
  }
}
@media screen and (max-width: 411px) {
  #jGrowl .jGrowl-notification {
    width: 315px;
  }
}
@media screen and (max-width: 375px) {
  #jGrowl .jGrowl-notification {
    width: 280px;
  }

  .h1_mh h1 {
    font-size: 40px;
  }

  .fb_2 .socials {
    position: relative;
    right: 5px;
  }

  .consult_jcc a {
    font-size: 16px;
  }
}
@media screen and (max-width: 362px) {
  #jGrowl .jGrowl-notification {
    width: 280px;
  }
}
@media screen and (max-width: 320px) {
  .phones {
    width: initial;
    padding-right: 0;
  }

  .main_consult a {
    width: 90%;
    font-size: 18px !important;
  }

  .main_title {
    font-size: 15px;
  }

  .sc_custom {
    font-size: 24px;
  }
  .sc_custom h2 {
    margin-right: 0;
  }

  #jGrowl .jGrowl-notification {
    width: 280px;
  }

  .jGrowl.top-right {
    left: 0% !important;
  }
}
