/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: none;
  position: relative;
}
body::-webkit-scrollbar {
  width: 6px;
  background: none;
}
body::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 4px;
  border: none;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Medium.eot');
  src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'), url('fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Medium.woff2') format('woff2'), url('fonts/SFProDisplay-Medium.woff') format('woff'), url('fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Heavy.eot');
  src: local('SF Pro Display Heavy'), local('SFProDisplay-Heavy'), url('fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Heavy.woff2') format('woff2'), url('fonts/SFProDisplay-Heavy.woff') format('woff'), url('fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-UltralightItalic.eot');
  src: local('SF Pro Display UltralightItalic'), local('SFProDisplay-UltralightItalic'), url('fonts/SFProDisplay-UltralightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'), url('fonts/SFProDisplay-UltralightItalic.woff') format('woff'), url('fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-RegularItalic.eot');
  src: local('SF Pro Display Regular Italic'), local('SFProDisplay-RegularItalic'), url('fonts/SFProDisplay-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-RegularItalic.woff2') format('woff2'), url('fonts/SFProDisplay-RegularItalic.woff') format('woff'), url('fonts/SFProDisplay-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Thin.eot');
  src: local('SF Pro Display Thin'), local('SFProDisplay-Thin'), url('fonts/SFProDisplay-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Thin.woff2') format('woff2'), url('fonts/SFProDisplay-Thin.woff') format('woff'), url('fonts/SFProDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Light.eot');
  src: local('SF Pro Display Light'), local('SFProDisplay-Light'), url('fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Light.woff2') format('woff2'), url('fonts/SFProDisplay-Light.woff') format('woff'), url('fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-BlackItalic.eot');
  src: local('SF Pro Display Black Italic'), local('SFProDisplay-BlackItalic'), url('fonts/SFProDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-BlackItalic.woff2') format('woff2'), url('fonts/SFProDisplay-BlackItalic.woff') format('woff'), url('fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Bold.eot');
  src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'), url('fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Bold.woff2') format('woff2'), url('fonts/SFProDisplay-Bold.woff') format('woff'), url('fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Black.eot');
  src: local('SF Pro Display Black'), local('SFProDisplay-Black'), url('fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Black.woff2') format('woff2'), url('fonts/SFProDisplay-Black.woff') format('woff'), url('fonts/SFProDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-SemiboldItalic.eot');
  src: local('SF Pro Display SemiboldItalic'), local('SFProDisplay-SemiboldItalic'), url('fonts/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'), url('fonts/SFProDisplay-SemiboldItalic.woff') format('woff'), url('fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Ultralight.eot');
  src: local('SF Pro Display Ultralight'), local('SFProDisplay-Ultralight'), url('fonts/SFProDisplay-Ultralight.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Ultralight.woff2') format('woff2'), url('fonts/SFProDisplay-Ultralight.woff') format('woff'), url('fonts/SFProDisplay-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-LightItalic.eot');
  src: local('SF Pro Display LightItalic'), local('SFProDisplay-LightItalic'), url('fonts/SFProDisplay-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-LightItalic.woff2') format('woff2'), url('fonts/SFProDisplay-LightItalic.woff') format('woff'), url('fonts/SFProDisplay-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-ThinItalic.eot');
  src: local('SF Pro Display ThinItalic'), local('SFProDisplay-ThinItalic'), url('fonts/SFProDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-ThinItalic.woff2') format('woff2'), url('fonts/SFProDisplay-ThinItalic.woff') format('woff'), url('fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-MediumItalic.eot');
  src: local('SF Pro Display MediumItalic'), local('SFProDisplay-MediumItalic'), url('fonts/SFProDisplay-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-MediumItalic.woff2') format('woff2'), url('fonts/SFProDisplay-MediumItalic.woff') format('woff'), url('fonts/SFProDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Semibold.eot');
  src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'), url('fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('fonts/SFProDisplay-Semibold.woff') format('woff'), url('fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-HeavyItalic.eot');
  src: local('SF Pro Display HeavyItalic'), local('SFProDisplay-HeavyItalic'), url('fonts/SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'), url('fonts/SFProDisplay-HeavyItalic.woff') format('woff'), url('fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-Regular.eot');
  src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'), url('fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Regular.woff2') format('woff2'), url('fonts/SFProDisplay-Regular.woff') format('woff'), url('fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('fonts/SFProDisplay-BoldItalic.eot');
  src: local('SF Pro Display BoldItalic'), local('SFProDisplay-BoldItalic'), url('fonts/SFProDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-BoldItalic.woff2') format('woff2'), url('fonts/SFProDisplay-BoldItalic.woff') format('woff'), url('fonts/SFProDisplay-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #000000;
  font-size: 18px;
  font-family: 'SF Pro Display';
  font-weight: 400;
  width: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
header .top-panel {
  background: #000;
  height: 42px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .top-panel .hcontainer {
  max-width: 1450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  align-items: center;
}
@media screen and (max-width: 1420px) {
  header .top-panel .hcontainer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  header .top-panel .hcontainer {
    grid-template-columns: 1fr 1fr 40px;
    grid-gap: 40px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 370px) {
  header .top-panel .hcontainer {
    grid-gap: 10px;
  }
}
header .top-panel .hcontainer .social a {
  transition: 0.5s opacity;
  margin-right: 21px;
}
header .top-panel .hcontainer .social a:hover {
  opacity: 0.6;
}
header .top-panel .hcontainer .social a:last-child {
  margin-right: 0px;
}
header .top-panel .hcontainer .social a img {
  height: 17px;
}
@media screen and (max-width: 370px) {
  header .top-panel .hcontainer .social a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  header .top-panel .hcontainer .social img {
    height: 15px;
  }
}
header .top-panel .hcontainer nav {
  text-align: center;
}
header .top-panel .hcontainer nav .close-btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  header .top-panel .hcontainer nav {
    position: fixed;
    right: -100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    transition: 1s right;
    padding-top: 100px;
  }
  header .top-panel .hcontainer nav .close-btn {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 35px;
    color: #000;
  }
}
@media screen and (max-width: 1080px) {
  header .top-panel .hcontainer nav ul {
    width: 100%;
  }
}
header .top-panel .hcontainer nav ul li {
  display: inline-block;
  line-height: 42px;
}
@media screen and (max-width: 1080px) {
  header .top-panel .hcontainer nav ul li {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
}
header .top-panel .hcontainer nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  color: #FFF;
  font-weight: 600;
  padding: 0 38px;
  display: block;
  transition: 0.7s background, 0.7s color;
}
@media screen and (max-width: 1080px) {
  header .top-panel .hcontainer nav ul li a {
    color: #000;
    font-size: 18px;
  }
}
header .top-panel .hcontainer nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .top-panel .hcontainer .active-menu {
  right: 0;
}
header .top-panel .hcontainer .lang {
  text-align: right;
}
header .top-panel .hcontainer .lang a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  padding-left: 10px;
  transition: 0.5s color;
}
header .top-panel .hcontainer .lang a:hover {
  color: #FFF;
}
header .top-panel .hcontainer .burger {
  display: none;
}
@media screen and (max-width: 1080px) {
  header .top-panel .hcontainer .burger {
    display: block;
  }
  header .top-panel .hcontainer .burger span {
    height: 2px;
    background: #FFF;
    display: block;
    margin-bottom: 5px;
  }
  header .top-panel .hcontainer .burger span:last-child {
    margin-bottom: 0px;
  }
}
#slider {
  height: 100vh;
  background: #000;
  background-size: cover;
  display: grid;
  align-items: center;
  color: #FFF;
  position: relative;
  text-align: center;
  width: 100%;
}
#slider::before {
  opacity: 0.6;
  background-color: #131843;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: 15;
}
#slider #video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#slider .vcontainer {
  position: relative;
  text-align: center;
  z-index: 22;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 50px;
}
#slider .vcontainer .logo {
  text-align: center;
  font-size: 23px;
  margin-bottom: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  #slider .vcontainer .logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
#slider .vcontainer .logo img {
  z-index: 22;
  margin-bottom: 15px;
}
#slider .vcontainer .glavblock {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 45px;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  #slider .vcontainer .glavblock {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  #slider .vcontainer .glavblock {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 760px) {
  #slider .vcontainer .glavblock {
    display: none;
  }
}
#slider .vcontainer .glavblock div {
  padding: 10px;
  transition: 0.5s background;
  border-radius: 10px;
}
#slider .vcontainer .glavblock div:hover {
  background: rgba(255, 255, 255, 0.1);
}
#slider .vcontainer .glavblock div img {
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #slider .vcontainer .glavblock div img {
    width: 40px;
  }
}
#onas {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 30px;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  #onas {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 860px) {
  #onas {
    display: block;
    padding: 20px 20px;
  }
}
#onas .text {
  text-align: left;
}
@media screen and (max-width: 860px) {
  #onas .text {
    margin-bottom: 20px;
  }
}
#onas .text h1 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 80px;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  #onas .text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#onas .text .pretext {
  line-height: 27px;
  font-size: 17px;
}
#onas .text .pretext p {
  margin: 25px 0;
}
#onas .img {
  padding-top: 50px;
}
#onas .img img {
  position: relative;
  transition: 0.5s top, 0.5s left, 0.5s box-shadow;
  top: 0;
  left: 0;
}
#onas .img img:hover {
  top: -5px;
  left: -5px;
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.2);
}
#catalog .catcontainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 1200px) {
  #catalog .catcontainer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#catalog .catcontainer h3 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 85px;
  font-weight: 400;
}
#catalog .catcontainer .sumisno {
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
#catalog .catcontainer ul {
  list-style-type: none;
}
#catalog .catcontainer ul li {
  display: inline-block;
  margin-right: 35px;
  line-height: 55px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #catalog .catcontainer ul li {
    margin-right: 15px;
    line-height: 25px;
  }
}
#catalog .catcontainer ul li a {
  color: #CCC;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  transition: 0.4s color;
}
@media screen and (max-width: 1000px) {
  #catalog .catcontainer ul li a {
    font-size: 16px;
  }
}
#catalog .catcontainer ul li a:hover {
  color: #000;
}
#catalog .catcontainer ul li a span {
  display: none;
  position: absolute;
  top: -10px;
  right: -20px;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}
#catalog .catcontainer ul li.current-menu-item a {
  color: #000;
}
#catalog .catcontainer ul li.current-menu-item a span {
  display: block;
}
body.home .catcontainer ul li:first-child a, body.home .catcontainer ul li:nth-child(2) a {
  color: #f10f0f !important;
  font-weight: 500 !important;
}
.catcontainer ul li:first-child a, .catcontainer ul li:nth-child(2) a {
  color: #f10f0f !important;
  font-weight: 500 !important;
}
body.home ul li:first-child a span {
  display: block!important;
}
body.home .catcontainer ul li:nth-child(2) a, .catcontainer ul li:nth-child(2) a {
	color: #f10f0f !important;
	font-weight: 600 !important;
}
#cataloglist {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #cataloglist {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  #cataloglist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  #cataloglist {
    display: block;
  }
}
#cataloglist .slide .slideimg {
  margin-bottom: 15px;
  transition: 0.5s box-shadow;
  transition: box-shadow 1s ease, transform 1s ease;
}
#cataloglist .slide .slideimg img {
  width: 100%;
  aspect-ratio: 16/11.5;
}
#cataloglist .slide .slideimg:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
#cataloglist .slide .slidelist {
  display: grid;
  grid-template-columns: 1fr 70px;
  font-size: 12px;
}
#cataloglist .slide .slidelist .name {
  text-transform: uppercase;
}
#cataloglist .slide .slidelist .price {
  text-align: right;
}
.buttoncat {
  text-align: center;
  padding: 0 0 150px 0;
}
.buttoncat a {
  color: #000;
  text-transform: uppercase;
  padding: 15px 25px;
  border: 2px solid #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.buttoncat a:hover {
  background: #000;
  color: #FFF;
}
.razdlist {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .razdlist {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.razdlist ul li {
  display: inline-block;
  padding-right: 25px;
}
.razdlist ul li a {
  text-decoration: none;
  color: #CCC;
  font-size: 24px;
  font-weight: 400;
}
#p1 ul li:nth-child(1) a {
  color: #000;
}
#p2 ul li:nth-child(2) a {
  color: #000;
}
#p3 ul li:nth-child(3) a {
  color: #000;
}
#p4 ul li:nth-child(4) a {
  color: #000;
}
#p5 ul li:nth-child(5) a {
  color: #000;
}
footer .top-panel {
  background: #000;
  padding: 20px 0 100px 0;
  width: 100%;
  z-index: 99;
}
footer .top-panel .hcontainer {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  footer .top-panel .hcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .top-panel .hcontainer {
    display: block;
    padding-bottom: 40px;
  }
}
footer .top-panel .hcontainer .social a {
  transition: 0.5s opacity;
  margin-right: 15px;
}
footer .top-panel .hcontainer .social a:hover {
  opacity: 0.6;
}
footer .top-panel .hcontainer .social a:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  footer .top-panel .hcontainer .social {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .top-panel .hcontainer nav {
  text-align: center;
}
footer .top-panel .hcontainer nav ul li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer .top-panel .hcontainer nav ul li {
    display: block;
  }
}
footer .top-panel .hcontainer nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  color: #FFF;
  font-weight: 600;
  padding: 0 38px;
  display: block;
  transition: 0.5s background;
}
@media screen and (max-width: 768px) {
  footer .top-panel .hcontainer nav ul li a {
    font-size: 14px;
    line-height: 28px;
  }
}
footer .top-panel .hcontainer nav ul li a:hover {
  text-decoration: underline;
}
footer .top-panel .hcontainer .lang {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .top-panel .hcontainer .lang {
    text-align: center;
  }
}
footer .top-panel .hcontainer .lang a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  padding-left: 10px;
  transition: 0.5s color;
}
footer .top-panel .hcontainer .lang a:hover {
  color: #FFF;
}
#tbutton {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  font-size: 25px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s, background 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  cursor: pointer;
}
#tbutton.show {
  opacity: 1;
  visibility: visible;
}
#tbutton.show:hover {
  background: #000000;
}
#contacts .contactcontainer {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 220px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  #contacts .contactcontainer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contacts .contactcontainer {
    display: block;
  }
}
#contacts .contactcontainer h3 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 85px;
  font-weight: 400;
}
#contacts .contactcontainer .socialcontact {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 20px;
  font-size: 15px;
}
#contacts .contactcontainer .socialcontact span {
  color: #999;
  font-size: 12px;
}
#contacts .contactcontainer .socialcontact a {
  color: #000;
}
#contacts .contactcontainer .conimg {
  text-align: center;
  font-size: 14px;
  padding-top: 80px;
}
#contacts .contactcontainer .conimg img {
  margin-bottom: 10px;
}
/*кнопка звонка*/
.callback-bt {
  background: #199c68;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 253, 72, 0.3);
  cursor: pointer;
  border: 2px solid transparent;
  display: block;
  height: 75px;
  width: 75px;
  text-align: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  transition: 0.3s ease-in-out;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}
.callback-bt:hover {
  background: #116c27;
  border: 2px solid #38fd48;
}
.callback-bt .text-call {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: relative;
}
.callback-bt .text-call:after {
  content: "\f095";
  display: block;
  font-family: fontawesome;
  color: #fff;
  font-size: 38px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
}
.callback-bt .text-call span {
  color: #199c68;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.callback-bt .text-call:hover span {
  opacity: 1;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 253, 72, 0.3), 0 0 0 0 rgba(56, 253, 72, 0.2), 0 0 0 0 rgba(56, 253, 72, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(56, 253, 72, 0.3), 0 0 0 15px rgba(56, 253, 72, 0.2), 0 0 0 0 rgba(56, 253, 72, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(56, 253, 72, 0.3), 0 0 0 30px rgba(56, 253, 72, 0), 0 0 0 26.7px rgba(56, 253, 72, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(56, 253, 72, 0.3), 0 0 0 30px rgba(56, 253, 72, 0), 0 0 0 40px rgba(56, 253, 72, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
/* конец кнопки звонка */
.mcall {
  position: fixed;
  right: -100%;
  bottom: -100%;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 999;
  border-radius: 5px;
  text-align: center;
  max-width: 350px;
  transition: 0.5s bottom, 0.5s right;
}
.mcallact {
  right: 120px;
  bottom: 120px;
}
.cftitle {
  font-weight: 700;
  margin-bottom: 20px;
}
.mcall input[type=text] {
  padding: 15px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  width: 100%;
}
.mcall input[type=submit] {
  background: #199c68;
  padding: 15px;
  border: none;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}
.mclose {
  width: 75px;
  height: 75px;
  position: absolute;
  right: -80px;
  bottom: -80px;
  border-radius: 75px;
  background: #fff;
  text-align: center;
  line-height: 75px;
  color: #000;
  font-size: 30px;
}
.call {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(img/call.png);
  width: 72px;
  height: 72px;
  z-index: 100;
}

.page-id-2286 #cataloglist .slide .slidelist .price {
	color: red;
}

.page-id-2289 #cataloglist .slide .slidelist .price {
	color: red;
}

.page-id-2291 #cataloglist .slide .slidelist .price {
	color: red;
}

.development {
	color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
	position: absolute;
	width: 100%;
}

.development a {
	text-decoration: none;
    color: cornflowerblue;
}

.development a:hover {
	color: chartreuse;
	transition: 0,5s;
}

.librariedev p {
	text-align: center;
    font-size: 3rem;
    margin-bottom: 100px;
}